ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
(Generate patch)

Comparing rxvt-unicode/configure (file contents):
Revision 1.49 by root, Wed Feb 2 08:09:23 2005 UTC vs.
Revision 1.65 by root, Wed Jan 11 00:59:58 2006 UTC

239 239
240# CDPATH. 240# CDPATH.
241$as_unset CDPATH 241$as_unset CDPATH
242 242
243 243
244# Find the correct PATH separator. Usually this is `:', but
245# DJGPP uses `;' like DOS.
246if test "X${PATH_SEPARATOR+set}" != Xset; then
247 UNAME=${UNAME-`uname 2>/dev/null`}
248 case X$UNAME in
249 *-DOS) lt_cv_sys_path_separator=';' ;;
250 *) lt_cv_sys_path_separator=':' ;;
251 esac
252fi
253
254
255# Check that we are running under the correct shell.
256SHELL=${CONFIG_SHELL-/bin/sh}
257
258case "X$ECHO" in
259X*--fallback-echo)
260 # Remove one level of quotation (which was required for Make).
261 ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
262 ;;
263esac
264
265echo=${ECHO-echo}
266if test "X$1" = X--no-reexec; then
267 # Discard the --no-reexec flag, and continue.
268 shift
269elif test "X$1" = X--fallback-echo; then
270 # Avoid inline document here, it may be left over
271 :
272elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
273 # Yippee, $echo works!
274 :
275else
276 # Restart under the correct shell.
277 exec $SHELL "$0" --no-reexec ${1+"$@"}
278fi
279
280if test "X$1" = X--fallback-echo; then
281 # used as fallback echo
282 shift
283 cat <<EOF
284
285EOF
286 exit 0
287fi
288
289# The HP-UX ksh and POSIX shell print the target directory to stdout
290# if CDPATH is set.
291if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
292
293if test -z "$ECHO"; then
294if test "X${echo_test_string+set}" != Xset; then
295# find a string as large as possible, as long as the shell can cope with it
296 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
297 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
298 if (echo_test_string="`eval $cmd`") 2>/dev/null &&
299 echo_test_string="`eval $cmd`" &&
300 (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
301 then
302 break
303 fi
304 done
305fi
306
307if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
308 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
309 test "X$echo_testing_string" = "X$echo_test_string"; then
310 :
311else
312 # The Solaris, AIX, and Digital Unix default echo programs unquote
313 # backslashes. This makes it impossible to quote backslashes using
314 # echo "$something" | sed 's/\\/\\\\/g'
315 #
316 # So, first we look for a working echo in the user's PATH.
317
318 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
319 for dir in $PATH /usr/ucb; do
320 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
321 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
322 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
323 test "X$echo_testing_string" = "X$echo_test_string"; then
324 echo="$dir/echo"
325 break
326 fi
327 done
328 IFS="$save_ifs"
329
330 if test "X$echo" = Xecho; then
331 # We didn't find a better echo, so look for alternatives.
332 if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
333 echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
334 test "X$echo_testing_string" = "X$echo_test_string"; then
335 # This shell has a builtin print -r that does the trick.
336 echo='print -r'
337 elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
338 test "X$CONFIG_SHELL" != X/bin/ksh; then
339 # If we have ksh, try running ltconfig again with it.
340 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
341 export ORIGINAL_CONFIG_SHELL
342 CONFIG_SHELL=/bin/ksh
343 export CONFIG_SHELL
344 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
345 else
346 # Try using printf.
347 echo='printf %s\n'
348 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
349 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
350 test "X$echo_testing_string" = "X$echo_test_string"; then
351 # Cool, printf works
352 :
353 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
354 test "X$echo_testing_string" = 'X\t' &&
355 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
356 test "X$echo_testing_string" = "X$echo_test_string"; then
357 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
358 export CONFIG_SHELL
359 SHELL="$CONFIG_SHELL"
360 export SHELL
361 echo="$CONFIG_SHELL $0 --fallback-echo"
362 elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
363 test "X$echo_testing_string" = 'X\t' &&
364 echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
365 test "X$echo_testing_string" = "X$echo_test_string"; then
366 echo="$CONFIG_SHELL $0 --fallback-echo"
367 else
368 # maybe with a smaller string...
369 prev=:
370
371 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
372 if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
373 then
374 break
375 fi
376 prev="$cmd"
377 done
378
379 if test "$prev" != 'sed 50q "$0"'; then
380 echo_test_string=`eval $prev`
381 export echo_test_string
382 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
383 else
384 # Oops. We lost completely, so just stick with echo.
385 echo=echo
386 fi
387 fi
388 fi
389 fi
390fi
391fi
392
393# Copy echo and quote the copy suitably for passing to libtool from
394# the Makefile, instead of quoting the original, which is used later.
395ECHO=$echo
396if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
397 ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
398fi
399
400
401
402# Name of the host. 244# Name of the host.
403# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 245# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
404# so uname gets run too. 246# so uname gets run too.
405ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 247ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
406 248
465#endif 307#endif
466#if HAVE_UNISTD_H 308#if HAVE_UNISTD_H
467# include <unistd.h> 309# include <unistd.h>
468#endif" 310#endif"
469 311
470ac_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 VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK LINKER CXXCPP EGREP LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED CMP TBL TIC X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define DEBUG DINCLUDE DLIB include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS' 312ac_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 VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK LINKER CXXCPP EGREP INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED ECHO CMP TBL TIC X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define PERL PERLLIB PERLFLAGS PERLPRIVLIBEXP IF_PERL PERL_O DEBUG DINCLUDE DLIB include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS'
471ac_subst_files='MCOMMON' 313ac_subst_files='MCOMMON'
472 314
473# Initialize some variables set by options. 315# Initialize some variables set by options.
474ac_init_help= 316ac_init_help=
475ac_init_version=false 317ac_init_version=false
1021 cat <<\_ACEOF 863 cat <<\_ACEOF
1022 864
1023Optional Features: 865Optional Features:
1024 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 866 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1025 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 867 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1026 --enable-shared=PKGS build shared libraries default=no
1027 --enable-static=PKGS build static libraries default=yes
1028 --enable-fast-install=PKGS optimize for fast installation default=yes
1029 --disable-libtool-lock avoid locking (might break parallel builds)
1030 --enable-everything enable standard non-multichoice features 868 --enable-everything enable standard non-multichoice features
1031 NOTE: this option is order dependent 869 NOTE: this option is order dependent
1032 NOTE: automatically enabled with --enable-shared 870 NOTE: automatically enabled with --enable-shared
1033 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 871 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1034 --enable-combining enable composition of base and combining characters 872 --enable-combining enable composition of base and combining characters
1043 --enable-fading enable colors fading when off focus 881 --enable-fading enable colors fading when off focus
1044 --enable-menubar enable menubar 882 --enable-menubar enable menubar
1045 --enable-rxvt-scroll enable rxvt style scrollbar 883 --enable-rxvt-scroll enable rxvt style scrollbar
1046 --enable-next-scroll enable NeXT style scrollbar 884 --enable-next-scroll enable NeXT style scrollbar
1047 --enable-xterm-scroll enable Xterm style scrollbar 885 --enable-xterm-scroll enable Xterm style scrollbar
886 --enable-perl enable embedded perl interpreter
1048 --enable-plain-scroll enable plain style scrollbar 887 --enable-plain-scroll enable plain style scrollbar
1049 --enable-half-shadow use half width/height shadow on rxvt scrollbar 888 --enable-half-shadow use half width/height shadow on rxvt scrollbar
1050 --enable-xim XIM (X Input Method) protocol support 889 --enable-xim XIM (X Input Method) protocol support
1051 --enable-ttygid enable tty setting to group named "tty" 890 --enable-ttygid enable tty setting to group named "tty"
1052 --disable-backspace-key disable handling of the backspace key 891 --disable-backspace-key disable handling of the backspace key
1053 --disable-delete-key disable handling of the delete key 892 --disable-delete-key disable handling of the delete key
1054 --disable-resources disable all resource checking 893 --disable-resources disable all resource checking
1055 --enable-xgetdefault enable resources via X instead of our small version
1056 --enable-8bitctrls enable 8 bit control sequences (not recommended) 894 --enable-8bitctrls enable 8 bit control sequences (not recommended)
1057 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt) 895 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1058 --enable-strings enable some replacement system functions 896 --enable-strings enable some replacement system functions
1059 --disable-swapscreen disable swap screen support 897 --disable-swapscreen disable swap screen support
1060 --enable-iso14755 enable support for extended ISO 14755 modes 898 --enable-iso14755 enable support for extended ISO 14755 modes
1066 --enable-slipwheeling enable slip wheel scrolling (requires previous) 904 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1067 --enable-dmalloc enable Gray Watson's malloc - for debugging use 905 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1068 --enable-dlmalloc enable Doug Lea's malloc - for production use 906 --enable-dlmalloc enable Doug Lea's malloc - for production use
1069 NOTE: enable only one malloc package 907 NOTE: enable only one malloc package
1070 --enable-smart-resize enable smart growth/shrink behaviour 908 --enable-smart-resize enable smart growth/shrink behaviour
1071 --enable-cursor-blink enable blinking cursor
1072 --enable-text-blink enable blinking text 909 --enable-text-blink enable blinking text
1073 --enable-pointer-blank enable pointer blank when typing or inactive pointer 910 --enable-pointer-blank enable pointer blank when typing or inactive pointer
1074 911
1075Optional Packages: 912Optional Packages:
1076 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 913 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1077 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 914 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1078 --with-gnu-ld assume the C compiler uses GNU ld default=no
1079 --with-pic try to use only PIC/non-PIC objects default=use both
1080 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all) 915 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
1081 --with-res-name=NAME use this as default resource name (default: urxvt) 916 --with-res-name=NAME use this as default resource name (default: urxvt)
1082 --with-res-class=CLASS use this as the resource class (default: URxvt) 917 --with-res-class=CLASS use this as the resource class (default: URxvt)
1083 --with-name=NAME set the basename for the installed binaries (default: urxvt) 918 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1084 --with-term=NAME set the terminal to NAME (default: rxvt) 919 --with-term=NAME set the terminal to NAME (default: rxvt)
1622 1457
1623 1458
1624 1459
1625VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1460VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1626DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1461DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1627LSMDATE=`sed -n -e 's/^.*[ \t]LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1628LIBVERSION=`sed -n -e 's/^.*[ \t]LIBVERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1629echo "" 1462echo ""
1630echo "configuring for rxvt $VERSION" 1463echo "configuring for rxvt $VERSION"
1631echo "" 1464echo ""
1632 1465
1633 1466
3779 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS" 3612 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3780 3613
3781fi 3614fi
3782 3615
3783 3616
3617echo "$as_me:$LINENO: checking for setlocale" >&5
3618echo $ECHO_N "checking for setlocale... $ECHO_C" >&6
3619if test "${ac_cv_func_setlocale+set}" = set; then
3620 echo $ECHO_N "(cached) $ECHO_C" >&6
3621else
3622 cat >conftest.$ac_ext <<_ACEOF
3623/* confdefs.h. */
3624_ACEOF
3625cat confdefs.h >>conftest.$ac_ext
3626cat >>conftest.$ac_ext <<_ACEOF
3627/* end confdefs.h. */
3628/* Define setlocale to an innocuous variant, in case <limits.h> declares setlocale.
3629 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3630#define setlocale innocuous_setlocale
3631
3632/* System header to define __stub macros and hopefully few prototypes,
3633 which can conflict with char setlocale (); below.
3634 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3635 <limits.h> exists even on freestanding compilers. */
3636
3637#ifdef __STDC__
3638# include <limits.h>
3639#else
3640# include <assert.h>
3641#endif
3642
3643#undef setlocale
3644
3645/* Override any gcc2 internal prototype to avoid an error. */
3646#ifdef __cplusplus
3647extern "C"
3648{
3649#endif
3650/* We use char because int might match the return type of a gcc2
3651 builtin and then its argument prototype would still apply. */
3652char setlocale ();
3653/* The GNU C library defines this for functions which it implements
3654 to always fail with ENOSYS. Some functions are actually named
3655 something starting with __ and the normal name is an alias. */
3656#if defined (__stub_setlocale) || defined (__stub___setlocale)
3657choke me
3658#else
3659char (*f) () = setlocale;
3660#endif
3661#ifdef __cplusplus
3662}
3663#endif
3664
3665int
3666main ()
3667{
3668return f != setlocale;
3669 ;
3670 return 0;
3671}
3672_ACEOF
3673rm -f conftest.$ac_objext conftest$ac_exeext
3674if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3675 (eval $ac_link) 2>conftest.er1
3676 ac_status=$?
3677 grep -v '^ *+' conftest.er1 >conftest.err
3678 rm -f conftest.er1
3679 cat conftest.err >&5
3680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3681 (exit $ac_status); } &&
3682 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3684 (eval $ac_try) 2>&5
3685 ac_status=$?
3686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3687 (exit $ac_status); }; } &&
3688 { ac_try='test -s conftest$ac_exeext'
3689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3690 (eval $ac_try) 2>&5
3691 ac_status=$?
3692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3693 (exit $ac_status); }; }; then
3694 ac_cv_func_setlocale=yes
3695else
3696 echo "$as_me: failed program was:" >&5
3697sed 's/^/| /' conftest.$ac_ext >&5
3698
3699ac_cv_func_setlocale=no
3700fi
3701rm -f conftest.err conftest.$ac_objext \
3702 conftest$ac_exeext conftest.$ac_ext
3703fi
3704echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5
3705echo "${ECHO_T}$ac_cv_func_setlocale" >&6
3706if test $ac_cv_func_setlocale = yes; then
3707 :
3708else
3784echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5 3709 echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3785echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6 3710echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3786if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then 3711if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3787 echo $ECHO_N "(cached) $ECHO_C" >&6 3712 echo $ECHO_N "(cached) $ECHO_C" >&6
3788else 3713else
3789 ac_check_lib_save_LIBS=$LIBS 3714 ac_check_lib_save_LIBS=$LIBS
3846echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6 3771echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3847if test $ac_cv_lib_xpg4_setlocale = yes; then 3772if test $ac_cv_lib_xpg4_setlocale = yes; then
3848 LIBS="$LIBS -lxpg4" 3773 LIBS="$LIBS -lxpg4"
3849fi 3774fi
3850 3775
3776fi
3851 3777
3778
3779echo "$as_me:$LINENO: checking for gethostbyname" >&5
3780echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
3781if test "${ac_cv_func_gethostbyname+set}" = set; then
3782 echo $ECHO_N "(cached) $ECHO_C" >&6
3783else
3784 cat >conftest.$ac_ext <<_ACEOF
3785/* confdefs.h. */
3786_ACEOF
3787cat confdefs.h >>conftest.$ac_ext
3788cat >>conftest.$ac_ext <<_ACEOF
3789/* end confdefs.h. */
3790/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
3791 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3792#define gethostbyname innocuous_gethostbyname
3793
3794/* System header to define __stub macros and hopefully few prototypes,
3795 which can conflict with char gethostbyname (); below.
3796 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3797 <limits.h> exists even on freestanding compilers. */
3798
3799#ifdef __STDC__
3800# include <limits.h>
3801#else
3802# include <assert.h>
3803#endif
3804
3805#undef gethostbyname
3806
3807/* Override any gcc2 internal prototype to avoid an error. */
3808#ifdef __cplusplus
3809extern "C"
3810{
3811#endif
3812/* We use char because int might match the return type of a gcc2
3813 builtin and then its argument prototype would still apply. */
3814char gethostbyname ();
3815/* The GNU C library defines this for functions which it implements
3816 to always fail with ENOSYS. Some functions are actually named
3817 something starting with __ and the normal name is an alias. */
3818#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
3819choke me
3820#else
3821char (*f) () = gethostbyname;
3822#endif
3823#ifdef __cplusplus
3824}
3825#endif
3826
3827int
3828main ()
3829{
3830return f != gethostbyname;
3831 ;
3832 return 0;
3833}
3834_ACEOF
3835rm -f conftest.$ac_objext conftest$ac_exeext
3836if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3837 (eval $ac_link) 2>conftest.er1
3838 ac_status=$?
3839 grep -v '^ *+' conftest.er1 >conftest.err
3840 rm -f conftest.er1
3841 cat conftest.err >&5
3842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3843 (exit $ac_status); } &&
3844 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3846 (eval $ac_try) 2>&5
3847 ac_status=$?
3848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3849 (exit $ac_status); }; } &&
3850 { ac_try='test -s conftest$ac_exeext'
3851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3852 (eval $ac_try) 2>&5
3853 ac_status=$?
3854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3855 (exit $ac_status); }; }; then
3856 ac_cv_func_gethostbyname=yes
3857else
3858 echo "$as_me: failed program was:" >&5
3859sed 's/^/| /' conftest.$ac_ext >&5
3860
3861ac_cv_func_gethostbyname=no
3862fi
3863rm -f conftest.err conftest.$ac_objext \
3864 conftest$ac_exeext conftest.$ac_ext
3865fi
3866echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
3867echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
3868if test $ac_cv_func_gethostbyname = yes; then
3869 :
3870else
3852echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 3871 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3853echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 3872echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3854if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then 3873if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3855 echo $ECHO_N "(cached) $ECHO_C" >&6 3874 echo $ECHO_N "(cached) $ECHO_C" >&6
3856else 3875else
3857 ac_check_lib_save_LIBS=$LIBS 3876 ac_check_lib_save_LIBS=$LIBS
3914echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 3933echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3915if test $ac_cv_lib_nsl_gethostbyname = yes; then 3934if test $ac_cv_lib_nsl_gethostbyname = yes; then
3916 LIBS="$LIBS -lnsl" 3935 LIBS="$LIBS -lnsl"
3917fi 3936fi
3918 3937
3938fi
3939
3940echo "$as_me:$LINENO: checking for socket" >&5
3941echo $ECHO_N "checking for socket... $ECHO_C" >&6
3942if test "${ac_cv_func_socket+set}" = set; then
3943 echo $ECHO_N "(cached) $ECHO_C" >&6
3944else
3945 cat >conftest.$ac_ext <<_ACEOF
3946/* confdefs.h. */
3947_ACEOF
3948cat confdefs.h >>conftest.$ac_ext
3949cat >>conftest.$ac_ext <<_ACEOF
3950/* end confdefs.h. */
3951/* Define socket to an innocuous variant, in case <limits.h> declares socket.
3952 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3953#define socket innocuous_socket
3954
3955/* System header to define __stub macros and hopefully few prototypes,
3956 which can conflict with char socket (); below.
3957 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3958 <limits.h> exists even on freestanding compilers. */
3959
3960#ifdef __STDC__
3961# include <limits.h>
3962#else
3963# include <assert.h>
3964#endif
3965
3966#undef socket
3967
3968/* Override any gcc2 internal prototype to avoid an error. */
3969#ifdef __cplusplus
3970extern "C"
3971{
3972#endif
3973/* We use char because int might match the return type of a gcc2
3974 builtin and then its argument prototype would still apply. */
3975char socket ();
3976/* The GNU C library defines this for functions which it implements
3977 to always fail with ENOSYS. Some functions are actually named
3978 something starting with __ and the normal name is an alias. */
3979#if defined (__stub_socket) || defined (__stub___socket)
3980choke me
3981#else
3982char (*f) () = socket;
3983#endif
3984#ifdef __cplusplus
3985}
3986#endif
3987
3988int
3989main ()
3990{
3991return f != socket;
3992 ;
3993 return 0;
3994}
3995_ACEOF
3996rm -f conftest.$ac_objext conftest$ac_exeext
3997if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3998 (eval $ac_link) 2>conftest.er1
3999 ac_status=$?
4000 grep -v '^ *+' conftest.er1 >conftest.err
4001 rm -f conftest.er1
4002 cat conftest.err >&5
4003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4004 (exit $ac_status); } &&
4005 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4007 (eval $ac_try) 2>&5
4008 ac_status=$?
4009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4010 (exit $ac_status); }; } &&
4011 { ac_try='test -s conftest$ac_exeext'
4012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4013 (eval $ac_try) 2>&5
4014 ac_status=$?
4015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4016 (exit $ac_status); }; }; then
4017 ac_cv_func_socket=yes
4018else
4019 echo "$as_me: failed program was:" >&5
4020sed 's/^/| /' conftest.$ac_ext >&5
4021
4022ac_cv_func_socket=no
4023fi
4024rm -f conftest.err conftest.$ac_objext \
4025 conftest$ac_exeext conftest.$ac_ext
4026fi
4027echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
4028echo "${ECHO_T}$ac_cv_func_socket" >&6
4029if test $ac_cv_func_socket = yes; then
4030 :
4031else
3919echo "$as_me:$LINENO: checking for socket in -lsocket" >&5 4032 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3920echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6 4033echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3921if test "${ac_cv_lib_socket_socket+set}" = set; then 4034if test "${ac_cv_lib_socket_socket+set}" = set; then
3922 echo $ECHO_N "(cached) $ECHO_C" >&6 4035 echo $ECHO_N "(cached) $ECHO_C" >&6
3923else 4036else
3924 ac_check_lib_save_LIBS=$LIBS 4037 ac_check_lib_save_LIBS=$LIBS
3981echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6 4094echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3982if test $ac_cv_lib_socket_socket = yes; then 4095if test $ac_cv_lib_socket_socket = yes; then
3983 LIBS="$LIBS -lsocket" 4096 LIBS="$LIBS -lsocket"
3984fi 4097fi
3985 4098
3986
3987# Check whether --enable-shared or --disable-shared was given.
3988if test "${enable_shared+set}" = set; then
3989 enableval="$enable_shared"
3990 p=${PACKAGE-default}
3991case "$enableval" in
3992yes) enable_shared=yes ;;
3993no) enable_shared=no ;;
3994*)
3995 enable_shared=no
3996 # Look at the argument we got. We use all the common list separators.
3997 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3998 for pkg in $enableval; do
3999 if test "X$pkg" = "X$p"; then
4000 enable_shared=yes
4001 fi
4002 done
4003 IFS="$ac_save_ifs"
4004 ;;
4005esac
4006else
4007 enable_shared=no
4008fi; # Check whether --enable-static or --disable-static was given.
4009if test "${enable_static+set}" = set; then
4010 enableval="$enable_static"
4011 p=${PACKAGE-default}
4012case "$enableval" in
4013yes) enable_static=yes ;;
4014no) enable_static=no ;;
4015*)
4016 enable_static=no
4017 # Look at the argument we got. We use all the common list separators.
4018 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
4019 for pkg in $enableval; do
4020 if test "X$pkg" = "X$p"; then
4021 enable_static=yes
4022 fi
4023 done
4024 IFS="$ac_save_ifs"
4025 ;;
4026esac
4027else
4028 enable_static=yes
4029fi; # Check whether --enable-fast-install or --disable-fast-install was given.
4030if test "${enable_fast_install+set}" = set; then
4031 enableval="$enable_fast_install"
4032 p=${PACKAGE-default}
4033case "$enableval" in
4034yes) enable_fast_install=yes ;;
4035no) enable_fast_install=no ;;
4036*)
4037 enable_fast_install=no
4038 # Look at the argument we got. We use all the common list separators.
4039 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
4040 for pkg in $enableval; do
4041 if test "X$pkg" = "X$p"; then
4042 enable_fast_install=yes
4043 fi
4044 done
4045 IFS="$ac_save_ifs"
4046 ;;
4047esac
4048else
4049 enable_fast_install=yes
4050fi; 4099fi
4051 4100
4052# Check whether --with-gnu-ld or --without-gnu-ld was given. 4101
4053if test "${with_gnu_ld+set}" = set; then
4054 withval="$with_gnu_ld"
4055 test "$withval" = no || with_gnu_ld=yes
4056else
4057 with_gnu_ld=no
4058fi;
4059ac_prog=ld
4060if test "$GCC" = yes; then
4061 # Check if gcc -print-prog-name=ld gives a path.
4062 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
4063echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
4064 case $host in
4065 *-*-mingw*)
4066 # gcc leaves a trailing carriage return which upsets mingw
4067 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4068 *)
4069 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4070 esac
4071 case "$ac_prog" in
4072 # Accept absolute paths.
4073 [\\/]* | [A-Za-z]:[\\/]*)
4074 re_direlt='/[^/][^/]*/\.\./'
4075 # Canonicalize the path of ld
4076 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
4077 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
4078 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
4079 done
4080 test -z "$LD" && LD="$ac_prog"
4081 ;;
4082 "")
4083 # If it fails, then pretend we aren't using GCC.
4084 ac_prog=ld
4085 ;;
4086 *)
4087 # If it is relative, then search for the first ld in PATH.
4088 with_gnu_ld=unknown
4089 ;;
4090 esac
4091elif test "$with_gnu_ld" = yes; then
4092 echo "$as_me:$LINENO: checking for GNU ld" >&5 4102echo "$as_me:$LINENO: checking for sched_yield" >&5
4093echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 4103echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
4094else
4095 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4096echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
4097fi
4098if test "${lt_cv_path_LD+set}" = set; then
4099 echo $ECHO_N "(cached) $ECHO_C" >&6
4100else
4101 if test -z "$LD"; then
4102 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
4103 for ac_dir in $PATH; do
4104 test -z "$ac_dir" && ac_dir=.
4105 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4106 lt_cv_path_LD="$ac_dir/$ac_prog"
4107 # Check to see if the program is GNU ld. I'd rather use --version,
4108 # but apparently some GNU ld's only accept -v.
4109 # Break only if it was the GNU/non-GNU ld that we prefer.
4110 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
4111 test "$with_gnu_ld" != no && break
4112 else
4113 test "$with_gnu_ld" != yes && break
4114 fi
4115 fi
4116 done
4117 IFS="$ac_save_ifs"
4118else
4119 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4120fi
4121fi
4122
4123LD="$lt_cv_path_LD"
4124if test -n "$LD"; then
4125 echo "$as_me:$LINENO: result: $LD" >&5
4126echo "${ECHO_T}$LD" >&6
4127else
4128 echo "$as_me:$LINENO: result: no" >&5
4129echo "${ECHO_T}no" >&6
4130fi
4131test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4132echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4133 { (exit 1); exit 1; }; }
4134echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4135echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
4136if test "${lt_cv_prog_gnu_ld+set}" = set; then
4137 echo $ECHO_N "(cached) $ECHO_C" >&6
4138else
4139 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
4140if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
4141 lt_cv_prog_gnu_ld=yes
4142else
4143 lt_cv_prog_gnu_ld=no
4144fi
4145fi
4146echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4147echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
4148with_gnu_ld=$lt_cv_prog_gnu_ld
4149
4150
4151echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
4152echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
4153if test "${lt_cv_ld_reload_flag+set}" = set; then
4154 echo $ECHO_N "(cached) $ECHO_C" >&6
4155else
4156 lt_cv_ld_reload_flag='-r'
4157fi
4158echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
4159echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
4160reload_flag=$lt_cv_ld_reload_flag
4161test -n "$reload_flag" && reload_flag=" $reload_flag"
4162
4163echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
4164echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
4165if test "${lt_cv_path_NM+set}" = set; then
4166 echo $ECHO_N "(cached) $ECHO_C" >&6
4167else
4168 if test -n "$NM"; then
4169 # Let the user override the test.
4170 lt_cv_path_NM="$NM"
4171else
4172 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
4173 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
4174 test -z "$ac_dir" && ac_dir=.
4175 tmp_nm=$ac_dir/${ac_tool_prefix}nm
4176 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
4177 # Check to see if the nm accepts a BSD-compat flag.
4178 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4179 # nm: unknown option "B" ignored
4180 # Tru64's nm complains that /dev/null is an invalid object file
4181 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
4182 lt_cv_path_NM="$tmp_nm -B"
4183 break
4184 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
4185 lt_cv_path_NM="$tmp_nm -p"
4186 break
4187 else
4188 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4189 continue # so that we can try to find one that supports BSD flags
4190 fi
4191 fi
4192 done
4193 IFS="$ac_save_ifs"
4194 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
4195fi
4196fi
4197
4198NM="$lt_cv_path_NM"
4199echo "$as_me:$LINENO: result: $NM" >&5
4200echo "${ECHO_T}$NM" >&6
4201
4202echo "$as_me:$LINENO: checking whether ln -s works" >&5
4203echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
4204LN_S=$as_ln_s
4205if test "$LN_S" = "ln -s"; then
4206 echo "$as_me:$LINENO: result: yes" >&5
4207echo "${ECHO_T}yes" >&6
4208else
4209 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4210echo "${ECHO_T}no, using $LN_S" >&6
4211fi
4212
4213echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
4214echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
4215if test "${lt_cv_deplibs_check_method+set}" = set; then
4216 echo $ECHO_N "(cached) $ECHO_C" >&6
4217else
4218 lt_cv_file_magic_cmd='$MAGIC_CMD'
4219lt_cv_file_magic_test_file=
4220lt_cv_deplibs_check_method='unknown'
4221# Need to set the preceding variable on all platforms that support
4222# interlibrary dependencies.
4223# 'none' -- dependencies not supported.
4224# `unknown' -- same as none, but documents that we really don't know.
4225# 'pass_all' -- all dependencies passed with no checks.
4226# 'test_compile' -- check by making test program.
4227# ['file_magic [regex]'] -- check by looking for files in library path
4228# which responds to the $file_magic_cmd with a given egrep regex.
4229# If you have `file' or equivalent on your system and you're not sure
4230# whether `pass_all' will *always* work, you probably want this one.
4231
4232case "$host_os" in
4233aix4*)
4234 lt_cv_deplibs_check_method=pass_all
4235 ;;
4236
4237beos*)
4238 lt_cv_deplibs_check_method=pass_all
4239 ;;
4240
4241bsdi4*)
4242 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4243 lt_cv_file_magic_cmd='/usr/bin/file -L'
4244 lt_cv_file_magic_test_file=/shlib/libc.so
4245 ;;
4246
4247cygwin* | mingw* | pw32*)
4248 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4249 lt_cv_file_magic_cmd='$OBJDUMP -f'
4250 ;;
4251
4252darwin*|rhapsody*)
4253 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
4254 lt_cv_file_magiic_cmd=/usr/bin/file
4255 lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`
4256 ;;
4257
4258freebsd*)
4259 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4260 case "$host_cpu" in
4261 i*86 )
4262 # Not sure whether the presence of OpenBSD here was a mistake.
4263 # Let's accept both of them until this is cleared up.
4264 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
4265 lt_cv_file_magic_cmd=/usr/bin/file
4266 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4267 ;;
4268 esac
4269 else
4270 lt_cv_deplibs_check_method=pass_all
4271 fi
4272 ;;
4273
4274gnu*)
4275 lt_cv_deplibs_check_method=pass_all
4276 ;;
4277
4278hpux10.20*|hpux11*)
4279 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
4280 lt_cv_file_magic_cmd=/usr/bin/file
4281 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4282 ;;
4283
4284irix5* | irix6*)
4285 case "$host_os" in
4286 irix5*)
4287 # this will be overridden with pass_all, but let us keep it just in case
4288 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
4289 ;;
4290 *)
4291 case "$LD" in
4292 *-32|*"-32 ") libmagic=32-bit;;
4293 *-n32|*"-n32 ") libmagic=N32;;
4294 *-64|*"-64 ") libmagic=64-bit;;
4295 *) libmagic=never-match;;
4296 esac
4297 # this will be overridden with pass_all, but let us keep it just in case
4298 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
4299 ;;
4300 esac
4301 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
4302 lt_cv_deplibs_check_method=pass_all
4303 ;;
4304
4305# This must be Linux ELF.
4306linux-gnu*)
4307 case "$host_cpu" in
4308 alpha* | i*86 | powerpc* | sparc* | ia64* )
4309 lt_cv_deplibs_check_method=pass_all ;;
4310 *)
4311 # glibc up to 2.1.1 does not perform some relocations on ARM
4312 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
4313 esac
4314 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
4315 ;;
4316
4317netbsd*)
4318 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4319 lt_cv_deplibs_check_method='file_magic NetBSD/[a-z0-9]* demand paged shared library'
4320 else
4321 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
4322 fi
4323 lt_cv_file_magic_cmd='/usr/bin/file -L'
4324 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4325 ;;
4326
4327newos6*)
4328 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4329 lt_cv_file_magic_cmd=/usr/bin/file
4330 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4331 ;;
4332
4333osf3* | osf4* | osf5*)
4334 # this will be overridden with pass_all, but let us keep it just in case
4335 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
4336 lt_cv_file_magic_test_file=/shlib/libc.so
4337 lt_cv_deplibs_check_method=pass_all
4338 ;;
4339
4340sco3.2v5*)
4341 lt_cv_deplibs_check_method=pass_all
4342 ;;
4343
4344solaris*)
4345 lt_cv_deplibs_check_method=pass_all
4346 lt_cv_file_magic_test_file=/lib/libc.so
4347 ;;
4348
4349sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
4350 case "$host_vendor" in
4351 motorola)
4352 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
4353 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4354 ;;
4355 ncr)
4356 lt_cv_deplibs_check_method=pass_all
4357 ;;
4358 sequent)
4359 lt_cv_file_magic_cmd='/bin/file'
4360 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4361 ;;
4362 sni)
4363 lt_cv_file_magic_cmd='/bin/file'
4364 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4365 lt_cv_file_magic_test_file=/lib/libc.so
4366 ;;
4367 esac
4368 ;;
4369esac
4370
4371fi
4372echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
4373echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
4374file_magic_cmd=$lt_cv_file_magic_cmd
4375deplibs_check_method=$lt_cv_deplibs_check_method
4376
4377
4378
4379
4380
4381
4382
4383# Check for command to grab the raw symbol name followed by C symbol from nm.
4384echo "$as_me:$LINENO: checking command to parse $NM output" >&5
4385echo $ECHO_N "checking command to parse $NM output... $ECHO_C" >&6
4386if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
4387 echo $ECHO_N "(cached) $ECHO_C" >&6
4388else
4389
4390# These are sane defaults that work on at least a few old systems.
4391# [They come from Ultrix. What could be older than Ultrix?!! ;)]
4392
4393# Character class describing NM global symbol codes.
4394symcode='[BCDEGRST]'
4395
4396# Regexp to match symbols that can be accessed directly from C.
4397sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
4398
4399# Transform the above into a raw symbol and a C symbol.
4400symxfrm='\1 \2\3 \3'
4401
4402# Transform an extracted symbol line into a proper C declaration
4403lt_cv_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'"
4404
4405# Define system-specific variables.
4406case "$host_os" in
4407aix*)
4408 symcode='[BCDT]'
4409 ;;
4410cygwin* | mingw* | pw32*)
4411 symcode='[ABCDGISTW]'
4412 ;;
4413hpux*) # Its linker distinguishes data from code symbols
4414 lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^. .* \(.*\)$/extern char \1;/p'"
4415 ;;
4416irix*)
4417 symcode='[BCDEGRST]'
4418 ;;
4419solaris* | sysv5*)
4420 symcode='[BDT]'
4421 ;;
4422sysv4)
4423 symcode='[DFNSTU]'
4424 ;;
4425esac
4426
4427# Handle CRLF in mingw tool chain
4428opt_cr=
4429case "$host_os" in
4430mingw*)
4431 opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4432 ;;
4433esac
4434
4435# If we're using GNU nm, then use its standard symbol codes.
4436if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
4437 symcode='[ABCDGISTW]'
4438fi
4439
4440# Try without a prefix undercore, then with it.
4441for ac_symprfx in "" "_"; do
4442
4443 # Write the raw and C identifiers.
4444lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode\)[ ][ ]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
4445
4446 # Check to see that the pipe works correctly.
4447 pipe_works=no
4448 rm -f conftest*
4449 cat > conftest.$ac_ext <<EOF
4450#ifdef __cplusplus
4451extern "C" {
4452#endif
4453char nm_test_var;
4454void nm_test_func(){}
4455#ifdef __cplusplus
4456}
4457#endif
4458main(){nm_test_var='a';nm_test_func();return(0);}
4459EOF
4460
4461 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4462 (eval $ac_compile) 2>&5
4463 ac_status=$?
4464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4465 (exit $ac_status); }; then
4466 # Now try to grab the symbols.
4467 nlist=conftest.nm
4468 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
4469 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
4470 ac_status=$?
4471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4472 (exit $ac_status); } && test -s "$nlist"; then
4473 # Try sorting and uniquifying the output.
4474 if sort "$nlist" | uniq > "$nlist"T; then
4475 mv -f "$nlist"T "$nlist"
4476 else
4477 rm -f "$nlist"T
4478 fi
4479
4480 # Make sure that we snagged all the symbols we need.
4481 if egrep ' nm_test_var$' "$nlist" >/dev/null; then
4482 if egrep ' nm_test_func$' "$nlist" >/dev/null; then
4483 cat <<EOF > conftest.$ac_ext
4484#ifdef __cplusplus
4485extern "C" {
4486#endif
4487
4488EOF
4489 # Now generate the symbol file.
4490 eval "$lt_cv_global_symbol_to_cdecl"' < "$nlist" >> conftest.$ac_ext'
4491
4492 cat <<EOF >> conftest.$ac_ext
4493#if defined (__STDC__) && __STDC__
4494# define lt_ptr_t void *
4495#else
4496# define lt_ptr_t char *
4497# define const
4498#endif
4499
4500/* The mapping between symbol names and symbols. */
4501const struct {
4502 const char *name;
4503 lt_ptr_t address;
4504}
4505lt_preloaded_symbols[] =
4506{
4507EOF
4508 sed 's/^. \(.*\) \(.*\)$/ {"\2", (lt_ptr_t) \&\2},/' < "$nlist" >> conftest.$ac_ext
4509 cat <<\EOF >> conftest.$ac_ext
4510 {0, (lt_ptr_t) 0}
4511};
4512
4513#ifdef __cplusplus
4514}
4515#endif
4516EOF
4517 # Now try linking the two files.
4518 mv conftest.$ac_objext conftstm.$ac_objext
4519 save_LIBS="$LIBS"
4520 save_CFLAGS="$CFLAGS"
4521 LIBS="conftstm.$ac_objext"
4522 CFLAGS="$CFLAGS$no_builtin_flag"
4523 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4524 (eval $ac_link) 2>&5
4525 ac_status=$?
4526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4527 (exit $ac_status); } && test -s conftest; then
4528 pipe_works=yes
4529 fi
4530 LIBS="$save_LIBS"
4531 CFLAGS="$save_CFLAGS"
4532 else
4533 echo "cannot find nm_test_func in $nlist" >&5
4534 fi
4535 else
4536 echo "cannot find nm_test_var in $nlist" >&5
4537 fi
4538 else
4539 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
4540 fi
4541 else
4542 echo "$progname: failed program was:" >&5
4543 cat conftest.$ac_ext >&5
4544 fi
4545 rm -f conftest* conftst*
4546
4547 # Do not use the global_symbol_pipe unless it works.
4548 if test "$pipe_works" = yes; then
4549 break
4550 else
4551 lt_cv_sys_global_symbol_pipe=
4552 fi
4553done
4554
4555fi
4556
4557global_symbol_pipe="$lt_cv_sys_global_symbol_pipe"
4558if test -z "$lt_cv_sys_global_symbol_pipe"; then
4559 global_symbol_to_cdecl=
4560else
4561 global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
4562fi
4563if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then
4564 echo "$as_me:$LINENO: result: failed" >&5
4565echo "${ECHO_T}failed" >&6
4566else
4567 echo "$as_me:$LINENO: result: ok" >&5
4568echo "${ECHO_T}ok" >&6
4569fi
4570
4571echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4572echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4573if test "${ac_cv_header_stdc+set}" = set; then 4104if test "${ac_cv_func_sched_yield+set}" = set; then
4574 echo $ECHO_N "(cached) $ECHO_C" >&6 4105 echo $ECHO_N "(cached) $ECHO_C" >&6
4575else 4106else
4576 cat >conftest.$ac_ext <<_ACEOF 4107 cat >conftest.$ac_ext <<_ACEOF
4577/* confdefs.h. */ 4108/* confdefs.h. */
4578_ACEOF 4109_ACEOF
4579cat confdefs.h >>conftest.$ac_ext 4110cat confdefs.h >>conftest.$ac_ext
4580cat >>conftest.$ac_ext <<_ACEOF 4111cat >>conftest.$ac_ext <<_ACEOF
4581/* end confdefs.h. */ 4112/* end confdefs.h. */
4582#include <stdlib.h>
4583#include <stdarg.h>
4584#include <string.h>
4585#include <float.h>
4586
4587int
4588main ()
4589{
4590
4591 ;
4592 return 0;
4593}
4594_ACEOF
4595rm -f conftest.$ac_objext
4596if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4597 (eval $ac_compile) 2>conftest.er1
4598 ac_status=$?
4599 grep -v '^ *+' conftest.er1 >conftest.err
4600 rm -f conftest.er1
4601 cat conftest.err >&5
4602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4603 (exit $ac_status); } &&
4604 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4606 (eval $ac_try) 2>&5
4607 ac_status=$?
4608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4609 (exit $ac_status); }; } &&
4610 { ac_try='test -s conftest.$ac_objext'
4611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4612 (eval $ac_try) 2>&5
4613 ac_status=$?
4614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4615 (exit $ac_status); }; }; then
4616 ac_cv_header_stdc=yes
4617else
4618 echo "$as_me: failed program was:" >&5
4619sed 's/^/| /' conftest.$ac_ext >&5
4620
4621ac_cv_header_stdc=no
4622fi
4623rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4624
4625if test $ac_cv_header_stdc = yes; then
4626 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4627 cat >conftest.$ac_ext <<_ACEOF
4628/* confdefs.h. */
4629_ACEOF
4630cat confdefs.h >>conftest.$ac_ext
4631cat >>conftest.$ac_ext <<_ACEOF
4632/* end confdefs.h. */
4633#include <string.h>
4634
4635_ACEOF
4636if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4637 $EGREP "memchr" >/dev/null 2>&1; then
4638 :
4639else
4640 ac_cv_header_stdc=no
4641fi
4642rm -f conftest*
4643
4644fi
4645
4646if test $ac_cv_header_stdc = yes; then
4647 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4648 cat >conftest.$ac_ext <<_ACEOF
4649/* confdefs.h. */
4650_ACEOF
4651cat confdefs.h >>conftest.$ac_ext
4652cat >>conftest.$ac_ext <<_ACEOF
4653/* end confdefs.h. */
4654#include <stdlib.h>
4655
4656_ACEOF
4657if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4658 $EGREP "free" >/dev/null 2>&1; then
4659 :
4660else
4661 ac_cv_header_stdc=no
4662fi
4663rm -f conftest*
4664
4665fi
4666
4667if test $ac_cv_header_stdc = yes; then
4668 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4669 if test "$cross_compiling" = yes; then
4670 :
4671else
4672 cat >conftest.$ac_ext <<_ACEOF
4673/* confdefs.h. */
4674_ACEOF
4675cat confdefs.h >>conftest.$ac_ext
4676cat >>conftest.$ac_ext <<_ACEOF
4677/* end confdefs.h. */
4678#include <ctype.h>
4679#if ((' ' & 0x0FF) == 0x020)
4680# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4681# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4682#else
4683# define ISLOWER(c) \
4684 (('a' <= (c) && (c) <= 'i') \
4685 || ('j' <= (c) && (c) <= 'r') \
4686 || ('s' <= (c) && (c) <= 'z'))
4687# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4688#endif
4689
4690#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4691int
4692main ()
4693{
4694 int i;
4695 for (i = 0; i < 256; i++)
4696 if (XOR (islower (i), ISLOWER (i))
4697 || toupper (i) != TOUPPER (i))
4698 exit(2);
4699 exit (0);
4700}
4701_ACEOF
4702rm -f conftest$ac_exeext
4703if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4704 (eval $ac_link) 2>&5
4705 ac_status=$?
4706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4707 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4709 (eval $ac_try) 2>&5
4710 ac_status=$?
4711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4712 (exit $ac_status); }; }; then
4713 :
4714else
4715 echo "$as_me: program exited with status $ac_status" >&5
4716echo "$as_me: failed program was:" >&5
4717sed 's/^/| /' conftest.$ac_ext >&5
4718
4719( exit $ac_status )
4720ac_cv_header_stdc=no
4721fi
4722rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4723fi
4724fi
4725fi
4726echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4727echo "${ECHO_T}$ac_cv_header_stdc" >&6
4728if test $ac_cv_header_stdc = yes; then
4729
4730cat >>confdefs.h <<\_ACEOF
4731#define STDC_HEADERS 1
4732_ACEOF
4733
4734fi
4735
4736# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4747 inttypes.h stdint.h unistd.h
4748do
4749as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4750echo "$as_me:$LINENO: checking for $ac_header" >&5
4751echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4752if eval "test \"\${$as_ac_Header+set}\" = set"; then
4753 echo $ECHO_N "(cached) $ECHO_C" >&6
4754else
4755 cat >conftest.$ac_ext <<_ACEOF
4756/* confdefs.h. */
4757_ACEOF
4758cat confdefs.h >>conftest.$ac_ext
4759cat >>conftest.$ac_ext <<_ACEOF
4760/* end confdefs.h. */
4761$ac_includes_default
4762
4763#include <$ac_header>
4764_ACEOF
4765rm -f conftest.$ac_objext
4766if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4767 (eval $ac_compile) 2>conftest.er1
4768 ac_status=$?
4769 grep -v '^ *+' conftest.er1 >conftest.err
4770 rm -f conftest.er1
4771 cat conftest.err >&5
4772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4773 (exit $ac_status); } &&
4774 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4776 (eval $ac_try) 2>&5
4777 ac_status=$?
4778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4779 (exit $ac_status); }; } &&
4780 { ac_try='test -s conftest.$ac_objext'
4781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4782 (eval $ac_try) 2>&5
4783 ac_status=$?
4784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4785 (exit $ac_status); }; }; then
4786 eval "$as_ac_Header=yes"
4787else
4788 echo "$as_me: failed program was:" >&5
4789sed 's/^/| /' conftest.$ac_ext >&5
4790
4791eval "$as_ac_Header=no"
4792fi
4793rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4794fi
4795echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4796echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4797if test `eval echo '${'$as_ac_Header'}'` = yes; then
4798 cat >>confdefs.h <<_ACEOF
4799#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4800_ACEOF
4801
4802fi
4803
4804done
4805
4806
4807
4808for ac_header in dlfcn.h
4809do
4810as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4811if eval "test \"\${$as_ac_Header+set}\" = set"; then
4812 echo "$as_me:$LINENO: checking for $ac_header" >&5
4813echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4814if eval "test \"\${$as_ac_Header+set}\" = set"; then
4815 echo $ECHO_N "(cached) $ECHO_C" >&6
4816fi
4817echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4818echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4819else
4820 # Is the header compilable?
4821echo "$as_me:$LINENO: checking $ac_header usability" >&5
4822echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4823cat >conftest.$ac_ext <<_ACEOF
4824/* confdefs.h. */
4825_ACEOF
4826cat confdefs.h >>conftest.$ac_ext
4827cat >>conftest.$ac_ext <<_ACEOF
4828/* end confdefs.h. */
4829$ac_includes_default
4830#include <$ac_header>
4831_ACEOF
4832rm -f conftest.$ac_objext
4833if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4834 (eval $ac_compile) 2>conftest.er1
4835 ac_status=$?
4836 grep -v '^ *+' conftest.er1 >conftest.err
4837 rm -f conftest.er1
4838 cat conftest.err >&5
4839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4840 (exit $ac_status); } &&
4841 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4843 (eval $ac_try) 2>&5
4844 ac_status=$?
4845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4846 (exit $ac_status); }; } &&
4847 { ac_try='test -s conftest.$ac_objext'
4848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4849 (eval $ac_try) 2>&5
4850 ac_status=$?
4851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4852 (exit $ac_status); }; }; then
4853 ac_header_compiler=yes
4854else
4855 echo "$as_me: failed program was:" >&5
4856sed 's/^/| /' conftest.$ac_ext >&5
4857
4858ac_header_compiler=no
4859fi
4860rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4861echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4862echo "${ECHO_T}$ac_header_compiler" >&6
4863
4864# Is the header present?
4865echo "$as_me:$LINENO: checking $ac_header presence" >&5
4866echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4867cat >conftest.$ac_ext <<_ACEOF
4868/* confdefs.h. */
4869_ACEOF
4870cat confdefs.h >>conftest.$ac_ext
4871cat >>conftest.$ac_ext <<_ACEOF
4872/* end confdefs.h. */
4873#include <$ac_header>
4874_ACEOF
4875if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4876 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4877 ac_status=$?
4878 grep -v '^ *+' conftest.er1 >conftest.err
4879 rm -f conftest.er1
4880 cat conftest.err >&5
4881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4882 (exit $ac_status); } >/dev/null; then
4883 if test -s conftest.err; then
4884 ac_cpp_err=$ac_cxx_preproc_warn_flag
4885 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4886 else
4887 ac_cpp_err=
4888 fi
4889else
4890 ac_cpp_err=yes
4891fi
4892if test -z "$ac_cpp_err"; then
4893 ac_header_preproc=yes
4894else
4895 echo "$as_me: failed program was:" >&5
4896sed 's/^/| /' conftest.$ac_ext >&5
4897
4898 ac_header_preproc=no
4899fi
4900rm -f conftest.err conftest.$ac_ext
4901echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4902echo "${ECHO_T}$ac_header_preproc" >&6
4903
4904# So? What about this header?
4905case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4906 yes:no: )
4907 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4908echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4909 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4910echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4911 ac_header_preproc=yes
4912 ;;
4913 no:yes:* )
4914 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4915echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4916 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4917echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4918 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4919echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4920 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4921echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4922 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4923echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4924 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4925echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4926 (
4927 cat <<\_ASBOX
4928## ------------------------------------------ ##
4929## Report this to the AC_PACKAGE_NAME lists. ##
4930## ------------------------------------------ ##
4931_ASBOX
4932 ) |
4933 sed "s/^/$as_me: WARNING: /" >&2
4934 ;;
4935esac
4936echo "$as_me:$LINENO: checking for $ac_header" >&5
4937echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4938if eval "test \"\${$as_ac_Header+set}\" = set"; then
4939 echo $ECHO_N "(cached) $ECHO_C" >&6
4940else
4941 eval "$as_ac_Header=\$ac_header_preproc"
4942fi
4943echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4944echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4945
4946fi
4947if test `eval echo '${'$as_ac_Header'}'` = yes; then
4948 cat >>confdefs.h <<_ACEOF
4949#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4950_ACEOF
4951
4952fi
4953
4954done
4955
4956
4957
4958
4959
4960# Only perform the check for file, if the check method requires it
4961case "$deplibs_check_method" in
4962file_magic*)
4963 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
4964 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
4965echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
4966if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
4967 echo $ECHO_N "(cached) $ECHO_C" >&6
4968else
4969 case "$MAGIC_CMD" in
4970 /*)
4971 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
4972 ;;
4973 ?:/*)
4974 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
4975 ;;
4976 *)
4977 ac_save_MAGIC_CMD="$MAGIC_CMD"
4978 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4979 ac_dummy="/usr/bin:$PATH"
4980 for ac_dir in $ac_dummy; do
4981 test -z "$ac_dir" && ac_dir=.
4982 if test -f $ac_dir/${ac_tool_prefix}file; then
4983 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
4984 if test -n "$file_magic_test_file"; then
4985 case "$deplibs_check_method" in
4986 "file_magic "*)
4987 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
4988 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
4989 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
4990 egrep "$file_magic_regex" > /dev/null; then
4991 :
4992 else
4993 cat <<EOF 1>&2
4994
4995*** Warning: the command libtool uses to detect shared libraries,
4996*** $file_magic_cmd, produces output that libtool cannot recognize.
4997*** The result is that libtool may fail to recognize shared libraries
4998*** as such. This will affect the creation of libtool libraries that
4999*** depend on shared libraries, but programs linked with such libtool
5000*** libraries will work regardless of this problem. Nevertheless, you
5001*** may want to report the problem to your system manager and/or to
5002*** bug-libtool@gnu.org
5003
5004EOF
5005 fi ;;
5006 esac
5007 fi
5008 break
5009 fi
5010 done
5011 IFS="$ac_save_ifs"
5012 MAGIC_CMD="$ac_save_MAGIC_CMD"
5013 ;;
5014esac
5015fi
5016
5017MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
5018if test -n "$MAGIC_CMD"; then
5019 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
5020echo "${ECHO_T}$MAGIC_CMD" >&6
5021else
5022 echo "$as_me:$LINENO: result: no" >&5
5023echo "${ECHO_T}no" >&6
5024fi
5025
5026if test -z "$lt_cv_path_MAGIC_CMD"; then
5027 if test -n "$ac_tool_prefix"; then
5028 echo "$as_me:$LINENO: checking for file" >&5
5029echo $ECHO_N "checking for file... $ECHO_C" >&6
5030if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
5031 echo $ECHO_N "(cached) $ECHO_C" >&6
5032else
5033 case "$MAGIC_CMD" in
5034 /*)
5035 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
5036 ;;
5037 ?:/*)
5038 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
5039 ;;
5040 *)
5041 ac_save_MAGIC_CMD="$MAGIC_CMD"
5042 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5043 ac_dummy="/usr/bin:$PATH"
5044 for ac_dir in $ac_dummy; do
5045 test -z "$ac_dir" && ac_dir=.
5046 if test -f $ac_dir/file; then
5047 lt_cv_path_MAGIC_CMD="$ac_dir/file"
5048 if test -n "$file_magic_test_file"; then
5049 case "$deplibs_check_method" in
5050 "file_magic "*)
5051 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
5052 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
5053 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
5054 egrep "$file_magic_regex" > /dev/null; then
5055 :
5056 else
5057 cat <<EOF 1>&2
5058
5059*** Warning: the command libtool uses to detect shared libraries,
5060*** $file_magic_cmd, produces output that libtool cannot recognize.
5061*** The result is that libtool may fail to recognize shared libraries
5062*** as such. This will affect the creation of libtool libraries that
5063*** depend on shared libraries, but programs linked with such libtool
5064*** libraries will work regardless of this problem. Nevertheless, you
5065*** may want to report the problem to your system manager and/or to
5066*** bug-libtool@gnu.org
5067
5068EOF
5069 fi ;;
5070 esac
5071 fi
5072 break
5073 fi
5074 done
5075 IFS="$ac_save_ifs"
5076 MAGIC_CMD="$ac_save_MAGIC_CMD"
5077 ;;
5078esac
5079fi
5080
5081MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
5082if test -n "$MAGIC_CMD"; then
5083 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
5084echo "${ECHO_T}$MAGIC_CMD" >&6
5085else
5086 echo "$as_me:$LINENO: result: no" >&5
5087echo "${ECHO_T}no" >&6
5088fi
5089
5090 else
5091 MAGIC_CMD=:
5092 fi
5093fi
5094
5095 fi
5096 ;;
5097esac
5098
5099if test -n "$ac_tool_prefix"; then
5100 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5101set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5102echo "$as_me:$LINENO: checking for $ac_word" >&5
5103echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5104if test "${ac_cv_prog_RANLIB+set}" = set; then
5105 echo $ECHO_N "(cached) $ECHO_C" >&6
5106else
5107 if test -n "$RANLIB"; then
5108 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5109else
5110as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5111for as_dir in $PATH
5112do
5113 IFS=$as_save_IFS
5114 test -z "$as_dir" && as_dir=.
5115 for ac_exec_ext in '' $ac_executable_extensions; do
5116 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5117 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5118 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5119 break 2
5120 fi
5121done
5122done
5123
5124fi
5125fi
5126RANLIB=$ac_cv_prog_RANLIB
5127if test -n "$RANLIB"; then
5128 echo "$as_me:$LINENO: result: $RANLIB" >&5
5129echo "${ECHO_T}$RANLIB" >&6
5130else
5131 echo "$as_me:$LINENO: result: no" >&5
5132echo "${ECHO_T}no" >&6
5133fi
5134
5135fi
5136if test -z "$ac_cv_prog_RANLIB"; then
5137 ac_ct_RANLIB=$RANLIB
5138 # Extract the first word of "ranlib", so it can be a program name with args.
5139set dummy ranlib; ac_word=$2
5140echo "$as_me:$LINENO: checking for $ac_word" >&5
5141echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5142if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5143 echo $ECHO_N "(cached) $ECHO_C" >&6
5144else
5145 if test -n "$ac_ct_RANLIB"; then
5146 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5147else
5148as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5149for as_dir in $PATH
5150do
5151 IFS=$as_save_IFS
5152 test -z "$as_dir" && as_dir=.
5153 for ac_exec_ext in '' $ac_executable_extensions; do
5154 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5155 ac_cv_prog_ac_ct_RANLIB="ranlib"
5156 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5157 break 2
5158 fi
5159done
5160done
5161
5162 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
5163fi
5164fi
5165ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5166if test -n "$ac_ct_RANLIB"; then
5167 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5168echo "${ECHO_T}$ac_ct_RANLIB" >&6
5169else
5170 echo "$as_me:$LINENO: result: no" >&5
5171echo "${ECHO_T}no" >&6
5172fi
5173
5174 RANLIB=$ac_ct_RANLIB
5175else
5176 RANLIB="$ac_cv_prog_RANLIB"
5177fi
5178
5179if test -n "$ac_tool_prefix"; then
5180 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5181set dummy ${ac_tool_prefix}strip; ac_word=$2
5182echo "$as_me:$LINENO: checking for $ac_word" >&5
5183echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5184if test "${ac_cv_prog_STRIP+set}" = set; then
5185 echo $ECHO_N "(cached) $ECHO_C" >&6
5186else
5187 if test -n "$STRIP"; then
5188 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5189else
5190as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5191for as_dir in $PATH
5192do
5193 IFS=$as_save_IFS
5194 test -z "$as_dir" && as_dir=.
5195 for ac_exec_ext in '' $ac_executable_extensions; do
5196 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5197 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5198 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5199 break 2
5200 fi
5201done
5202done
5203
5204fi
5205fi
5206STRIP=$ac_cv_prog_STRIP
5207if test -n "$STRIP"; then
5208 echo "$as_me:$LINENO: result: $STRIP" >&5
5209echo "${ECHO_T}$STRIP" >&6
5210else
5211 echo "$as_me:$LINENO: result: no" >&5
5212echo "${ECHO_T}no" >&6
5213fi
5214
5215fi
5216if test -z "$ac_cv_prog_STRIP"; then
5217 ac_ct_STRIP=$STRIP
5218 # Extract the first word of "strip", so it can be a program name with args.
5219set dummy strip; ac_word=$2
5220echo "$as_me:$LINENO: checking for $ac_word" >&5
5221echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5222if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5223 echo $ECHO_N "(cached) $ECHO_C" >&6
5224else
5225 if test -n "$ac_ct_STRIP"; then
5226 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5227else
5228as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5229for as_dir in $PATH
5230do
5231 IFS=$as_save_IFS
5232 test -z "$as_dir" && as_dir=.
5233 for ac_exec_ext in '' $ac_executable_extensions; do
5234 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5235 ac_cv_prog_ac_ct_STRIP="strip"
5236 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5237 break 2
5238 fi
5239done
5240done
5241
5242 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
5243fi
5244fi
5245ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5246if test -n "$ac_ct_STRIP"; then
5247 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5248echo "${ECHO_T}$ac_ct_STRIP" >&6
5249else
5250 echo "$as_me:$LINENO: result: no" >&5
5251echo "${ECHO_T}no" >&6
5252fi
5253
5254 STRIP=$ac_ct_STRIP
5255else
5256 STRIP="$ac_cv_prog_STRIP"
5257fi
5258
5259
5260enable_dlopen=no
5261enable_win32_dll=no
5262
5263# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
5264if test "${enable_libtool_lock+set}" = set; then
5265 enableval="$enable_libtool_lock"
5266
5267fi;
5268test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5269
5270# Some flags need to be propagated to the compiler or linker for good
5271# libtool support.
5272case "$host" in
5273*-*-irix6*)
5274 # Find out which ABI we are using.
5275 echo '#line 5275 "configure"' > conftest.$ac_ext
5276 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5277 (eval $ac_compile) 2>&5
5278 ac_status=$?
5279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5280 (exit $ac_status); }; then
5281 case "`/usr/bin/file conftest.$ac_objext`" in
5282 *32-bit*)
5283 LD="${LD-ld} -32"
5284 ;;
5285 *N32*)
5286 LD="${LD-ld} -n32"
5287 ;;
5288 *64-bit*)
5289 LD="${LD-ld} -64"
5290 ;;
5291 esac
5292 fi
5293 rm -rf conftest*
5294 ;;
5295
5296*-*-sco3.2v5*)
5297 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5298 SAVE_CFLAGS="$CFLAGS"
5299 CFLAGS="$CFLAGS -belf"
5300 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
5301echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
5302if test "${lt_cv_cc_needs_belf+set}" = set; then
5303 echo $ECHO_N "(cached) $ECHO_C" >&6
5304else
5305
5306
5307 ac_ext=c
5308ac_cpp='$CPP $CPPFLAGS'
5309ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5310ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5311ac_compiler_gnu=$ac_cv_c_compiler_gnu
5312
5313 cat >conftest.$ac_ext <<_ACEOF
5314/* confdefs.h. */
5315_ACEOF
5316cat confdefs.h >>conftest.$ac_ext
5317cat >>conftest.$ac_ext <<_ACEOF
5318/* end confdefs.h. */
5319
5320int
5321main ()
5322{
5323
5324 ;
5325 return 0;
5326}
5327_ACEOF
5328rm -f conftest.$ac_objext conftest$ac_exeext
5329if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5330 (eval $ac_link) 2>conftest.er1
5331 ac_status=$?
5332 grep -v '^ *+' conftest.er1 >conftest.err
5333 rm -f conftest.er1
5334 cat conftest.err >&5
5335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5336 (exit $ac_status); } &&
5337 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5339 (eval $ac_try) 2>&5
5340 ac_status=$?
5341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5342 (exit $ac_status); }; } &&
5343 { ac_try='test -s conftest$ac_exeext'
5344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5345 (eval $ac_try) 2>&5
5346 ac_status=$?
5347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5348 (exit $ac_status); }; }; then
5349 lt_cv_cc_needs_belf=yes
5350else
5351 echo "$as_me: failed program was:" >&5
5352sed 's/^/| /' conftest.$ac_ext >&5
5353
5354lt_cv_cc_needs_belf=no
5355fi
5356rm -f conftest.err conftest.$ac_objext \
5357 conftest$ac_exeext conftest.$ac_ext
5358 ac_ext=cc
5359ac_cpp='$CXXCPP $CPPFLAGS'
5360ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5361ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5362ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5363
5364fi
5365echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
5366echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
5367 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5368 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5369 CFLAGS="$SAVE_CFLAGS"
5370 fi
5371 ;;
5372
5373
5374esac
5375
5376# Sed substitution that helps us do robust quoting. It backslashifies
5377# metacharacters that are still active within double-quoted strings.
5378Xsed='sed -e s/^X//'
5379sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
5380
5381# Same as above, but do not quote variable references.
5382double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'
5383
5384# Sed substitution to delay expansion of an escaped shell variable in a
5385# double_quote_subst'ed string.
5386delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5387
5388# Constants:
5389rm="rm -f"
5390
5391# Global variables:
5392default_ofile=libtool
5393can_build_shared=yes
5394
5395# All known linkers require a `.a' archive for static linking (except M$VC,
5396# which needs '.lib').
5397libext=a
5398ltmain="$ac_aux_dir/ltmain.sh"
5399ofile="$default_ofile"
5400with_gnu_ld="$lt_cv_prog_gnu_ld"
5401need_locks="$enable_libtool_lock"
5402
5403old_CC="$CC"
5404old_CFLAGS="$CFLAGS"
5405
5406# Set sane defaults for various variables
5407test -z "$AR" && AR=ar
5408test -z "$AR_FLAGS" && AR_FLAGS=cru
5409test -z "$AS" && AS=as
5410test -z "$CC" && CC=cc
5411test -z "$DLLTOOL" && DLLTOOL=dlltool
5412test -z "$LD" && LD=ld
5413test -z "$LN_S" && LN_S="ln -s"
5414test -z "$MAGIC_CMD" && MAGIC_CMD=file
5415test -z "$NM" && NM=nm
5416test -z "$OBJDUMP" && OBJDUMP=objdump
5417test -z "$RANLIB" && RANLIB=:
5418test -z "$STRIP" && STRIP=:
5419test -z "$ac_objext" && ac_objext=o
5420
5421if test x"$host" != x"$build"; then
5422 ac_tool_prefix=${host_alias}-
5423else
5424 ac_tool_prefix=
5425fi
5426
5427# Transform linux* to *-*-linux-gnu*, to support old configure scripts.
5428case "$host_os" in
5429linux-gnu*) ;;
5430linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
5431esac
5432
5433case "$host_os" in
5434aix3*)
5435 # AIX sometimes has problems with the GCC collect2 program. For some
5436 # reason, if we set the COLLECT_NAMES environment variable, the problems
5437 # vanish in a puff of smoke.
5438 if test "X${COLLECT_NAMES+set}" != Xset; then
5439 COLLECT_NAMES=
5440 export COLLECT_NAMES
5441 fi
5442 ;;
5443esac
5444
5445# Determine commands to create old-style static archives.
5446old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
5447old_postinstall_cmds='chmod 644 $oldlib'
5448old_postuninstall_cmds=
5449
5450if test -n "$RANLIB"; then
5451 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5452 old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
5453fi
5454
5455# Allow CC to be a program name with arguments.
5456set dummy $CC
5457compiler="$2"
5458
5459## FIXME: this should be a separate macro
5460##
5461echo "$as_me:$LINENO: checking for objdir" >&5
5462echo $ECHO_N "checking for objdir... $ECHO_C" >&6
5463rm -f .libs 2>/dev/null
5464mkdir .libs 2>/dev/null
5465if test -d .libs; then
5466 objdir=.libs
5467else
5468 # MS-DOS does not allow filenames that begin with a dot.
5469 objdir=_libs
5470fi
5471rmdir .libs 2>/dev/null
5472echo "$as_me:$LINENO: result: $objdir" >&5
5473echo "${ECHO_T}$objdir" >&6
5474##
5475## END FIXME
5476
5477
5478## FIXME: this should be a separate macro
5479##
5480
5481# Check whether --with-pic or --without-pic was given.
5482if test "${with_pic+set}" = set; then
5483 withval="$with_pic"
5484 pic_mode="$withval"
5485else
5486 pic_mode=default
5487fi;
5488test -z "$pic_mode" && pic_mode=default
5489
5490# We assume here that the value for lt_cv_prog_cc_pic will not be cached
5491# in isolation, and that seeing it set (from the cache) indicates that
5492# the associated values are set (in the cache) correctly too.
5493echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
5494echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
5495if test "${lt_cv_prog_cc_pic+set}" = set; then
5496 echo $ECHO_N "(cached) $ECHO_C" >&6
5497else
5498 lt_cv_prog_cc_pic=
5499 lt_cv_prog_cc_shlib=
5500 lt_cv_prog_cc_wl=
5501 lt_cv_prog_cc_static=
5502 lt_cv_prog_cc_no_builtin=
5503 lt_cv_prog_cc_can_build_shared=$can_build_shared
5504
5505 if test "$GCC" = yes; then
5506 lt_cv_prog_cc_wl='-Wl,'
5507 lt_cv_prog_cc_static='-static'
5508
5509 case "$host_os" in
5510 beos* | irix5* | irix6* | osf3* | osf4* | osf5*)
5511 # PIC is the default for these OSes.
5512 ;;
5513 aix*)
5514 # Below there is a dirty hack to force normal static linking with -ldl
5515 # The problem is because libdl dynamically linked with both libc and
5516 # libC (AIX C++ library), which obviously doesn't included in libraries
5517 # list by gcc. This cause undefined symbols with -static flags.
5518 # This hack allows C programs to be linked with "-static -ldl", but
5519 # we not sure about C++ programs.
5520 lt_cv_prog_cc_static="$lt_cv_prog_cc_static ${lt_cv_prog_cc_wl}-lC"
5521 ;;
5522 cygwin* | mingw* | pw32* | os2*)
5523 # This hack is so that the source file can tell whether it is being
5524 # built for inclusion in a dll (and should export symbols for example).
5525 lt_cv_prog_cc_pic='-DDLL_EXPORT'
5526 ;;
5527 amigaos*)
5528 # FIXME: we need at least 68020 code to build shared libraries, but
5529 # adding the `-m68020' flag to GCC prevents building anything better,
5530 # like `-m68040'.
5531 lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4'
5532 ;;
5533 sysv4*MP*)
5534 if test -d /usr/nec; then
5535 lt_cv_prog_cc_pic=-Kconform_pic
5536 fi
5537 ;;
5538 *)
5539 lt_cv_prog_cc_pic='-fPIC'
5540 ;;
5541 esac
5542 else
5543 # PORTME Check for PIC flags for the system compiler.
5544 case "$host_os" in
5545 aix3* | aix4*)
5546 # All AIX code is PIC.
5547 lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
5548 ;;
5549
5550 hpux9* | hpux10* | hpux11*)
5551 # Is there a better lt_cv_prog_cc_static that works with the bundled CC?
5552 lt_cv_prog_cc_wl='-Wl,'
5553 lt_cv_prog_cc_static="${lt_cv_prog_cc_wl}-a ${lt_cv_prog_cc_wl}archive"
5554 lt_cv_prog_cc_pic='+Z'
5555 ;;
5556
5557 irix5* | irix6*)
5558 lt_cv_prog_cc_wl='-Wl,'
5559 lt_cv_prog_cc_static='-non_shared'
5560 # PIC (with -KPIC) is the default.
5561 ;;
5562
5563 cygwin* | mingw* | pw32* | os2*)
5564 # This hack is so that the source file can tell whether it is being
5565 # built for inclusion in a dll (and should export symbols for example).
5566 lt_cv_prog_cc_pic='-DDLL_EXPORT'
5567 ;;
5568
5569 newsos6)
5570 lt_cv_prog_cc_pic='-KPIC'
5571 lt_cv_prog_cc_static='-Bstatic'
5572 ;;
5573
5574 osf3* | osf4* | osf5*)
5575 # All OSF/1 code is PIC.
5576 lt_cv_prog_cc_wl='-Wl,'
5577 lt_cv_prog_cc_static='-non_shared'
5578 ;;
5579
5580 sco3.2v5*)
5581 lt_cv_prog_cc_pic='-Kpic'
5582 lt_cv_prog_cc_static='-dn'
5583 lt_cv_prog_cc_shlib='-belf'
5584 ;;
5585
5586 solaris*)
5587 lt_cv_prog_cc_pic='-KPIC'
5588 lt_cv_prog_cc_static='-Bstatic'
5589 lt_cv_prog_cc_wl='-Wl,'
5590 ;;
5591
5592 sunos4*)
5593 lt_cv_prog_cc_pic='-PIC'
5594 lt_cv_prog_cc_static='-Bstatic'
5595 lt_cv_prog_cc_wl='-Qoption ld '
5596 ;;
5597
5598 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
5599 lt_cv_prog_cc_pic='-KPIC'
5600 lt_cv_prog_cc_static='-Bstatic'
5601 if test "x$host_vendor" = xsni; then
5602 lt_cv_prog_cc_wl='-LD'
5603 else
5604 lt_cv_prog_cc_wl='-Wl,'
5605 fi
5606 ;;
5607
5608 uts4*)
5609 lt_cv_prog_cc_pic='-pic'
5610 lt_cv_prog_cc_static='-Bstatic'
5611 ;;
5612
5613 sysv4*MP*)
5614 if test -d /usr/nec ;then
5615 lt_cv_prog_cc_pic='-Kconform_pic'
5616 lt_cv_prog_cc_static='-Bstatic'
5617 fi
5618 ;;
5619
5620 *)
5621 lt_cv_prog_cc_can_build_shared=no
5622 ;;
5623 esac
5624 fi
5625
5626fi
5627
5628if test -z "$lt_cv_prog_cc_pic"; then
5629 echo "$as_me:$LINENO: result: none" >&5
5630echo "${ECHO_T}none" >&6
5631else
5632 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic" >&5
5633echo "${ECHO_T}$lt_cv_prog_cc_pic" >&6
5634
5635 # Check to make sure the pic_flag actually works.
5636 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
5637echo $ECHO_N "checking if $compiler PIC flag $lt_cv_prog_cc_pic works... $ECHO_C" >&6
5638 if test "${lt_cv_prog_cc_pic_works+set}" = set; then
5639 echo $ECHO_N "(cached) $ECHO_C" >&6
5640else
5641 save_CFLAGS="$CFLAGS"
5642 CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
5643 cat >conftest.$ac_ext <<_ACEOF
5644/* confdefs.h. */
5645_ACEOF
5646cat confdefs.h >>conftest.$ac_ext
5647cat >>conftest.$ac_ext <<_ACEOF
5648/* end confdefs.h. */
5649
5650int
5651main ()
5652{
5653
5654 ;
5655 return 0;
5656}
5657_ACEOF
5658rm -f conftest.$ac_objext
5659if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5660 (eval $ac_compile) 2>conftest.er1
5661 ac_status=$?
5662 grep -v '^ *+' conftest.er1 >conftest.err
5663 rm -f conftest.er1
5664 cat conftest.err >&5
5665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5666 (exit $ac_status); } &&
5667 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5669 (eval $ac_try) 2>&5
5670 ac_status=$?
5671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5672 (exit $ac_status); }; } &&
5673 { ac_try='test -s conftest.$ac_objext'
5674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5675 (eval $ac_try) 2>&5
5676 ac_status=$?
5677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5678 (exit $ac_status); }; }; then
5679 case "$host_os" in
5680 hpux9* | hpux10* | hpux11*)
5681 # On HP-UX, both CC and GCC only warn that PIC is supported... then
5682 # they create non-PIC objects. So, if there were any warnings, we
5683 # assume that PIC is not supported.
5684 if test -s conftest.err; then
5685 lt_cv_prog_cc_pic_works=no
5686 else
5687 lt_cv_prog_cc_pic_works=yes
5688 fi
5689 ;;
5690 *)
5691 lt_cv_prog_cc_pic_works=yes
5692 ;;
5693 esac
5694
5695else
5696 echo "$as_me: failed program was:" >&5
5697sed 's/^/| /' conftest.$ac_ext >&5
5698
5699 lt_cv_prog_cc_pic_works=no
5700
5701fi
5702rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5703 CFLAGS="$save_CFLAGS"
5704
5705fi
5706
5707
5708 if test "X$lt_cv_prog_cc_pic_works" = Xno; then
5709 lt_cv_prog_cc_pic=
5710 lt_cv_prog_cc_can_build_shared=no
5711 else
5712 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
5713 fi
5714
5715 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
5716echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
5717fi
5718##
5719## END FIXME
5720
5721# Check for any special shared library compilation flags.
5722if test -n "$lt_cv_prog_cc_shlib"; then
5723 { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&5
5724echo "$as_me: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&2;}
5725 if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_cv_prog_cc_shlib[ ]" >/dev/null; then :
5726 else
5727 { echo "$as_me:$LINENO: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
5728echo "$as_me: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
5729 lt_cv_prog_cc_can_build_shared=no
5730 fi
5731fi
5732
5733## FIXME: this should be a separate macro
5734##
5735echo "$as_me:$LINENO: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
5736echo $ECHO_N "checking if $compiler static flag $lt_cv_prog_cc_static works... $ECHO_C" >&6
5737if test "${lt_cv_prog_cc_static_works+set}" = set; then
5738 echo $ECHO_N "(cached) $ECHO_C" >&6
5739else
5740 lt_cv_prog_cc_static_works=no
5741 save_LDFLAGS="$LDFLAGS"
5742 LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
5743 cat >conftest.$ac_ext <<_ACEOF
5744/* confdefs.h. */
5745_ACEOF
5746cat confdefs.h >>conftest.$ac_ext
5747cat >>conftest.$ac_ext <<_ACEOF
5748/* end confdefs.h. */
5749
5750int
5751main ()
5752{
5753
5754 ;
5755 return 0;
5756}
5757_ACEOF
5758rm -f conftest.$ac_objext conftest$ac_exeext
5759if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5760 (eval $ac_link) 2>conftest.er1
5761 ac_status=$?
5762 grep -v '^ *+' conftest.er1 >conftest.err
5763 rm -f conftest.er1
5764 cat conftest.err >&5
5765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5766 (exit $ac_status); } &&
5767 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5769 (eval $ac_try) 2>&5
5770 ac_status=$?
5771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5772 (exit $ac_status); }; } &&
5773 { ac_try='test -s conftest$ac_exeext'
5774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5775 (eval $ac_try) 2>&5
5776 ac_status=$?
5777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5778 (exit $ac_status); }; }; then
5779 lt_cv_prog_cc_static_works=yes
5780else
5781 echo "$as_me: failed program was:" >&5
5782sed 's/^/| /' conftest.$ac_ext >&5
5783
5784fi
5785rm -f conftest.err conftest.$ac_objext \
5786 conftest$ac_exeext conftest.$ac_ext
5787 LDFLAGS="$save_LDFLAGS"
5788
5789fi
5790
5791
5792# Belt *and* braces to stop my trousers falling down:
5793test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
5794echo "$as_me:$LINENO: result: $lt_cv_prog_cc_static_works" >&5
5795echo "${ECHO_T}$lt_cv_prog_cc_static_works" >&6
5796
5797pic_flag="$lt_cv_prog_cc_pic"
5798special_shlib_compile_flags="$lt_cv_prog_cc_shlib"
5799wl="$lt_cv_prog_cc_wl"
5800link_static_flag="$lt_cv_prog_cc_static"
5801no_builtin_flag="$lt_cv_prog_cc_no_builtin"
5802can_build_shared="$lt_cv_prog_cc_can_build_shared"
5803##
5804## END FIXME
5805
5806
5807## FIXME: this should be a separate macro
5808##
5809# Check to see if options -o and -c are simultaneously supported by compiler
5810echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
5811echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
5812$rm -r conftest 2>/dev/null
5813mkdir conftest
5814cd conftest
5815echo "int some_variable = 0;" > conftest.$ac_ext
5816mkdir out
5817# According to Tom Tromey, Ian Lance Taylor reported there are C compilers
5818# that will create temporary files in the current directory regardless of
5819# the output directory. Thus, making CWD read-only will cause this test
5820# to fail, enabling locking or at least warning the user not to do parallel
5821# builds.
5822chmod -w .
5823save_CFLAGS="$CFLAGS"
5824CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5825compiler_c_o=no
5826if { (eval echo configure:5826: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
5827 # The compiler can only warn and ignore the option if not recognized
5828 # So say no if there are warnings
5829 if test -s out/conftest.err; then
5830 compiler_c_o=no
5831 else
5832 compiler_c_o=yes
5833 fi
5834else
5835 # Append any errors to the config.log.
5836 cat out/conftest.err 1>&5
5837 compiler_c_o=no
5838fi
5839echo "$as_me:$LINENO: result: $compiler_c_o" >&5
5840echo "${ECHO_T}$compiler_c_o" >&6
5841CFLAGS="$save_CFLAGS"
5842chmod u+w .
5843$rm conftest* out/*
5844rmdir out
5845cd ..
5846rmdir conftest
5847$rm -r conftest 2>/dev/null
5848
5849if test x"$compiler_c_o" = x"yes"; then
5850 # Check to see if we can write to a .lo
5851 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.lo" >&5
5852echo $ECHO_N "checking if $compiler supports -c -o file.lo... $ECHO_C" >&6
5853 compiler_o_lo=no
5854 save_CFLAGS="$CFLAGS"
5855 CFLAGS="$CFLAGS -c -o conftest.lo"
5856 cat >conftest.$ac_ext <<_ACEOF
5857/* confdefs.h. */
5858_ACEOF
5859cat confdefs.h >>conftest.$ac_ext
5860cat >>conftest.$ac_ext <<_ACEOF
5861/* end confdefs.h. */
5862
5863int
5864main ()
5865{
5866int some_variable = 0;
5867 ;
5868 return 0;
5869}
5870_ACEOF
5871rm -f conftest.$ac_objext
5872if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5873 (eval $ac_compile) 2>conftest.er1
5874 ac_status=$?
5875 grep -v '^ *+' conftest.er1 >conftest.err
5876 rm -f conftest.er1
5877 cat conftest.err >&5
5878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5879 (exit $ac_status); } &&
5880 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5882 (eval $ac_try) 2>&5
5883 ac_status=$?
5884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5885 (exit $ac_status); }; } &&
5886 { ac_try='test -s conftest.$ac_objext'
5887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5888 (eval $ac_try) 2>&5
5889 ac_status=$?
5890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5891 (exit $ac_status); }; }; then
5892 # The compiler can only warn and ignore the option if not recognized
5893 # So say no if there are warnings
5894 if test -s conftest.err; then
5895 compiler_o_lo=no
5896 else
5897 compiler_o_lo=yes
5898 fi
5899
5900else
5901 echo "$as_me: failed program was:" >&5
5902sed 's/^/| /' conftest.$ac_ext >&5
5903
5904fi
5905rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5906 echo "$as_me:$LINENO: result: $compiler_c_o" >&5
5907echo "${ECHO_T}$compiler_c_o" >&6
5908 CFLAGS="$save_CFLAGS"
5909else
5910 compiler_o_lo=no
5911fi
5912##
5913## END FIXME
5914
5915## FIXME: this should be a separate macro
5916##
5917# Check to see if we can do hard links to lock some files if needed
5918hard_links="nottested"
5919if test "$compiler_c_o" = no && test "$need_locks" != no; then
5920 # do not overwrite the value of need_locks provided by the user
5921 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
5922echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
5923 hard_links=yes
5924 $rm conftest*
5925 ln conftest.a conftest.b 2>/dev/null && hard_links=no
5926 touch conftest.a
5927 ln conftest.a conftest.b 2>&5 || hard_links=no
5928 ln conftest.a conftest.b 2>/dev/null && hard_links=no
5929 echo "$as_me:$LINENO: result: $hard_links" >&5
5930echo "${ECHO_T}$hard_links" >&6
5931 if test "$hard_links" = no; then
5932 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
5933echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
5934 need_locks=warn
5935 fi
5936else
5937 need_locks=no
5938fi
5939##
5940## END FIXME
5941
5942## FIXME: this should be a separate macro
5943##
5944if test "$GCC" = yes; then
5945 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
5946 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
5947echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
5948 echo "int some_variable = 0;" > conftest.$ac_ext
5949 save_CFLAGS="$CFLAGS"
5950 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
5951 compiler_rtti_exceptions=no
5952 cat >conftest.$ac_ext <<_ACEOF
5953/* confdefs.h. */
5954_ACEOF
5955cat confdefs.h >>conftest.$ac_ext
5956cat >>conftest.$ac_ext <<_ACEOF
5957/* end confdefs.h. */
5958
5959int
5960main ()
5961{
5962int some_variable = 0;
5963 ;
5964 return 0;
5965}
5966_ACEOF
5967rm -f conftest.$ac_objext
5968if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5969 (eval $ac_compile) 2>conftest.er1
5970 ac_status=$?
5971 grep -v '^ *+' conftest.er1 >conftest.err
5972 rm -f conftest.er1
5973 cat conftest.err >&5
5974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5975 (exit $ac_status); } &&
5976 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5978 (eval $ac_try) 2>&5
5979 ac_status=$?
5980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5981 (exit $ac_status); }; } &&
5982 { ac_try='test -s conftest.$ac_objext'
5983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5984 (eval $ac_try) 2>&5
5985 ac_status=$?
5986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5987 (exit $ac_status); }; }; then
5988 # The compiler can only warn and ignore the option if not recognized
5989 # So say no if there are warnings
5990 if test -s conftest.err; then
5991 compiler_rtti_exceptions=no
5992 else
5993 compiler_rtti_exceptions=yes
5994 fi
5995
5996else
5997 echo "$as_me: failed program was:" >&5
5998sed 's/^/| /' conftest.$ac_ext >&5
5999
6000fi
6001rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6002 CFLAGS="$save_CFLAGS"
6003 echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
6004echo "${ECHO_T}$compiler_rtti_exceptions" >&6
6005
6006 if test "$compiler_rtti_exceptions" = "yes"; then
6007 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
6008 else
6009 no_builtin_flag=' -fno-builtin'
6010 fi
6011fi
6012##
6013## END FIXME
6014
6015## FIXME: this should be a separate macro
6016##
6017# See if the linker supports building shared libraries.
6018echo "$as_me:$LINENO: checking whether the linker ($LD) supports shared libraries" >&5
6019echo $ECHO_N "checking whether the linker ($LD) supports shared libraries... $ECHO_C" >&6
6020
6021allow_undefined_flag=
6022no_undefined_flag=
6023need_lib_prefix=unknown
6024need_version=unknown
6025# when you set need_version to no, make sure it does not cause -set_version
6026# flags to be left without arguments
6027archive_cmds=
6028archive_expsym_cmds=
6029old_archive_from_new_cmds=
6030old_archive_from_expsyms_cmds=
6031export_dynamic_flag_spec=
6032whole_archive_flag_spec=
6033thread_safe_flag_spec=
6034hardcode_into_libs=no
6035hardcode_libdir_flag_spec=
6036hardcode_libdir_separator=
6037hardcode_direct=no
6038hardcode_minus_L=no
6039hardcode_shlibpath_var=unsupported
6040runpath_var=
6041link_all_deplibs=unknown
6042always_export_symbols=no
6043export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols'
6044# include_expsyms should be a list of space-separated symbols to be *always*
6045# included in the symbol list
6046include_expsyms=
6047# exclude_expsyms can be an egrep regular expression of symbols to exclude
6048# it will be wrapped by ` (' and `)$', so one must not match beginning or
6049# end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
6050# as well as any symbol that contains `d'.
6051exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
6052# Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
6053# platforms (ab)use it in PIC code, but their linkers get confused if
6054# the symbol is explicitly referenced. Since portable code cannot
6055# rely on this symbol name, it's probably fine to never include it in
6056# preloaded symbol tables.
6057extract_expsyms_cmds=
6058
6059case "$host_os" in
6060cygwin* | mingw* | pw32* )
6061 # FIXME: the MSVC++ port hasn't been tested in a loooong time
6062 # When not using gcc, we currently assume that we are using
6063 # Microsoft Visual C++.
6064 if test "$GCC" != yes; then
6065 with_gnu_ld=no
6066 fi
6067 ;;
6068
6069esac
6070
6071ld_shlibs=yes
6072if test "$with_gnu_ld" = yes; then
6073 # If archive_cmds runs LD, not CC, wlarc should be empty
6074 wlarc='${wl}'
6075
6076 # See if GNU ld supports shared libraries.
6077 case "$host_os" in
6078 aix3* | aix4*)
6079 # On AIX, the GNU linker is very broken
6080 ld_shlibs=no
6081 cat <<EOF 1>&2
6082
6083*** Warning: the GNU linker, at least up to release 2.9.1, is reported
6084*** to be unable to reliably create shared libraries on AIX.
6085*** Therefore, libtool is disabling shared libraries support. If you
6086*** really care for shared libraries, you may want to modify your PATH
6087*** so that a non-GNU linker is found, and then restart.
6088
6089EOF
6090 ;;
6091
6092 amigaos*)
6093 archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
6094 hardcode_libdir_flag_spec='-L$libdir'
6095 hardcode_minus_L=yes
6096
6097 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
6098 # that the semantics of dynamic libraries on AmigaOS, at least up
6099 # to version 4, is to share data among multiple programs linked
6100 # with the same dynamic library. Since this doesn't match the
6101 # behavior of shared libraries on other platforms, we can use
6102 # them.
6103 ld_shlibs=no
6104 ;;
6105
6106 beos*)
6107 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
6108 allow_undefined_flag=unsupported
6109 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
6110 # support --undefined. This deserves some investigation. FIXME
6111 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6112 else
6113 ld_shlibs=no
6114 fi
6115 ;;
6116
6117 cygwin* | mingw* | pw32*)
6118 # hardcode_libdir_flag_spec is actually meaningless, as there is
6119 # no search path for DLLs.
6120 hardcode_libdir_flag_spec='-L$libdir'
6121 allow_undefined_flag=unsupported
6122 always_export_symbols=yes
6123
6124 extract_expsyms_cmds='test -f $output_objdir/impgen.c || \
6125 sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < $''0 > $output_objdir/impgen.c~
6126 test -f $output_objdir/impgen.exe || (cd $output_objdir && \
6127 if test "x$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \
6128 else $CC -o impgen impgen.c ; fi)~
6129 $output_objdir/impgen $dir/$soname > $output_objdir/$soname-def'
6130
6131 old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'
6132
6133 # cygwin and mingw dlls have different entry points and sets of symbols
6134 # to exclude.
6135 # FIXME: what about values for MSVC?
6136 dll_entry=__cygwin_dll_entry@12
6137 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
6138 case "$host_os" in
6139 mingw*)
6140 # mingw values
6141 dll_entry=_DllMainCRTStartup@12
6142 dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
6143 ;;
6144 esac
6145
6146 # mingw and cygwin differ, and it's simplest to just exclude the union
6147 # of the two symbol sets.
6148 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
6149
6150 # recent cygwin and mingw systems supply a stub DllMain which the user
6151 # can override, but on older systems we have to supply one (in ltdll.c)
6152 if test "x$lt_cv_need_dllmain" = "xyes"; then
6153 ltdll_obj='$output_objdir/$soname-ltdll.'"$ac_objext "
6154 ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < [$]0 > $output_objdir/$soname-ltdll.c~
6155 test -f $output_objdir/$soname-ltdll.$ac_objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
6156 else
6157 ltdll_obj=
6158 ltdll_cmds=
6159 fi
6160
6161 # Extract the symbol export list from an `--export-all' def file,
6162 # then regenerate the def file from the symbol export list, so that
6163 # the compiled dll only exports the symbol export list.
6164 # Be careful not to strip the DATA tag left be newer dlltools.
6165 export_symbols_cmds="$ltdll_cmds"'
6166 $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
6167 sed -e "1,/EXPORTS/d" -e "s/ @ [0-9]*//" -e "s/ *;.*$//" < $output_objdir/$soname-def > $export_symbols'
6168
6169 # If DATA tags from a recent dlltool are present, honour them!
6170 archive_expsym_cmds='echo EXPORTS > $output_objdir/$soname-def~
6171 _lt_hint=1;
6172 cat $export_symbols | while read symbol; do
6173 set dummy \$symbol;
6174 case \$# in
6175 2) echo " \$2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
6176 *) echo " \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;;
6177 esac;
6178 _lt_hint=`expr 1 + \$_lt_hint`;
6179 done~
6180 '"$ltdll_cmds"'
6181 $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $lib '$ltdll_obj'$libobjs $deplibs $compiler_flags~
6182 $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~
6183 $CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $lib '$ltdll_obj'$libobjs $deplibs $compiler_flags~
6184 $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~
6185 $CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $lib '$ltdll_obj'$libobjs $deplibs $compiler_flags'
6186 ;;
6187
6188 netbsd*)
6189 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6190 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
6191 wlarc=
6192 else
6193 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6194 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6195 fi
6196 ;;
6197
6198 solaris* | sysv5*)
6199 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
6200 ld_shlibs=no
6201 cat <<EOF 1>&2
6202
6203*** Warning: The releases 2.8.* of the GNU linker cannot reliably
6204*** create shared libraries on Solaris systems. Therefore, libtool
6205*** is disabling shared libraries support. We urge you to upgrade GNU
6206*** binutils to release 2.9.1 or newer. Another option is to modify
6207*** your PATH or compiler configuration so that the native linker is
6208*** used, and then restart.
6209
6210EOF
6211 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
6212 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6213 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6214 else
6215 ld_shlibs=no
6216 fi
6217 ;;
6218
6219 sunos4*)
6220 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6221 wlarc=
6222 hardcode_direct=yes
6223 hardcode_shlibpath_var=no
6224 ;;
6225
6226 *)
6227 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
6228 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6229 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6230 else
6231 ld_shlibs=no
6232 fi
6233 ;;
6234 esac
6235
6236 if test "$ld_shlibs" = yes; then
6237 runpath_var=LD_RUN_PATH
6238 hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
6239 export_dynamic_flag_spec='${wl}--export-dynamic'
6240 case $host_os in
6241 cygwin* | mingw* | pw32*)
6242 # dlltool doesn't understand --whole-archive et. al.
6243 whole_archive_flag_spec=
6244 ;;
6245 *)
6246 # ancient GNU ld didn't support --whole-archive et. al.
6247 if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
6248 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
6249 else
6250 whole_archive_flag_spec=
6251 fi
6252 ;;
6253 esac
6254 fi
6255else
6256 # PORTME fill in a description of your system's linker (not GNU ld)
6257 case "$host_os" in
6258 aix3*)
6259 allow_undefined_flag=unsupported
6260 always_export_symbols=yes
6261 archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
6262 # Note: this linker hardcodes the directories in LIBPATH if there
6263 # are no directories specified by -L.
6264 hardcode_minus_L=yes
6265 if test "$GCC" = yes && test -z "$link_static_flag"; then
6266 # Neither direct hardcoding nor static linking is supported with a
6267 # broken collect2.
6268 hardcode_direct=unsupported
6269 fi
6270 ;;
6271
6272 aix4*)
6273 hardcode_libdir_flag_spec='${wl}-b ${wl}nolibpath ${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib'
6274 hardcode_libdir_separator=':'
6275 if test "$GCC" = yes; then
6276 collect2name=`${CC} -print-prog-name=collect2`
6277 if test -f "$collect2name" && \
6278 strings "$collect2name" | grep resolve_lib_name >/dev/null
6279 then
6280 # We have reworked collect2
6281 hardcode_direct=yes
6282 else
6283 # We have old collect2
6284 hardcode_direct=unsupported
6285 # It fails to find uninstalled libraries when the uninstalled
6286 # path is not listed in the libpath. Setting hardcode_minus_L
6287 # to unsupported forces relinking
6288 hardcode_minus_L=yes
6289 hardcode_libdir_flag_spec='-L$libdir'
6290 hardcode_libdir_separator=
6291 fi
6292 shared_flag='-shared'
6293 else
6294 shared_flag='${wl}-bM:SRE'
6295 hardcode_direct=yes
6296 fi
6297 allow_undefined_flag=' ${wl}-berok'
6298 archive_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bexpall ${wl}-bnoentry${allow_undefined_flag}'
6299 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}'
6300 case "$host_os" in aix4.[01]|aix4.[01].*)
6301 # According to Greg Wooledge, -bexpall is only supported from AIX 4.2 on
6302 always_export_symbols=yes ;;
6303 esac
6304
6305 # We don't want to build shared libraries on unknown CPU types.
6306 case $host_cpu in
6307 powerpc | rs6000) ;;
6308 *) ld_shlibs=no ;;
6309 esac
6310 ;;
6311
6312 amigaos*)
6313 archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
6314 hardcode_libdir_flag_spec='-L$libdir'
6315 hardcode_minus_L=yes
6316 # see comment about different semantics on the GNU ld section
6317 ld_shlibs=no
6318 ;;
6319
6320 cygwin* | mingw* | pw32*)
6321 # When not using gcc, we currently assume that we are using
6322 # Microsoft Visual C++.
6323 # hardcode_libdir_flag_spec is actually meaningless, as there is
6324 # no search path for DLLs.
6325 hardcode_libdir_flag_spec=' '
6326 allow_undefined_flag=unsupported
6327 # Tell ltmain to make .lib files, not .a files.
6328 libext=lib
6329 # FIXME: Setting linknames here is a bad hack.
6330 archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
6331 # The linker will automatically build a .lib file if we build a DLL.
6332 old_archive_from_new_cmds='true'
6333 # FIXME: Should let the user specify the lib program.
6334 old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
6335 fix_srcfile_path='`cygpath -w "$srcfile"`'
6336 ;;
6337
6338 darwin* | rhapsody*)
6339 allow_undefined_flag='-undefined warning'
6340 archive_cmds='$CC `if test "$module" = "yes"; then echo -bundle; else
6341 echo -dynamiclib; fi` -o $lib $libobjs $deplibs $linkopts'
6342 archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
6343 ## What we need is to hardcode the path to the library, not the search path
6344 #hardcode_direct=yes
6345 #hardcode_libdir_flag_spec='-install_name $libdir/$lib'
6346 hardcode_shlibpath_var=no
6347 whole_archive_flag_spec='-all_load'
6348 ;;
6349
6350 freebsd1*)
6351 ld_shlibs=no
6352 ;;
6353
6354 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
6355 # support. Future versions do this automatically, but an explicit c++rt0.o
6356 # does not break anything, and helps significantly (at the cost of a little
6357 # extra space).
6358 freebsd2.2*)
6359 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
6360 hardcode_libdir_flag_spec='-R$libdir'
6361 hardcode_direct=yes
6362 hardcode_shlibpath_var=no
6363 ;;
6364
6365 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6366 freebsd2*)
6367 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6368 hardcode_direct=yes
6369 hardcode_minus_L=yes
6370 hardcode_shlibpath_var=no
6371 ;;
6372
6373 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
6374 freebsd*)
6375 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
6376 hardcode_libdir_flag_spec='-R$libdir'
6377 hardcode_direct=yes
6378 hardcode_shlibpath_var=no
6379 ;;
6380
6381 hpux9* | hpux10* | hpux11*)
6382 case "$host_os" in
6383 hpux9*) archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;;
6384 *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;;
6385 esac
6386 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
6387 hardcode_libdir_separator=:
6388 hardcode_direct=yes
6389 hardcode_minus_L=yes # Not in the search PATH, but as the default
6390 # location of the library.
6391 export_dynamic_flag_spec='${wl}-E'
6392 ;;
6393
6394 irix5* | irix6*)
6395 if test "$GCC" = yes; then
6396 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6397 else
6398 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
6399 fi
6400 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
6401 hardcode_libdir_separator=:
6402 link_all_deplibs=yes
6403 ;;
6404
6405 netbsd*)
6406 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6407 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
6408 else
6409 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
6410 fi
6411 hardcode_libdir_flag_spec='-R$libdir'
6412 hardcode_direct=yes
6413 hardcode_shlibpath_var=no
6414 ;;
6415
6416 newsos6)
6417 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
6418 hardcode_direct=yes
6419 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
6420 hardcode_libdir_separator=:
6421 hardcode_shlibpath_var=no
6422 ;;
6423
6424 openbsd*)
6425 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6426 hardcode_libdir_flag_spec='-R$libdir'
6427 hardcode_direct=yes
6428 hardcode_shlibpath_var=no
6429 ;;
6430
6431 os2*)
6432 hardcode_libdir_flag_spec='-L$libdir'
6433 hardcode_minus_L=yes
6434 allow_undefined_flag=unsupported
6435 archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
6436 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
6437 ;;
6438
6439 osf3*)
6440 if test "$GCC" = yes; then
6441 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
6442 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6443 else
6444 allow_undefined_flag=' -expect_unresolved \*'
6445 archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
6446 fi
6447 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
6448 hardcode_libdir_separator=:
6449 ;;
6450
6451 osf4* | osf5*) # as osf3* with the addition of -msym flag
6452 if test "$GCC" = yes; then
6453 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
6454 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6455 else
6456 allow_undefined_flag=' -expect_unresolved \*'
6457 archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
6458 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
6459 $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
6460 fi
6461#Both c and cxx compiler support -rpath directly
6462 hardcode_libdir_flag_spec='-rpath $libdir'
6463 hardcode_libdir_separator=:
6464 ;;
6465
6466 sco3.2v5*)
6467 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6468 hardcode_shlibpath_var=no
6469 runpath_var=LD_RUN_PATH
6470 hardcode_runpath_var=yes
6471 ;;
6472
6473 solaris*)
6474 no_undefined_flag=' -z text'
6475 # $CC -shared without GNU ld will not create a library from C++
6476 # object files and a static libstdc++, better avoid it by now
6477 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
6478 archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6479 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
6480 hardcode_libdir_flag_spec='-R$libdir'
6481 hardcode_shlibpath_var=no
6482 case "$host_os" in
6483 solaris2.[0-5] | solaris2.[0-5].*) ;;
6484 *) # Supported since Solaris 2.6 (maybe 2.5.1?)
6485 whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
6486 esac
6487 link_all_deplibs=yes
6488 ;;
6489
6490 sunos4*)
6491 if test "x$host_vendor" = xsequent; then
6492 # Use $CC to link under sequent, because it throws in some extra .o
6493 # files that make .init and .fini sections work.
6494 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
6495 else
6496 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
6497 fi
6498 hardcode_libdir_flag_spec='-L$libdir'
6499 hardcode_direct=yes
6500 hardcode_minus_L=yes
6501 hardcode_shlibpath_var=no
6502 ;;
6503
6504 sysv4)
6505 if test "x$host_vendor" = xsno; then
6506 archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linkopts'
6507 hardcode_direct=yes # is this really true???
6508 else
6509 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6510 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
6511 fi
6512 runpath_var='LD_RUN_PATH'
6513 hardcode_shlibpath_var=no
6514 ;;
6515
6516 sysv4.3*)
6517 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6518 hardcode_shlibpath_var=no
6519 export_dynamic_flag_spec='-Bexport'
6520 ;;
6521
6522 sysv5*)
6523 no_undefined_flag=' -z text'
6524 # $CC -shared without GNU ld will not create a library from C++
6525 # object files and a static libstdc++, better avoid it by now
6526 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
6527 archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6528 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
6529 hardcode_libdir_flag_spec=
6530 hardcode_shlibpath_var=no
6531 runpath_var='LD_RUN_PATH'
6532 ;;
6533
6534 uts4*)
6535 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6536 hardcode_libdir_flag_spec='-L$libdir'
6537 hardcode_shlibpath_var=no
6538 ;;
6539
6540 dgux*)
6541 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6542 hardcode_libdir_flag_spec='-L$libdir'
6543 hardcode_shlibpath_var=no
6544 ;;
6545
6546 sysv4*MP*)
6547 if test -d /usr/nec; then
6548 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6549 hardcode_shlibpath_var=no
6550 runpath_var=LD_RUN_PATH
6551 hardcode_runpath_var=yes
6552 ld_shlibs=yes
6553 fi
6554 ;;
6555
6556 sysv4.2uw2*)
6557 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
6558 hardcode_direct=yes
6559 hardcode_minus_L=no
6560 hardcode_shlibpath_var=no
6561 hardcode_runpath_var=yes
6562 runpath_var=LD_RUN_PATH
6563 ;;
6564
6565 unixware7*)
6566 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6567 runpath_var='LD_RUN_PATH'
6568 hardcode_shlibpath_var=no
6569 ;;
6570
6571 *)
6572 ld_shlibs=no
6573 ;;
6574 esac
6575fi
6576echo "$as_me:$LINENO: result: $ld_shlibs" >&5
6577echo "${ECHO_T}$ld_shlibs" >&6
6578test "$ld_shlibs" = no && can_build_shared=no
6579##
6580## END FIXME
6581
6582## FIXME: this should be a separate macro
6583##
6584# Check hardcoding attributes.
6585echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
6586echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
6587hardcode_action=
6588if test -n "$hardcode_libdir_flag_spec" || \
6589 test -n "$runpath_var"; then
6590
6591 # We can hardcode non-existant directories.
6592 if test "$hardcode_direct" != no &&
6593 # If the only mechanism to avoid hardcoding is shlibpath_var, we
6594 # have to relink, otherwise we might link with an installed library
6595 # when we should be linking with a yet-to-be-installed one
6596 ## test "$hardcode_shlibpath_var" != no &&
6597 test "$hardcode_minus_L" != no; then
6598 # Linking always hardcodes the temporary library directory.
6599 hardcode_action=relink
6600 else
6601 # We can link without hardcoding, and we can hardcode nonexisting dirs.
6602 hardcode_action=immediate
6603 fi
6604else
6605 # We cannot hardcode anything, or else we can only hardcode existing
6606 # directories.
6607 hardcode_action=unsupported
6608fi
6609echo "$as_me:$LINENO: result: $hardcode_action" >&5
6610echo "${ECHO_T}$hardcode_action" >&6
6611##
6612## END FIXME
6613
6614## FIXME: this should be a separate macro
6615##
6616striplib=
6617old_striplib=
6618echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
6619echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
6620if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
6621 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
6622 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
6623 echo "$as_me:$LINENO: result: yes" >&5
6624echo "${ECHO_T}yes" >&6
6625else
6626 echo "$as_me:$LINENO: result: no" >&5
6627echo "${ECHO_T}no" >&6
6628fi
6629##
6630## END FIXME
6631
6632reload_cmds='$LD$reload_flag -o $output$reload_objs'
6633test -z "$deplibs_check_method" && deplibs_check_method=unknown
6634
6635## FIXME: this should be a separate macro
6636##
6637# PORTME Fill in your ld.so characteristics
6638echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
6639echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
6640library_names_spec=
6641libname_spec='lib$name'
6642soname_spec=
6643postinstall_cmds=
6644postuninstall_cmds=
6645finish_cmds=
6646finish_eval=
6647shlibpath_var=
6648shlibpath_overrides_runpath=unknown
6649version_type=none
6650dynamic_linker="$host_os ld.so"
6651sys_lib_dlsearch_path_spec="/lib /usr/lib"
6652sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
6653
6654case "$host_os" in
6655aix3*)
6656 version_type=linux
6657 library_names_spec='${libname}${release}.so$versuffix $libname.a'
6658 shlibpath_var=LIBPATH
6659
6660 # AIX has no versioning support, so we append a major version to the name.
6661 soname_spec='${libname}${release}.so$major'
6662 ;;
6663
6664aix4*)
6665 version_type=linux
6666 # AIX has no versioning support, so currently we can not hardcode correct
6667 # soname into executable. Probably we can add versioning support to
6668 # collect2, so additional links can be useful in future.
6669 # We preserve .a as extension for shared libraries though AIX4.2
6670 # and later linker supports .so
6671 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.a'
6672 shlibpath_var=LIBPATH
6673 ;;
6674
6675amigaos*)
6676 library_names_spec='$libname.ixlibrary $libname.a'
6677 # Create ${libname}_ixlibrary.a entries in /sys/libs.
6678 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
6679 ;;
6680
6681beos*)
6682 library_names_spec='${libname}.so'
6683 dynamic_linker="$host_os ld.so"
6684 shlibpath_var=LIBRARY_PATH
6685 ;;
6686
6687bsdi4*)
6688 version_type=linux
6689 need_version=no
6690 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6691 soname_spec='${libname}${release}.so$major'
6692 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
6693 shlibpath_var=LD_LIBRARY_PATH
6694 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
6695 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
6696 export_dynamic_flag_spec=-rdynamic
6697 # the default ld.so.conf also contains /usr/contrib/lib and
6698 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
6699 # libtool to hard-code these into programs
6700 ;;
6701
6702cygwin* | mingw* | pw32*)
6703 version_type=windows
6704 need_version=no
6705 need_lib_prefix=no
6706 if test "$GCC" = yes; then
6707 library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
6708 else
6709 library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
6710 fi
6711 dynamic_linker='Win32 ld.exe'
6712 # FIXME: first we should search . and the directory the executable is in
6713 shlibpath_var=PATH
6714 ;;
6715
6716darwin* | rhapsody*)
6717 need_lib_prefix=no
6718 need_version=no
6719 library_names_spec='${libname}.`if test "$module" = "yes"; then echo so; else echo dylib; fi`'
6720 shlibpath_overrides_runpath=yes
6721 shlibpath_var=DYLD_LIBRARY_PATH
6722 postinstall_cmds='chmod +x $lib'
6723 ;;
6724
6725freebsd1*)
6726 dynamic_linker=no
6727 ;;
6728
6729freebsd*)
6730 objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
6731 version_type=freebsd-$objformat
6732 case "$version_type" in
6733 freebsd-elf*)
6734 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
6735 need_version=no
6736 need_lib_prefix=no
6737 ;;
6738 freebsd-*)
6739 library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix'
6740 need_version=yes
6741 ;;
6742 esac
6743 shlibpath_var=LD_LIBRARY_PATH
6744 case "$host_os" in
6745 freebsd2*)
6746 shlibpath_overrides_runpath=yes
6747 ;;
6748 *)
6749 shlibpath_overrides_runpath=no
6750 hardcode_into_libs=yes
6751 ;;
6752 esac
6753 ;;
6754
6755gnu*)
6756 version_type=linux
6757 need_lib_prefix=no
6758 need_version=no
6759 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
6760 soname_spec='${libname}${release}.so$major'
6761 shlibpath_var=LD_LIBRARY_PATH
6762 hardcode_into_libs=yes
6763 ;;
6764
6765hpux9* | hpux10* | hpux11*)
6766 # Give a soname corresponding to the major version so that dld.sl refuses to
6767 # link against other versions.
6768 dynamic_linker="$host_os dld.sl"
6769 version_type=sunos
6770 need_lib_prefix=no
6771 need_version=no
6772 shlibpath_var=SHLIB_PATH
6773 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
6774 library_names_spec='${libname}${release}.sl$versuffix ${libname}${release}.sl$major $libname.sl'
6775 soname_spec='${libname}${release}.sl$major'
6776 # HP-UX runs *really* slowly unless shared libraries are mode 555.
6777 postinstall_cmds='chmod 555 $lib'
6778 ;;
6779
6780irix5* | irix6*)
6781 version_type=irix
6782 need_lib_prefix=no
6783 need_version=no
6784 soname_spec='${libname}${release}.so$major'
6785 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so'
6786 case "$host_os" in
6787 irix5*)
6788 libsuff= shlibsuff=
6789 ;;
6790 *)
6791 case "$LD" in # libtool.m4 will add one of these switches to LD
6792 *-32|*"-32 ") libsuff= shlibsuff= libmagic=32-bit;;
6793 *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 libmagic=N32;;
6794 *-64|*"-64 ") libsuff=64 shlibsuff=64 libmagic=64-bit;;
6795 *) libsuff= shlibsuff= libmagic=never-match;;
6796 esac
6797 ;;
6798 esac
6799 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
6800 shlibpath_overrides_runpath=no
6801 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
6802 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
6803 ;;
6804
6805# No shared lib support for Linux oldld, aout, or coff.
6806linux-gnuoldld* | linux-gnuaout* | linux-gnucoff*)
6807 dynamic_linker=no
6808 ;;
6809
6810# This must be Linux ELF.
6811linux-gnu*)
6812 version_type=linux
6813 need_lib_prefix=no
6814 need_version=no
6815 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6816 soname_spec='${libname}${release}.so$major'
6817 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
6818 shlibpath_var=LD_LIBRARY_PATH
6819 shlibpath_overrides_runpath=no
6820 # This implies no fast_install, which is unacceptable.
6821 # Some rework will be needed to allow for fast_install
6822 # before this can be enabled.
6823 hardcode_into_libs=yes
6824
6825 # We used to test for /lib/ld.so.1 and disable shared libraries on
6826 # powerpc, because MkLinux only supported shared libraries with the
6827 # GNU dynamic linker. Since this was broken with cross compilers,
6828 # most powerpc-linux boxes support dynamic linking these days and
6829 # people can always --disable-shared, the test was removed, and we
6830 # assume the GNU/Linux dynamic linker is in use.
6831 dynamic_linker='GNU/Linux ld.so'
6832 ;;
6833
6834netbsd*)
6835 version_type=sunos
6836 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6837 library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
6838 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
6839 dynamic_linker='NetBSD (a.out) ld.so'
6840 else
6841 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so ${libname}.so'
6842 soname_spec='${libname}${release}.so$major'
6843 dynamic_linker='NetBSD ld.elf_so'
6844 fi
6845 shlibpath_var=LD_LIBRARY_PATH
6846 shlibpath_overrides_runpath=yes
6847 hardcode_into_libs=yes
6848 ;;
6849
6850newsos6)
6851 version_type=linux
6852 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6853 shlibpath_var=LD_LIBRARY_PATH
6854 shlibpath_overrides_runpath=yes
6855 ;;
6856
6857openbsd*)
6858 version_type=sunos
6859 if test "$with_gnu_ld" = yes; then
6860 need_lib_prefix=no
6861 need_version=no
6862 fi
6863 library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
6864 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
6865 shlibpath_var=LD_LIBRARY_PATH
6866 ;;
6867
6868os2*)
6869 libname_spec='$name'
6870 need_lib_prefix=no
6871 library_names_spec='$libname.dll $libname.a'
6872 dynamic_linker='OS/2 ld.exe'
6873 shlibpath_var=LIBPATH
6874 ;;
6875
6876osf3* | osf4* | osf5*)
6877 version_type=osf
6878 need_version=no
6879 soname_spec='${libname}${release}.so'
6880 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
6881 shlibpath_var=LD_LIBRARY_PATH
6882 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
6883 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
6884 ;;
6885
6886sco3.2v5*)
6887 version_type=osf
6888 soname_spec='${libname}${release}.so$major'
6889 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6890 shlibpath_var=LD_LIBRARY_PATH
6891 ;;
6892
6893solaris*)
6894 version_type=linux
6895 need_lib_prefix=no
6896 need_version=no
6897 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6898 soname_spec='${libname}${release}.so$major'
6899 shlibpath_var=LD_LIBRARY_PATH
6900 shlibpath_overrides_runpath=yes
6901 hardcode_into_libs=yes
6902 # ldd complains unless libraries are executable
6903 postinstall_cmds='chmod +x $lib'
6904 ;;
6905
6906sunos4*)
6907 version_type=sunos
6908 library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
6909 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
6910 shlibpath_var=LD_LIBRARY_PATH
6911 shlibpath_overrides_runpath=yes
6912 if test "$with_gnu_ld" = yes; then
6913 need_lib_prefix=no
6914 fi
6915 need_version=yes
6916 ;;
6917
6918sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
6919 version_type=linux
6920 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6921 soname_spec='${libname}${release}.so$major'
6922 shlibpath_var=LD_LIBRARY_PATH
6923 case "$host_vendor" in
6924 sni)
6925 shlibpath_overrides_runpath=no
6926 ;;
6927 motorola)
6928 need_lib_prefix=no
6929 need_version=no
6930 shlibpath_overrides_runpath=no
6931 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
6932 ;;
6933 esac
6934 ;;
6935
6936uts4*)
6937 version_type=linux
6938 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6939 soname_spec='${libname}${release}.so$major'
6940 shlibpath_var=LD_LIBRARY_PATH
6941 ;;
6942
6943dgux*)
6944 version_type=linux
6945 need_lib_prefix=no
6946 need_version=no
6947 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6948 soname_spec='${libname}${release}.so$major'
6949 shlibpath_var=LD_LIBRARY_PATH
6950 ;;
6951
6952sysv4*MP*)
6953 if test -d /usr/nec ;then
6954 version_type=linux
6955 library_names_spec='$libname.so.$versuffix $libname.so.$major $libname.so'
6956 soname_spec='$libname.so.$major'
6957 shlibpath_var=LD_LIBRARY_PATH
6958 fi
6959 ;;
6960
6961*)
6962 dynamic_linker=no
6963 ;;
6964esac
6965echo "$as_me:$LINENO: result: $dynamic_linker" >&5
6966echo "${ECHO_T}$dynamic_linker" >&6
6967test "$dynamic_linker" = no && can_build_shared=no
6968##
6969## END FIXME
6970
6971## FIXME: this should be a separate macro
6972##
6973# Report the final consequences.
6974echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
6975echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
6976echo "$as_me:$LINENO: result: $can_build_shared" >&5
6977echo "${ECHO_T}$can_build_shared" >&6
6978##
6979## END FIXME
6980
6981if test "$hardcode_action" = relink; then
6982 # Fast installation is not supported
6983 enable_fast_install=no
6984elif test "$shlibpath_overrides_runpath" = yes ||
6985 test "$enable_shared" = no; then
6986 # Fast installation is not necessary
6987 enable_fast_install=needless
6988fi
6989
6990variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
6991if test "$GCC" = yes; then
6992 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
6993fi
6994
6995if test "x$enable_dlopen" != xyes; then
6996 enable_dlopen=unknown
6997 enable_dlopen_self=unknown
6998 enable_dlopen_self_static=unknown
6999else
7000 lt_cv_dlopen=no
7001 lt_cv_dlopen_libs=
7002
7003 case "$host_os" in
7004 beos*)
7005 lt_cv_dlopen="load_add_on"
7006 lt_cv_dlopen_libs=
7007 lt_cv_dlopen_self=yes
7008 ;;
7009
7010 cygwin* | mingw* | pw32*)
7011 lt_cv_dlopen="LoadLibrary"
7012 lt_cv_dlopen_libs=
7013 ;;
7014
7015 *)
7016 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
7017echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
7018if test "${ac_cv_lib_dl_dlopen+set}" = set; then
7019 echo $ECHO_N "(cached) $ECHO_C" >&6
7020else
7021 ac_check_lib_save_LIBS=$LIBS
7022LIBS="-ldl $LIBS"
7023cat >conftest.$ac_ext <<_ACEOF
7024/* confdefs.h. */
7025_ACEOF
7026cat confdefs.h >>conftest.$ac_ext
7027cat >>conftest.$ac_ext <<_ACEOF
7028/* end confdefs.h. */
7029
7030/* Override any gcc2 internal prototype to avoid an error. */
7031#ifdef __cplusplus
7032extern "C"
7033#endif
7034/* We use char because int might match the return type of a gcc2
7035 builtin and then its argument prototype would still apply. */
7036char dlopen ();
7037int
7038main ()
7039{
7040dlopen ();
7041 ;
7042 return 0;
7043}
7044_ACEOF
7045rm -f conftest.$ac_objext conftest$ac_exeext
7046if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7047 (eval $ac_link) 2>conftest.er1
7048 ac_status=$?
7049 grep -v '^ *+' conftest.er1 >conftest.err
7050 rm -f conftest.er1
7051 cat conftest.err >&5
7052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7053 (exit $ac_status); } &&
7054 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7056 (eval $ac_try) 2>&5
7057 ac_status=$?
7058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7059 (exit $ac_status); }; } &&
7060 { ac_try='test -s conftest$ac_exeext'
7061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7062 (eval $ac_try) 2>&5
7063 ac_status=$?
7064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7065 (exit $ac_status); }; }; then
7066 ac_cv_lib_dl_dlopen=yes
7067else
7068 echo "$as_me: failed program was:" >&5
7069sed 's/^/| /' conftest.$ac_ext >&5
7070
7071ac_cv_lib_dl_dlopen=no
7072fi
7073rm -f conftest.err conftest.$ac_objext \
7074 conftest$ac_exeext conftest.$ac_ext
7075LIBS=$ac_check_lib_save_LIBS
7076fi
7077echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
7078echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
7079if test $ac_cv_lib_dl_dlopen = yes; then
7080 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
7081else
7082 echo "$as_me:$LINENO: checking for dlopen" >&5
7083echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
7084if test "${ac_cv_func_dlopen+set}" = set; then
7085 echo $ECHO_N "(cached) $ECHO_C" >&6
7086else
7087 cat >conftest.$ac_ext <<_ACEOF
7088/* confdefs.h. */
7089_ACEOF
7090cat confdefs.h >>conftest.$ac_ext
7091cat >>conftest.$ac_ext <<_ACEOF
7092/* end confdefs.h. */
7093/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. 4113/* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
7094 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 4114 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7095#define dlopen innocuous_dlopen 4115#define sched_yield innocuous_sched_yield
7096 4116
7097/* System header to define __stub macros and hopefully few prototypes, 4117/* System header to define __stub macros and hopefully few prototypes,
7098 which can conflict with char dlopen (); below. 4118 which can conflict with char sched_yield (); below.
7099 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 4119 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7100 <limits.h> exists even on freestanding compilers. */ 4120 <limits.h> exists even on freestanding compilers. */
7101 4121
7102#ifdef __STDC__ 4122#ifdef __STDC__
7103# include <limits.h> 4123# include <limits.h>
7104#else 4124#else
7105# include <assert.h> 4125# include <assert.h>
7106#endif 4126#endif
7107 4127
7108#undef dlopen 4128#undef sched_yield
7109 4129
7110/* Override any gcc2 internal prototype to avoid an error. */ 4130/* Override any gcc2 internal prototype to avoid an error. */
7111#ifdef __cplusplus 4131#ifdef __cplusplus
7112extern "C" 4132extern "C"
7113{ 4133{
7114#endif 4134#endif
7115/* We use char because int might match the return type of a gcc2 4135/* We use char because int might match the return type of a gcc2
7116 builtin and then its argument prototype would still apply. */ 4136 builtin and then its argument prototype would still apply. */
7117char dlopen (); 4137char sched_yield ();
7118/* The GNU C library defines this for functions which it implements 4138/* The GNU C library defines this for functions which it implements
7119 to always fail with ENOSYS. Some functions are actually named 4139 to always fail with ENOSYS. Some functions are actually named
7120 something starting with __ and the normal name is an alias. */ 4140 something starting with __ and the normal name is an alias. */
7121#if defined (__stub_dlopen) || defined (__stub___dlopen) 4141#if defined (__stub_sched_yield) || defined (__stub___sched_yield)
7122choke me 4142choke me
7123#else 4143#else
7124char (*f) () = dlopen; 4144char (*f) () = sched_yield;
7125#endif 4145#endif
7126#ifdef __cplusplus 4146#ifdef __cplusplus
7127} 4147}
7128#endif 4148#endif
7129 4149
7130int 4150int
7131main () 4151main ()
7132{ 4152{
7133return f != dlopen; 4153return f != sched_yield;
7134 ; 4154 ;
7135 return 0; 4155 return 0;
7136} 4156}
7137_ACEOF 4157_ACEOF
7138rm -f conftest.$ac_objext conftest$ac_exeext 4158rm -f conftest.$ac_objext conftest$ac_exeext
7154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7155 (eval $ac_try) 2>&5 4175 (eval $ac_try) 2>&5
7156 ac_status=$? 4176 ac_status=$?
7157 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7158 (exit $ac_status); }; }; then 4178 (exit $ac_status); }; }; then
7159 ac_cv_func_dlopen=yes 4179 ac_cv_func_sched_yield=yes
7160else 4180else
7161 echo "$as_me: failed program was:" >&5 4181 echo "$as_me: failed program was:" >&5
7162sed 's/^/| /' conftest.$ac_ext >&5 4182sed 's/^/| /' conftest.$ac_ext >&5
7163 4183
7164ac_cv_func_dlopen=no 4184ac_cv_func_sched_yield=no
7165fi 4185fi
7166rm -f conftest.err conftest.$ac_objext \ 4186rm -f conftest.err conftest.$ac_objext \
7167 conftest$ac_exeext conftest.$ac_ext 4187 conftest$ac_exeext conftest.$ac_ext
7168fi 4188fi
7169echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 4189echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
7170echo "${ECHO_T}$ac_cv_func_dlopen" >&6 4190echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
7171if test $ac_cv_func_dlopen = yes; then 4191if test $ac_cv_func_sched_yield = yes; then
7172 lt_cv_dlopen="dlopen" 4192 :
7173else 4193else
7174 echo "$as_me:$LINENO: checking for shl_load" >&5 4194 echo "$as_me:$LINENO: checking for sched_yield in -lrt" >&5
7175echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 4195echo $ECHO_N "checking for sched_yield in -lrt... $ECHO_C" >&6
7176if test "${ac_cv_func_shl_load+set}" = set; then 4196if test "${ac_cv_lib_rt_sched_yield+set}" = set; then
7177 echo $ECHO_N "(cached) $ECHO_C" >&6 4197 echo $ECHO_N "(cached) $ECHO_C" >&6
7178else 4198else
7179 cat >conftest.$ac_ext <<_ACEOF
7180/* confdefs.h. */
7181_ACEOF
7182cat confdefs.h >>conftest.$ac_ext
7183cat >>conftest.$ac_ext <<_ACEOF
7184/* end confdefs.h. */
7185/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
7186 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7187#define shl_load innocuous_shl_load
7188
7189/* System header to define __stub macros and hopefully few prototypes,
7190 which can conflict with char shl_load (); below.
7191 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7192 <limits.h> exists even on freestanding compilers. */
7193
7194#ifdef __STDC__
7195# include <limits.h>
7196#else
7197# include <assert.h>
7198#endif
7199
7200#undef shl_load
7201
7202/* Override any gcc2 internal prototype to avoid an error. */
7203#ifdef __cplusplus
7204extern "C"
7205{
7206#endif
7207/* We use char because int might match the return type of a gcc2
7208 builtin and then its argument prototype would still apply. */
7209char shl_load ();
7210/* The GNU C library defines this for functions which it implements
7211 to always fail with ENOSYS. Some functions are actually named
7212 something starting with __ and the normal name is an alias. */
7213#if defined (__stub_shl_load) || defined (__stub___shl_load)
7214choke me
7215#else
7216char (*f) () = shl_load;
7217#endif
7218#ifdef __cplusplus
7219}
7220#endif
7221
7222int
7223main ()
7224{
7225return f != shl_load;
7226 ;
7227 return 0;
7228}
7229_ACEOF
7230rm -f conftest.$ac_objext conftest$ac_exeext
7231if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7232 (eval $ac_link) 2>conftest.er1
7233 ac_status=$?
7234 grep -v '^ *+' conftest.er1 >conftest.err
7235 rm -f conftest.er1
7236 cat conftest.err >&5
7237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7238 (exit $ac_status); } &&
7239 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7241 (eval $ac_try) 2>&5
7242 ac_status=$?
7243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7244 (exit $ac_status); }; } &&
7245 { ac_try='test -s conftest$ac_exeext'
7246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7247 (eval $ac_try) 2>&5
7248 ac_status=$?
7249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7250 (exit $ac_status); }; }; then
7251 ac_cv_func_shl_load=yes
7252else
7253 echo "$as_me: failed program was:" >&5
7254sed 's/^/| /' conftest.$ac_ext >&5
7255
7256ac_cv_func_shl_load=no
7257fi
7258rm -f conftest.err conftest.$ac_objext \
7259 conftest$ac_exeext conftest.$ac_ext
7260fi
7261echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
7262echo "${ECHO_T}$ac_cv_func_shl_load" >&6
7263if test $ac_cv_func_shl_load = yes; then
7264 lt_cv_dlopen="shl_load"
7265else
7266 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
7267echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
7268if test "${ac_cv_lib_svld_dlopen+set}" = set; then
7269 echo $ECHO_N "(cached) $ECHO_C" >&6
7270else
7271 ac_check_lib_save_LIBS=$LIBS 4199 ac_check_lib_save_LIBS=$LIBS
7272LIBS="-lsvld $LIBS" 4200LIBS="-lrt $LIBS"
7273cat >conftest.$ac_ext <<_ACEOF 4201cat >conftest.$ac_ext <<_ACEOF
7274/* confdefs.h. */ 4202/* confdefs.h. */
7275_ACEOF 4203_ACEOF
7276cat confdefs.h >>conftest.$ac_ext 4204cat confdefs.h >>conftest.$ac_ext
7277cat >>conftest.$ac_ext <<_ACEOF 4205cat >>conftest.$ac_ext <<_ACEOF
7281#ifdef __cplusplus 4209#ifdef __cplusplus
7282extern "C" 4210extern "C"
7283#endif 4211#endif
7284/* We use char because int might match the return type of a gcc2 4212/* We use char because int might match the return type of a gcc2
7285 builtin and then its argument prototype would still apply. */ 4213 builtin and then its argument prototype would still apply. */
7286char dlopen (); 4214char sched_yield ();
7287int 4215int
7288main () 4216main ()
7289{ 4217{
7290dlopen (); 4218sched_yield ();
7291 ; 4219 ;
7292 return 0; 4220 return 0;
7293} 4221}
7294_ACEOF 4222_ACEOF
7295rm -f conftest.$ac_objext conftest$ac_exeext 4223rm -f conftest.$ac_objext conftest$ac_exeext
7311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7312 (eval $ac_try) 2>&5 4240 (eval $ac_try) 2>&5
7313 ac_status=$? 4241 ac_status=$?
7314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7315 (exit $ac_status); }; }; then 4243 (exit $ac_status); }; }; then
7316 ac_cv_lib_svld_dlopen=yes 4244 ac_cv_lib_rt_sched_yield=yes
7317else 4245else
7318 echo "$as_me: failed program was:" >&5 4246 echo "$as_me: failed program was:" >&5
7319sed 's/^/| /' conftest.$ac_ext >&5 4247sed 's/^/| /' conftest.$ac_ext >&5
7320 4248
7321ac_cv_lib_svld_dlopen=no 4249ac_cv_lib_rt_sched_yield=no
7322fi 4250fi
7323rm -f conftest.err conftest.$ac_objext \ 4251rm -f conftest.err conftest.$ac_objext \
7324 conftest$ac_exeext conftest.$ac_ext 4252 conftest$ac_exeext conftest.$ac_ext
7325LIBS=$ac_check_lib_save_LIBS 4253LIBS=$ac_check_lib_save_LIBS
7326fi 4254fi
7327echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 4255echo "$as_me:$LINENO: result: $ac_cv_lib_rt_sched_yield" >&5
7328echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 4256echo "${ECHO_T}$ac_cv_lib_rt_sched_yield" >&6
7329if test $ac_cv_lib_svld_dlopen = yes; then 4257if test $ac_cv_lib_rt_sched_yield = yes; then
7330 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 4258 LIBS="$LIBS -lrt"
7331else 4259fi
4260
4261fi
4262
4263
7332 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 4264echo "$as_me:$LINENO: checking for sched_yield support" >&5
7333echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 4265echo $ECHO_N "checking for sched_yield support... $ECHO_C" >&6
7334if test "${ac_cv_lib_dld_shl_load+set}" = set; then
7335 echo $ECHO_N "(cached) $ECHO_C" >&6
7336else
7337 ac_check_lib_save_LIBS=$LIBS
7338LIBS="-ldld $LIBS"
7339cat >conftest.$ac_ext <<_ACEOF 4266cat >conftest.$ac_ext <<_ACEOF
7340/* confdefs.h. */ 4267/* confdefs.h. */
7341_ACEOF 4268_ACEOF
7342cat confdefs.h >>conftest.$ac_ext 4269cat confdefs.h >>conftest.$ac_ext
7343cat >>conftest.$ac_ext <<_ACEOF 4270cat >>conftest.$ac_ext <<_ACEOF
7344/* end confdefs.h. */ 4271/* end confdefs.h. */
7345 4272#include <sched.h>
7346/* Override any gcc2 internal prototype to avoid an error. */
7347#ifdef __cplusplus
7348extern "C"
7349#endif
7350/* We use char because int might match the return type of a gcc2
7351 builtin and then its argument prototype would still apply. */
7352char shl_load ();
7353int 4273int
7354main () 4274main ()
7355{ 4275{
7356shl_load (); 4276sched_yield ()
7357 ; 4277 ;
7358 return 0; 4278 return 0;
7359} 4279}
7360_ACEOF 4280_ACEOF
7361rm -f conftest.$ac_objext conftest$ac_exeext 4281rm -f conftest.$ac_objext conftest$ac_exeext
7377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7378 (eval $ac_try) 2>&5 4298 (eval $ac_try) 2>&5
7379 ac_status=$? 4299 ac_status=$?
7380 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7381 (exit $ac_status); }; }; then 4301 (exit $ac_status); }; }; then
7382 ac_cv_lib_dld_shl_load=yes 4302 echo "$as_me:$LINENO: result: yes" >&5
4303echo "${ECHO_T}yes" >&6
4304
4305cat >>confdefs.h <<\_ACEOF
4306#define HAVE_SCHED_YIELD 1
4307_ACEOF
4308
7383else 4309else
7384 echo "$as_me: failed program was:" >&5 4310 echo "$as_me: failed program was:" >&5
7385sed 's/^/| /' conftest.$ac_ext >&5 4311sed 's/^/| /' conftest.$ac_ext >&5
7386 4312
7387ac_cv_lib_dld_shl_load=no 4313echo "$as_me:$LINENO: result: no" >&5
4314echo "${ECHO_T}no" >&6
7388fi 4315fi
7389rm -f conftest.err conftest.$ac_objext \ 4316rm -f conftest.err conftest.$ac_objext \
7390 conftest$ac_exeext conftest.$ac_ext 4317 conftest$ac_exeext conftest.$ac_ext
7391LIBS=$ac_check_lib_save_LIBS
7392fi
7393echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
7394echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
7395if test $ac_cv_lib_dld_shl_load = yes; then
7396 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
7397fi
7398
7399
7400fi
7401
7402
7403fi
7404
7405
7406fi
7407
7408
7409fi
7410
7411 ;;
7412 esac
7413
7414 if test "x$lt_cv_dlopen" != xno; then
7415 enable_dlopen=yes
7416 else
7417 enable_dlopen=no
7418 fi
7419
7420 case "$lt_cv_dlopen" in
7421 dlopen)
7422 save_CPPFLAGS="$CPP_FLAGS"
7423 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
7424
7425 save_LDFLAGS="$LDFLAGS"
7426 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
7427
7428 save_LIBS="$LIBS"
7429 LIBS="$lt_cv_dlopen_libs $LIBS"
7430
7431 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
7432echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
7433if test "${lt_cv_dlopen_self+set}" = set; then
7434 echo $ECHO_N "(cached) $ECHO_C" >&6
7435else
7436 if test "$cross_compiling" = yes; then :
7437 lt_cv_dlopen_self=cross
7438else
7439 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7440 lt_status=$lt_dlunknown
7441 cat > conftest.$ac_ext <<EOF
7442#line 7442 "configure"
7443#include "confdefs.h"
7444
7445#if HAVE_DLFCN_H
7446#include <dlfcn.h>
7447#endif
7448
7449#include <stdio.h>
7450
7451#ifdef RTLD_GLOBAL
7452# define LT_DLGLOBAL RTLD_GLOBAL
7453#else
7454# ifdef DL_GLOBAL
7455# define LT_DLGLOBAL DL_GLOBAL
7456# else
7457# define LT_DLGLOBAL 0
7458# endif
7459#endif
7460
7461/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
7462 find out it does not work in some platform. */
7463#ifndef LT_DLLAZY_OR_NOW
7464# ifdef RTLD_LAZY
7465# define LT_DLLAZY_OR_NOW RTLD_LAZY
7466# else
7467# ifdef DL_LAZY
7468# define LT_DLLAZY_OR_NOW DL_LAZY
7469# else
7470# ifdef RTLD_NOW
7471# define LT_DLLAZY_OR_NOW RTLD_NOW
7472# else
7473# ifdef DL_NOW
7474# define LT_DLLAZY_OR_NOW DL_NOW
7475# else
7476# define LT_DLLAZY_OR_NOW 0
7477# endif
7478# endif
7479# endif
7480# endif
7481#endif
7482
7483#ifdef __cplusplus
7484extern "C" void exit (int);
7485#endif
7486
7487fnord() { int i=42;}
7488main ()
7489{
7490 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
7491 int status = $lt_dlunknown;
7492
7493 if (self)
7494 {
7495 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
7496 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
7497 /* dlclose (self); */
7498 }
7499
7500 exit (status);
7501}
7502EOF
7503 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7504 (eval $ac_link) 2>&5
7505 ac_status=$?
7506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7507 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
7508 (./conftest; exit; ) 2>/dev/null
7509 lt_status=$?
7510 case x$lt_status in
7511 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
7512 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
7513 x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
7514 esac
7515 else :
7516 # compilation failed
7517 lt_cv_dlopen_self=no
7518 fi
7519fi
7520rm -fr conftest*
7521
7522
7523fi
7524echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
7525echo "${ECHO_T}$lt_cv_dlopen_self" >&6
7526
7527 if test "x$lt_cv_dlopen_self" = xyes; then
7528 LDFLAGS="$LDFLAGS $link_static_flag"
7529 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
7530echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
7531if test "${lt_cv_dlopen_self_static+set}" = set; then
7532 echo $ECHO_N "(cached) $ECHO_C" >&6
7533else
7534 if test "$cross_compiling" = yes; then :
7535 lt_cv_dlopen_self_static=cross
7536else
7537 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7538 lt_status=$lt_dlunknown
7539 cat > conftest.$ac_ext <<EOF
7540#line 7540 "configure"
7541#include "confdefs.h"
7542
7543#if HAVE_DLFCN_H
7544#include <dlfcn.h>
7545#endif
7546
7547#include <stdio.h>
7548
7549#ifdef RTLD_GLOBAL
7550# define LT_DLGLOBAL RTLD_GLOBAL
7551#else
7552# ifdef DL_GLOBAL
7553# define LT_DLGLOBAL DL_GLOBAL
7554# else
7555# define LT_DLGLOBAL 0
7556# endif
7557#endif
7558
7559/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
7560 find out it does not work in some platform. */
7561#ifndef LT_DLLAZY_OR_NOW
7562# ifdef RTLD_LAZY
7563# define LT_DLLAZY_OR_NOW RTLD_LAZY
7564# else
7565# ifdef DL_LAZY
7566# define LT_DLLAZY_OR_NOW DL_LAZY
7567# else
7568# ifdef RTLD_NOW
7569# define LT_DLLAZY_OR_NOW RTLD_NOW
7570# else
7571# ifdef DL_NOW
7572# define LT_DLLAZY_OR_NOW DL_NOW
7573# else
7574# define LT_DLLAZY_OR_NOW 0
7575# endif
7576# endif
7577# endif
7578# endif
7579#endif
7580
7581#ifdef __cplusplus
7582extern "C" void exit (int);
7583#endif
7584
7585fnord() { int i=42;}
7586main ()
7587{
7588 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
7589 int status = $lt_dlunknown;
7590
7591 if (self)
7592 {
7593 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
7594 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
7595 /* dlclose (self); */
7596 }
7597
7598 exit (status);
7599}
7600EOF
7601 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7602 (eval $ac_link) 2>&5
7603 ac_status=$?
7604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7605 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
7606 (./conftest; exit; ) 2>/dev/null
7607 lt_status=$?
7608 case x$lt_status in
7609 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
7610 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
7611 x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
7612 esac
7613 else :
7614 # compilation failed
7615 lt_cv_dlopen_self_static=no
7616 fi
7617fi
7618rm -fr conftest*
7619
7620
7621fi
7622echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
7623echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
7624 fi
7625
7626 CPPFLAGS="$save_CPPFLAGS"
7627 LDFLAGS="$save_LDFLAGS"
7628 LIBS="$save_LIBS"
7629 ;;
7630 esac
7631
7632 case "$lt_cv_dlopen_self" in
7633 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
7634 *) enable_dlopen_self=unknown ;;
7635 esac
7636
7637 case "$lt_cv_dlopen_self_static" in
7638 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
7639 *) enable_dlopen_self_static=unknown ;;
7640 esac
7641fi
7642
7643
7644## FIXME: this should be a separate macro
7645##
7646if test "$enable_shared" = yes && test "$GCC" = yes; then
7647 case "$archive_cmds" in
7648 *'~'*)
7649 # FIXME: we may have to deal with multi-command sequences.
7650 ;;
7651 '$CC '*)
7652 # Test whether the compiler implicitly links with -lc since on some
7653 # systems, -lgcc has to come before -lc. If gcc already passes -lc
7654 # to ld, don't add -lc before -lgcc.
7655 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
7656echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
7657 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
7658 echo $ECHO_N "(cached) $ECHO_C" >&6
7659else
7660 $rm conftest*
7661 echo 'static int dummy;' > conftest.$ac_ext
7662
7663 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7664 (eval $ac_compile) 2>&5
7665 ac_status=$?
7666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7667 (exit $ac_status); }; then
7668 soname=conftest
7669 lib=conftest
7670 libobjs=conftest.$ac_objext
7671 deplibs=
7672 wl=$lt_cv_prog_cc_wl
7673 compiler_flags=-v
7674 linker_flags=-v
7675 verstring=
7676 output_objdir=.
7677 libname=conftest
7678 save_allow_undefined_flag=$allow_undefined_flag
7679 allow_undefined_flag=
7680 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
7681 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
7682 ac_status=$?
7683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7684 (exit $ac_status); }
7685 then
7686 lt_cv_archive_cmds_need_lc=no
7687 else
7688 lt_cv_archive_cmds_need_lc=yes
7689 fi
7690 allow_undefined_flag=$save_allow_undefined_flag
7691 else
7692 cat conftest.err 1>&5
7693 fi
7694fi
7695
7696 echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
7697echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
7698 ;;
7699 esac
7700fi
7701need_lc=${lt_cv_archive_cmds_need_lc-yes}
7702##
7703## END FIXME
7704
7705## FIXME: this should be a separate macro
7706##
7707# The second clause should only fire when bootstrapping the
7708# libtool distribution, otherwise you forgot to ship ltmain.sh
7709# with your package, and you will get complaints that there are
7710# no rules to generate ltmain.sh.
7711if test -f "$ltmain"; then
7712 :
7713else
7714 # If there is no Makefile yet, we rely on a make rule to execute
7715 # `config.status --recheck' to rerun these tests and create the
7716 # libtool script then.
7717 test -f Makefile && make "$ltmain"
7718fi
7719
7720if test -f "$ltmain"; then
7721 trap "$rm \"${ofile}T\"; exit 1" 1 2 15
7722 $rm -f "${ofile}T"
7723
7724 echo creating $ofile
7725
7726 # Now quote all the things that may contain metacharacters while being
7727 # careful not to overquote the AC_SUBSTed values. We take copies of the
7728 # variables and quote the copies for generation of the libtool script.
7729 for var in echo old_CC old_CFLAGS \
7730 AR AR_FLAGS CC LD LN_S NM SHELL \
7731 reload_flag reload_cmds wl \
7732 pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
7733 thread_safe_flag_spec whole_archive_flag_spec libname_spec \
7734 library_names_spec soname_spec \
7735 RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds \
7736 old_postuninstall_cmds archive_cmds archive_expsym_cmds postinstall_cmds \
7737 postuninstall_cmds extract_expsyms_cmds old_archive_from_expsyms_cmds \
7738 old_striplib striplib file_magic_cmd export_symbols_cmds \
7739 deplibs_check_method allow_undefined_flag no_undefined_flag \
7740 finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl \
7741 hardcode_libdir_flag_spec hardcode_libdir_separator \
7742 sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
7743 compiler_c_o compiler_o_lo need_locks exclude_expsyms include_expsyms; do
7744
7745 case "$var" in
7746 reload_cmds | old_archive_cmds | old_archive_from_new_cmds | \
7747 old_postinstall_cmds | old_postuninstall_cmds | \
7748 export_symbols_cmds | archive_cmds | archive_expsym_cmds | \
7749 extract_expsyms_cmds | old_archive_from_expsyms_cmds | \
7750 postinstall_cmds | postuninstall_cmds | \
7751 finish_cmds | sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
7752 # Double-quote double-evaled strings.
7753 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
7754 ;;
7755 *)
7756 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
7757 ;;
7758 esac
7759 done
7760
7761 cat <<__EOF__ > "${ofile}T"
7762#! $SHELL
7763
7764# `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
7765# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
7766# NOTE: Changes made to this file will be lost: look at ltmain.sh.
7767#
7768# Copyright (C) 1996-2000 Free Software Foundation, Inc.
7769# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
7770#
7771# This program is free software; you can redistribute it and/or modify
7772# it under the terms of the GNU General Public License as published by
7773# the Free Software Foundation; either version 2 of the License, or
7774# (at your option) any later version.
7775#
7776# This program is distributed in the hope that it will be useful, but
7777# WITHOUT ANY WARRANTY; without even the implied warranty of
7778# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
7779# General Public License for more details.
7780#
7781# You should have received a copy of the GNU General Public License
7782# along with this program; if not, write to the Free Software
7783# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
7784#
7785# As a special exception to the GNU General Public License, if you
7786# distribute this file as part of a program that contains a
7787# configuration script generated by Autoconf, you may include it under
7788# the same distribution terms that you use for the rest of that program.
7789
7790# Sed that helps us avoid accidentally triggering echo(1) options like -n.
7791Xsed="sed -e s/^X//"
7792
7793# The HP-UX ksh and POSIX shell print the target directory to stdout
7794# if CDPATH is set.
7795if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
7796
7797# ### BEGIN LIBTOOL CONFIG
7798
7799# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
7800
7801# Shell to use when invoking shell scripts.
7802SHELL=$lt_SHELL
7803
7804# Whether or not to build shared libraries.
7805build_libtool_libs=$enable_shared
7806
7807# Whether or not to add -lc for building shared libraries.
7808build_libtool_need_lc=$need_lc
7809
7810# Whether or not to build static libraries.
7811build_old_libs=$enable_static
7812
7813# Whether or not to optimize for fast installation.
7814fast_install=$enable_fast_install
7815
7816# The host system.
7817host_alias=$host_alias
7818host=$host
7819
7820# An echo program that does not interpret backslashes.
7821echo=$lt_echo
7822
7823# The archiver.
7824AR=$lt_AR
7825AR_FLAGS=$lt_AR_FLAGS
7826
7827# The default C compiler.
7828CC=$lt_CC
7829
7830# Is the compiler the GNU C compiler?
7831with_gcc=$GCC
7832
7833# The linker used to build libraries.
7834LD=$lt_LD
7835
7836# Whether we need hard or soft links.
7837LN_S=$lt_LN_S
7838
7839# A BSD-compatible nm program.
7840NM=$lt_NM
7841
7842# A symbol stripping program
7843STRIP=$STRIP
7844
7845# Used to examine libraries when file_magic_cmd begins "file"
7846MAGIC_CMD=$MAGIC_CMD
7847
7848# Used on cygwin: DLL creation program.
7849DLLTOOL="$DLLTOOL"
7850
7851# Used on cygwin: object dumper.
7852OBJDUMP="$OBJDUMP"
7853
7854# Used on cygwin: assembler.
7855AS="$AS"
7856
7857# The name of the directory that contains temporary libtool files.
7858objdir=$objdir
7859
7860# How to create reloadable object files.
7861reload_flag=$lt_reload_flag
7862reload_cmds=$lt_reload_cmds
7863
7864# How to pass a linker flag through the compiler.
7865wl=$lt_wl
7866
7867# Object file suffix (normally "o").
7868objext="$ac_objext"
7869
7870# Old archive suffix (normally "a").
7871libext="$libext"
7872
7873# Executable file suffix (normally "").
7874exeext="$exeext"
7875
7876# Additional compiler flags for building library objects.
7877pic_flag=$lt_pic_flag
7878pic_mode=$pic_mode
7879
7880# Does compiler simultaneously support -c and -o options?
7881compiler_c_o=$lt_compiler_c_o
7882
7883# Can we write directly to a .lo ?
7884compiler_o_lo=$lt_compiler_o_lo
7885
7886# Must we lock files when doing compilation ?
7887need_locks=$lt_need_locks
7888
7889# Do we need the lib prefix for modules?
7890need_lib_prefix=$need_lib_prefix
7891
7892# Do we need a version for libraries?
7893need_version=$need_version
7894
7895# Whether dlopen is supported.
7896dlopen_support=$enable_dlopen
7897
7898# Whether dlopen of programs is supported.
7899dlopen_self=$enable_dlopen_self
7900
7901# Whether dlopen of statically linked programs is supported.
7902dlopen_self_static=$enable_dlopen_self_static
7903
7904# Compiler flag to prevent dynamic linking.
7905link_static_flag=$lt_link_static_flag
7906
7907# Compiler flag to turn off builtin functions.
7908no_builtin_flag=$lt_no_builtin_flag
7909
7910# Compiler flag to allow reflexive dlopens.
7911export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
7912
7913# Compiler flag to generate shared objects directly from archives.
7914whole_archive_flag_spec=$lt_whole_archive_flag_spec
7915
7916# Compiler flag to generate thread-safe objects.
7917thread_safe_flag_spec=$lt_thread_safe_flag_spec
7918
7919# Library versioning type.
7920version_type=$version_type
7921
7922# Format of library name prefix.
7923libname_spec=$lt_libname_spec
7924
7925# List of archive names. First name is the real one, the rest are links.
7926# The last name is the one that the linker finds with -lNAME.
7927library_names_spec=$lt_library_names_spec
7928
7929# The coded name of the library, if different from the real name.
7930soname_spec=$lt_soname_spec
7931
7932# Commands used to build and install an old-style archive.
7933RANLIB=$lt_RANLIB
7934old_archive_cmds=$lt_old_archive_cmds
7935old_postinstall_cmds=$lt_old_postinstall_cmds
7936old_postuninstall_cmds=$lt_old_postuninstall_cmds
7937
7938# Create an old-style archive from a shared archive.
7939old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
7940
7941# Create a temporary old-style archive to link instead of a shared archive.
7942old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
7943
7944# Commands used to build and install a shared archive.
7945archive_cmds=$lt_archive_cmds
7946archive_expsym_cmds=$lt_archive_expsym_cmds
7947postinstall_cmds=$lt_postinstall_cmds
7948postuninstall_cmds=$lt_postuninstall_cmds
7949
7950# Commands to strip libraries.
7951old_striplib=$lt_old_striplib
7952striplib=$lt_striplib
7953
7954# Method to check whether dependent libraries are shared objects.
7955deplibs_check_method=$lt_deplibs_check_method
7956
7957# Command to use when deplibs_check_method == file_magic.
7958file_magic_cmd=$lt_file_magic_cmd
7959
7960# Flag that allows shared libraries with undefined symbols to be built.
7961allow_undefined_flag=$lt_allow_undefined_flag
7962
7963# Flag that forces no undefined symbols.
7964no_undefined_flag=$lt_no_undefined_flag
7965
7966# Commands used to finish a libtool library installation in a directory.
7967finish_cmds=$lt_finish_cmds
7968
7969# Same as above, but a single script fragment to be evaled but not shown.
7970finish_eval=$lt_finish_eval
7971
7972# Take the output of nm and produce a listing of raw symbols and C names.
7973global_symbol_pipe=$lt_global_symbol_pipe
7974
7975# Transform the output of nm in a proper C declaration
7976global_symbol_to_cdecl=$lt_global_symbol_to_cdecl
7977
7978# This is the shared library runtime path variable.
7979runpath_var=$runpath_var
7980
7981# This is the shared library path variable.
7982shlibpath_var=$shlibpath_var
7983
7984# Is shlibpath searched before the hard-coded library search path?
7985shlibpath_overrides_runpath=$shlibpath_overrides_runpath
7986
7987# How to hardcode a shared library path into an executable.
7988hardcode_action=$hardcode_action
7989
7990# Whether we should hardcode library paths into libraries.
7991hardcode_into_libs=$hardcode_into_libs
7992
7993# Flag to hardcode \$libdir into a binary during linking.
7994# This must work even if \$libdir does not exist.
7995hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
7996
7997# Whether we need a single -rpath flag with a separated argument.
7998hardcode_libdir_separator=$lt_hardcode_libdir_separator
7999
8000# Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
8001# resulting binary.
8002hardcode_direct=$hardcode_direct
8003
8004# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
8005# resulting binary.
8006hardcode_minus_L=$hardcode_minus_L
8007
8008# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
8009# the resulting binary.
8010hardcode_shlibpath_var=$hardcode_shlibpath_var
8011
8012# Variables whose values should be saved in libtool wrapper scripts and
8013# restored at relink time.
8014variables_saved_for_relink="$variables_saved_for_relink"
8015
8016# Whether libtool must link a program against all its dependency libraries.
8017link_all_deplibs=$link_all_deplibs
8018
8019# Compile-time system search path for libraries
8020sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
8021
8022# Run-time system search path for libraries
8023sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
8024
8025# Fix the shell variable \$srcfile for the compiler.
8026fix_srcfile_path="$fix_srcfile_path"
8027
8028# Set to yes if exported symbols are required.
8029always_export_symbols=$always_export_symbols
8030
8031# The commands to list exported symbols.
8032export_symbols_cmds=$lt_export_symbols_cmds
8033
8034# The commands to extract the exported symbol list from a shared archive.
8035extract_expsyms_cmds=$lt_extract_expsyms_cmds
8036
8037# Symbols that should not be listed in the preloaded symbols.
8038exclude_expsyms=$lt_exclude_expsyms
8039
8040# Symbols that must always be exported.
8041include_expsyms=$lt_include_expsyms
8042
8043# ### END LIBTOOL CONFIG
8044
8045__EOF__
8046
8047 case "$host_os" in
8048 aix3*)
8049 cat <<\EOF >> "${ofile}T"
8050
8051# AIX sometimes has problems with the GCC collect2 program. For some
8052# reason, if we set the COLLECT_NAMES environment variable, the problems
8053# vanish in a puff of smoke.
8054if test "X${COLLECT_NAMES+set}" != Xset; then
8055 COLLECT_NAMES=
8056 export COLLECT_NAMES
8057fi
8058EOF
8059 ;;
8060 esac
8061
8062 case "$host_os" in
8063 cygwin* | mingw* | pw32* | os2*)
8064 cat <<'EOF' >> "${ofile}T"
8065 # This is a source program that is used to create dlls on Windows
8066 # Don't remove nor modify the starting and closing comments
8067# /* ltdll.c starts here */
8068# #define WIN32_LEAN_AND_MEAN
8069# #include <windows.h>
8070# #undef WIN32_LEAN_AND_MEAN
8071# #include <stdio.h>
8072#
8073# #ifndef __CYGWIN__
8074# # ifdef __CYGWIN32__
8075# # define __CYGWIN__ __CYGWIN32__
8076# # endif
8077# #endif
8078#
8079# #ifdef __cplusplus
8080# extern "C" {
8081# #endif
8082# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
8083# #ifdef __cplusplus
8084# }
8085# #endif
8086#
8087# #ifdef __CYGWIN__
8088# #include <cygwin/cygwin_dll.h>
8089# DECLARE_CYGWIN_DLL( DllMain );
8090# #endif
8091# HINSTANCE __hDllInstance_base;
8092#
8093# BOOL APIENTRY
8094# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
8095# {
8096# __hDllInstance_base = hInst;
8097# return TRUE;
8098# }
8099# /* ltdll.c ends here */
8100 # This is a source program that is used to create import libraries
8101 # on Windows for dlls which lack them. Don't remove nor modify the
8102 # starting and closing comments
8103# /* impgen.c starts here */
8104# /* Copyright (C) 1999-2000 Free Software Foundation, Inc.
8105#
8106# This file is part of GNU libtool.
8107#
8108# This program is free software; you can redistribute it and/or modify
8109# it under the terms of the GNU General Public License as published by
8110# the Free Software Foundation; either version 2 of the License, or
8111# (at your option) any later version.
8112#
8113# This program is distributed in the hope that it will be useful,
8114# but WITHOUT ANY WARRANTY; without even the implied warranty of
8115# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8116# GNU General Public License for more details.
8117#
8118# You should have received a copy of the GNU General Public License
8119# along with this program; if not, write to the Free Software
8120# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
8121# */
8122#
8123# #include <stdio.h> /* for printf() */
8124# #include <unistd.h> /* for open(), lseek(), read() */
8125# #include <fcntl.h> /* for O_RDONLY, O_BINARY */
8126# #include <string.h> /* for strdup() */
8127#
8128# /* O_BINARY isn't required (or even defined sometimes) under Unix */
8129# #ifndef O_BINARY
8130# #define O_BINARY 0
8131# #endif
8132#
8133# static unsigned int
8134# pe_get16 (fd, offset)
8135# int fd;
8136# int offset;
8137# {
8138# unsigned char b[2];
8139# lseek (fd, offset, SEEK_SET);
8140# read (fd, b, 2);
8141# return b[0] + (b[1]<<8);
8142# }
8143#
8144# static unsigned int
8145# pe_get32 (fd, offset)
8146# int fd;
8147# int offset;
8148# {
8149# unsigned char b[4];
8150# lseek (fd, offset, SEEK_SET);
8151# read (fd, b, 4);
8152# return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);
8153# }
8154#
8155# static unsigned int
8156# pe_as32 (ptr)
8157# void *ptr;
8158# {
8159# unsigned char *b = ptr;
8160# return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);
8161# }
8162#
8163# int
8164# main (argc, argv)
8165# int argc;
8166# char *argv[];
8167# {
8168# int dll;
8169# unsigned long pe_header_offset, opthdr_ofs, num_entries, i;
8170# unsigned long export_rva, export_size, nsections, secptr, expptr;
8171# unsigned long name_rvas, nexp;
8172# unsigned char *expdata, *erva;
8173# char *filename, *dll_name;
8174#
8175# filename = argv[1];
8176#
8177# dll = open(filename, O_RDONLY|O_BINARY);
8178# if (!dll)
8179# return 1;
8180#
8181# dll_name = filename;
8182#
8183# for (i=0; filename[i]; i++)
8184# if (filename[i] == '/' || filename[i] == '\\' || filename[i] == ':')
8185# dll_name = filename + i +1;
8186#
8187# pe_header_offset = pe_get32 (dll, 0x3c);
8188# opthdr_ofs = pe_header_offset + 4 + 20;
8189# num_entries = pe_get32 (dll, opthdr_ofs + 92);
8190#
8191# if (num_entries < 1) /* no exports */
8192# return 1;
8193#
8194# export_rva = pe_get32 (dll, opthdr_ofs + 96);
8195# export_size = pe_get32 (dll, opthdr_ofs + 100);
8196# nsections = pe_get16 (dll, pe_header_offset + 4 +2);
8197# secptr = (pe_header_offset + 4 + 20 +
8198# pe_get16 (dll, pe_header_offset + 4 + 16));
8199#
8200# expptr = 0;
8201# for (i = 0; i < nsections; i++)
8202# {
8203# char sname[8];
8204# unsigned long secptr1 = secptr + 40 * i;
8205# unsigned long vaddr = pe_get32 (dll, secptr1 + 12);
8206# unsigned long vsize = pe_get32 (dll, secptr1 + 16);
8207# unsigned long fptr = pe_get32 (dll, secptr1 + 20);
8208# lseek(dll, secptr1, SEEK_SET);
8209# read(dll, sname, 8);
8210# if (vaddr <= export_rva && vaddr+vsize > export_rva)
8211# {
8212# expptr = fptr + (export_rva - vaddr);
8213# if (export_rva + export_size > vaddr + vsize)
8214# export_size = vsize - (export_rva - vaddr);
8215# break;
8216# }
8217# }
8218#
8219# expdata = (unsigned char*)malloc(export_size);
8220# lseek (dll, expptr, SEEK_SET);
8221# read (dll, expdata, export_size);
8222# erva = expdata - export_rva;
8223#
8224# nexp = pe_as32 (expdata+24);
8225# name_rvas = pe_as32 (expdata+32);
8226#
8227# printf ("EXPORTS\n");
8228# for (i = 0; i<nexp; i++)
8229# {
8230# unsigned long name_rva = pe_as32 (erva+name_rvas+i*4);
8231# printf ("\t%s @ %ld ;\n", erva+name_rva, 1+ i);
8232# }
8233#
8234# return 0;
8235# }
8236# /* impgen.c ends here */
8237
8238EOF
8239 ;;
8240 esac
8241
8242 # We use sed instead of cat because bash on DJGPP gets confused if
8243 # if finds mixed CR/LF and LF-only lines. Since sed operates in
8244 # text mode, it properly converts lines to CR/LF. This bash problem
8245 # is reportedly fixed, but why not run on old versions too?
8246 sed '$q' "$ltmain" >> "${ofile}T" || (rm -f "${ofile}T"; exit 1)
8247
8248 mv -f "${ofile}T" "$ofile" || \
8249 (rm -f "$ofile" && cp "${ofile}T" "$ofile" && rm -f "${ofile}T")
8250 chmod +x "$ofile"
8251fi
8252##
8253## END FIXME
8254
8255
8256
8257
8258
8259# This can be used to rebuild libtool when needed
8260LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
8261
8262# Always use our own libtool.
8263LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8264
8265# Prevent multiple expansion
8266 4318
8267 4319
8268MALLOC_TYPE=S 4320MALLOC_TYPE=S
4321
8269support_addstrings=no 4322support_addstrings=no
8270support_frills=no 4323support_frills=yes
8271support_inheritpixmap=no 4324support_inheritpixmap=yes
8272support_tinting=no 4325support_tinting=yes
8273support_fading=no 4326support_fading=yes
8274support_keepscrolling=no 4327support_keepscrolling=yes
8275support_selectionscrolling=no 4328support_selectionscrolling=yes
8276support_menubar=no 4329support_menubar=no
8277support_mousewheel=no 4330support_mousewheel=yes
8278support_mouseslipwheel=no 4331support_mouseslipwheel=yes
8279support_utmp=no 4332support_utmp=yes
8280support_wtmp=no 4333support_wtmp=yes
8281support_lastlog=no 4334support_lastlog=yes
8282support_cursor_blink=no
8283support_text_blink=no 4335support_text_blink=yes
8284support_pointer_blank=no 4336support_pointer_blank=yes
8285support_scroll_rxvt=no 4337support_scroll_rxvt=yes
8286support_scroll_next=no 4338support_scroll_next=yes
8287support_scroll_xterm=no 4339support_scroll_xterm=yes
8288support_scroll_plain=no 4340support_scroll_plain=yes
8289support_xim=no 4341support_xim=yes
8290support_xpm=no 4342support_xpm=yes
8291support_xft=no 4343support_xft=yes
8292support_unicode3=no 4344support_unicode3=no
8293support_combining=no 4345support_combining=yes
8294support_8bitctrls=no 4346support_8bitctrls=no
8295support_iso14755=no 4347support_iso14755=yes
8296support_styles=no 4348support_styles=yes
4349support_perl=yes
8297codesets= 4350codesets=all
8298 4351
8299 4352
8300if test "x$enable_shared" = xyes; then 4353if test "x$enable_shared" = xyes; then
8301 4354
8302cat >>confdefs.h <<\_ACEOF 4355cat >>confdefs.h <<\_ACEOF
8308 4361
8309 4362
8310# Check whether --enable-everything or --disable-everything was given. 4363# Check whether --enable-everything or --disable-everything was given.
8311if test "${enable_everything+set}" = set; then 4364if test "${enable_everything+set}" = set; then
8312 enableval="$enable_everything" 4365 enableval="$enable_everything"
4366
4367 if test x$enableval = xno; then
4368 support_24bit=no
4369 support_frills=no
4370 support_inheritpixmap=no
4371 support_tinting=no
4372 support_fading=no
4373 support_keepscrolling=no
4374 support_selectionscrolling=no
4375 support_lastlog=no
4376 support_menubar=no
4377 support_mousewheel=no
4378 support_mouseslipwheel=no
4379 support_text_blink=no
4380 support_pointer_blank=no
4381 support_scroll_rxvt=no
4382 support_scroll_next=no
4383 support_scroll_xterm=no
4384 support_scroll_plain=no
4385 support_utmp=no
4386 support_wtmp=no
4387 support_xim=no
4388 support_xpm=no
4389 support_xft=no
4390 support_unicode3=no
4391 support_combining=no
4392 support_8bitctrls=no
4393 support_iso14755=no
4394 support_styles=no
4395 support_perl=no
4396 codesets=
4397 fi
8313 if test x$enableval = xyes; then 4398 if test x$enableval = xyes; then
8314 support_24bit=yes 4399 support_24bit=yes
8315 support_frills=yes 4400 support_frills=yes
8316 support_inheritpixmap=yes 4401 support_inheritpixmap=yes
8317 support_tinting=yes 4402 support_tinting=yes
8318 support_fading=yes 4403 support_fading=yes
8319 support_keepscrolling=yes 4404 support_keepscrolling=yes
8320 support_selectionscrolling=yes 4405 support_selectionscrolling=yes
8321 support_lastlog=yes 4406 support_lastlog=yes
8322 support_menubar=yes 4407 support_menubar=yes
8323 support_mousewheel=yes 4408 support_mousewheel=yes
8324 support_mouseslipwheel=yes 4409 support_mouseslipwheel=yes
8325 support_cursor_blink=yes
8326 support_text_blink=yes 4410 support_text_blink=yes
8327 support_pointer_blank=yes 4411 support_pointer_blank=yes
8328 support_scroll_rxvt=yes 4412 support_scroll_rxvt=yes
8329 support_scroll_next=yes 4413 support_scroll_next=yes
8330 support_scroll_xterm=yes 4414 support_scroll_xterm=yes
8331 support_scroll_plain=yes 4415 support_scroll_plain=yes
8332 support_utmp=yes 4416 support_utmp=yes
8333 support_wtmp=yes 4417 support_wtmp=yes
8334 support_xim=yes 4418 support_xim=yes
8335 support_xpm=yes 4419 support_xpm=yes
8336 support_xft=yes 4420 support_xft=yes
8337 support_unicode3=yes 4421 support_unicode3=yes
8338 support_combining=yes 4422 support_combining=yes
8339 #support_8bitctrls=yes 4423 #support_8bitctrls=yes
8340 support_iso14755=yes 4424 support_iso14755=yes
8341 support_styles=yes 4425 support_styles=yes
4426 support_perl=yes
8342 codesets=all 4427 codesets=all
8343 fi 4428 fi
4429
8344fi; 4430fi;
8345 4431
8346# Check whether --enable-unicode3 or --disable-unicode3 was given. 4432# Check whether --enable-unicode3 or --disable-unicode3 was given.
8347if test "${enable_unicode3+set}" = set; then 4433if test "${enable_unicode3+set}" = set; then
8348 enableval="$enable_unicode3" 4434 enableval="$enable_unicode3"
8461 if test x$enableval = xyes -o x$enableval = xno; then 4547 if test x$enableval = xyes -o x$enableval = xno; then
8462 support_scroll_xterm=$enableval 4548 support_scroll_xterm=$enableval
8463 fi 4549 fi
8464fi; 4550fi;
8465 4551
4552# Check whether --enable-perl or --disable-perl was given.
4553if test "${enable_perl+set}" = set; then
4554 enableval="$enable_perl"
4555 if test x$enableval = xyes -o x$enableval = xno; then
4556 support_perl=$enableval
4557 fi
4558fi;
4559
8466# Check whether --enable-plain-scroll or --disable-plain-scroll was given. 4560# Check whether --enable-plain-scroll or --disable-plain-scroll was given.
8467if test "${enable_plain_scroll+set}" = set; then 4561if test "${enable_plain_scroll+set}" = set; then
8468 enableval="$enable_plain_scroll" 4562 enableval="$enable_plain_scroll"
8469 if test x$enableval = xyes -o x$enableval = xno; then 4563 if test x$enableval = xyes -o x$enableval = xno; then
8470 support_scroll_plain=$enableval 4564 support_scroll_plain=$enableval
8539 enableval="$enable_resources" 4633 enableval="$enable_resources"
8540 if test x$enableval = xno; then 4634 if test x$enableval = xno; then
8541 4635
8542cat >>confdefs.h <<\_ACEOF 4636cat >>confdefs.h <<\_ACEOF
8543#define NO_RESOURCES 1 4637#define NO_RESOURCES 1
8544_ACEOF
8545
8546 fi
8547fi;
8548
8549# Check whether --enable-xgetdefault or --disable-xgetdefault was given.
8550if test "${enable_xgetdefault+set}" = set; then
8551 enableval="$enable_xgetdefault"
8552 if test x$enableval = xyes; then
8553
8554cat >>confdefs.h <<\_ACEOF
8555#define USE_XGETDEFAULT 1
8556_ACEOF 4638_ACEOF
8557 4639
8558 fi 4640 fi
8559fi; 4641fi;
8560 4642
8732 4814
8733cat >>confdefs.h <<\_ACEOF 4815cat >>confdefs.h <<\_ACEOF
8734#define SMART_RESIZE 1 4816#define SMART_RESIZE 1
8735_ACEOF 4817_ACEOF
8736 4818
8737 fi
8738fi;
8739
8740# Check whether --enable-cursor-blink or --disable-cursor-blink was given.
8741if test "${enable_cursor_blink+set}" = set; then
8742 enableval="$enable_cursor_blink"
8743 if test x$enableval = xyes -o x$enableval = xno; then
8744 support_cursor_blink=$enableval
8745 fi 4819 fi
8746fi; 4820fi;
8747 4821
8748# Check whether --enable-text-blink or --disable-text-blink was given. 4822# Check whether --enable-text-blink or --disable-text-blink was given.
8749if test "${enable_text_blink+set}" = set; then 4823if test "${enable_text_blink+set}" = set; then
9259/* confdefs.h. */ 5333/* confdefs.h. */
9260_ACEOF 5334_ACEOF
9261cat confdefs.h >>conftest.$ac_ext 5335cat confdefs.h >>conftest.$ac_ext
9262cat >>conftest.$ac_ext <<_ACEOF 5336cat >>conftest.$ac_ext <<_ACEOF
9263/* end confdefs.h. */ 5337/* end confdefs.h. */
9264#include <X11/Intrinsic.h> 5338#include <X11/Xlib.h>
9265_ACEOF 5339_ACEOF
9266if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5340if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9267 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5341 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9268 ac_status=$? 5342 ac_status=$?
9269 grep -v '^ *+' conftest.er1 >conftest.err 5343 grep -v '^ *+' conftest.er1 >conftest.err
9286else 5360else
9287 echo "$as_me: failed program was:" >&5 5361 echo "$as_me: failed program was:" >&5
9288sed 's/^/| /' conftest.$ac_ext >&5 5362sed 's/^/| /' conftest.$ac_ext >&5
9289 5363
9290 for ac_dir in $ac_x_header_dirs; do 5364 for ac_dir in $ac_x_header_dirs; do
9291 if test -r "$ac_dir/X11/Intrinsic.h"; then 5365 if test -r "$ac_dir/X11/Xlib.h"; then
9292 ac_x_includes=$ac_dir 5366 ac_x_includes=$ac_dir
9293 break 5367 break
9294 fi 5368 fi
9295done 5369done
9296fi 5370fi
9300if test "$ac_x_libraries" = no; then 5374if test "$ac_x_libraries" = no; then
9301 # Check for the libraries. 5375 # Check for the libraries.
9302 # See if we find them without any special options. 5376 # See if we find them without any special options.
9303 # Don't add to $LIBS permanently. 5377 # Don't add to $LIBS permanently.
9304 ac_save_LIBS=$LIBS 5378 ac_save_LIBS=$LIBS
9305 LIBS="-lXt $LIBS" 5379 LIBS="-lX11 $LIBS"
9306 cat >conftest.$ac_ext <<_ACEOF 5380 cat >conftest.$ac_ext <<_ACEOF
9307/* confdefs.h. */ 5381/* confdefs.h. */
9308_ACEOF 5382_ACEOF
9309cat confdefs.h >>conftest.$ac_ext 5383cat confdefs.h >>conftest.$ac_ext
9310cat >>conftest.$ac_ext <<_ACEOF 5384cat >>conftest.$ac_ext <<_ACEOF
9311/* end confdefs.h. */ 5385/* end confdefs.h. */
9312#include <X11/Intrinsic.h> 5386#include <X11/Xlib.h>
9313int 5387int
9314main () 5388main ()
9315{ 5389{
9316XtMalloc (0) 5390XrmInitialize ()
9317 ; 5391 ;
9318 return 0; 5392 return 0;
9319} 5393}
9320_ACEOF 5394_ACEOF
9321rm -f conftest.$ac_objext conftest$ac_exeext 5395rm -f conftest.$ac_objext conftest$ac_exeext
9349LIBS=$ac_save_LIBS 5423LIBS=$ac_save_LIBS
9350for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 5424for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9351do 5425do
9352 # Don't even attempt the hair of trying to link an X program! 5426 # Don't even attempt the hair of trying to link an X program!
9353 for ac_extension in a so sl; do 5427 for ac_extension in a so sl; do
9354 if test -r $ac_dir/libXt.$ac_extension; then 5428 if test -r $ac_dir/libX11.$ac_extension; then
9355 ac_x_libraries=$ac_dir 5429 ac_x_libraries=$ac_dir
9356 break 2 5430 break 2
9357 fi 5431 fi
9358 done 5432 done
9359done 5433done
10961#define HAVE_SYS_WAIT_H 1 7035#define HAVE_SYS_WAIT_H 1
10962_ACEOF 7036_ACEOF
10963 7037
10964fi 7038fi
10965 7039
7040echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7041echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7042if test "${ac_cv_header_stdc+set}" = set; then
7043 echo $ECHO_N "(cached) $ECHO_C" >&6
7044else
7045 cat >conftest.$ac_ext <<_ACEOF
7046/* confdefs.h. */
7047_ACEOF
7048cat confdefs.h >>conftest.$ac_ext
7049cat >>conftest.$ac_ext <<_ACEOF
7050/* end confdefs.h. */
7051#include <stdlib.h>
7052#include <stdarg.h>
7053#include <string.h>
7054#include <float.h>
7055
7056int
7057main ()
7058{
7059
7060 ;
7061 return 0;
7062}
7063_ACEOF
7064rm -f conftest.$ac_objext
7065if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7066 (eval $ac_compile) 2>conftest.er1
7067 ac_status=$?
7068 grep -v '^ *+' conftest.er1 >conftest.err
7069 rm -f conftest.er1
7070 cat conftest.err >&5
7071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7072 (exit $ac_status); } &&
7073 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7075 (eval $ac_try) 2>&5
7076 ac_status=$?
7077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7078 (exit $ac_status); }; } &&
7079 { ac_try='test -s conftest.$ac_objext'
7080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7081 (eval $ac_try) 2>&5
7082 ac_status=$?
7083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7084 (exit $ac_status); }; }; then
7085 ac_cv_header_stdc=yes
7086else
7087 echo "$as_me: failed program was:" >&5
7088sed 's/^/| /' conftest.$ac_ext >&5
7089
7090ac_cv_header_stdc=no
7091fi
7092rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7093
7094if test $ac_cv_header_stdc = yes; then
7095 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7096 cat >conftest.$ac_ext <<_ACEOF
7097/* confdefs.h. */
7098_ACEOF
7099cat confdefs.h >>conftest.$ac_ext
7100cat >>conftest.$ac_ext <<_ACEOF
7101/* end confdefs.h. */
7102#include <string.h>
7103
7104_ACEOF
7105if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7106 $EGREP "memchr" >/dev/null 2>&1; then
7107 :
7108else
7109 ac_cv_header_stdc=no
7110fi
7111rm -f conftest*
7112
7113fi
7114
7115if test $ac_cv_header_stdc = yes; then
7116 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7117 cat >conftest.$ac_ext <<_ACEOF
7118/* confdefs.h. */
7119_ACEOF
7120cat confdefs.h >>conftest.$ac_ext
7121cat >>conftest.$ac_ext <<_ACEOF
7122/* end confdefs.h. */
7123#include <stdlib.h>
7124
7125_ACEOF
7126if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7127 $EGREP "free" >/dev/null 2>&1; then
7128 :
7129else
7130 ac_cv_header_stdc=no
7131fi
7132rm -f conftest*
7133
7134fi
7135
7136if test $ac_cv_header_stdc = yes; then
7137 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7138 if test "$cross_compiling" = yes; then
7139 :
7140else
7141 cat >conftest.$ac_ext <<_ACEOF
7142/* confdefs.h. */
7143_ACEOF
7144cat confdefs.h >>conftest.$ac_ext
7145cat >>conftest.$ac_ext <<_ACEOF
7146/* end confdefs.h. */
7147#include <ctype.h>
7148#if ((' ' & 0x0FF) == 0x020)
7149# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7150# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7151#else
7152# define ISLOWER(c) \
7153 (('a' <= (c) && (c) <= 'i') \
7154 || ('j' <= (c) && (c) <= 'r') \
7155 || ('s' <= (c) && (c) <= 'z'))
7156# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7157#endif
7158
7159#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7160int
7161main ()
7162{
7163 int i;
7164 for (i = 0; i < 256; i++)
7165 if (XOR (islower (i), ISLOWER (i))
7166 || toupper (i) != TOUPPER (i))
7167 exit(2);
7168 exit (0);
7169}
7170_ACEOF
7171rm -f conftest$ac_exeext
7172if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7173 (eval $ac_link) 2>&5
7174 ac_status=$?
7175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7176 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7178 (eval $ac_try) 2>&5
7179 ac_status=$?
7180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7181 (exit $ac_status); }; }; then
7182 :
7183else
7184 echo "$as_me: program exited with status $ac_status" >&5
7185echo "$as_me: failed program was:" >&5
7186sed 's/^/| /' conftest.$ac_ext >&5
7187
7188( exit $ac_status )
7189ac_cv_header_stdc=no
7190fi
7191rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7192fi
7193fi
7194fi
7195echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7196echo "${ECHO_T}$ac_cv_header_stdc" >&6
7197if test $ac_cv_header_stdc = yes; then
7198
7199cat >>confdefs.h <<\_ACEOF
7200#define STDC_HEADERS 1
7201_ACEOF
7202
7203fi
7204
7205# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7216 inttypes.h stdint.h unistd.h
7217do
7218as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7219echo "$as_me:$LINENO: checking for $ac_header" >&5
7220echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7221if eval "test \"\${$as_ac_Header+set}\" = set"; then
7222 echo $ECHO_N "(cached) $ECHO_C" >&6
7223else
7224 cat >conftest.$ac_ext <<_ACEOF
7225/* confdefs.h. */
7226_ACEOF
7227cat confdefs.h >>conftest.$ac_ext
7228cat >>conftest.$ac_ext <<_ACEOF
7229/* end confdefs.h. */
7230$ac_includes_default
7231
7232#include <$ac_header>
7233_ACEOF
7234rm -f conftest.$ac_objext
7235if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7236 (eval $ac_compile) 2>conftest.er1
7237 ac_status=$?
7238 grep -v '^ *+' conftest.er1 >conftest.err
7239 rm -f conftest.er1
7240 cat conftest.err >&5
7241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7242 (exit $ac_status); } &&
7243 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7245 (eval $ac_try) 2>&5
7246 ac_status=$?
7247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7248 (exit $ac_status); }; } &&
7249 { ac_try='test -s conftest.$ac_objext'
7250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7251 (eval $ac_try) 2>&5
7252 ac_status=$?
7253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7254 (exit $ac_status); }; }; then
7255 eval "$as_ac_Header=yes"
7256else
7257 echo "$as_me: failed program was:" >&5
7258sed 's/^/| /' conftest.$ac_ext >&5
7259
7260eval "$as_ac_Header=no"
7261fi
7262rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7263fi
7264echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7265echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7266if test `eval echo '${'$as_ac_Header'}'` = yes; then
7267 cat >>confdefs.h <<_ACEOF
7268#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7269_ACEOF
7270
7271fi
7272
7273done
7274
7275
7276
7277
7278
7279
7280
10966 7281
10967 7282
10968 7283
10969 7284
10970 7285
11004 sys/time.h \ 7319 sys/time.h \
11005 utmp.h \ 7320 utmp.h \
11006 utmpx.h \ 7321 utmpx.h \
11007 stdint.h \ 7322 stdint.h \
11008 pty.h \ 7323 pty.h \
7324 util.h \
7325 libutil.h \
7326 wchar.h \
7327 cwchar \
7328 clocale \
11009 7329
11010do 7330do
11011as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7331as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11012if eval "test \"\${$as_ac_Header+set}\" = set"; then 7332if eval "test \"\${$as_ac_Header+set}\" = set"; then
11013 echo "$as_me:$LINENO: checking for $ac_header" >&5 7333 echo "$as_me:$LINENO: checking for $ac_header" >&5
13469 rxvt_cv_int16_t=yes 9789 rxvt_cv_int16_t=yes
13470else 9790else
13471 echo "$as_me: failed program was:" >&5 9791 echo "$as_me: failed program was:" >&5
13472sed 's/^/| /' conftest.$ac_ext >&5 9792sed 's/^/| /' conftest.$ac_ext >&5
13473 9793
13474if test $ac_cv_sizeof_char -ge 2; then 9794if test "$ac_cv_sizeof_char" -ge 2; then
13475 rxvt_cv_int16_t=" char" 9795 rxvt_cv_int16_t=" char"
13476else 9796else
13477 if test $ac_cv_sizeof_short -ge 2; then 9797 if test "$ac_cv_sizeof_short" -ge 2; then
13478 rxvt_cv_int16_t=" short" 9798 rxvt_cv_int16_t=" short"
13479 else 9799 else
13480 if test $ac_cv_sizeof_int -ge 2; then 9800 if test "$ac_cv_sizeof_int" -ge 2; then
13481 rxvt_cv_int16_t=" int" 9801 rxvt_cv_int16_t=" int"
13482 else 9802 else
13483 if test $ac_cv_sizeof_long -ge 2; then 9803 if test "$ac_cv_sizeof_long" -ge 2; then
13484 rxvt_cv_int16_t=" long" 9804 rxvt_cv_int16_t=" long"
13485 else 9805 else
13486 if test $ac_cv_sizeof_long_long -ge 2; then 9806 if test "$ac_cv_sizeof_long_long" -ge 2; then
13487 rxvt_cv_int16_t=" long long" 9807 rxvt_cv_int16_t=" long long"
13488 else 9808 else
13489 rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default 9809 rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default
13490 fi 9810 fi
13491 fi 9811 fi
13551 rxvt_cv_uint16_t=yes 9871 rxvt_cv_uint16_t=yes
13552else 9872else
13553 echo "$as_me: failed program was:" >&5 9873 echo "$as_me: failed program was:" >&5
13554sed 's/^/| /' conftest.$ac_ext >&5 9874sed 's/^/| /' conftest.$ac_ext >&5
13555 9875
13556if test $ac_cv_sizeof_char -ge 2; then 9876if test "$ac_cv_sizeof_char" -ge 2; then
13557 rxvt_cv_uint16_t="unsigned char" 9877 rxvt_cv_uint16_t="unsigned char"
13558else 9878else
13559 if test $ac_cv_sizeof_short -ge 2; then 9879 if test "$ac_cv_sizeof_short" -ge 2; then
13560 rxvt_cv_uint16_t="unsigned short" 9880 rxvt_cv_uint16_t="unsigned short"
13561 else 9881 else
13562 if test $ac_cv_sizeof_int -ge 2; then 9882 if test "$ac_cv_sizeof_int" -ge 2; then
13563 rxvt_cv_uint16_t="unsigned int" 9883 rxvt_cv_uint16_t="unsigned int"
13564 else 9884 else
13565 if test $ac_cv_sizeof_long -ge 2; then 9885 if test "$ac_cv_sizeof_long" -ge 2; then
13566 rxvt_cv_uint16_t="unsigned long" 9886 rxvt_cv_uint16_t="unsigned long"
13567 else 9887 else
13568 if test $ac_cv_sizeof_long_long -ge 2; then 9888 if test "$ac_cv_sizeof_long_long" -ge 2; then
13569 rxvt_cv_uint16_t="unsigned long long" 9889 rxvt_cv_uint16_t="unsigned long long"
13570 else 9890 else
13571 rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default 9891 rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default
13572 fi 9892 fi
13573 fi 9893 fi
13633 rxvt_cv_int32_t=yes 9953 rxvt_cv_int32_t=yes
13634else 9954else
13635 echo "$as_me: failed program was:" >&5 9955 echo "$as_me: failed program was:" >&5
13636sed 's/^/| /' conftest.$ac_ext >&5 9956sed 's/^/| /' conftest.$ac_ext >&5
13637 9957
13638if test $ac_cv_sizeof_char -ge 4; then 9958if test "$ac_cv_sizeof_char" -ge 4; then
13639 rxvt_cv_int32_t=" char" 9959 rxvt_cv_int32_t=" char"
13640else 9960else
13641 if test $ac_cv_sizeof_short -ge 4; then 9961 if test "$ac_cv_sizeof_short" -ge 4; then
13642 rxvt_cv_int32_t=" short" 9962 rxvt_cv_int32_t=" short"
13643 else 9963 else
13644 if test $ac_cv_sizeof_int -ge 4; then 9964 if test "$ac_cv_sizeof_int" -ge 4; then
13645 rxvt_cv_int32_t=" int" 9965 rxvt_cv_int32_t=" int"
13646 else 9966 else
13647 if test $ac_cv_sizeof_long -ge 4; then 9967 if test "$ac_cv_sizeof_long" -ge 4; then
13648 rxvt_cv_int32_t=" long" 9968 rxvt_cv_int32_t=" long"
13649 else 9969 else
13650 if test $ac_cv_sizeof_long_long -ge 4; then 9970 if test "$ac_cv_sizeof_long_long" -ge 4; then
13651 rxvt_cv_int32_t=" long long" 9971 rxvt_cv_int32_t=" long long"
13652 else 9972 else
13653 rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default 9973 rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default
13654 fi 9974 fi
13655 fi 9975 fi
13715 rxvt_cv_uint32_t=yes 10035 rxvt_cv_uint32_t=yes
13716else 10036else
13717 echo "$as_me: failed program was:" >&5 10037 echo "$as_me: failed program was:" >&5
13718sed 's/^/| /' conftest.$ac_ext >&5 10038sed 's/^/| /' conftest.$ac_ext >&5
13719 10039
13720if test $ac_cv_sizeof_char -ge 4; then 10040if test "$ac_cv_sizeof_char" -ge 4; then
13721 rxvt_cv_uint32_t="unsigned char" 10041 rxvt_cv_uint32_t="unsigned char"
13722else 10042else
13723 if test $ac_cv_sizeof_short -ge 4; then 10043 if test "$ac_cv_sizeof_short" -ge 4; then
13724 rxvt_cv_uint32_t="unsigned short" 10044 rxvt_cv_uint32_t="unsigned short"
13725 else 10045 else
13726 if test $ac_cv_sizeof_int -ge 4; then 10046 if test "$ac_cv_sizeof_int" -ge 4; then
13727 rxvt_cv_uint32_t="unsigned int" 10047 rxvt_cv_uint32_t="unsigned int"
13728 else 10048 else
13729 if test $ac_cv_sizeof_long -ge 4; then 10049 if test "$ac_cv_sizeof_long" -ge 4; then
13730 rxvt_cv_uint32_t="unsigned long" 10050 rxvt_cv_uint32_t="unsigned long"
13731 else 10051 else
13732 if test $ac_cv_sizeof_long_long -ge 4; then 10052 if test "$ac_cv_sizeof_long_long" -ge 4; then
13733 rxvt_cv_uint32_t="unsigned long long" 10053 rxvt_cv_uint32_t="unsigned long long"
13734 else 10054 else
13735 rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default 10055 rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default
13736 fi 10056 fi
13737 fi 10057 fi
13751 else 10071 else
13752 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */" 10072 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
13753 fi 10073 fi
13754fi 10074fi
13755 10075
13756if test $ac_cv_sizeof_int_p -eq 8; then 10076if test "$ac_cv_sizeof_int_p" -eq 8; then
13757 rxvt_intp_define="#define intp_t int64_t" 10077 rxvt_intp_define="#define intp_t int64_t"
13758 rxvt_u_intp_define="#define u_intp_t u_int64_t" 10078 rxvt_u_intp_define="#define u_intp_t u_int64_t"
13759else 10079else
13760 if test $ac_cv_sizeof_int_p -eq 4; then 10080 if test "$ac_cv_sizeof_int_p" -eq 4; then
13761 rxvt_intp_define="#define intp_t int32_t" 10081 rxvt_intp_define="#define intp_t int32_t"
13762 rxvt_u_intp_define="#define u_intp_t u_int32_t" 10082 rxvt_u_intp_define="#define u_intp_t u_int32_t"
13763 else 10083 else
13764 if test $ac_cv_sizeof_int_p -eq 2; then 10084 if test "$ac_cv_sizeof_int_p" -eq 2; then
13765 rxvt_intp_define="#define intp_t int16_t" 10085 rxvt_intp_define="#define intp_t int16_t"
13766 rxvt_u_intp_define="#define u_intp_t u_int16_t" 10086 rxvt_u_intp_define="#define u_intp_t u_int16_t"
13767 else 10087 else
13768 rxvt_intp_define="#error set intp_t" 10088 rxvt_intp_define="#error set intp_t"
13769 rxvt_u_intp_define="#error set u_intp_t" 10089 rxvt_u_intp_define="#error set u_intp_t"
13844 10164
13845case "$host_alias" in 10165case "$host_alias" in
13846 *ultrix) ac_cv_func_setsid='no' ;; 10166 *ultrix) ac_cv_func_setsid='no' ;;
13847 *) break;; 10167 *) break;;
13848esac 10168esac
10169
13849 10170
13850 10171
13851 10172
13852 10173
13853 10174
13881 unlockpt \ 10202 unlockpt \
13882 isastream \ 10203 isastream \
13883 on_exit \ 10204 on_exit \
13884 nanosleep \ 10205 nanosleep \
13885 updwtmp \ 10206 updwtmp \
10207 updwtmpx \
13886 ttyslot \ 10208 ttyslot \
13887 10209
13888do 10210do
13889as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10211as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13890echo "$as_me:$LINENO: checking for $ac_func" >&5 10212echo "$as_me:$LINENO: checking for $ac_func" >&5
14570#define HAVE_UTMPX_HOST 1 10892#define HAVE_UTMPX_HOST 1
14571_ACEOF 10893_ACEOF
14572 10894
14573fi 10895fi
14574 10896
14575fi 10897echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
10898echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6
10899if test "${rxvt_cv_struct_utmpx_session+set}" = set; then
10900 echo $ECHO_N "(cached) $ECHO_C" >&6
10901else
10902 cat >conftest.$ac_ext <<_ACEOF
10903/* confdefs.h. */
10904_ACEOF
10905cat confdefs.h >>conftest.$ac_ext
10906cat >>conftest.$ac_ext <<_ACEOF
10907/* end confdefs.h. */
10908#include <sys/types.h>
10909#include <utmpx.h>
10910int
10911main ()
10912{
10913struct utmpx utx; utx.ut_session;
10914 ;
10915 return 0;
10916}
10917_ACEOF
10918rm -f conftest.$ac_objext
10919if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10920 (eval $ac_compile) 2>conftest.er1
10921 ac_status=$?
10922 grep -v '^ *+' conftest.er1 >conftest.err
10923 rm -f conftest.er1
10924 cat conftest.err >&5
10925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10926 (exit $ac_status); } &&
10927 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10929 (eval $ac_try) 2>&5
10930 ac_status=$?
10931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10932 (exit $ac_status); }; } &&
10933 { ac_try='test -s conftest.$ac_objext'
10934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10935 (eval $ac_try) 2>&5
10936 ac_status=$?
10937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10938 (exit $ac_status); }; }; then
10939 rxvt_cv_struct_utmpx_session=yes
10940else
10941 echo "$as_me: failed program was:" >&5
10942sed 's/^/| /' conftest.$ac_ext >&5
14576 10943
10944rxvt_cv_struct_utmpx_session=no
10945fi
10946rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10947fi
10948echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_session" >&5
10949echo "${ECHO_T}$rxvt_cv_struct_utmpx_session" >&6
10950if test x$rxvt_cv_struct_utmpx_session = xyes; then
10951
10952cat >>confdefs.h <<\_ACEOF
10953#define HAVE_UTMPX_SESSION 1
10954_ACEOF
10955
10956fi
10957
10958fi
14577 10959
14578 10960
14579echo "$as_me:$LINENO: checking for struct lastlog" >&5 10961echo "$as_me:$LINENO: checking for struct lastlog" >&5
14580echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6 10962echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
14581if test "${rxvt_cv_struct_lastlog+set}" = set; then 10963if test "${rxvt_cv_struct_lastlog+set}" = set; then
15458#define HAVE_NL_LANGINFO 1 11840#define HAVE_NL_LANGINFO 1
15459_ACEOF 11841_ACEOF
15460 11842
15461fi 11843fi
15462 11844
11845echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
11846echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6
11847if test "${rxvt_can_pass_fds+set}" = set; then
11848 echo $ECHO_N "(cached) $ECHO_C" >&6
11849else
11850 cat >conftest.$ac_ext <<_ACEOF
11851/* confdefs.h. */
11852_ACEOF
11853cat confdefs.h >>conftest.$ac_ext
11854cat >>conftest.$ac_ext <<_ACEOF
11855/* end confdefs.h. */
11856
11857#include <sys/types.h>
11858#include <sys/socket.h>
11859
11860int
11861main ()
11862{
11863
11864{
11865 msghdr msg;
11866 iovec iov;
11867 char buf [100];
11868 char data = 0;
11869
11870 iov.iov_base = &data;
11871 iov.iov_len = 1;
11872
11873 msg.msg_iov = &iov;
11874 msg.msg_iovlen = 1;
11875 msg.msg_control = buf;
11876 msg.msg_controllen = sizeof buf;
11877
11878 cmsghdr *cmsg = CMSG_FIRSTHDR (&msg);
11879 cmsg->cmsg_level = SOL_SOCKET;
11880 cmsg->cmsg_type = SCM_RIGHTS;
11881 cmsg->cmsg_len = 100;
11882
11883 *(int *)CMSG_DATA (cmsg) = 5;
11884
11885 return sendmsg (3, &msg, 0);
11886}
11887
11888 ;
11889 return 0;
11890}
11891_ACEOF
11892rm -f conftest.$ac_objext conftest$ac_exeext
11893if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11894 (eval $ac_link) 2>conftest.er1
11895 ac_status=$?
11896 grep -v '^ *+' conftest.er1 >conftest.err
11897 rm -f conftest.er1
11898 cat conftest.err >&5
11899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11900 (exit $ac_status); } &&
11901 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11903 (eval $ac_try) 2>&5
11904 ac_status=$?
11905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11906 (exit $ac_status); }; } &&
11907 { ac_try='test -s conftest$ac_exeext'
11908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11909 (eval $ac_try) 2>&5
11910 ac_status=$?
11911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11912 (exit $ac_status); }; }; then
11913 rxvt_can_pass_fds=yes
11914else
11915 echo "$as_me: failed program was:" >&5
11916sed 's/^/| /' conftest.$ac_ext >&5
11917
11918rxvt_can_pass_fds=no
11919fi
11920rm -f conftest.err conftest.$ac_objext \
11921 conftest$ac_exeext conftest.$ac_ext
11922fi
11923echo "$as_me:$LINENO: result: $rxvt_can_pass_fds" >&5
11924echo "${ECHO_T}$rxvt_can_pass_fds" >&6
11925if test x$rxvt_can_pass_fds = xyes; then
11926
11927cat >>confdefs.h <<\_ACEOF
11928#define HAVE_UNIX_FDPASS 1
11929_ACEOF
11930
11931fi
11932
15463echo "$as_me:$LINENO: checking for broken XIM callback" >&5 11933echo "$as_me:$LINENO: checking for broken XIM callback" >&5
15464echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6 11934echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
15465if test "${rxvt_broken_ximcb+set}" = set; then 11935if test "${rxvt_broken_ximcb+set}" = set; then
15466 echo $ECHO_N "(cached) $ECHO_C" >&6 11936 echo $ECHO_N "(cached) $ECHO_C" >&6
15467else 11937else
15706 12176
15707fi 12177fi
15708 12178
15709if test x$support_xft = xyes; then 12179if test x$support_xft = xyes; then
15710 LIBS="$LIBS `pkg-config xft --libs`" 12180 LIBS="$LIBS `pkg-config xft --libs`"
15711 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
15712 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" 12181 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
15713 12182
15714 12183
15715for ac_header in X11/Xft/Xft.h 12184for ac_header in X11/Xft/Xft.h
15716do 12185do
16111cat >>confdefs.h <<\_ACEOF 12580cat >>confdefs.h <<\_ACEOF
16112#define POINTER_BLANK 1 12581#define POINTER_BLANK 1
16113_ACEOF 12582_ACEOF
16114 12583
16115fi 12584fi
16116if test x$support_cursor_blink = xyes; then
16117
16118cat >>confdefs.h <<\_ACEOF
16119#define CURSOR_BLINK 1
16120_ACEOF
16121
16122fi
16123if test x$support_text_blink = xyes; then 12585if test x$support_text_blink = xyes; then
16124 12586
16125cat >>confdefs.h <<\_ACEOF 12587cat >>confdefs.h <<\_ACEOF
16126#define TEXT_BLINK 1 12588#define TEXT_BLINK 1
16127_ACEOF 12589_ACEOF
16181#define ENCODING_ZH_EXT 1 12643#define ENCODING_ZH_EXT 1
16182_ACEOF 12644_ACEOF
16183 ;; 12645 ;;
16184 esac 12646 esac
16185done 12647done
12648
12649IF_PERL=\#
12650if test x$support_perl = xyes; then
12651 # Extract the first word of "perl5", so it can be a program name with args.
12652set dummy perl5; ac_word=$2
12653echo "$as_me:$LINENO: checking for $ac_word" >&5
12654echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12655if test "${ac_cv_path_PERL+set}" = set; then
12656 echo $ECHO_N "(cached) $ECHO_C" >&6
12657else
12658 case $PERL in
12659 [\\/]* | ?:[\\/]*)
12660 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12661 ;;
12662 *)
12663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12664for as_dir in $PATH
12665do
12666 IFS=$as_save_IFS
12667 test -z "$as_dir" && as_dir=.
12668 for ac_exec_ext in '' $ac_executable_extensions; do
12669 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12670 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12671 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12672 break 2
12673 fi
12674done
12675done
12676
12677 ;;
12678esac
12679fi
12680PERL=$ac_cv_path_PERL
12681
12682if test -n "$PERL"; then
12683 echo "$as_me:$LINENO: result: $PERL" >&5
12684echo "${ECHO_T}$PERL" >&6
12685else
12686 echo "$as_me:$LINENO: result: no" >&5
12687echo "${ECHO_T}no" >&6
12688fi
12689
12690 # Extract the first word of "perl", so it can be a program name with args.
12691set dummy perl; ac_word=$2
12692echo "$as_me:$LINENO: checking for $ac_word" >&5
12693echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12694if test "${ac_cv_path_PERL+set}" = set; then
12695 echo $ECHO_N "(cached) $ECHO_C" >&6
12696else
12697 case $PERL in
12698 [\\/]* | ?:[\\/]*)
12699 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12700 ;;
12701 *)
12702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12703for as_dir in $PATH
12704do
12705 IFS=$as_save_IFS
12706 test -z "$as_dir" && as_dir=.
12707 for ac_exec_ext in '' $ac_executable_extensions; do
12708 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12709 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12710 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12711 break 2
12712 fi
12713done
12714done
12715
12716 ;;
12717esac
12718fi
12719PERL=$ac_cv_path_PERL
12720
12721if test -n "$PERL"; then
12722 echo "$as_me:$LINENO: result: $PERL" >&5
12723echo "${ECHO_T}$PERL" >&6
12724else
12725 echo "$as_me:$LINENO: result: no" >&5
12726echo "${ECHO_T}no" >&6
12727fi
12728
12729
12730 echo "$as_me:$LINENO: checking for $PERL suitability" >&5
12731echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6
12732 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
12733
12734 save_CXXFLAGS="$CXXFLAGS"
12735 save_LIBS="$LIBS"
12736 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
12737 LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
12738 cat >conftest.$ac_ext <<_ACEOF
12739/* confdefs.h. */
12740_ACEOF
12741cat confdefs.h >>conftest.$ac_ext
12742cat >>conftest.$ac_ext <<_ACEOF
12743/* end confdefs.h. */
12744
12745#include <EXTERN.h>
12746#include <perl.h>
12747#include <XSUB.h>
12748
12749int
12750main ()
12751{
12752
12753 PerlInterpreter *perl = perl_alloc ();
12754
12755 ;
12756 return 0;
12757}
12758_ACEOF
12759rm -f conftest.$ac_objext conftest$ac_exeext
12760if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12761 (eval $ac_link) 2>conftest.er1
12762 ac_status=$?
12763 grep -v '^ *+' conftest.er1 >conftest.err
12764 rm -f conftest.er1
12765 cat conftest.err >&5
12766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12767 (exit $ac_status); } &&
12768 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12770 (eval $ac_try) 2>&5
12771 ac_status=$?
12772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12773 (exit $ac_status); }; } &&
12774 { ac_try='test -s conftest$ac_exeext'
12775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12776 (eval $ac_try) 2>&5
12777 ac_status=$?
12778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12779 (exit $ac_status); }; }; then
12780 rxvt_perl_link=yes
12781else
12782 echo "$as_me: failed program was:" >&5
12783sed 's/^/| /' conftest.$ac_ext >&5
12784
12785rxvt_perl_link=no
12786fi
12787rm -f conftest.err conftest.$ac_objext \
12788 conftest$ac_exeext conftest.$ac_ext
12789 CXXFLAGS="$save_CXXFLAGS"
12790 LIBS="$save_LIBS"
12791
12792 if test x$rxvt_perl_link = xyes; then
12793 echo "$as_me:$LINENO: result: ok" >&5
12794echo "${ECHO_T}ok" >&6
12795
12796cat >>confdefs.h <<\_ACEOF
12797#define ENABLE_PERL 1
12798_ACEOF
12799
12800 IF_PERL=
12801 PERL_O=rxvtperl.o
12802 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
12803 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
12804 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
12805 else
12806 support_perl=no
12807 echo "$as_me:$LINENO: result: no, unable to link" >&5
12808echo "${ECHO_T}no, unable to link" >&6
12809 fi
12810 else
12811 { { echo "$as_me:$LINENO: error: no working perl found" >&5
12812echo "$as_me: error: no working perl found" >&2;}
12813 { (exit or perl not version >= 5.8); exit or perl not version >= 5.8; }; }
12814 support_perl=no
12815 fi
12816fi
12817
12818
12819
12820
12821
12822
12823
12824if text x$support_perl = xyes; then
12825 support_frills=yes
12826fi
16186 12827
16187 12828
16188CFLAGS=${CFLAGS--O} 12829CFLAGS=${CFLAGS--O}
16189LDFLAGS=${LDFLAGS--O} 12830LDFLAGS=${LDFLAGS--O}
16190 12831
16947s,@INSTALL_DATA@,$INSTALL_DATA,;t t 13588s,@INSTALL_DATA@,$INSTALL_DATA,;t t
16948s,@AWK@,$AWK,;t t 13589s,@AWK@,$AWK,;t t
16949s,@LINKER@,$LINKER,;t t 13590s,@LINKER@,$LINKER,;t t
16950s,@CXXCPP@,$CXXCPP,;t t 13591s,@CXXCPP@,$CXXCPP,;t t
16951s,@EGREP@,$EGREP,;t t 13592s,@EGREP@,$EGREP,;t t
16952s,@LN_S@,$LN_S,;t t
16953s,@ECHO@,$ECHO,;t t
16954s,@RANLIB@,$RANLIB,;t t
16955s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
16956s,@STRIP@,$STRIP,;t t
16957s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
16958s,@LIBTOOL@,$LIBTOOL,;t t
16959s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 13593s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
16960s,@RXVTNAME@,$RXVTNAME,;t t 13594s,@RXVTNAME@,$RXVTNAME,;t t
16961s,@MV@,$MV,;t t 13595s,@MV@,$MV,;t t
16962s,@RM@,$RM,;t t 13596s,@RM@,$RM,;t t
16963s,@CP@,$CP,;t t 13597s,@CP@,$CP,;t t
16964s,@LN@,$LN,;t t 13598s,@LN@,$LN,;t t
16965s,@SED@,$SED,;t t 13599s,@SED@,$SED,;t t
13600s,@ECHO@,$ECHO,;t t
16966s,@CMP@,$CMP,;t t 13601s,@CMP@,$CMP,;t t
16967s,@TBL@,$TBL,;t t 13602s,@TBL@,$TBL,;t t
16968s,@TIC@,$TIC,;t t 13603s,@TIC@,$TIC,;t t
16969s,@X_CFLAGS@,$X_CFLAGS,;t t 13604s,@X_CFLAGS@,$X_CFLAGS,;t t
16970s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t 13605s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
16977s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t 13612s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
16978s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t 13613s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
16979s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t 13614s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
16980s,@rxvt_intp_define@,$rxvt_intp_define,;t t 13615s,@rxvt_intp_define@,$rxvt_intp_define,;t t
16981s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 13616s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
13617s,@PERL@,$PERL,;t t
13618s,@PERLLIB@,$PERLLIB,;t t
13619s,@PERLFLAGS@,$PERLFLAGS,;t t
13620s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
13621s,@IF_PERL@,$IF_PERL,;t t
13622s,@PERL_O@,$PERL_O,;t t
16982s,@DEBUG@,$DEBUG,;t t 13623s,@DEBUG@,$DEBUG,;t t
16983s,@DINCLUDE@,$DINCLUDE,;t t 13624s,@DINCLUDE@,$DINCLUDE,;t t
16984s,@DLIB@,$DLIB,;t t 13625s,@DLIB@,$DLIB,;t t
16985s,@include_stdint_h@,$include_stdint_h,;t t 13626s,@include_stdint_h@,$include_stdint_h,;t t
16986s,@include_stdarg_h@,$include_stdarg_h,;t t 13627s,@include_stdarg_h@,$include_stdarg_h,;t t
17527 utmp file: $rxvt_cv_path_utmp 14168 utmp file: $rxvt_cv_path_utmp
17528 utmpx file: $rxvt_cv_path_utmpx 14169 utmpx file: $rxvt_cv_path_utmpx
17529 wtmp file: $rxvt_cv_path_wtmp 14170 wtmp file: $rxvt_cv_path_wtmp
17530 wtmpx file: $rxvt_cv_path_wtmpx 14171 wtmpx file: $rxvt_cv_path_wtmpx
17531 lastlog file: $rxvt_cv_path_lastlog 14172 lastlog file: $rxvt_cv_path_lastlog
17532 ttys/ttytab file: $rxvt_cv_path_ttytab" 14173 ttys/ttytab file: $rxvt_cv_path_ttytab
14174 embedded perl: $support_perl"
17533 echo 14175 echo
17534fi 14176fi
17535if test x$term != x; then 14177if test x$term != x; then
17536 echo " set TERM to: $term" 14178 echo " set TERM to: $term"
17537fi 14179fi
17566 echo ". functions could not be found. ." 14208 echo ". functions could not be found. ."
17567 echo ". XIM is now being DISABLED! ." 14209 echo ". XIM is now being DISABLED! ."
17568 echo ".----------------------------------------------------------------." 14210 echo ".----------------------------------------------------------------."
17569fi 14211fi
17570 14212
17571echo " *** Please check src/feature.h for further options ***" 14213echo " *** Optionally check src/feature.h for further options ***"
17572echo 14214echo
17573 14215
17574echo ".----------------------------------------------------------------." 14216echo ".----------------------------------------------------------------."
17575echo ". NOTE: most features are disabled by default, try ." 14217echo ". NOTE: some features are disabled by default, try ."
17576echo ". configure --help to get an idea of the optional features ." 14218echo ". configure --help to get an idea of the optional features, ."
14219echo ". or read ./README.configure ."
14220echo ". ."
14221echo ". The script ./reconf gives a reasonable baseline, try it if ."
14222echo ". you do not want to read documentation and still want some ."
14223echo ". useful features. ."
17577echo ".----------------------------------------------------------------." 14224echo ".----------------------------------------------------------------."
17578echo 14225echo
17579 14226

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines