This commit is contained in:
c9s 2014-05-17 09:46:02 +08:00
parent 16d7225336
commit e3b64f4512
3 changed files with 162 additions and 1505 deletions

1337
aclocal.m4 vendored

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
#! /bin/bash #! /bin/sh
# Generated by configure. # Generated by configure.
# Run this file to recreate the current configuration. # Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging # Compiler output produced by configure, useful for debugging
@ -8,7 +8,7 @@ debug=false
ac_cs_recheck=false ac_cs_recheck=false
ac_cs_silent=false ac_cs_silent=false
SHELL=${CONFIG_SHELL-/bin/bash} SHELL=${CONFIG_SHELL-/bin/sh}
export SHELL export SHELL
## -------------------- ## ## -------------------- ##
## M4sh Initialization. ## ## M4sh Initialization. ##
@ -437,10 +437,10 @@ Copyright (C) 2012 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it." gives unlimited permission to copy, distribute and modify it."
ac_pwd='/home/c9s/r3' ac_pwd='/Users/c9s/work/php/r3'
srcdir='.' srcdir='.'
INSTALL='/usr/bin/install -c' INSTALL='/opt/local/bin/ginstall -c'
MKDIR_P='/bin/mkdir -p' MKDIR_P='/opt/local/bin/gmkdir -p'
AWK='gawk' AWK='gawk'
test -n "$AWK" || AWK=awk test -n "$AWK" || AWK=awk
# The default lists apply if the user does not specify any file. # The default lists apply if the user does not specify any file.
@ -519,10 +519,10 @@ if $ac_cs_silent; then
fi fi
if $ac_cs_recheck; then if $ac_cs_recheck; then
set X /bin/bash './configure' $ac_configure_extra_args --no-create --no-recursion set X /bin/sh './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/sh $*" >&6
CONFIG_SHELL='/bin/bash' CONFIG_SHELL='/bin/sh'
export CONFIG_SHELL export CONFIG_SHELL
exec "$@" exec "$@"
fi fi
@ -554,25 +554,25 @@ macro_revision='1.3337'
enable_shared='yes' enable_shared='yes'
enable_static='yes' enable_static='yes'
pic_mode='default' pic_mode='default'
enable_fast_install='yes' enable_fast_install='needless'
SHELL='/bin/bash' SHELL='/bin/sh'
ECHO='printf %s\n' ECHO='printf %s\n'
PATH_SEPARATOR=':' PATH_SEPARATOR=':'
host_alias='' host_alias=''
host='x86_64-unknown-linux-gnu' host='x86_64-apple-darwin13.1.0'
host_os='linux-gnu' host_os='darwin13.1.0'
build_alias='' build_alias=''
build='x86_64-unknown-linux-gnu' build='x86_64-apple-darwin13.1.0'
build_os='linux-gnu' build_os='darwin13.1.0'
SED='/bin/sed' SED='/opt/local/bin/gsed'
Xsed='/bin/sed -e 1s/^X//' Xsed='/opt/local/bin/gsed -e 1s/^X//'
GREP='/bin/grep' GREP='/usr/bin/grep'
EGREP='/bin/grep -E' EGREP='/usr/bin/grep -E'
FGREP='/bin/grep -F' FGREP='/usr/bin/grep -F'
LD='/usr/bin/ld -m elf_x86_64' LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
NM='/usr/bin/nm -B' NM='/opt/local/bin/nm'
LN_S='ln -s' LN_S='ln -s'
max_cmd_len='3458764513820540925' max_cmd_len='196608'
ac_objext='o' ac_objext='o'
exeext='' exeext=''
lt_unset='unset' lt_unset='unset'
@ -581,8 +581,8 @@ lt_NL2SP='tr \015\012 \040\040'
lt_cv_to_host_file_cmd='func_convert_file_noop' lt_cv_to_host_file_cmd='func_convert_file_noop'
lt_cv_to_tool_file_cmd='func_convert_file_noop' lt_cv_to_tool_file_cmd='func_convert_file_noop'
reload_flag=' -r' reload_flag=' -r'
reload_cmds='$LD$reload_flag -o $output$reload_objs' reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
OBJDUMP='objdump' OBJDUMP='false'
deplibs_check_method='pass_all' deplibs_check_method='pass_all'
file_magic_cmd='$MAGIC_CMD' file_magic_cmd='$MAGIC_CMD'
file_magic_glob='' file_magic_glob=''
@ -591,66 +591,63 @@ DLLTOOL='false'
sharedlib_from_linklib_cmd='printf %s\n' sharedlib_from_linklib_cmd='printf %s\n'
AR='ar' AR='ar'
AR_FLAGS='cru' AR_FLAGS='cru'
archiver_list_spec='@' archiver_list_spec=''
STRIP='strip' STRIP='strip'
RANLIB='ranlib' RANLIB='ranlib'
old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib' old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
old_postuninstall_cmds='' old_postuninstall_cmds=''
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib' old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
lock_old_archive_extraction='no' lock_old_archive_extraction='yes'
CC='gcc -std=gnu99' CC='gcc'
CFLAGS='-g -O2' CFLAGS='-g -O2'
compiler='gcc' compiler='gcc'
GCC='yes' GCC='yes'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
nm_file_list_spec='@' nm_file_list_spec=''
lt_sysroot='' lt_sysroot=''
objdir='.libs' objdir='.libs'
MAGIC_CMD='file' MAGIC_CMD='file'
lt_prog_compiler_no_builtin_flag=' -fno-builtin' lt_prog_compiler_no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
lt_prog_compiler_pic=' -fPIC -DPIC' lt_prog_compiler_pic=' -fno-common -DPIC'
lt_prog_compiler_wl='-Wl,' lt_prog_compiler_wl='-Wl,'
lt_prog_compiler_static='-static' lt_prog_compiler_static=''
lt_cv_prog_compiler_c_o='yes' lt_cv_prog_compiler_c_o='yes'
need_locks='no' need_locks='no'
MANIFEST_TOOL=':' MANIFEST_TOOL=':'
DSYMUTIL='' DSYMUTIL='dsymutil'
NMEDIT='' NMEDIT='nmedit'
LIPO='' LIPO='lipo'
OTOOL='' OTOOL='otool'
OTOOL64='' OTOOL64=':'
libext='a' libext='a'
shrext_cmds='.so' shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
extract_expsyms_cmds='' extract_expsyms_cmds=''
archive_cmds_need_lc='no' archive_cmds_need_lc='no'
enable_shared_with_static_runtimes='no' enable_shared_with_static_runtimes='no'
export_dynamic_flag_spec='${wl}--export-dynamic' export_dynamic_flag_spec=''
whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
compiler_needs_object='no' compiler_needs_object='no'
old_archive_from_new_cmds='' old_archive_from_new_cmds=''
old_archive_from_expsyms_cmds='' old_archive_from_expsyms_cmds=''
archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring $single_module'
archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ archive_expsym_cmds='sed '\''s,^,_,'\'' < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring $single_module ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs $compiler_flags'
echo "local: *; };" >> $output_objdir/$libname.ver~ module_expsym_cmds='sed -e '\''s,^,_,'\'' < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs $compiler_flags ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' with_gnu_ld='no'
module_cmds='' allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
module_expsym_cmds=''
with_gnu_ld='yes'
allow_undefined_flag=''
no_undefined_flag='' no_undefined_flag=''
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_flag_spec=''
hardcode_libdir_separator='' hardcode_libdir_separator=''
hardcode_direct='no' hardcode_direct='no'
hardcode_direct_absolute='no' hardcode_direct_absolute='no'
hardcode_minus_L='no' hardcode_minus_L='no'
hardcode_shlibpath_var='unsupported' hardcode_shlibpath_var='unsupported'
hardcode_automatic='no' hardcode_automatic='yes'
inherit_rpath='no' inherit_rpath='no'
link_all_deplibs='no' link_all_deplibs='yes'
always_export_symbols='no' always_export_symbols='no'
export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
@ -658,30 +655,30 @@ include_expsyms=''
prelink_cmds='' prelink_cmds=''
postlink_cmds='' postlink_cmds=''
file_list_spec='' file_list_spec=''
variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH' variables_saved_for_relink='PATH DYLD_LIBRARY_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
need_lib_prefix='no' need_lib_prefix='no'
need_version='no' need_version='no'
version_type='linux' version_type='darwin'
runpath_var='LD_RUN_PATH' runpath_var=''
shlibpath_var='LD_LIBRARY_PATH' shlibpath_var='DYLD_LIBRARY_PATH'
shlibpath_overrides_runpath='no' shlibpath_overrides_runpath='yes'
libname_spec='lib$name' libname_spec='lib$name'
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
soname_spec='${libname}${release}${shared_ext}$major' soname_spec='${libname}${release}${major}$shared_ext'
install_override_mode='' install_override_mode=''
postinstall_cmds='' postinstall_cmds=''
postuninstall_cmds='' postuninstall_cmds=''
finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' finish_cmds=''
finish_eval='' finish_eval=''
hardcode_into_libs='yes' hardcode_into_libs='no'
sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/4.8 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib ' sys_lib_search_path_spec='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1 /usr/local/lib'
sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa ' sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
hardcode_action='immediate' hardcode_action='immediate'
enable_dlopen='unknown' enable_dlopen='unknown'
enable_dlopen_self='unknown' enable_dlopen_self='unknown'
enable_dlopen_self_static='unknown' enable_dlopen_self_static='unknown'
old_striplib='strip --strip-debug' old_striplib='strip -S'
striplib='strip --strip-unneeded' striplib='strip -x'
LTCC='gcc' LTCC='gcc'
LTCFLAGS='-g -O2' LTCFLAGS='-g -O2'
@ -818,37 +815,37 @@ cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
S["am__EXEEXT_FALSE"]="" S["am__EXEEXT_FALSE"]=""
S["am__EXEEXT_TRUE"]="#" S["am__EXEEXT_TRUE"]="#"
S["LTLIBOBJS"]="" S["LTLIBOBJS"]=""
S["DEPS_LIBS"]="-pthread -lpcre -lcheck_pic -lrt -lm " S["DEPS_LIBS"]="-L/opt/local/lib -lpcre -lcheck "
S["DEPS_CFLAGS"]="-pthread " S["DEPS_CFLAGS"]="-D_THREAD_SAFE -I/opt/local/include "
S["PKG_CONFIG_LIBDIR"]="" S["PKG_CONFIG_LIBDIR"]=""
S["PKG_CONFIG_PATH"]="" S["PKG_CONFIG_PATH"]=""
S["PKG_CONFIG"]="/usr/bin/pkg-config" S["PKG_CONFIG"]="/opt/local/bin/pkg-config"
S["LIBOBJS"]="" S["LIBOBJS"]=""
S["HAVE_CHECK_FALSE"]="#" S["HAVE_CHECK_FALSE"]=""
S["HAVE_CHECK_TRUE"]="" S["HAVE_CHECK_TRUE"]="#"
S["CHECK_LIBS"]="-lcheck" S["CHECK_LIBS"]=""
S["CHECK_CFLAGS"]="" S["CHECK_CFLAGS"]=""
S["CPP"]="gcc -E" S["CPP"]="gcc -E"
S["OTOOL64"]="" S["OTOOL64"]=":"
S["OTOOL"]="" S["OTOOL"]="otool"
S["LIPO"]="" S["LIPO"]="lipo"
S["NMEDIT"]="" S["NMEDIT"]="nmedit"
S["DSYMUTIL"]="" S["DSYMUTIL"]="dsymutil"
S["MANIFEST_TOOL"]=":" S["MANIFEST_TOOL"]=":"
S["RANLIB"]="ranlib" S["RANLIB"]="ranlib"
S["ac_ct_AR"]="ar" S["ac_ct_AR"]="ar"
S["AR"]="ar" S["AR"]="ar"
S["DLLTOOL"]="false" S["DLLTOOL"]="false"
S["OBJDUMP"]="objdump" S["OBJDUMP"]="false"
S["LN_S"]="ln -s" S["LN_S"]="ln -s"
S["NM"]="/usr/bin/nm -B" S["NM"]="/opt/local/bin/nm"
S["ac_ct_DUMPBIN"]="" S["ac_ct_DUMPBIN"]=""
S["DUMPBIN"]="" S["DUMPBIN"]=""
S["LD"]="/usr/bin/ld -m elf_x86_64" S["LD"]="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld"
S["FGREP"]="/bin/grep -F" S["FGREP"]="/usr/bin/grep -F"
S["EGREP"]="/bin/grep -E" S["EGREP"]="/usr/bin/grep -E"
S["GREP"]="/bin/grep" S["GREP"]="/usr/bin/grep"
S["SED"]="/bin/sed" S["SED"]="/opt/local/bin/gsed"
S["am__fastdepCC_FALSE"]="#" S["am__fastdepCC_FALSE"]="#"
S["am__fastdepCC_TRUE"]="" S["am__fastdepCC_TRUE"]=""
S["CCDEPMODE"]="depmode=gcc3" S["CCDEPMODE"]="depmode=gcc3"
@ -865,15 +862,15 @@ S["ac_ct_CC"]="gcc"
S["CPPFLAGS"]="" S["CPPFLAGS"]=""
S["LDFLAGS"]="" S["LDFLAGS"]=""
S["CFLAGS"]="-g -O2" S["CFLAGS"]="-g -O2"
S["CC"]="gcc -std=gnu99" S["CC"]="gcc"
S["host_os"]="linux-gnu" S["host_os"]="darwin13.1.0"
S["host_vendor"]="unknown" S["host_vendor"]="apple"
S["host_cpu"]="x86_64" S["host_cpu"]="x86_64"
S["host"]="x86_64-unknown-linux-gnu" S["host"]="x86_64-apple-darwin13.1.0"
S["build_os"]="linux-gnu" S["build_os"]="darwin13.1.0"
S["build_vendor"]="unknown" S["build_vendor"]="apple"
S["build_cpu"]="x86_64" S["build_cpu"]="x86_64"
S["build"]="x86_64-unknown-linux-gnu" S["build"]="x86_64-apple-darwin13.1.0"
S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool" S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
S["AM_BACKSLASH"]="\\" S["AM_BACKSLASH"]="\\"
S["AM_DEFAULT_VERBOSITY"]="1" S["AM_DEFAULT_VERBOSITY"]="1"
@ -886,15 +883,15 @@ S["am__leading_dot"]="."
S["SET_MAKE"]="" S["SET_MAKE"]=""
S["AWK"]="gawk" S["AWK"]="gawk"
S["mkdir_p"]="$(MKDIR_P)" S["mkdir_p"]="$(MKDIR_P)"
S["MKDIR_P"]="/bin/mkdir -p" S["MKDIR_P"]="/opt/local/bin/gmkdir -p"
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
S["STRIP"]="strip" S["STRIP"]="strip"
S["install_sh"]="${SHELL} /home/c9s/r3/install-sh" S["install_sh"]="${SHELL} /Users/c9s/work/php/r3/install-sh"
S["MAKEINFO"]="${SHELL} /home/c9s/r3/missing makeinfo" S["MAKEINFO"]="${SHELL} /Users/c9s/work/php/r3/missing makeinfo"
S["AUTOHEADER"]="${SHELL} /home/c9s/r3/missing autoheader" S["AUTOHEADER"]="${SHELL} /Users/c9s/work/php/r3/missing autoheader"
S["AUTOMAKE"]="${SHELL} /home/c9s/r3/missing automake-1.13" S["AUTOMAKE"]="${SHELL} /Users/c9s/work/php/r3/missing automake-1.14"
S["AUTOCONF"]="${SHELL} /home/c9s/r3/missing autoconf" S["AUTOCONF"]="${SHELL} /Users/c9s/work/php/r3/missing autoconf"
S["ACLOCAL"]="${SHELL} /home/c9s/r3/missing aclocal-1.13" S["ACLOCAL"]="${SHELL} /Users/c9s/work/php/r3/missing aclocal-1.14"
S["VERSION"]="1.0" S["VERSION"]="1.0"
S["PACKAGE"]="r3" S["PACKAGE"]="r3"
S["CYGPATH_W"]="echo" S["CYGPATH_W"]="echo"
@ -907,8 +904,8 @@ S["host_alias"]=""
S["build_alias"]="" S["build_alias"]=""
S["LIBS"]="" S["LIBS"]=""
S["ECHO_T"]="" S["ECHO_T"]=""
S["ECHO_N"]="-n" S["ECHO_N"]=""
S["ECHO_C"]="" S["ECHO_C"]="\\c"
S["DEFS"]="-DHAVE_CONFIG_H" S["DEFS"]="-DHAVE_CONFIG_H"
S["mandir"]="${datarootdir}/man" S["mandir"]="${datarootdir}/man"
S["localedir"]="${datarootdir}/locale" S["localedir"]="${datarootdir}/locale"
@ -939,7 +936,7 @@ S["PACKAGE_VERSION"]="1.0"
S["PACKAGE_TARNAME"]="r3" S["PACKAGE_TARNAME"]="r3"
S["PACKAGE_NAME"]="r3" S["PACKAGE_NAME"]="r3"
S["PATH_SEPARATOR"]=":" S["PATH_SEPARATOR"]=":"
S["SHELL"]="/bin/bash" S["SHELL"]="/bin/sh"
_ACAWK _ACAWK
cat >>"$ac_tmp/subs1.awk" <<_ACAWK && cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
for (key in S) S_is_set[key] = 1 for (key in S) S_is_set[key] = 1

