delete config.status
This commit is contained in:
parent
bfbb9d38f3
commit
55e9082c02
1 changed files with 22 additions and 8 deletions
|
@ -437,7 +437,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
|
|||
This config.status script is free software; the Free Software Foundation
|
||||
gives unlimited permission to copy, distribute and modify it."
|
||||
|
||||
ac_pwd='/Users/c9s/tmp/r3-2'
|
||||
ac_pwd='/Users/c9s/work/php/r3'
|
||||
srcdir='.'
|
||||
INSTALL='/opt/local/bin/ginstall -c'
|
||||
MKDIR_P='/opt/local/bin/gmkdir -p'
|
||||
|
@ -815,12 +815,12 @@ cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
|
|||
S["am__EXEEXT_FALSE"]=""
|
||||
S["am__EXEEXT_TRUE"]="#"
|
||||
S["LTLIBOBJS"]=""
|
||||
S["LIBOBJS"]=""
|
||||
S["DEPS_LIBS"]="-L/opt/local/lib -lpcre -lcheck "
|
||||
S["DEPS_CFLAGS"]="-D_THREAD_SAFE -I/opt/local/include "
|
||||
S["PKG_CONFIG_LIBDIR"]=""
|
||||
S["PKG_CONFIG_PATH"]=""
|
||||
S["PKG_CONFIG"]="/opt/local/bin/pkg-config"
|
||||
S["LIBOBJS"]=""
|
||||
S["HAVE_CHECK_FALSE"]=""
|
||||
S["HAVE_CHECK_TRUE"]="#"
|
||||
S["CHECK_LIBS"]=""
|
||||
|
@ -886,12 +886,12 @@ S["mkdir_p"]="$(MKDIR_P)"
|
|||
S["MKDIR_P"]="/opt/local/bin/gmkdir -p"
|
||||
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
|
||||
S["STRIP"]="strip"
|
||||
S["install_sh"]="${SHELL} /Users/c9s/tmp/r3-2/install-sh"
|
||||
S["MAKEINFO"]="${SHELL} /Users/c9s/tmp/r3-2/missing makeinfo"
|
||||
S["AUTOHEADER"]="${SHELL} /Users/c9s/tmp/r3-2/missing autoheader"
|
||||
S["AUTOMAKE"]="${SHELL} /Users/c9s/tmp/r3-2/missing automake-1.14"
|
||||
S["AUTOCONF"]="${SHELL} /Users/c9s/tmp/r3-2/missing autoconf"
|
||||
S["ACLOCAL"]="${SHELL} /Users/c9s/tmp/r3-2/missing aclocal-1.14"
|
||||
S["install_sh"]="${SHELL} /Users/c9s/work/php/r3/install-sh"
|
||||
S["MAKEINFO"]="${SHELL} /Users/c9s/work/php/r3/missing makeinfo"
|
||||
S["AUTOHEADER"]="${SHELL} /Users/c9s/work/php/r3/missing autoheader"
|
||||
S["AUTOMAKE"]="${SHELL} /Users/c9s/work/php/r3/missing automake-1.14"
|
||||
S["AUTOCONF"]="${SHELL} /Users/c9s/work/php/r3/missing autoconf"
|
||||
S["ACLOCAL"]="${SHELL} /Users/c9s/work/php/r3/missing aclocal-1.14"
|
||||
S["VERSION"]="1.0"
|
||||
S["PACKAGE"]="r3"
|
||||
S["CYGPATH_W"]="echo"
|
||||
|
@ -998,6 +998,20 @@ D["HAVE_STDINT_H"]=" 1"
|
|||
D["HAVE_UNISTD_H"]=" 1"
|
||||
D["HAVE_DLFCN_H"]=" 1"
|
||||
D["LT_OBJDIR"]=" \".libs/\""
|
||||
D["HAVE_STDLIB_H"]=" 1"
|
||||
D["HAVE_STRING_H"]=" 1"
|
||||
D["HAVE_SYS_TIME_H"]=" 1"
|
||||
D["HAVE__BOOL"]=" 1"
|
||||
D["HAVE_STDLIB_H"]=" 1"
|
||||
D["HAVE_MALLOC"]=" 1"
|
||||
D["HAVE_STDLIB_H"]=" 1"
|
||||
D["HAVE_REALLOC"]=" 1"
|
||||
D["HAVE_GETTIMEOFDAY"]=" 1"
|
||||
D["HAVE_MEMSET"]=" 1"
|
||||
D["HAVE_STRCHR"]=" 1"
|
||||
D["HAVE_STRDUP"]=" 1"
|
||||
D["HAVE_STRNDUP"]=" 1"
|
||||
D["HAVE_STRSTR"]=" 1"
|
||||
for (key in D) D_is_set[key] = 1
|
||||
FS = ""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue