|
|
|
@ -309,7 +309,7 @@ ac_includes_default="\ |
|
|
|
# include <unistd.h> |
|
|
|
#endif" |
|
|
|
|
|
|
|
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S RANLIB ac_ct_RANLIB LIBTOOL CPP EGREP ALLOCA USE_NLS MSGFMT GMSGFMT XGETTEXT USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLDEPS INTLLIBS INTLOBJS POFILES POSUB INCLUDE_LOCALE_H GT_NO GT_YES MKINSTALLDIRS l MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT WARN_CFLAGS NO_WERROR LIBOBJS LTLIBOBJS' |
|
|
|
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S RANLIB ac_ct_RANLIB LIBTOOL CPP EGREP ALLOCA USE_NLS MSGFMT GMSGFMT XGETTEXT USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLDEPS INTLLIBS INTLOBJS POFILES POSUB INCLUDE_LOCALE_H GT_NO GT_YES MKINSTALLDIRS l MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT WARN_CFLAGS NO_WERROR datarootdir docdir htmldir LIBOBJS LTLIBOBJS' |
|
|
|
ac_subst_files='' |
|
|
|
|
|
|
|
# Initialize some variables set by options. |
|
|
|
@ -3339,6 +3339,7 @@ cygwin* | mingw* |pw32*) |
|
|
|
;; |
|
|
|
|
|
|
|
darwin* | rhapsody*) |
|
|
|
# this will be overwritten by pass_all, but leave it in just in case |
|
|
|
lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library' |
|
|
|
lt_cv_file_magic_cmd='/usr/bin/file -L' |
|
|
|
case "$host_os" in |
|
|
|
@ -3349,6 +3350,7 @@ darwin* | rhapsody*) |
|
|
|
lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib' |
|
|
|
;; |
|
|
|
esac |
|
|
|
lt_cv_deplibs_check_method=pass_all |
|
|
|
;; |
|
|
|
|
|
|
|
freebsd* | kfreebsd*-gnu) |
|
|
|
@ -3409,14 +3411,7 @@ irix5* | irix6*) |
|
|
|
|
|
|
|
# This must be Linux ELF. |
|
|
|
linux-gnu*) |
|
|
|
case $host_cpu in |
|
|
|
alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* ) |
|
|
|
lt_cv_deplibs_check_method=pass_all ;; |
|
|
|
*) |
|
|
|
# glibc up to 2.1.1 does not perform some relocations on ARM |
|
|
|
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; |
|
|
|
esac |
|
|
|
lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` |
|
|
|
lt_cv_deplibs_check_method=pass_all |
|
|
|
;; |
|
|
|
|
|
|
|
netbsd* | knetbsd*-gnu) |
|
|
|
@ -3477,6 +3472,67 @@ deplibs_check_method=$lt_cv_deplibs_check_method |
|
|
|
|
|
|
|
# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! |
|
|
|
|
|
|
|
# find the maximum length of command line arguments |
|
|
|
echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 |
|
|
|
echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6 |
|
|
|
if test "${lt_cv_sys_max_cmd_len+set}" = set; then |
|
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6 |
|
|
|
else |
|
|
|
i=0 |
|
|
|
teststring="ABCD" |
|
|
|
|
|
|
|
case $build_os in |
|
|
|
msdosdjgpp*) |
|
|
|
# On DJGPP, this test can blow up pretty badly due to problems in libc |
|
|
|
# (any single argument exceeding 2000 bytes causes a buffer overrun |
|
|
|
# during glob expansion). Even if it were fixed, the result of this |
|
|
|
# check would be larger than it should be. |
|
|
|
lt_cv_sys_max_cmd_len=12288; # 12K is about right |
|
|
|
;; |
|
|
|
|
|
|
|
cygwin* | mingw*) |
|
|
|
# On Win9x/ME, this test blows up -- it succeeds, but takes |
|
|
|
# about 5 minutes as the teststring grows exponentially. |
|
|
|
# Worse, since 9x/ME are not pre-emptively multitasking, |
|
|
|
# you end up with a "frozen" computer, even though with patience |
|
|
|
# the test eventually succeeds (with a max line length of 256k). |
|
|
|
# Instead, let's just punt: use the minimum linelength reported by |
|
|
|
# all of the supported platforms: 8192 (on NT/2K/XP). |
|
|
|
lt_cv_sys_max_cmd_len=8192; |
|
|
|
;; |
|
|
|
|
|
|
|
amigaos*) |
|
|
|
# On AmigaOS with pdksh, this test takes hours, literally. |
|
|
|
# So we just punt and use a minimum line length of 8192. |
|
|
|
lt_cv_sys_max_cmd_len=8192; |
|
|
|
;; |
|
|
|
|
|
|
|
netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) |
|
|
|
# This has been around since 386BSD, at least. Likely further. |
|
|
|
if test -x /sbin/sysctl; then |
|
|
|
lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` |
|
|
|
elif test -x /usr/sbin/sysctl; then |
|
|
|
lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` |
|
|
|
else |
|
|
|
lt_cv_sys_max_cmd_len=65536 # usable default for *BSD |
|
|
|
fi |
|
|
|
# And add a safety zone |
|
|
|
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` |
|
|
|
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` |
|
|
|
;; |
|
|
|
esac |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
if test -n "$lt_cv_sys_max_cmd_len" ; then |
|
|
|
echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 |
|
|
|
echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6 |
|
|
|
else |
|
|
|
echo "$as_me:$LINENO: result: none" >&5 |
|
|
|
echo "${ECHO_T}none" >&6 |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# Only perform the check for file, if the check method requires it |
|
|
|
case $deplibs_check_method in |
|
|
|
file_magic*) |
|
|
|
@ -3810,7 +3866,7 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic" |
|
|
|
case $host in |
|
|
|
*-*-irix6*) |
|
|
|
# Find out which ABI we are using. |
|
|
|
echo '#line 3813 "configure"' > conftest.$ac_ext |
|
|
|
echo '#line 3869 "configure"' > conftest.$ac_ext |
|
|
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
|
|
|
(eval $ac_compile) 2>&5 |
|
|
|
ac_status=$? |
|
|
|
@ -3865,6 +3921,52 @@ ia64-*-hpux*) |
|
|
|
rm -rf conftest* |
|
|
|
;; |
|
|
|
|
|
|
|
x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) |
|
|
|
# Find out which ABI we are using. |
|
|
|
echo 'int i;' > conftest.$ac_ext |
|
|
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
|
|
|
(eval $ac_compile) 2>&5 |
|
|
|
ac_status=$? |
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
|
|
(exit $ac_status); }; then |
|
|
|
case "`/usr/bin/file conftest.o`" in |
|
|
|
*32-bit*) |
|
|
|
case $host in |
|
|
|
x86_64-*linux*) |
|
|
|
LD="${LD-ld} -m elf_i386" |
|
|
|
;; |
|
|
|
ppc64-*linux*|powerpc64-*linux*) |
|
|
|
LD="${LD-ld} -m elf32ppclinux" |
|
|
|
;; |
|
|
|
s390x-*linux*) |
|
|
|
LD="${LD-ld} -m elf_s390" |
|
|
|
;; |
|
|
|
sparc64-*linux*) |
|
|
|
LD="${LD-ld} -m elf32_sparc" |
|
|
|
;; |
|
|
|
esac |
|
|
|
;; |
|
|
|
*64-bit*) |
|
|
|
case $host in |
|
|
|
x86_64-*linux*) |
|
|
|
LD="${LD-ld} -m elf_x86_64" |
|
|
|
;; |
|
|
|
ppc*-*linux*|powerpc*-*linux*) |
|
|
|
LD="${LD-ld} -m elf64ppc" |
|
|
|
;; |
|
|
|
s390*-*linux*) |
|
|
|
LD="${LD-ld} -m elf64_s390" |
|
|
|
;; |
|
|
|
sparc*-*linux*) |
|
|
|
LD="${LD-ld} -m elf64_sparc" |
|
|
|
;; |
|
|
|
esac |
|
|
|
;; |
|
|
|
esac |
|
|
|
fi |
|
|
|
rm -rf conftest* |
|
|
|
;; |
|
|
|
|
|
|
|
*-*-sco3.2v5*) |
|
|
|
# On SCO OpenServer 5, we need -belf to get full-featured binaries. |
|
|
|
SAVE_CFLAGS="$CFLAGS" |
|
|
|
@ -8403,6 +8505,10 @@ fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in" |
|
|
|
|
|
|
|
ac_config_commands="$ac_config_commands default" |
|
|
|
@ -9136,6 +9242,9 @@ s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t |
|
|
|
s,@MAINT@,$MAINT,;t t |
|
|
|
s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t |
|
|
|
s,@NO_WERROR@,$NO_WERROR,;t t |
|
|
|
s,@datarootdir@,$datarootdir,;t t |
|
|
|
s,@docdir@,$docdir,;t t |
|
|
|
s,@htmldir@,$htmldir,;t t |
|
|
|
s,@LIBOBJS@,$LIBOBJS,;t t |
|
|
|
s,@LTLIBOBJS@,$LTLIBOBJS,;t t |
|
|
|
CEOF |
|
|
|
|