127
libtool
View file

@ -1,8 +1,8 @@
#! /bin/bash #! /bin/sh
# libtool - Provide generalized library-building support services. # libtool - Provide generalized library-building support services.
# Generated automatically by config.status (r3) 1.0 # Generated automatically by config.status (r3) 1.0
# Libtool was configured on host node3.corneltek.com: # Libtool was configured on host c9smba.local:
# NOTE: Changes made to this file will be lost: look at ltmain.sh. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
# #
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
@ -53,10 +53,10 @@ build_old_libs=yes
pic_mode=default pic_mode=default
# Whether or not to optimize for fast installation. # Whether or not to optimize for fast installation.
fast_install=yes fast_install=needless
# Shell to use when invoking shell scripts. # Shell to use when invoking shell scripts.
SHELL="/bin/bash" SHELL="/bin/sh"
# An echo program that protects backslashes. # An echo program that protects backslashes.
ECHO="printf %s\\n" ECHO="printf %s\\n"
@ -66,37 +66,37 @@ PATH_SEPARATOR=":"
# The host system. # The host system.
host_alias= host_alias=
host=x86_64-unknown-linux-gnu host=x86_64-apple-darwin13.1.0
host_os=linux-gnu host_os=darwin13.1.0
# The build system. # The build system.
build_alias= build_alias=
build=x86_64-unknown-linux-gnu build=x86_64-apple-darwin13.1.0
build_os=linux-gnu build_os=darwin13.1.0
# A sed program that does not truncate output. # A sed program that does not truncate output.
SED="/bin/sed" SED="/opt/local/bin/gsed"
# Sed that helps us avoid accidentally triggering echo(1) options like -n. # Sed that helps us avoid accidentally triggering echo(1) options like -n.
Xsed="$SED -e 1s/^X//" Xsed="$SED -e 1s/^X//"
# A grep program that handles long lines. # A grep program that handles long lines.
GREP="/bin/grep" GREP="/usr/bin/grep"
# An ERE matcher. # An ERE matcher.
EGREP="/bin/grep -E" EGREP="/usr/bin/grep -E"
# A literal string matcher. # A literal string matcher.
FGREP="/bin/grep -F" FGREP="/usr/bin/grep -F"
# A BSD- or MS-compatible name lister. # A BSD- or MS-compatible name lister.
NM="/usr/bin/nm -B" NM="/opt/local/bin/nm"
# Whether we need soft or hard links. # Whether we need soft or hard links.
LN_S="ln -s" LN_S="ln -s"
# What is the maximum length of a command? # What is the maximum length of a command?
max_cmd_len=3458764513820540925 max_cmd_len=196608
# Object file suffix (normally "o"). # Object file suffix (normally "o").
objext=o objext=o
@ -120,7 +120,7 @@ to_host_file_cmd=func_convert_file_noop
to_tool_file_cmd=func_convert_file_noop to_tool_file_cmd=func_convert_file_noop
# An object symbol dumper. # An object symbol dumper.
OBJDUMP="objdump" OBJDUMP="false"
# Method to check whether dependent libraries are shared objects. # Method to check whether dependent libraries are shared objects.
deplibs_check_method="pass_all" deplibs_check_method="pass_all"
@ -147,7 +147,7 @@ AR="ar"
AR_FLAGS="cru" AR_FLAGS="cru"
# How to feed a file listing to the archiver. # How to feed a file listing to the archiver.
archiver_list_spec="@" archiver_list_spec=""
# A symbol stripping program. # A symbol stripping program.
STRIP="strip" STRIP="strip"
@ -158,28 +158,28 @@ old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$tool_oldlib"
old_postuninstall_cmds="" old_postuninstall_cmds=""
# Whether to use a lock for old archive extraction. # Whether to use a lock for old archive extraction.
lock_old_archive_extraction=no lock_old_archive_extraction=yes
# A C compiler. # A C compiler.
LTCC="gcc -std=gnu99" LTCC="gcc"
# LTCC compiler flags. # LTCC compiler flags.
LTCFLAGS="-g -O2" LTCFLAGS="-g -O2"
# Take the output of nm and produce a listing of raw symbols and C names. # Take the output of nm and produce a listing of raw symbols and C names.
global_symbol_pipe="sed -n -e 's/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p' | sed '/ __gnu_lto/d'" global_symbol_pipe="sed -n -e 's/^.*[ ]\\([BCDEGRST][BCDEGRST]*\\)[ ][ ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p' | sed '/ __gnu_lto/d'"
# Transform the output of nm in a proper C declaration. # Transform the output of nm in a proper C declaration.
global_symbol_to_cdecl="sed -n -e 's/^T .* \\(.*\\)\$/extern int \\1();/p' -e 's/^[ABCDGIRSTW]* .* \\(.*\\)\$/extern char \\1;/p'" global_symbol_to_cdecl="sed -n -e 's/^T .* \\(.*\\)\$/extern int \\1();/p' -e 's/^[BCDEGRST]* .* \\(.*\\)\$/extern char \\1;/p'"
# Transform the output of nm in a C name address pair. # Transform the output of nm in a C name address pair.
global_symbol_to_c_name_address="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/ {\\\"\\1\\\", (void *) 0},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (void *) \\&\\2},/p'" global_symbol_to_c_name_address="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/ {\\\"\\1\\\", (void *) 0},/p' -e 's/^[BCDEGRST]* \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (void *) \\&\\2},/p'"
# Transform the output of nm in a C name address pair when lib prefix is needed. # Transform the output of nm in a C name address pair when lib prefix is needed.
global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/ {\\\"\\1\\\", (void *) 0},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\(lib[^ ]*\\)\$/ {\"\\2\", (void *) \\&\\2},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\([^ ]*\\)\$/ {\"lib\\2\", (void *) \\&\\2},/p'" global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/ {\\\"\\1\\\", (void *) 0},/p' -e 's/^[BCDEGRST]* \\([^ ]*\\) \\(lib[^ ]*\\)\$/ {\"\\2\", (void *) \\&\\2},/p' -e 's/^[BCDEGRST]* \\([^ ]*\\) \\([^ ]*\\)\$/ {\"lib\\2\", (void *) \\&\\2},/p'"
# Specify filename containing input files for $NM. # Specify filename containing input files for $NM.
nm_file_list_spec="@" nm_file_list_spec=""
# The root where to search for dependent libraries,and in which our libraries should be installed. # The root where to search for dependent libraries,and in which our libraries should be installed.
lt_sysroot= lt_sysroot=
@ -197,32 +197,32 @@ need_locks="no"
MANIFEST_TOOL=":" MANIFEST_TOOL=":"
# Tool to manipulate archived DWARF debug symbol files on Mac OS X. # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
DSYMUTIL="" DSYMUTIL="dsymutil"
# Tool to change global to local symbols on Mac OS X. # Tool to change global to local symbols on Mac OS X.
NMEDIT="" NMEDIT="nmedit"
# Tool to manipulate fat objects and archives on Mac OS X. # Tool to manipulate fat objects and archives on Mac OS X.
LIPO="" LIPO="lipo"
# ldd/readelf like tool for Mach-O binaries on Mac OS X. # ldd/readelf like tool for Mach-O binaries on Mac OS X.
OTOOL="" OTOOL="otool"
# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
OTOOL64="" OTOOL64=":"
# Old archive suffix (normally "a"). # Old archive suffix (normally "a").
libext=a libext=a
# Shared library suffix (normally ".so"). # Shared library suffix (normally ".so").
shrext_cmds=".so" shrext_cmds="\`test .\$module = .yes && echo .so || echo .dylib\`"
# The commands to extract the exported symbol list from a shared archive. # The commands to extract the exported symbol list from a shared archive.
extract_expsyms_cmds="" extract_expsyms_cmds=""
# Variables whose values should be saved in libtool wrapper scripts and # Variables whose values should be saved in libtool wrapper scripts and
# restored at link time. # restored at link time.
variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" variables_saved_for_relink="PATH DYLD_LIBRARY_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
# Do we need the "lib" prefix for modules? # Do we need the "lib" prefix for modules?
need_lib_prefix=no need_lib_prefix=no
@ -231,26 +231,26 @@ need_lib_prefix=no
need_version=no need_version=no
# Library versioning type. # Library versioning type.
version_type=linux version_type=darwin
# Shared library runtime path variable. # Shared library runtime path variable.
runpath_var=LD_RUN_PATH runpath_var=
# Shared library path variable. # Shared library path variable.
shlibpath_var=LD_LIBRARY_PATH shlibpath_var=DYLD_LIBRARY_PATH
# Is shlibpath searched before the hard-coded library search path? # Is shlibpath searched before the hard-coded library search path?
shlibpath_overrides_runpath=no shlibpath_overrides_runpath=yes
# Format of library name prefix. # Format of library name prefix.
libname_spec="lib\$name" libname_spec="lib\$name"
# List of archive names. First name is the real one, the rest are links. # List of archive names. First name is the real one, the rest are links.
# The last name is the one that the linker finds with -lNAME # The last name is the one that the linker finds with -lNAME
library_names_spec="\${libname}\${release}\${shared_ext}\$versuffix \${libname}\${release}\${shared_ext}\$major \$libname\${shared_ext}" library_names_spec="\${libname}\${release}\${major}\$shared_ext \${libname}\$shared_ext"
# The coded name of the library, if different from the real name. # The coded name of the library, if different from the real name.
soname_spec="\${libname}\${release}\${shared_ext}\$major" soname_spec="\${libname}\${release}\${major}\$shared_ext"
# Permission mode override for installation of shared libraries. # Permission mode override for installation of shared libraries.
install_override_mode="" install_override_mode=""
@ -262,20 +262,20 @@ postinstall_cmds=""
postuninstall_cmds="" postuninstall_cmds=""
# Commands used to finish a libtool library installation in a directory. # Commands used to finish a libtool library installation in a directory.
finish_cmds="PATH=\\\"\\\$PATH:/sbin\\\" ldconfig -n \$libdir" finish_cmds=""
# As "finish_cmds", except a single script fragment to be evaled but # As "finish_cmds", except a single script fragment to be evaled but
# not shown. # not shown.
finish_eval="" finish_eval=""
# Whether we should hardcode library paths into libraries. # Whether we should hardcode library paths into libraries.
hardcode_into_libs=yes hardcode_into_libs=no
# Compile-time system search path for libraries. # Compile-time system search path for libraries.
sys_lib_search_path_spec="/usr/lib/gcc/x86_64-linux-gnu/4.8 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib " sys_lib_search_path_spec="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1 /usr/local/lib"
# Run-time system search path for libraries. # Run-time system search path for libraries.
sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa " sys_lib_dlsearch_path_spec="/usr/local/lib /lib /usr/lib"
# Whether dlopen is supported. # Whether dlopen is supported.
dlopen_support=unknown dlopen_support=unknown
@ -287,16 +287,16 @@ dlopen_self=unknown
dlopen_self_static=unknown dlopen_self_static=unknown
# Commands to strip libraries. # Commands to strip libraries.
old_striplib="strip --strip-debug" old_striplib="strip -S"
striplib="strip --strip-unneeded" striplib="strip -x"
# The linker used to build libraries. # The linker used to build libraries.
LD="/usr/bin/ld -m elf_x86_64" LD="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld"
# How to create reloadable object files. # How to create reloadable object files.
reload_flag=" -r" reload_flag=" -r"
reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs" reload_cmds="\$LTCC \$LTCFLAGS -nostdlib \${wl}-r -o \$output\$reload_objs"
# Commands used to build an old-style archive. # Commands used to build an old-style archive.
old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$tool_oldlib" old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$tool_oldlib"
@ -308,16 +308,16 @@ CC="gcc"
with_gcc=yes with_gcc=yes
# Compiler flag to turn off builtin functions. # Compiler flag to turn off builtin functions.
no_builtin_flag=" -fno-builtin" no_builtin_flag=" -fno-builtin -fno-rtti -fno-exceptions"
# Additional compiler flags for building library objects. # Additional compiler flags for building library objects.
pic_flag=" -fPIC -DPIC" pic_flag=" -fno-common -DPIC"
# How to pass a linker flag through the compiler. # How to pass a linker flag through the compiler.
wl="-Wl," wl="-Wl,"
# Compiler flag to prevent dynamic linking. # Compiler flag to prevent dynamic linking.
link_static_flag="-static" link_static_flag=""
# Does compiler simultaneously support -c and -o options? # Does compiler simultaneously support -c and -o options?
compiler_c_o="yes" compiler_c_o="yes"
@ -329,10 +329,10 @@ build_libtool_need_lc=no
allow_libtool_libs_with_static_runtimes=no allow_libtool_libs_with_static_runtimes=no
# Compiler flag to allow reflexive dlopens. # Compiler flag to allow reflexive dlopens.
export_dynamic_flag_spec="\${wl}--export-dynamic" export_dynamic_flag_spec=""
# Compiler flag to generate shared objects directly from archives. # Compiler flag to generate shared objects directly from archives.
whole_archive_flag_spec="\${wl}--whole-archive\$convenience \${wl}--no-whole-archive" whole_archive_flag_spec="\`for conv in \$convenience\\\"\\\"; do test -n \\\"\$conv\\\" && new_convenience=\\\"\$new_convenience \${wl}-force_load,\$conv\\\"; done; func_echo_all \\\"\$new_convenience\\\"\`"
# Whether the compiler copes with passing no objects directly. # Whether the compiler copes with passing no objects directly.
compiler_needs_object="no" compiler_needs_object="no"
@ -344,29 +344,26 @@ old_archive_from_new_cmds=""
old_archive_from_expsyms_cmds="" old_archive_from_expsyms_cmds=""
# Commands used to build a shared archive. # Commands used to build a shared archive.
archive_cmds="\$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib" archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring \$single_module"
archive_expsym_cmds="echo \\\"{ global:\\\" > \$output_objdir/\$libname.ver~ archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring \$single_module \${wl}-exported_symbols_list,\$output_objdir/\${libname}-symbols.expsym"
cat \$export_symbols | sed -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$output_objdir/\$libname.ver~
echo \\\"local: *; };\\\" >> \$output_objdir/\$libname.ver~
\$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname \${wl}-version-script \${wl}\$output_objdir/\$libname.ver -o \$lib"
# Commands used to build a loadable module if different from building # Commands used to build a loadable module if different from building
# a shared archive. # a shared archive.
module_cmds="" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags"
module_expsym_cmds="" module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags \${wl}-exported_symbols_list,\$output_objdir/\${libname}-symbols.expsym"
# Whether we are building with GNU ld or not. # Whether we are building with GNU ld or not.
with_gnu_ld="yes" with_gnu_ld="no"
# Flag that allows shared libraries with undefined symbols to be built. # Flag that allows shared libraries with undefined symbols to be built.
allow_undefined_flag="" allow_undefined_flag="\${wl}-undefined \${wl}dynamic_lookup"
# Flag that enforces no undefined symbols. # Flag that enforces no undefined symbols.
no_undefined_flag="" no_undefined_flag=""
# Flag to hardcode $libdir into a binary during linking. # Flag to hardcode $libdir into a binary during linking.
# This must work even if $libdir does not exist # This must work even if $libdir does not exist
hardcode_libdir_flag_spec="\${wl}-rpath \${wl}\$libdir" hardcode_libdir_flag_spec=""
# Whether we need a single "-rpath" flag with a separated argument. # Whether we need a single "-rpath" flag with a separated argument.
hardcode_libdir_separator="" hardcode_libdir_separator=""
@ -392,14 +389,14 @@ hardcode_shlibpath_var=unsupported
# Set to "yes" if building a shared library automatically hardcodes DIR # Set to "yes" if building a shared library automatically hardcodes DIR
# into the library and all subsequent libraries and executables linked # into the library and all subsequent libraries and executables linked
# against it. # against it.
hardcode_automatic=no hardcode_automatic=yes
# Set to yes if linker adds runtime paths of dependent libraries # Set to yes if linker adds runtime paths of dependent libraries
# to runtime path list. # to runtime path list.
inherit_rpath=no inherit_rpath=no
# Whether libtool must link a program against all its dependency libraries. # Whether libtool must link a program against all its dependency libraries.
link_all_deplibs=no link_all_deplibs=yes
# Set to "yes" if exported symbols are required. # Set to "yes" if exported symbols are required.
always_export_symbols=no always_export_symbols=no
@ -1263,7 +1260,7 @@ exec_cmd=
# Append VALUE to the end of shell variable VAR. # Append VALUE to the end of shell variable VAR.
func_append () func_append ()
{ {
eval "${1}+=\${2}" eval "${1}+=\${2}"
} # Extended-shell func_append implementation } # Extended-shell func_append implementation
# func_append_quoted var value # func_append_quoted var value
@ -1279,7 +1276,7 @@ func_append_quoted ()
# func_arith arithmetic-term... # func_arith arithmetic-term...
func_arith () func_arith ()
{ {
func_arith_result=$(( $* )) func_arith_result=$(( $* ))
} # Extended-shell func_arith implementation } # Extended-shell func_arith implementation
@ -1287,7 +1284,7 @@ func_arith ()
# STRING may not start with a hyphen. # STRING may not start with a hyphen.
func_len () func_len ()
{ {
func_len_result=${#1} func_len_result=${#1}
} # Extended-shell func_len implementation } # Extended-shell func_len implementation
@ -1304,7 +1301,7 @@ func_lo2o ()
# func_xform libobj-or-source # func_xform libobj-or-source
func_xform () func_xform ()
{ {
func_xform_result=${1%.*}.lo func_xform_result=${1%.*}.lo
} # Extended-shell func_xform implementation } # Extended-shell func_xform implementation