mirror of
https://github.com/lxsang/ant-http
synced 2024-11-19 09:48:22 +01:00
minor fix
This commit is contained in:
parent
3513b562f5
commit
476db8ecee
1
.gitignore
vendored
1
.gitignore
vendored
@ -63,3 +63,4 @@ config.guess
|
|||||||
depcomp
|
depcomp
|
||||||
install-sh
|
install-sh
|
||||||
missing
|
missing
|
||||||
|
libtool
|
@ -43,4 +43,5 @@ libtoolize
|
|||||||
aclocal
|
aclocal
|
||||||
autoconf
|
autoconf
|
||||||
automake --add-missing
|
automake --add-missing
|
||||||
|
make distcheck
|
||||||
```
|
```
|
45
config.log
45
config.log
@ -4,7 +4,7 @@ running configure, to aid debugging if configure makes a mistake.
|
|||||||
It was created by antd configure 1.0.4b, which was
|
It was created by antd configure 1.0.4b, which was
|
||||||
generated by GNU Autoconf 2.69. Invocation command line was
|
generated by GNU Autoconf 2.69. Invocation command line was
|
||||||
|
|
||||||
$ ./configure --prefix=/home/mrsang/build/antd --enable-debug=yes --no-create --no-recursion
|
$ ./configure
|
||||||
|
|
||||||
## --------- ##
|
## --------- ##
|
||||||
## Platform. ##
|
## Platform. ##
|
||||||
@ -412,6 +412,25 @@ configure:12485: checking that generated files are newer than configure
|
|||||||
configure:12491: result: done
|
configure:12491: result: done
|
||||||
configure:12530: creating ./config.status
|
configure:12530: creating ./config.status
|
||||||
|
|
||||||
|
## ---------------------- ##
|
||||||
|
## Running config.status. ##
|
||||||
|
## ---------------------- ##
|
||||||
|
|
||||||
|
This file was extended by antd config.status 1.0.4b, which was
|
||||||
|
generated by GNU Autoconf 2.69. Invocation command line was
|
||||||
|
|
||||||
|
CONFIG_FILES =
|
||||||
|
CONFIG_HEADERS =
|
||||||
|
CONFIG_LINKS =
|
||||||
|
CONFIG_COMMANDS =
|
||||||
|
$ ./config.status
|
||||||
|
|
||||||
|
on LFRL190409976
|
||||||
|
|
||||||
|
config.status:1015: creating Makefile
|
||||||
|
config.status:1187: executing depfiles commands
|
||||||
|
config.status:1187: executing libtool commands
|
||||||
|
|
||||||
## ---------------- ##
|
## ---------------- ##
|
||||||
## Cache variables. ##
|
## Cache variables. ##
|
||||||
## ---------------- ##
|
## ---------------- ##
|
||||||
@ -534,7 +553,7 @@ CPPFLAGS=''
|
|||||||
CYGPATH_W='echo'
|
CYGPATH_W='echo'
|
||||||
DB_FALSE='#'
|
DB_FALSE='#'
|
||||||
DB_TRUE=''
|
DB_TRUE=''
|
||||||
DEFS='-DPACKAGE_NAME=\"antd\" -DPACKAGE_TARNAME=\"antd\" -DPACKAGE_VERSION=\"1.0.4b\" -DPACKAGE_STRING=\"antd\ 1.0.4b\" -DPACKAGE_BUGREPORT=\"xsang.le@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"antd\" -DVERSION=\"1.0.4b\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DUSE_DB=1 -DHAVE_LIBSQLITE3=1 -DUSE_OPENSSL=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBDL=1 -D_GNU_SOURCE=1 -DDEBUG=1 -DLINUX=1'
|
DEFS='-DPACKAGE_NAME=\"antd\" -DPACKAGE_TARNAME=\"antd\" -DPACKAGE_VERSION=\"1.0.4b\" -DPACKAGE_STRING=\"antd\ 1.0.4b\" -DPACKAGE_BUGREPORT=\"xsang.le@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"antd\" -DVERSION=\"1.0.4b\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DUSE_DB=1 -DHAVE_LIBSQLITE3=1 -DUSE_OPENSSL=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBDL=1 -D_GNU_SOURCE=1 -DLINUX=1'
|
||||||
DEPDIR='.deps'
|
DEPDIR='.deps'
|
||||||
DLLTOOL='false'
|
DLLTOOL='false'
|
||||||
DSYMUTIL=''
|
DSYMUTIL=''
|
||||||
@ -630,7 +649,7 @@ mandir='${datarootdir}/man'
|
|||||||
mkdir_p='$(MKDIR_P)'
|
mkdir_p='$(MKDIR_P)'
|
||||||
oldincludedir='/usr/include'
|
oldincludedir='/usr/include'
|
||||||
pdfdir='${docdir}'
|
pdfdir='${docdir}'
|
||||||
prefix='/home/mrsang/build/antd'
|
prefix='/usr/local'
|
||||||
program_transform_name='s,x,x,'
|
program_transform_name='s,x,x,'
|
||||||
psdir='${docdir}'
|
psdir='${docdir}'
|
||||||
runstatedir='${localstatedir}/run'
|
runstatedir='${localstatedir}/run'
|
||||||
@ -672,26 +691,6 @@ target_alias=''
|
|||||||
#define HAVE_LIBPTHREAD 1
|
#define HAVE_LIBPTHREAD 1
|
||||||
#define HAVE_LIBDL 1
|
#define HAVE_LIBDL 1
|
||||||
#define _GNU_SOURCE 1
|
#define _GNU_SOURCE 1
|
||||||
#define DEBUG 1
|
|
||||||
#define LINUX 1
|
#define LINUX 1
|
||||||
|
|
||||||
configure: exit 0
|
configure: exit 0
|
||||||
|
|
||||||
## ---------------------- ##
|
|
||||||
## Running config.status. ##
|
|
||||||
## ---------------------- ##
|
|
||||||
|
|
||||||
This file was extended by antd config.status 1.0.4b, which was
|
|
||||||
generated by GNU Autoconf 2.69. Invocation command line was
|
|
||||||
|
|
||||||
CONFIG_FILES =
|
|
||||||
CONFIG_HEADERS =
|
|
||||||
CONFIG_LINKS =
|
|
||||||
CONFIG_COMMANDS =
|
|
||||||
$ ./config.status
|
|
||||||
|
|
||||||
on LFRL190409976
|
|
||||||
|
|
||||||
config.status:1016: creating Makefile
|
|
||||||
config.status:1188: executing depfiles commands
|
|
||||||
config.status:1188: executing libtool commands
|
|
||||||
|
@ -421,7 +421,7 @@ $config_commands
|
|||||||
|
|
||||||
Report bugs to <xsang.le@gmail.com>."
|
Report bugs to <xsang.le@gmail.com>."
|
||||||
|
|
||||||
ac_cs_config="'--prefix=/home/mrsang/build/antd' '--enable-debug=yes'"
|
ac_cs_config=""
|
||||||
ac_cs_version="\
|
ac_cs_version="\
|
||||||
antd config.status 1.0.4b
|
antd config.status 1.0.4b
|
||||||
configured by ./configure, generated by GNU Autoconf 2.69,
|
configured by ./configure, generated by GNU Autoconf 2.69,
|
||||||
@ -502,7 +502,7 @@ if $ac_cs_silent; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if $ac_cs_recheck; then
|
if $ac_cs_recheck; then
|
||||||
set X /bin/bash './configure' '--prefix=/home/mrsang/build/antd' '--enable-debug=yes' $ac_configure_extra_args --no-create --no-recursion
|
set X /bin/bash './configure' $ac_configure_extra_args --no-create --no-recursion
|
||||||
shift
|
shift
|
||||||
$as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
|
$as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
|
||||||
CONFIG_SHELL='/bin/bash'
|
CONFIG_SHELL='/bin/bash'
|
||||||
@ -893,8 +893,7 @@ S["ECHO_C"]=""
|
|||||||
S["DEFS"]="-DPACKAGE_NAME=\\\"antd\\\" -DPACKAGE_TARNAME=\\\"antd\\\" -DPACKAGE_VERSION=\\\"1.0.4b\\\" -DPACKAGE_STRING=\\\"antd\\ 1.0.4b\\\" -DPACKAGE_BUGREPORT=\\\"xsang.le@gma"\
|
S["DEFS"]="-DPACKAGE_NAME=\\\"antd\\\" -DPACKAGE_TARNAME=\\\"antd\\\" -DPACKAGE_VERSION=\\\"1.0.4b\\\" -DPACKAGE_STRING=\\\"antd\\ 1.0.4b\\\" -DPACKAGE_BUGREPORT=\\\"xsang.le@gma"\
|
||||||
"il.com\\\" -DPACKAGE_URL=\\\"\\\" -DPACKAGE=\\\"antd\\\" -DVERSION=\\\"1.0.4b\\\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHA"\
|
"il.com\\\" -DPACKAGE_URL=\\\"\\\" -DPACKAGE=\\\"antd\\\" -DVERSION=\\\"1.0.4b\\\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHA"\
|
||||||
"VE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\\\".libs/\\\" -"\
|
"VE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\\\".libs/\\\" -"\
|
||||||
"DUSE_DB=1 -DHAVE_LIBSQLITE3=1 -DUSE_OPENSSL=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBDL=1 -D_GNU_SOURCE=1 -DDEBUG=1 -DLINU"\
|
"DUSE_DB=1 -DHAVE_LIBSQLITE3=1 -DUSE_OPENSSL=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBDL=1 -D_GNU_SOURCE=1 -DLINUX=1"
|
||||||
"X=1"
|
|
||||||
S["mandir"]="${datarootdir}/man"
|
S["mandir"]="${datarootdir}/man"
|
||||||
S["localedir"]="${datarootdir}/locale"
|
S["localedir"]="${datarootdir}/locale"
|
||||||
S["libdir"]="${exec_prefix}/lib"
|
S["libdir"]="${exec_prefix}/lib"
|
||||||
@ -916,7 +915,7 @@ S["libexecdir"]="${exec_prefix}/libexec"
|
|||||||
S["sbindir"]="${exec_prefix}/sbin"
|
S["sbindir"]="${exec_prefix}/sbin"
|
||||||
S["bindir"]="${exec_prefix}/bin"
|
S["bindir"]="${exec_prefix}/bin"
|
||||||
S["program_transform_name"]="s,x,x,"
|
S["program_transform_name"]="s,x,x,"
|
||||||
S["prefix"]="/home/mrsang/build/antd"
|
S["prefix"]="/usr/local"
|
||||||
S["exec_prefix"]="${prefix}"
|
S["exec_prefix"]="${prefix}"
|
||||||
S["PACKAGE_URL"]=""
|
S["PACKAGE_URL"]=""
|
||||||
S["PACKAGE_BUGREPORT"]="xsang.le@gmail.com"
|
S["PACKAGE_BUGREPORT"]="xsang.le@gmail.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user