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

Comparing rxvt-unicode/configure (file contents):
Revision 1.50 by root, Sun Feb 13 08:56:27 2005 UTC vs.
Revision 1.70 by root, Mon Jan 16 14:35:23 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
1059 --disable-swapscreen disable swap screen support 896 --disable-swapscreen disable swap screen support
1060 --enable-iso14755 enable support for extended ISO 14755 modes 897 --enable-iso14755 enable support for extended ISO 14755 modes
1061 --enable-frills enable support for rarely used features 898 --enable-frills enable support for rarely used features
1062 --enable-24bit enable support for using 24bit visuals if available 899 --enable-24bit enable support for using 24bit visuals if available
1063 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 900 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1066 --enable-slipwheeling enable slip wheel scrolling (requires previous) 903 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1067 --enable-dmalloc enable Gray Watson's malloc - for debugging use 904 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1068 --enable-dlmalloc enable Doug Lea's malloc - for production use 905 --enable-dlmalloc enable Doug Lea's malloc - for production use
1069 NOTE: enable only one malloc package 906 NOTE: enable only one malloc package
1070 --enable-smart-resize enable smart growth/shrink behaviour 907 --enable-smart-resize enable smart growth/shrink behaviour
1071 --enable-cursor-blink enable blinking cursor
1072 --enable-text-blink enable blinking text 908 --enable-text-blink enable blinking text
1073 --enable-pointer-blank enable pointer blank when typing or inactive pointer 909 --enable-pointer-blank enable pointer blank when typing or inactive pointer
1074 910
1075Optional Packages: 911Optional Packages:
1076 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 912 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1077 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 913 --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) 914 --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) 915 --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) 916 --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) 917 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1084 --with-term=NAME set the terminal to NAME (default: rxvt) 918 --with-term=NAME set the terminal to NAME (default: rxvt)
1622 1456
1623 1457
1624 1458
1625VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1459VERSION=`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` 1460DATE=`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 "" 1461echo ""
1630echo "configuring for rxvt $VERSION" 1462echo "configuring for rxvt $VERSION"
1631echo "" 1463echo ""
1632 1464
1633 1465
3779 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS" 3611 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3780 3612
3781fi 3613fi
3782 3614
3783 3615
3616echo "$as_me:$LINENO: checking for setlocale" >&5
3617echo $ECHO_N "checking for setlocale... $ECHO_C" >&6
3618if test "${ac_cv_func_setlocale+set}" = set; then
3619 echo $ECHO_N "(cached) $ECHO_C" >&6
3620else
3621 cat >conftest.$ac_ext <<_ACEOF
3622/* confdefs.h. */
3623_ACEOF
3624cat confdefs.h >>conftest.$ac_ext
3625cat >>conftest.$ac_ext <<_ACEOF
3626/* end confdefs.h. */
3627/* Define setlocale to an innocuous variant, in case <limits.h> declares setlocale.
3628 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3629#define setlocale innocuous_setlocale
3630
3631/* System header to define __stub macros and hopefully few prototypes,
3632 which can conflict with char setlocale (); below.
3633 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3634 <limits.h> exists even on freestanding compilers. */
3635
3636#ifdef __STDC__
3637# include <limits.h>
3638#else
3639# include <assert.h>
3640#endif
3641
3642#undef setlocale
3643
3644/* Override any gcc2 internal prototype to avoid an error. */
3645#ifdef __cplusplus
3646extern "C"
3647{
3648#endif
3649/* We use char because int might match the return type of a gcc2
3650 builtin and then its argument prototype would still apply. */
3651char setlocale ();
3652/* The GNU C library defines this for functions which it implements
3653 to always fail with ENOSYS. Some functions are actually named
3654 something starting with __ and the normal name is an alias. */
3655#if defined (__stub_setlocale) || defined (__stub___setlocale)
3656choke me
3657#else
3658char (*f) () = setlocale;
3659#endif
3660#ifdef __cplusplus
3661}
3662#endif
3663
3664int
3665main ()
3666{
3667return f != setlocale;
3668 ;
3669 return 0;
3670}
3671_ACEOF
3672rm -f conftest.$ac_objext conftest$ac_exeext
3673if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3674 (eval $ac_link) 2>conftest.er1
3675 ac_status=$?
3676 grep -v '^ *+' conftest.er1 >conftest.err
3677 rm -f conftest.er1
3678 cat conftest.err >&5
3679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3680 (exit $ac_status); } &&
3681 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3683 (eval $ac_try) 2>&5
3684 ac_status=$?
3685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3686 (exit $ac_status); }; } &&
3687 { ac_try='test -s conftest$ac_exeext'
3688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3689 (eval $ac_try) 2>&5
3690 ac_status=$?
3691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3692 (exit $ac_status); }; }; then
3693 ac_cv_func_setlocale=yes
3694else
3695 echo "$as_me: failed program was:" >&5
3696sed 's/^/| /' conftest.$ac_ext >&5
3697
3698ac_cv_func_setlocale=no
3699fi
3700rm -f conftest.err conftest.$ac_objext \
3701 conftest$ac_exeext conftest.$ac_ext
3702fi
3703echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5
3704echo "${ECHO_T}$ac_cv_func_setlocale" >&6
3705if test $ac_cv_func_setlocale = yes; then
3706 :
3707else
3784echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5 3708 echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3785echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6 3709echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3786if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then 3710if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3787 echo $ECHO_N "(cached) $ECHO_C" >&6 3711 echo $ECHO_N "(cached) $ECHO_C" >&6
3788else 3712else
3789 ac_check_lib_save_LIBS=$LIBS 3713 ac_check_lib_save_LIBS=$LIBS
3846echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6 3770echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3847if test $ac_cv_lib_xpg4_setlocale = yes; then 3771if test $ac_cv_lib_xpg4_setlocale = yes; then
3848 LIBS="$LIBS -lxpg4" 3772 LIBS="$LIBS -lxpg4"
3849fi 3773fi
3850 3774
3775fi
3851 3776
3777
3778echo "$as_me:$LINENO: checking for gethostbyname" >&5
3779echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
3780if test "${ac_cv_func_gethostbyname+set}" = set; then
3781 echo $ECHO_N "(cached) $ECHO_C" >&6
3782else
3783 cat >conftest.$ac_ext <<_ACEOF
3784/* confdefs.h. */
3785_ACEOF
3786cat confdefs.h >>conftest.$ac_ext
3787cat >>conftest.$ac_ext <<_ACEOF
3788/* end confdefs.h. */
3789/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
3790 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3791#define gethostbyname innocuous_gethostbyname
3792
3793/* System header to define __stub macros and hopefully few prototypes,
3794 which can conflict with char gethostbyname (); below.
3795 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3796 <limits.h> exists even on freestanding compilers. */
3797
3798#ifdef __STDC__
3799# include <limits.h>
3800#else
3801# include <assert.h>
3802#endif
3803
3804#undef gethostbyname
3805
3806/* Override any gcc2 internal prototype to avoid an error. */
3807#ifdef __cplusplus
3808extern "C"
3809{
3810#endif
3811/* We use char because int might match the return type of a gcc2
3812 builtin and then its argument prototype would still apply. */
3813char gethostbyname ();
3814/* The GNU C library defines this for functions which it implements
3815 to always fail with ENOSYS. Some functions are actually named
3816 something starting with __ and the normal name is an alias. */
3817#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
3818choke me
3819#else
3820char (*f) () = gethostbyname;
3821#endif
3822#ifdef __cplusplus
3823}
3824#endif
3825
3826int
3827main ()
3828{
3829return f != gethostbyname;
3830 ;
3831 return 0;
3832}
3833_ACEOF
3834rm -f conftest.$ac_objext conftest$ac_exeext
3835if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3836 (eval $ac_link) 2>conftest.er1
3837 ac_status=$?
3838 grep -v '^ *+' conftest.er1 >conftest.err
3839 rm -f conftest.er1
3840 cat conftest.err >&5
3841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3842 (exit $ac_status); } &&
3843 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3845 (eval $ac_try) 2>&5
3846 ac_status=$?
3847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3848 (exit $ac_status); }; } &&
3849 { ac_try='test -s conftest$ac_exeext'
3850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3851 (eval $ac_try) 2>&5
3852 ac_status=$?
3853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3854 (exit $ac_status); }; }; then
3855 ac_cv_func_gethostbyname=yes
3856else
3857 echo "$as_me: failed program was:" >&5
3858sed 's/^/| /' conftest.$ac_ext >&5
3859
3860ac_cv_func_gethostbyname=no
3861fi
3862rm -f conftest.err conftest.$ac_objext \
3863 conftest$ac_exeext conftest.$ac_ext
3864fi
3865echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
3866echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
3867if test $ac_cv_func_gethostbyname = yes; then
3868 :
3869else
3852echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 3870 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3853echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 3871echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3854if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then 3872if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3855 echo $ECHO_N "(cached) $ECHO_C" >&6 3873 echo $ECHO_N "(cached) $ECHO_C" >&6
3856else 3874else
3857 ac_check_lib_save_LIBS=$LIBS 3875 ac_check_lib_save_LIBS=$LIBS
3914echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 3932echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3915if test $ac_cv_lib_nsl_gethostbyname = yes; then 3933if test $ac_cv_lib_nsl_gethostbyname = yes; then
3916 LIBS="$LIBS -lnsl" 3934 LIBS="$LIBS -lnsl"
3917fi 3935fi
3918 3936
3937fi
3938
3939echo "$as_me:$LINENO: checking for socket" >&5
3940echo $ECHO_N "checking for socket... $ECHO_C" >&6
3941if test "${ac_cv_func_socket+set}" = set; then
3942 echo $ECHO_N "(cached) $ECHO_C" >&6
3943else
3944 cat >conftest.$ac_ext <<_ACEOF
3945/* confdefs.h. */
3946_ACEOF
3947cat confdefs.h >>conftest.$ac_ext
3948cat >>conftest.$ac_ext <<_ACEOF
3949/* end confdefs.h. */
3950/* Define socket to an innocuous variant, in case <limits.h> declares socket.
3951 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3952#define socket innocuous_socket
3953
3954/* System header to define __stub macros and hopefully few prototypes,
3955 which can conflict with char socket (); below.
3956 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3957 <limits.h> exists even on freestanding compilers. */
3958
3959#ifdef __STDC__
3960# include <limits.h>
3961#else
3962# include <assert.h>
3963#endif
3964
3965#undef socket
3966
3967/* Override any gcc2 internal prototype to avoid an error. */
3968#ifdef __cplusplus
3969extern "C"
3970{
3971#endif
3972/* We use char because int might match the return type of a gcc2
3973 builtin and then its argument prototype would still apply. */
3974char socket ();
3975/* The GNU C library defines this for functions which it implements
3976 to always fail with ENOSYS. Some functions are actually named
3977 something starting with __ and the normal name is an alias. */
3978#if defined (__stub_socket) || defined (__stub___socket)
3979choke me
3980#else
3981char (*f) () = socket;
3982#endif
3983#ifdef __cplusplus
3984}
3985#endif
3986
3987int
3988main ()
3989{
3990return f != socket;
3991 ;
3992 return 0;
3993}
3994_ACEOF
3995rm -f conftest.$ac_objext conftest$ac_exeext
3996if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3997 (eval $ac_link) 2>conftest.er1
3998 ac_status=$?
3999 grep -v '^ *+' conftest.er1 >conftest.err
4000 rm -f conftest.er1
4001 cat conftest.err >&5
4002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4003 (exit $ac_status); } &&
4004 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4006 (eval $ac_try) 2>&5
4007 ac_status=$?
4008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4009 (exit $ac_status); }; } &&
4010 { ac_try='test -s conftest$ac_exeext'
4011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4012 (eval $ac_try) 2>&5
4013 ac_status=$?
4014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4015 (exit $ac_status); }; }; then
4016 ac_cv_func_socket=yes
4017else
4018 echo "$as_me: failed program was:" >&5
4019sed 's/^/| /' conftest.$ac_ext >&5
4020
4021ac_cv_func_socket=no
4022fi
4023rm -f conftest.err conftest.$ac_objext \
4024 conftest$ac_exeext conftest.$ac_ext
4025fi
4026echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
4027echo "${ECHO_T}$ac_cv_func_socket" >&6
4028if test $ac_cv_func_socket = yes; then
4029 :
4030else
3919echo "$as_me:$LINENO: checking for socket in -lsocket" >&5 4031 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3920echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6 4032echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3921if test "${ac_cv_lib_socket_socket+set}" = set; then 4033if test "${ac_cv_lib_socket_socket+set}" = set; then
3922 echo $ECHO_N "(cached) $ECHO_C" >&6 4034 echo $ECHO_N "(cached) $ECHO_C" >&6
3923else 4035else
3924 ac_check_lib_save_LIBS=$LIBS 4036 ac_check_lib_save_LIBS=$LIBS
3981echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6 4093echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3982if test $ac_cv_lib_socket_socket = yes; then 4094if test $ac_cv_lib_socket_socket = yes; then
3983 LIBS="$LIBS -lsocket" 4095 LIBS="$LIBS -lsocket"
3984fi 4096fi
3985 4097
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; 4098fi
4051 4099
4052# Check whether --with-gnu-ld or --without-gnu-ld was given. 4100
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 4101echo "$as_me:$LINENO: checking for sched_yield" >&5
4093echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 4102echo $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 4103if test "${ac_cv_func_sched_yield+set}" = set; then
4574 echo $ECHO_N "(cached) $ECHO_C" >&6 4104 echo $ECHO_N "(cached) $ECHO_C" >&6
4575else 4105else
4576 cat >conftest.$ac_ext <<_ACEOF 4106 cat >conftest.$ac_ext <<_ACEOF
4577/* confdefs.h. */ 4107/* confdefs.h. */
4578_ACEOF 4108_ACEOF
4579cat confdefs.h >>conftest.$ac_ext 4109cat confdefs.h >>conftest.$ac_ext
4580cat >>conftest.$ac_ext <<_ACEOF 4110cat >>conftest.$ac_ext <<_ACEOF
4581/* end confdefs.h. */ 4111/* 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. 4112/* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
7094 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 4113 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7095#define dlopen innocuous_dlopen 4114#define sched_yield innocuous_sched_yield
7096 4115
7097/* System header to define __stub macros and hopefully few prototypes, 4116/* System header to define __stub macros and hopefully few prototypes,
7098 which can conflict with char dlopen (); below. 4117 which can conflict with char sched_yield (); below.
7099 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 4118 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7100 <limits.h> exists even on freestanding compilers. */ 4119 <limits.h> exists even on freestanding compilers. */
7101 4120
7102#ifdef __STDC__ 4121#ifdef __STDC__
7103# include <limits.h> 4122# include <limits.h>
7104#else 4123#else
7105# include <assert.h> 4124# include <assert.h>
7106#endif 4125#endif
7107 4126
7108#undef dlopen 4127#undef sched_yield
7109 4128
7110/* Override any gcc2 internal prototype to avoid an error. */ 4129/* Override any gcc2 internal prototype to avoid an error. */
7111#ifdef __cplusplus 4130#ifdef __cplusplus
7112extern "C" 4131extern "C"
7113{ 4132{
7114#endif 4133#endif
7115/* We use char because int might match the return type of a gcc2 4134/* We use char because int might match the return type of a gcc2
7116 builtin and then its argument prototype would still apply. */ 4135 builtin and then its argument prototype would still apply. */
7117char dlopen (); 4136char sched_yield ();
7118/* The GNU C library defines this for functions which it implements 4137/* The GNU C library defines this for functions which it implements
7119 to always fail with ENOSYS. Some functions are actually named 4138 to always fail with ENOSYS. Some functions are actually named
7120 something starting with __ and the normal name is an alias. */ 4139 something starting with __ and the normal name is an alias. */
7121#if defined (__stub_dlopen) || defined (__stub___dlopen) 4140#if defined (__stub_sched_yield) || defined (__stub___sched_yield)
7122choke me 4141choke me
7123#else 4142#else
7124char (*f) () = dlopen; 4143char (*f) () = sched_yield;
7125#endif 4144#endif
7126#ifdef __cplusplus 4145#ifdef __cplusplus
7127} 4146}
7128#endif 4147#endif
7129 4148
7130int 4149int
7131main () 4150main ()
7132{ 4151{
7133return f != dlopen; 4152return f != sched_yield;
7134 ; 4153 ;
7135 return 0; 4154 return 0;
7136} 4155}
7137_ACEOF 4156_ACEOF
7138rm -f conftest.$ac_objext conftest$ac_exeext 4157rm -f conftest.$ac_objext conftest$ac_exeext
7154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7155 (eval $ac_try) 2>&5 4174 (eval $ac_try) 2>&5
7156 ac_status=$? 4175 ac_status=$?
7157 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7158 (exit $ac_status); }; }; then 4177 (exit $ac_status); }; }; then
7159 ac_cv_func_dlopen=yes 4178 ac_cv_func_sched_yield=yes
7160else 4179else
7161 echo "$as_me: failed program was:" >&5 4180 echo "$as_me: failed program was:" >&5
7162sed 's/^/| /' conftest.$ac_ext >&5 4181sed 's/^/| /' conftest.$ac_ext >&5
7163 4182
7164ac_cv_func_dlopen=no 4183ac_cv_func_sched_yield=no
7165fi 4184fi
7166rm -f conftest.err conftest.$ac_objext \ 4185rm -f conftest.err conftest.$ac_objext \
7167 conftest$ac_exeext conftest.$ac_ext 4186 conftest$ac_exeext conftest.$ac_ext
7168fi 4187fi
7169echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 4188echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
7170echo "${ECHO_T}$ac_cv_func_dlopen" >&6 4189echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
7171if test $ac_cv_func_dlopen = yes; then 4190if test $ac_cv_func_sched_yield = yes; then
7172 lt_cv_dlopen="dlopen" 4191 :
7173else 4192else
7174 echo "$as_me:$LINENO: checking for shl_load" >&5 4193 echo "$as_me:$LINENO: checking for sched_yield in -lrt" >&5
7175echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 4194echo $ECHO_N "checking for sched_yield in -lrt... $ECHO_C" >&6
7176if test "${ac_cv_func_shl_load+set}" = set; then 4195if test "${ac_cv_lib_rt_sched_yield+set}" = set; then
7177 echo $ECHO_N "(cached) $ECHO_C" >&6 4196 echo $ECHO_N "(cached) $ECHO_C" >&6
7178else 4197else
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 4198 ac_check_lib_save_LIBS=$LIBS
7272LIBS="-lsvld $LIBS" 4199LIBS="-lrt $LIBS"
7273cat >conftest.$ac_ext <<_ACEOF 4200cat >conftest.$ac_ext <<_ACEOF
7274/* confdefs.h. */ 4201/* confdefs.h. */
7275_ACEOF 4202_ACEOF
7276cat confdefs.h >>conftest.$ac_ext 4203cat confdefs.h >>conftest.$ac_ext
7277cat >>conftest.$ac_ext <<_ACEOF 4204cat >>conftest.$ac_ext <<_ACEOF
7281#ifdef __cplusplus 4208#ifdef __cplusplus
7282extern "C" 4209extern "C"
7283#endif 4210#endif
7284/* We use char because int might match the return type of a gcc2 4211/* We use char because int might match the return type of a gcc2
7285 builtin and then its argument prototype would still apply. */ 4212 builtin and then its argument prototype would still apply. */
7286char dlopen (); 4213char sched_yield ();
7287int 4214int
7288main () 4215main ()
7289{ 4216{
7290dlopen (); 4217sched_yield ();
7291 ; 4218 ;
7292 return 0; 4219 return 0;
7293} 4220}
7294_ACEOF 4221_ACEOF
7295rm -f conftest.$ac_objext conftest$ac_exeext 4222rm -f conftest.$ac_objext conftest$ac_exeext
7311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7312 (eval $ac_try) 2>&5 4239 (eval $ac_try) 2>&5
7313 ac_status=$? 4240 ac_status=$?
7314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7315 (exit $ac_status); }; }; then 4242 (exit $ac_status); }; }; then
7316 ac_cv_lib_svld_dlopen=yes 4243 ac_cv_lib_rt_sched_yield=yes
7317else 4244else
7318 echo "$as_me: failed program was:" >&5 4245 echo "$as_me: failed program was:" >&5
7319sed 's/^/| /' conftest.$ac_ext >&5 4246sed 's/^/| /' conftest.$ac_ext >&5
7320 4247
7321ac_cv_lib_svld_dlopen=no 4248ac_cv_lib_rt_sched_yield=no
7322fi 4249fi
7323rm -f conftest.err conftest.$ac_objext \ 4250rm -f conftest.err conftest.$ac_objext \
7324 conftest$ac_exeext conftest.$ac_ext 4251 conftest$ac_exeext conftest.$ac_ext
7325LIBS=$ac_check_lib_save_LIBS 4252LIBS=$ac_check_lib_save_LIBS
7326fi 4253fi
7327echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 4254echo "$as_me:$LINENO: result: $ac_cv_lib_rt_sched_yield" >&5
7328echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 4255echo "${ECHO_T}$ac_cv_lib_rt_sched_yield" >&6
7329if test $ac_cv_lib_svld_dlopen = yes; then 4256if test $ac_cv_lib_rt_sched_yield = yes; then
7330 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 4257 LIBS="$LIBS -lrt"
7331else 4258fi
4259
4260fi
4261
4262
7332 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 4263echo "$as_me:$LINENO: checking for sched_yield support" >&5
7333echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 4264echo $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 4265cat >conftest.$ac_ext <<_ACEOF
7340/* confdefs.h. */ 4266/* confdefs.h. */
7341_ACEOF 4267_ACEOF
7342cat confdefs.h >>conftest.$ac_ext 4268cat confdefs.h >>conftest.$ac_ext
7343cat >>conftest.$ac_ext <<_ACEOF 4269cat >>conftest.$ac_ext <<_ACEOF
7344/* end confdefs.h. */ 4270/* end confdefs.h. */
7345 4271#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 4272int
7354main () 4273main ()
7355{ 4274{
7356shl_load (); 4275sched_yield ()
7357 ; 4276 ;
7358 return 0; 4277 return 0;
7359} 4278}
7360_ACEOF 4279_ACEOF
7361rm -f conftest.$ac_objext conftest$ac_exeext 4280rm -f conftest.$ac_objext conftest$ac_exeext
7377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7378 (eval $ac_try) 2>&5 4297 (eval $ac_try) 2>&5
7379 ac_status=$? 4298 ac_status=$?
7380 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7381 (exit $ac_status); }; }; then 4300 (exit $ac_status); }; }; then
7382 ac_cv_lib_dld_shl_load=yes 4301 echo "$as_me:$LINENO: result: yes" >&5
4302echo "${ECHO_T}yes" >&6
4303
4304cat >>confdefs.h <<\_ACEOF
4305#define HAVE_SCHED_YIELD 1
4306_ACEOF
4307
7383else 4308else
7384 echo "$as_me: failed program was:" >&5 4309 echo "$as_me: failed program was:" >&5
7385sed 's/^/| /' conftest.$ac_ext >&5 4310sed 's/^/| /' conftest.$ac_ext >&5
7386 4311
7387ac_cv_lib_dld_shl_load=no 4312echo "$as_me:$LINENO: result: no" >&5
4313echo "${ECHO_T}no" >&6
7388fi 4314fi
7389rm -f conftest.err conftest.$ac_objext \ 4315rm -f conftest.err conftest.$ac_objext \
7390 conftest$ac_exeext conftest.$ac_ext 4316 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 4317
8267 4318
8268MALLOC_TYPE=S 4319MALLOC_TYPE=S
8269support_addstrings=no 4320
8270support_frills=no 4321support_frills=yes
8271support_inheritpixmap=no 4322support_inheritpixmap=yes
8272support_tinting=no 4323support_tinting=yes
8273support_fading=no 4324support_fading=yes
8274support_keepscrolling=no 4325support_keepscrolling=yes
8275support_selectionscrolling=no 4326support_selectionscrolling=yes
8276support_menubar=no 4327support_menubar=no
8277support_mousewheel=no 4328support_mousewheel=yes
8278support_mouseslipwheel=no 4329support_mouseslipwheel=yes
8279support_utmp=no 4330support_utmp=yes
8280support_wtmp=no 4331support_wtmp=yes
8281support_lastlog=no 4332support_lastlog=yes
8282support_cursor_blink=no
8283support_text_blink=no 4333support_text_blink=yes
8284support_pointer_blank=no 4334support_pointer_blank=yes
8285support_scroll_rxvt=no 4335support_scroll_rxvt=yes
8286support_scroll_next=no 4336support_scroll_next=yes
8287support_scroll_xterm=no 4337support_scroll_xterm=yes
8288support_scroll_plain=no 4338support_scroll_plain=yes
8289support_xim=no 4339support_xim=yes
8290support_xpm=no 4340support_xpm=yes
8291support_xft=no 4341support_xft=yes
8292support_unicode3=no 4342support_unicode3=no
8293support_combining=no 4343support_combining=yes
8294support_8bitctrls=no 4344support_8bitctrls=no
8295support_iso14755=no 4345support_iso14755=yes
8296support_styles=no 4346support_styles=yes
4347support_perl=yes
8297codesets= 4348codesets=all
8298 4349
8299 4350
8300if test "x$enable_shared" = xyes; then 4351if test "x$enable_shared" = xyes; then
8301 4352
8302cat >>confdefs.h <<\_ACEOF 4353cat >>confdefs.h <<\_ACEOF
8308 4359
8309 4360
8310# Check whether --enable-everything or --disable-everything was given. 4361# Check whether --enable-everything or --disable-everything was given.
8311if test "${enable_everything+set}" = set; then 4362if test "${enable_everything+set}" = set; then
8312 enableval="$enable_everything" 4363 enableval="$enable_everything"
4364
4365 if test x$enableval = xno; then
4366 support_24bit=no
4367 support_frills=no
4368 support_inheritpixmap=no
4369 support_tinting=no
4370 support_fading=no
4371 support_keepscrolling=no
4372 support_selectionscrolling=no
4373 support_lastlog=no
4374 support_menubar=no
4375 support_mousewheel=no
4376 support_mouseslipwheel=no
4377 support_text_blink=no
4378 support_pointer_blank=no
4379 support_scroll_rxvt=no
4380 support_scroll_next=no
4381 support_scroll_xterm=no
4382 support_scroll_plain=no
4383 support_utmp=no
4384 support_wtmp=no
4385 support_xim=no
4386 support_xpm=no
4387 support_xft=no
4388 support_unicode3=no
4389 support_combining=no
4390 support_8bitctrls=no
4391 support_iso14755=no
4392 support_styles=no
4393 support_perl=no
4394 codesets=
4395 fi
8313 if test x$enableval = xyes; then 4396 if test x$enableval = xyes; then
8314 support_24bit=yes 4397 support_24bit=yes
8315 support_frills=yes 4398 support_frills=yes
8316 support_inheritpixmap=yes 4399 support_inheritpixmap=yes
8317 support_tinting=yes 4400 support_tinting=yes
8318 support_fading=yes 4401 support_fading=yes
8319 support_keepscrolling=yes 4402 support_keepscrolling=yes
8320 support_selectionscrolling=yes 4403 support_selectionscrolling=yes
8321 support_lastlog=yes 4404 support_lastlog=yes
8322 support_menubar=yes 4405 support_menubar=yes
8323 support_mousewheel=yes 4406 support_mousewheel=yes
8324 support_mouseslipwheel=yes 4407 support_mouseslipwheel=yes
8325 support_cursor_blink=yes
8326 support_text_blink=yes 4408 support_text_blink=yes
8327 support_pointer_blank=yes 4409 support_pointer_blank=yes
8328 support_scroll_rxvt=yes 4410 support_scroll_rxvt=yes
8329 support_scroll_next=yes 4411 support_scroll_next=yes
8330 support_scroll_xterm=yes 4412 support_scroll_xterm=yes
8331 support_scroll_plain=yes 4413 support_scroll_plain=yes
8332 support_utmp=yes 4414 support_utmp=yes
8333 support_wtmp=yes 4415 support_wtmp=yes
8334 support_xim=yes 4416 support_xim=yes
8335 support_xpm=yes 4417 support_xpm=yes
8336 support_xft=yes 4418 support_xft=yes
8337 support_unicode3=yes 4419 support_unicode3=yes
8338 support_combining=yes 4420 support_combining=yes
8339 #support_8bitctrls=yes 4421 #support_8bitctrls=yes
8340 support_iso14755=yes 4422 support_iso14755=yes
8341 support_styles=yes 4423 support_styles=yes
4424 support_perl=yes
8342 codesets=all 4425 codesets=all
8343 fi 4426 fi
4427
8344fi; 4428fi;
8345 4429
8346# Check whether --enable-unicode3 or --disable-unicode3 was given. 4430# Check whether --enable-unicode3 or --disable-unicode3 was given.
8347if test "${enable_unicode3+set}" = set; then 4431if test "${enable_unicode3+set}" = set; then
8348 enableval="$enable_unicode3" 4432 enableval="$enable_unicode3"
8461 if test x$enableval = xyes -o x$enableval = xno; then 4545 if test x$enableval = xyes -o x$enableval = xno; then
8462 support_scroll_xterm=$enableval 4546 support_scroll_xterm=$enableval
8463 fi 4547 fi
8464fi; 4548fi;
8465 4549
4550# Check whether --enable-perl or --disable-perl was given.
4551if test "${enable_perl+set}" = set; then
4552 enableval="$enable_perl"
4553 if test x$enableval = xyes -o x$enableval = xno; then
4554 support_perl=$enableval
4555 fi
4556fi;
4557
8466# Check whether --enable-plain-scroll or --disable-plain-scroll was given. 4558# Check whether --enable-plain-scroll or --disable-plain-scroll was given.
8467if test "${enable_plain_scroll+set}" = set; then 4559if test "${enable_plain_scroll+set}" = set; then
8468 enableval="$enable_plain_scroll" 4560 enableval="$enable_plain_scroll"
8469 if test x$enableval = xyes -o x$enableval = xno; then 4561 if test x$enableval = xyes -o x$enableval = xno; then
8470 support_scroll_plain=$enableval 4562 support_scroll_plain=$enableval
8544_ACEOF 4636_ACEOF
8545 4637
8546 fi 4638 fi
8547fi; 4639fi;
8548 4640
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
8557
8558 fi
8559fi;
8560
8561# Check whether --enable-8bitctrls or --disable-8bitctrls was given. 4641# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
8562if test "${enable_8bitctrls+set}" = set; then 4642if test "${enable_8bitctrls+set}" = set; then
8563 enableval="$enable_8bitctrls" 4643 enableval="$enable_8bitctrls"
8564 if test x$enableval = xyes -o x$enableval = xno; then 4644 if test x$enableval = xyes -o x$enableval = xno; then
8565 support_8bitctrls=$enableval 4645 support_8bitctrls=$enableval
8624_ACEOF 4704_ACEOF
8625 4705
8626 4706
8627RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"` 4707RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
8628 4708
8629
8630# Check whether --enable-strings or --disable-strings was given.
8631if test "${enable_strings+set}" = set; then
8632 enableval="$enable_strings"
8633 if test x$enableval = xyes -o x$enableval = xno; then
8634 support_addstrings=$enableval
8635 fi
8636fi;
8637 4709
8638# Check whether --enable-swapscreen or --disable-swapscreen was given. 4710# Check whether --enable-swapscreen or --disable-swapscreen was given.
8639if test "${enable_swapscreen+set}" = set; then 4711if test "${enable_swapscreen+set}" = set; then
8640 enableval="$enable_swapscreen" 4712 enableval="$enable_swapscreen"
8641 if test x$enableval = xno; then 4713 if test x$enableval = xno; then
8732 4804
8733cat >>confdefs.h <<\_ACEOF 4805cat >>confdefs.h <<\_ACEOF
8734#define SMART_RESIZE 1 4806#define SMART_RESIZE 1
8735_ACEOF 4807_ACEOF
8736 4808
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 4809 fi
8746fi; 4810fi;
8747 4811
8748# Check whether --enable-text-blink or --disable-text-blink was given. 4812# Check whether --enable-text-blink or --disable-text-blink was given.
8749if test "${enable_text_blink+set}" = set; then 4813if test "${enable_text_blink+set}" = set; then
9259/* confdefs.h. */ 5323/* confdefs.h. */
9260_ACEOF 5324_ACEOF
9261cat confdefs.h >>conftest.$ac_ext 5325cat confdefs.h >>conftest.$ac_ext
9262cat >>conftest.$ac_ext <<_ACEOF 5326cat >>conftest.$ac_ext <<_ACEOF
9263/* end confdefs.h. */ 5327/* end confdefs.h. */
9264#include <X11/Intrinsic.h> 5328#include <X11/Xlib.h>
9265_ACEOF 5329_ACEOF
9266if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5330if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9267 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5331 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9268 ac_status=$? 5332 ac_status=$?
9269 grep -v '^ *+' conftest.er1 >conftest.err 5333 grep -v '^ *+' conftest.er1 >conftest.err
9286else 5350else
9287 echo "$as_me: failed program was:" >&5 5351 echo "$as_me: failed program was:" >&5
9288sed 's/^/| /' conftest.$ac_ext >&5 5352sed 's/^/| /' conftest.$ac_ext >&5
9289 5353
9290 for ac_dir in $ac_x_header_dirs; do 5354 for ac_dir in $ac_x_header_dirs; do
9291 if test -r "$ac_dir/X11/Intrinsic.h"; then 5355 if test -r "$ac_dir/X11/Xlib.h"; then
9292 ac_x_includes=$ac_dir 5356 ac_x_includes=$ac_dir
9293 break 5357 break
9294 fi 5358 fi
9295done 5359done
9296fi 5360fi
9300if test "$ac_x_libraries" = no; then 5364if test "$ac_x_libraries" = no; then
9301 # Check for the libraries. 5365 # Check for the libraries.
9302 # See if we find them without any special options. 5366 # See if we find them without any special options.
9303 # Don't add to $LIBS permanently. 5367 # Don't add to $LIBS permanently.
9304 ac_save_LIBS=$LIBS 5368 ac_save_LIBS=$LIBS
9305 LIBS="-lXt $LIBS" 5369 LIBS="-lX11 $LIBS"
9306 cat >conftest.$ac_ext <<_ACEOF 5370 cat >conftest.$ac_ext <<_ACEOF
9307/* confdefs.h. */ 5371/* confdefs.h. */
9308_ACEOF 5372_ACEOF
9309cat confdefs.h >>conftest.$ac_ext 5373cat confdefs.h >>conftest.$ac_ext
9310cat >>conftest.$ac_ext <<_ACEOF 5374cat >>conftest.$ac_ext <<_ACEOF
9311/* end confdefs.h. */ 5375/* end confdefs.h. */
9312#include <X11/Intrinsic.h> 5376#include <X11/Xlib.h>
9313int 5377int
9314main () 5378main ()
9315{ 5379{
9316XtMalloc (0) 5380XrmInitialize ()
9317 ; 5381 ;
9318 return 0; 5382 return 0;
9319} 5383}
9320_ACEOF 5384_ACEOF
9321rm -f conftest.$ac_objext conftest$ac_exeext 5385rm -f conftest.$ac_objext conftest$ac_exeext
9349LIBS=$ac_save_LIBS 5413LIBS=$ac_save_LIBS
9350for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 5414for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9351do 5415do
9352 # Don't even attempt the hair of trying to link an X program! 5416 # Don't even attempt the hair of trying to link an X program!
9353 for ac_extension in a so sl; do 5417 for ac_extension in a so sl; do
9354 if test -r $ac_dir/libXt.$ac_extension; then 5418 if test -r $ac_dir/libX11.$ac_extension; then
9355 ac_x_libraries=$ac_dir 5419 ac_x_libraries=$ac_dir
9356 break 2 5420 break 2
9357 fi 5421 fi
9358 done 5422 done
9359done 5423done
10961#define HAVE_SYS_WAIT_H 1 7025#define HAVE_SYS_WAIT_H 1
10962_ACEOF 7026_ACEOF
10963 7027
10964fi 7028fi
10965 7029
7030echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7031echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7032if test "${ac_cv_header_stdc+set}" = set; then
7033 echo $ECHO_N "(cached) $ECHO_C" >&6
7034else
7035 cat >conftest.$ac_ext <<_ACEOF
7036/* confdefs.h. */
7037_ACEOF
7038cat confdefs.h >>conftest.$ac_ext
7039cat >>conftest.$ac_ext <<_ACEOF
7040/* end confdefs.h. */
7041#include <stdlib.h>
7042#include <stdarg.h>
7043#include <string.h>
7044#include <float.h>
7045
7046int
7047main ()
7048{
7049
7050 ;
7051 return 0;
7052}
7053_ACEOF
7054rm -f conftest.$ac_objext
7055if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7056 (eval $ac_compile) 2>conftest.er1
7057 ac_status=$?
7058 grep -v '^ *+' conftest.er1 >conftest.err
7059 rm -f conftest.er1
7060 cat conftest.err >&5
7061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7062 (exit $ac_status); } &&
7063 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7065 (eval $ac_try) 2>&5
7066 ac_status=$?
7067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7068 (exit $ac_status); }; } &&
7069 { ac_try='test -s conftest.$ac_objext'
7070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7071 (eval $ac_try) 2>&5
7072 ac_status=$?
7073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7074 (exit $ac_status); }; }; then
7075 ac_cv_header_stdc=yes
7076else
7077 echo "$as_me: failed program was:" >&5
7078sed 's/^/| /' conftest.$ac_ext >&5
7079
7080ac_cv_header_stdc=no
7081fi
7082rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7083
7084if test $ac_cv_header_stdc = yes; then
7085 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7086 cat >conftest.$ac_ext <<_ACEOF
7087/* confdefs.h. */
7088_ACEOF
7089cat confdefs.h >>conftest.$ac_ext
7090cat >>conftest.$ac_ext <<_ACEOF
7091/* end confdefs.h. */
7092#include <string.h>
7093
7094_ACEOF
7095if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7096 $EGREP "memchr" >/dev/null 2>&1; then
7097 :
7098else
7099 ac_cv_header_stdc=no
7100fi
7101rm -f conftest*
7102
7103fi
7104
7105if test $ac_cv_header_stdc = yes; then
7106 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7107 cat >conftest.$ac_ext <<_ACEOF
7108/* confdefs.h. */
7109_ACEOF
7110cat confdefs.h >>conftest.$ac_ext
7111cat >>conftest.$ac_ext <<_ACEOF
7112/* end confdefs.h. */
7113#include <stdlib.h>
7114
7115_ACEOF
7116if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7117 $EGREP "free" >/dev/null 2>&1; then
7118 :
7119else
7120 ac_cv_header_stdc=no
7121fi
7122rm -f conftest*
7123
7124fi
7125
7126if test $ac_cv_header_stdc = yes; then
7127 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7128 if test "$cross_compiling" = yes; then
7129 :
7130else
7131 cat >conftest.$ac_ext <<_ACEOF
7132/* confdefs.h. */
7133_ACEOF
7134cat confdefs.h >>conftest.$ac_ext
7135cat >>conftest.$ac_ext <<_ACEOF
7136/* end confdefs.h. */
7137#include <ctype.h>
7138#if ((' ' & 0x0FF) == 0x020)
7139# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7140# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7141#else
7142# define ISLOWER(c) \
7143 (('a' <= (c) && (c) <= 'i') \
7144 || ('j' <= (c) && (c) <= 'r') \
7145 || ('s' <= (c) && (c) <= 'z'))
7146# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7147#endif
7148
7149#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7150int
7151main ()
7152{
7153 int i;
7154 for (i = 0; i < 256; i++)
7155 if (XOR (islower (i), ISLOWER (i))
7156 || toupper (i) != TOUPPER (i))
7157 exit(2);
7158 exit (0);
7159}
7160_ACEOF
7161rm -f conftest$ac_exeext
7162if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7163 (eval $ac_link) 2>&5
7164 ac_status=$?
7165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7166 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7168 (eval $ac_try) 2>&5
7169 ac_status=$?
7170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7171 (exit $ac_status); }; }; then
7172 :
7173else
7174 echo "$as_me: program exited with status $ac_status" >&5
7175echo "$as_me: failed program was:" >&5
7176sed 's/^/| /' conftest.$ac_ext >&5
7177
7178( exit $ac_status )
7179ac_cv_header_stdc=no
7180fi
7181rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7182fi
7183fi
7184fi
7185echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7186echo "${ECHO_T}$ac_cv_header_stdc" >&6
7187if test $ac_cv_header_stdc = yes; then
7188
7189cat >>confdefs.h <<\_ACEOF
7190#define STDC_HEADERS 1
7191_ACEOF
7192
7193fi
7194
7195# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7206 inttypes.h stdint.h unistd.h
7207do
7208as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7209echo "$as_me:$LINENO: checking for $ac_header" >&5
7210echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7211if eval "test \"\${$as_ac_Header+set}\" = set"; then
7212 echo $ECHO_N "(cached) $ECHO_C" >&6
7213else
7214 cat >conftest.$ac_ext <<_ACEOF
7215/* confdefs.h. */
7216_ACEOF
7217cat confdefs.h >>conftest.$ac_ext
7218cat >>conftest.$ac_ext <<_ACEOF
7219/* end confdefs.h. */
7220$ac_includes_default
7221
7222#include <$ac_header>
7223_ACEOF
7224rm -f conftest.$ac_objext
7225if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7226 (eval $ac_compile) 2>conftest.er1
7227 ac_status=$?
7228 grep -v '^ *+' conftest.er1 >conftest.err
7229 rm -f conftest.er1
7230 cat conftest.err >&5
7231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7232 (exit $ac_status); } &&
7233 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7235 (eval $ac_try) 2>&5
7236 ac_status=$?
7237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7238 (exit $ac_status); }; } &&
7239 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
7245 eval "$as_ac_Header=yes"
7246else
7247 echo "$as_me: failed program was:" >&5
7248sed 's/^/| /' conftest.$ac_ext >&5
7249
7250eval "$as_ac_Header=no"
7251fi
7252rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7253fi
7254echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7255echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7256if test `eval echo '${'$as_ac_Header'}'` = yes; then
7257 cat >>confdefs.h <<_ACEOF
7258#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7259_ACEOF
7260
7261fi
7262
7263done
7264
7265
7266
7267
10966 7268
10967 7269
10968 7270
10969 7271
10970 7272
11007 sys/time.h \ 7309 sys/time.h \
11008 utmp.h \ 7310 utmp.h \
11009 utmpx.h \ 7311 utmpx.h \
11010 stdint.h \ 7312 stdint.h \
11011 pty.h \ 7313 pty.h \
7314 util.h \
7315 libutil.h \
11012 wchar.h \ 7316 wchar.h \
11013 cwchar \ 7317 cwchar \
11014 clocale \ 7318 clocale \
11015 7319
11016do 7320do
13869 10173
13870 10174
13871 10175
13872 10176
13873 10177
10178
13874for ac_func in \ 10179for ac_func in \
13875 atexit \ 10180 atexit \
13876 revoke \ 10181 revoke \
13877 unsetenv \ 10182 unsetenv \
13878 setutent \ 10183 setutent \
13879 seteuid \ 10184 seteuid \
13880 setreuid \ 10185 setreuid \
13881 setsid \ 10186 setsid \
13882 setpgrp \ 10187 setpgrp \
13883 setpgid \ 10188 setpgid \
13884 openpty \
13885 _getpty \ 10189 _getpty \
10190 posix_openpt \
13886 grantpt \ 10191 grantpt \
13887 unlockpt \ 10192 unlockpt \
13888 isastream \ 10193 isastream \
13889 on_exit \ 10194 on_exit \
13890 nanosleep \ 10195 nanosleep \
13891 updwtmp \ 10196 updwtmp \
10197 updwtmpx \
13892 ttyslot \ 10198 ttyslot \
13893 10199
13894do 10200do
13895as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10201as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13896echo "$as_me:$LINENO: checking for $ac_func" >&5 10202echo "$as_me:$LINENO: checking for $ac_func" >&5
14576#define HAVE_UTMPX_HOST 1 10882#define HAVE_UTMPX_HOST 1
14577_ACEOF 10883_ACEOF
14578 10884
14579fi 10885fi
14580 10886
14581fi 10887echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
10888echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6
10889if test "${rxvt_cv_struct_utmpx_session+set}" = set; then
10890 echo $ECHO_N "(cached) $ECHO_C" >&6
10891else
10892 cat >conftest.$ac_ext <<_ACEOF
10893/* confdefs.h. */
10894_ACEOF
10895cat confdefs.h >>conftest.$ac_ext
10896cat >>conftest.$ac_ext <<_ACEOF
10897/* end confdefs.h. */
10898#include <sys/types.h>
10899#include <utmpx.h>
10900int
10901main ()
10902{
10903struct utmpx utx; utx.ut_session;
10904 ;
10905 return 0;
10906}
10907_ACEOF
10908rm -f conftest.$ac_objext
10909if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10910 (eval $ac_compile) 2>conftest.er1
10911 ac_status=$?
10912 grep -v '^ *+' conftest.er1 >conftest.err
10913 rm -f conftest.er1
10914 cat conftest.err >&5
10915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10916 (exit $ac_status); } &&
10917 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10919 (eval $ac_try) 2>&5
10920 ac_status=$?
10921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10922 (exit $ac_status); }; } &&
10923 { ac_try='test -s conftest.$ac_objext'
10924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10925 (eval $ac_try) 2>&5
10926 ac_status=$?
10927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10928 (exit $ac_status); }; }; then
10929 rxvt_cv_struct_utmpx_session=yes
10930else
10931 echo "$as_me: failed program was:" >&5
10932sed 's/^/| /' conftest.$ac_ext >&5
14582 10933
10934rxvt_cv_struct_utmpx_session=no
10935fi
10936rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10937fi
10938echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_session" >&5
10939echo "${ECHO_T}$rxvt_cv_struct_utmpx_session" >&6
10940if test x$rxvt_cv_struct_utmpx_session = xyes; then
10941
10942cat >>confdefs.h <<\_ACEOF
10943#define HAVE_UTMPX_SESSION 1
10944_ACEOF
10945
10946fi
10947
10948fi
14583 10949
14584 10950
14585echo "$as_me:$LINENO: checking for struct lastlog" >&5 10951echo "$as_me:$LINENO: checking for struct lastlog" >&5
14586echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6 10952echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
14587if test "${rxvt_cv_struct_lastlog+set}" = set; then 10953if test "${rxvt_cv_struct_lastlog+set}" = set; then
15464#define HAVE_NL_LANGINFO 1 11830#define HAVE_NL_LANGINFO 1
15465_ACEOF 11831_ACEOF
15466 11832
15467fi 11833fi
15468 11834
11835echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
11836echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6
11837if test "${rxvt_can_pass_fds+set}" = set; then
11838 echo $ECHO_N "(cached) $ECHO_C" >&6
11839else
11840 cat >conftest.$ac_ext <<_ACEOF
11841/* confdefs.h. */
11842_ACEOF
11843cat confdefs.h >>conftest.$ac_ext
11844cat >>conftest.$ac_ext <<_ACEOF
11845/* end confdefs.h. */
11846
11847#include <sys/types.h>
11848#include <sys/socket.h>
11849
11850int
11851main ()
11852{
11853
11854{
11855 msghdr msg;
11856 iovec iov;
11857 char buf [100];
11858 char data = 0;
11859
11860 iov.iov_base = &data;
11861 iov.iov_len = 1;
11862
11863 msg.msg_iov = &iov;
11864 msg.msg_iovlen = 1;
11865 msg.msg_control = buf;
11866 msg.msg_controllen = sizeof buf;
11867
11868 cmsghdr *cmsg = CMSG_FIRSTHDR (&msg);
11869 cmsg->cmsg_level = SOL_SOCKET;
11870 cmsg->cmsg_type = SCM_RIGHTS;
11871 cmsg->cmsg_len = 100;
11872
11873 *(int *)CMSG_DATA (cmsg) = 5;
11874
11875 return sendmsg (3, &msg, 0);
11876}
11877
11878 ;
11879 return 0;
11880}
11881_ACEOF
11882rm -f conftest.$ac_objext conftest$ac_exeext
11883if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11884 (eval $ac_link) 2>conftest.er1
11885 ac_status=$?
11886 grep -v '^ *+' conftest.er1 >conftest.err
11887 rm -f conftest.er1
11888 cat conftest.err >&5
11889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11890 (exit $ac_status); } &&
11891 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11893 (eval $ac_try) 2>&5
11894 ac_status=$?
11895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11896 (exit $ac_status); }; } &&
11897 { ac_try='test -s conftest$ac_exeext'
11898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11899 (eval $ac_try) 2>&5
11900 ac_status=$?
11901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11902 (exit $ac_status); }; }; then
11903 rxvt_can_pass_fds=yes
11904else
11905 echo "$as_me: failed program was:" >&5
11906sed 's/^/| /' conftest.$ac_ext >&5
11907
11908rxvt_can_pass_fds=no
11909fi
11910rm -f conftest.err conftest.$ac_objext \
11911 conftest$ac_exeext conftest.$ac_ext
11912fi
11913echo "$as_me:$LINENO: result: $rxvt_can_pass_fds" >&5
11914echo "${ECHO_T}$rxvt_can_pass_fds" >&6
11915if test x$rxvt_can_pass_fds = xyes; then
11916
11917cat >>confdefs.h <<\_ACEOF
11918#define HAVE_UNIX_FDPASS 1
11919_ACEOF
11920
11921fi
11922
15469echo "$as_me:$LINENO: checking for broken XIM callback" >&5 11923echo "$as_me:$LINENO: checking for broken XIM callback" >&5
15470echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6 11924echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
15471if test "${rxvt_broken_ximcb+set}" = set; then 11925if test "${rxvt_broken_ximcb+set}" = set; then
15472 echo $ECHO_N "(cached) $ECHO_C" >&6 11926 echo $ECHO_N "(cached) $ECHO_C" >&6
15473else 11927else
15522#define XIMCB_PROTO_BROKEN 1 11976#define XIMCB_PROTO_BROKEN 1
15523_ACEOF 11977_ACEOF
15524 11978
15525fi 11979fi
15526 11980
11981if test x$ac_cv_func_posix_openpt = xno; then
15527echo "$as_me:$LINENO: checking for getpt" >&5 11982 echo "$as_me:$LINENO: checking for openpty" >&5
15528echo $ECHO_N "checking for getpt... $ECHO_C" >&6 11983echo $ECHO_N "checking for openpty... $ECHO_C" >&6
15529if test "${rxvt_cv_func_getpt+set}" = set; then 11984if test "${ac_cv_func_openpty+set}" = set; then
15530 echo $ECHO_N "(cached) $ECHO_C" >&6 11985 echo $ECHO_N "(cached) $ECHO_C" >&6
15531else 11986else
15532 cat >conftest.$ac_ext <<_ACEOF 11987 cat >conftest.$ac_ext <<_ACEOF
15533/* confdefs.h. */ 11988/* confdefs.h. */
15534_ACEOF 11989_ACEOF
15535cat confdefs.h >>conftest.$ac_ext 11990cat confdefs.h >>conftest.$ac_ext
15536cat >>conftest.$ac_ext <<_ACEOF 11991cat >>conftest.$ac_ext <<_ACEOF
15537/* end confdefs.h. */ 11992/* end confdefs.h. */
15538#define _GNU_SOURCE 11993/* Define openpty to an innocuous variant, in case <limits.h> declares openpty.
15539#ifdef HAVE_STDLIB_H 11994 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15540# include <cstdlib> 11995#define openpty innocuous_openpty
11996
11997/* System header to define __stub macros and hopefully few prototypes,
11998 which can conflict with char openpty (); below.
11999 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12000 <limits.h> exists even on freestanding compilers. */
12001
12002#ifdef __STDC__
12003# include <limits.h>
12004#else
12005# include <assert.h>
15541#endif 12006#endif
12007
12008#undef openpty
12009
12010/* Override any gcc2 internal prototype to avoid an error. */
12011#ifdef __cplusplus
12012extern "C"
12013{
12014#endif
12015/* We use char because int might match the return type of a gcc2
12016 builtin and then its argument prototype would still apply. */
12017char openpty ();
12018/* The GNU C library defines this for functions which it implements
12019 to always fail with ENOSYS. Some functions are actually named
12020 something starting with __ and the normal name is an alias. */
12021#if defined (__stub_openpty) || defined (__stub___openpty)
12022choke me
12023#else
12024char (*f) () = openpty;
12025#endif
12026#ifdef __cplusplus
12027}
12028#endif
12029
15542int 12030int
15543main () 12031main ()
15544{ 12032{
15545(void)getpt(); 12033return f != openpty;
15546 ; 12034 ;
15547 return 0; 12035 return 0;
15548} 12036}
15549_ACEOF 12037_ACEOF
15550rm -f conftest.$ac_objext conftest$ac_exeext 12038rm -f conftest.$ac_objext conftest$ac_exeext
15566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15567 (eval $ac_try) 2>&5 12055 (eval $ac_try) 2>&5
15568 ac_status=$? 12056 ac_status=$?
15569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15570 (exit $ac_status); }; }; then 12058 (exit $ac_status); }; }; then
15571 rxvt_cv_func_getpt=yes 12059 ac_cv_func_openpty=yes
15572else 12060else
15573 echo "$as_me: failed program was:" >&5 12061 echo "$as_me: failed program was:" >&5
15574sed 's/^/| /' conftest.$ac_ext >&5 12062sed 's/^/| /' conftest.$ac_ext >&5
15575 12063
15576rxvt_cv_func_getpt=no 12064ac_cv_func_openpty=no
15577fi 12065fi
15578rm -f conftest.err conftest.$ac_objext \ 12066rm -f conftest.err conftest.$ac_objext \
15579 conftest$ac_exeext conftest.$ac_ext 12067 conftest$ac_exeext conftest.$ac_ext
15580fi 12068fi
15581echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5 12069echo "$as_me:$LINENO: result: $ac_cv_func_openpty" >&5
15582echo "${ECHO_T}$rxvt_cv_func_getpt" >&6 12070echo "${ECHO_T}$ac_cv_func_openpty" >&6
15583if test x$rxvt_cv_func_getpt = xyes; then 12071if test $ac_cv_func_openpty = yes; then
15584 12072 :
12073else
12074 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
12075echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
12076if test "${ac_cv_lib_util_openpty+set}" = set; then
12077 echo $ECHO_N "(cached) $ECHO_C" >&6
12078else
12079 ac_check_lib_save_LIBS=$LIBS
12080LIBS="-lutil $LIBS"
12081cat >conftest.$ac_ext <<_ACEOF
12082/* confdefs.h. */
12083_ACEOF
12084cat confdefs.h >>conftest.$ac_ext
15585cat >>confdefs.h <<\_ACEOF 12085cat >>conftest.$ac_ext <<_ACEOF
15586#define HAVE_GETPT 1 12086/* end confdefs.h. */
12087
12088/* Override any gcc2 internal prototype to avoid an error. */
12089#ifdef __cplusplus
12090extern "C"
12091#endif
12092/* We use char because int might match the return type of a gcc2
12093 builtin and then its argument prototype would still apply. */
12094char openpty ();
12095int
12096main ()
12097{
12098openpty ();
12099 ;
12100 return 0;
12101}
15587_ACEOF 12102_ACEOF
12103rm -f conftest.$ac_objext conftest$ac_exeext
12104if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12105 (eval $ac_link) 2>conftest.er1
12106 ac_status=$?
12107 grep -v '^ *+' conftest.er1 >conftest.err
12108 rm -f conftest.er1
12109 cat conftest.err >&5
12110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12111 (exit $ac_status); } &&
12112 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12114 (eval $ac_try) 2>&5
12115 ac_status=$?
12116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12117 (exit $ac_status); }; } &&
12118 { ac_try='test -s conftest$ac_exeext'
12119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12120 (eval $ac_try) 2>&5
12121 ac_status=$?
12122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12123 (exit $ac_status); }; }; then
12124 ac_cv_lib_util_openpty=yes
12125else
12126 echo "$as_me: failed program was:" >&5
12127sed 's/^/| /' conftest.$ac_ext >&5
12128
12129ac_cv_lib_util_openpty=no
12130fi
12131rm -f conftest.err conftest.$ac_objext \
12132 conftest$ac_exeext conftest.$ac_ext
12133LIBS=$ac_check_lib_save_LIBS
12134fi
12135echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12136echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
12137if test $ac_cv_lib_util_openpty = yes; then
12138 LIBS="$LIBS -lutil"
12139fi
12140
12141fi
15588 12142
15589fi 12143fi
15590 12144
15591echo "$as_me:$LINENO: checking for pty/tty type" >&5 12145echo "$as_me:$LINENO: checking for pty/tty type" >&5
15592echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6 12146echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
15593if test "${rxvt_cv_ptys+set}" = set; then 12147if test "${rxvt_cv_ptys+set}" = set; then
15594 echo $ECHO_N "(cached) $ECHO_C" >&6 12148 echo $ECHO_N "(cached) $ECHO_C" >&6
15595else 12149else
15596 if test x$ac_cv_func_openpty = xyes; then 12150 if test x$ac_cv_func_openpty = xyes -o x$ac_cv_lib_util_openpty = xyes; then
15597 rxvt_cv_ptys=OPENPTY 12151 rxvt_cv_ptys=OPENPTY
12152 else if test x$ac_cv_func_posix_openpt = xyes; then
12153 rxvt_cv_ptys=POSIX
15598 else if test x$ac_cv_func__getpty = xyes; then 12154 else if test x$ac_cv_func__getpty = xyes; then
15599 rxvt_cv_ptys=SGI4 12155 rxvt_cv_ptys=SGI4
15600 else if test -c /dev/ttyp20; then 12156 else if test -c /dev/ttyp20; then
15601 rxvt_cv_ptys=SCO 12157 rxvt_cv_ptys=SCO
15602 else if test -c /dev/ptym/clone; then 12158 else if test -c /dev/ptym/clone; then
15603 rxvt_cv_ptys=HPUX 12159 rxvt_cv_ptys=HPUX
15604 else if test x$rxvt_cv_func_getpt = xyes; then
15605 rxvt_cv_ptys=GLIBC
15606 else if test -c /dev/ptc -a -c /dev/pts; then 12160 else if test -c /dev/ptc -a -c /dev/pts; then
15607 rxvt_cv_ptys=PTC 12161 rxvt_cv_ptys=PTC
15608 else if test -c /dev/ptc -a -d /dev/pts; then 12162 else if test -c /dev/ptc -a -d /dev/pts; then
15609 rxvt_cv_ptys=PTC 12163 rxvt_cv_ptys=PTC
15610 else if test -c /dev/ptmx -a -c /dev/pts/0; then 12164 else if test -c /dev/ptmx -a -c /dev/pts/0; then
15625 12179
15626fi 12180fi
15627echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5 12181echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
15628echo "${ECHO_T}$rxvt_cv_ptys" >&6 12182echo "${ECHO_T}$rxvt_cv_ptys" >&6
15629 12183
12184if test x$rxvt_cv_ptys = xPOSIX; then
12185
12186cat >>confdefs.h <<\_ACEOF
12187#define PTYS_ARE_POSIX 1
12188_ACEOF
12189
12190fi
15630if test x$rxvt_cv_ptys = xOPENPTY; then 12191if test x$rxvt_cv_ptys = xOPENPTY; then
15631 12192
15632cat >>confdefs.h <<\_ACEOF 12193cat >>confdefs.h <<\_ACEOF
15633#define PTYS_ARE_OPENPTY 1 12194#define PTYS_ARE_OPENPTY 1
15634_ACEOF 12195_ACEOF
15660cat >>confdefs.h <<\_ACEOF 12221cat >>confdefs.h <<\_ACEOF
15661#define PTYS_ARE__GETPTY 1 12222#define PTYS_ARE__GETPTY 1
15662_ACEOF 12223_ACEOF
15663 12224
15664fi 12225fi
15665if test x$rxvt_cv_ptys = xCONVEX; then
15666
15667cat >>confdefs.h <<\_ACEOF
15668#define PTYS_ARE_GETPTY 1
15669_ACEOF
15670
15671fi
15672if test x$rxvt_cv_ptys = xGLIBC; then
15673
15674cat >>confdefs.h <<\_ACEOF
15675#define PTYS_ARE_GETPT 1
15676_ACEOF
15677
15678fi
15679if test x$rxvt_cv_ptys = xHPUX; then 12226if test x$rxvt_cv_ptys = xHPUX; then
15680 12227
15681cat >>confdefs.h <<\_ACEOF 12228cat >>confdefs.h <<\_ACEOF
15682#define PTYS_ARE_CLONE 1 12229#define PTYS_ARE_CLONE 1
15683_ACEOF 12230_ACEOF
15684 12231
15685fi 12232fi
15686if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then 12233if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xPOSIX; then
15687 12234
15688cat >>confdefs.h <<\_ACEOF 12235cat >>confdefs.h <<\_ACEOF
15689#define PTYS_ARE_SEARCHED 1 12236#define PTYS_ARE_SEARCHED 1
15690_ACEOF 12237_ACEOF
15691 12238
15712 12259
15713fi 12260fi
15714 12261
15715if test x$support_xft = xyes; then 12262if test x$support_xft = xyes; then
15716 LIBS="$LIBS `pkg-config xft --libs`" 12263 LIBS="$LIBS `pkg-config xft --libs`"
15717 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
15718 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" 12264 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
15719 12265
15720 12266
15721for ac_header in X11/Xft/Xft.h 12267for ac_header in X11/Xft/Xft.h
15722do 12268do
16117cat >>confdefs.h <<\_ACEOF 12663cat >>confdefs.h <<\_ACEOF
16118#define POINTER_BLANK 1 12664#define POINTER_BLANK 1
16119_ACEOF 12665_ACEOF
16120 12666
16121fi 12667fi
16122if test x$support_cursor_blink = xyes; then
16123
16124cat >>confdefs.h <<\_ACEOF
16125#define CURSOR_BLINK 1
16126_ACEOF
16127
16128fi
16129if test x$support_text_blink = xyes; then 12668if test x$support_text_blink = xyes; then
16130 12669
16131cat >>confdefs.h <<\_ACEOF 12670cat >>confdefs.h <<\_ACEOF
16132#define TEXT_BLINK 1 12671#define TEXT_BLINK 1
16133_ACEOF 12672_ACEOF
16187#define ENCODING_ZH_EXT 1 12726#define ENCODING_ZH_EXT 1
16188_ACEOF 12727_ACEOF
16189 ;; 12728 ;;
16190 esac 12729 esac
16191done 12730done
12731
12732IF_PERL=\#
12733if test x$support_perl = xyes; then
12734 # Extract the first word of "perl5", so it can be a program name with args.
12735set dummy perl5; ac_word=$2
12736echo "$as_me:$LINENO: checking for $ac_word" >&5
12737echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12738if test "${ac_cv_path_PERL+set}" = set; then
12739 echo $ECHO_N "(cached) $ECHO_C" >&6
12740else
12741 case $PERL in
12742 [\\/]* | ?:[\\/]*)
12743 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12744 ;;
12745 *)
12746 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12747for as_dir in $PATH
12748do
12749 IFS=$as_save_IFS
12750 test -z "$as_dir" && as_dir=.
12751 for ac_exec_ext in '' $ac_executable_extensions; do
12752 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12753 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12754 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12755 break 2
12756 fi
12757done
12758done
12759
12760 ;;
12761esac
12762fi
12763PERL=$ac_cv_path_PERL
12764
12765if test -n "$PERL"; then
12766 echo "$as_me:$LINENO: result: $PERL" >&5
12767echo "${ECHO_T}$PERL" >&6
12768else
12769 echo "$as_me:$LINENO: result: no" >&5
12770echo "${ECHO_T}no" >&6
12771fi
12772
12773 # Extract the first word of "perl", so it can be a program name with args.
12774set dummy perl; ac_word=$2
12775echo "$as_me:$LINENO: checking for $ac_word" >&5
12776echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12777if test "${ac_cv_path_PERL+set}" = set; then
12778 echo $ECHO_N "(cached) $ECHO_C" >&6
12779else
12780 case $PERL in
12781 [\\/]* | ?:[\\/]*)
12782 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12783 ;;
12784 *)
12785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12786for as_dir in $PATH
12787do
12788 IFS=$as_save_IFS
12789 test -z "$as_dir" && as_dir=.
12790 for ac_exec_ext in '' $ac_executable_extensions; do
12791 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12792 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12793 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12794 break 2
12795 fi
12796done
12797done
12798
12799 ;;
12800esac
12801fi
12802PERL=$ac_cv_path_PERL
12803
12804if test -n "$PERL"; then
12805 echo "$as_me:$LINENO: result: $PERL" >&5
12806echo "${ECHO_T}$PERL" >&6
12807else
12808 echo "$as_me:$LINENO: result: no" >&5
12809echo "${ECHO_T}no" >&6
12810fi
12811
12812
12813 echo "$as_me:$LINENO: checking for $PERL suitability" >&5
12814echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6
12815 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
12816
12817 save_CXXFLAGS="$CXXFLAGS"
12818 save_LIBS="$LIBS"
12819 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
12820 LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
12821 cat >conftest.$ac_ext <<_ACEOF
12822/* confdefs.h. */
12823_ACEOF
12824cat confdefs.h >>conftest.$ac_ext
12825cat >>conftest.$ac_ext <<_ACEOF
12826/* end confdefs.h. */
12827
12828#include <EXTERN.h>
12829#include <perl.h>
12830#include <XSUB.h>
12831
12832int
12833main ()
12834{
12835
12836 PerlInterpreter *perl = perl_alloc ();
12837
12838 ;
12839 return 0;
12840}
12841_ACEOF
12842rm -f conftest.$ac_objext conftest$ac_exeext
12843if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12844 (eval $ac_link) 2>conftest.er1
12845 ac_status=$?
12846 grep -v '^ *+' conftest.er1 >conftest.err
12847 rm -f conftest.er1
12848 cat conftest.err >&5
12849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12850 (exit $ac_status); } &&
12851 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12853 (eval $ac_try) 2>&5
12854 ac_status=$?
12855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12856 (exit $ac_status); }; } &&
12857 { ac_try='test -s conftest$ac_exeext'
12858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12859 (eval $ac_try) 2>&5
12860 ac_status=$?
12861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12862 (exit $ac_status); }; }; then
12863 rxvt_perl_link=yes
12864else
12865 echo "$as_me: failed program was:" >&5
12866sed 's/^/| /' conftest.$ac_ext >&5
12867
12868rxvt_perl_link=no
12869fi
12870rm -f conftest.err conftest.$ac_objext \
12871 conftest$ac_exeext conftest.$ac_ext
12872 CXXFLAGS="$save_CXXFLAGS"
12873 LIBS="$save_LIBS"
12874
12875 if test x$rxvt_perl_link = xyes; then
12876 echo "$as_me:$LINENO: result: ok" >&5
12877echo "${ECHO_T}ok" >&6
12878
12879cat >>confdefs.h <<\_ACEOF
12880#define ENABLE_PERL 1
12881_ACEOF
12882
12883 IF_PERL=
12884 PERL_O=rxvtperl.o
12885 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
12886 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
12887 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
12888 else
12889 support_perl=no
12890 echo "$as_me:$LINENO: result: no, unable to link" >&5
12891echo "${ECHO_T}no, unable to link" >&6
12892 fi
12893 else
12894 { { echo "$as_me:$LINENO: error: no working perl found" >&5
12895echo "$as_me: error: no working perl found" >&2;}
12896 { (exit or perl not version >= 5.8); exit or perl not version >= 5.8; }; }
12897 support_perl=no
12898 fi
12899fi
12900
12901
12902
12903
12904
12905
12906
12907if test x$support_perl = xyes; then
12908 support_frills=yes
12909fi
16192 12910
16193 12911
16194CFLAGS=${CFLAGS--O} 12912CFLAGS=${CFLAGS--O}
16195LDFLAGS=${LDFLAGS--O} 12913LDFLAGS=${LDFLAGS--O}
16196 12914
16211fi 12929fi
16212 12930
16213 12931
16214 12932
16215 12933
16216
16217if test x$support_addstrings = xno; then
16218
16219cat >>confdefs.h <<\_ACEOF
16220#define NO_STRINGS 1
16221_ACEOF
16222
16223fi
16224 12934
16225MCOMMON=./autoconf/Make.common 12935MCOMMON=./autoconf/Make.common
16226 12936
16227 12937
16228test "$program_prefix" != NONE && 12938test "$program_prefix" != NONE &&
16953s,@INSTALL_DATA@,$INSTALL_DATA,;t t 13663s,@INSTALL_DATA@,$INSTALL_DATA,;t t
16954s,@AWK@,$AWK,;t t 13664s,@AWK@,$AWK,;t t
16955s,@LINKER@,$LINKER,;t t 13665s,@LINKER@,$LINKER,;t t
16956s,@CXXCPP@,$CXXCPP,;t t 13666s,@CXXCPP@,$CXXCPP,;t t
16957s,@EGREP@,$EGREP,;t t 13667s,@EGREP@,$EGREP,;t t
16958s,@LN_S@,$LN_S,;t t
16959s,@ECHO@,$ECHO,;t t
16960s,@RANLIB@,$RANLIB,;t t
16961s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
16962s,@STRIP@,$STRIP,;t t
16963s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
16964s,@LIBTOOL@,$LIBTOOL,;t t
16965s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 13668s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
16966s,@RXVTNAME@,$RXVTNAME,;t t 13669s,@RXVTNAME@,$RXVTNAME,;t t
16967s,@MV@,$MV,;t t 13670s,@MV@,$MV,;t t
16968s,@RM@,$RM,;t t 13671s,@RM@,$RM,;t t
16969s,@CP@,$CP,;t t 13672s,@CP@,$CP,;t t
16970s,@LN@,$LN,;t t 13673s,@LN@,$LN,;t t
16971s,@SED@,$SED,;t t 13674s,@SED@,$SED,;t t
13675s,@ECHO@,$ECHO,;t t
16972s,@CMP@,$CMP,;t t 13676s,@CMP@,$CMP,;t t
16973s,@TBL@,$TBL,;t t 13677s,@TBL@,$TBL,;t t
16974s,@TIC@,$TIC,;t t 13678s,@TIC@,$TIC,;t t
16975s,@X_CFLAGS@,$X_CFLAGS,;t t 13679s,@X_CFLAGS@,$X_CFLAGS,;t t
16976s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t 13680s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
16983s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t 13687s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
16984s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t 13688s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
16985s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t 13689s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
16986s,@rxvt_intp_define@,$rxvt_intp_define,;t t 13690s,@rxvt_intp_define@,$rxvt_intp_define,;t t
16987s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 13691s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
13692s,@PERL@,$PERL,;t t
13693s,@PERLLIB@,$PERLLIB,;t t
13694s,@PERLFLAGS@,$PERLFLAGS,;t t
13695s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
13696s,@IF_PERL@,$IF_PERL,;t t
13697s,@PERL_O@,$PERL_O,;t t
16988s,@DEBUG@,$DEBUG,;t t 13698s,@DEBUG@,$DEBUG,;t t
16989s,@DINCLUDE@,$DINCLUDE,;t t 13699s,@DINCLUDE@,$DINCLUDE,;t t
16990s,@DLIB@,$DLIB,;t t 13700s,@DLIB@,$DLIB,;t t
16991s,@include_stdint_h@,$include_stdint_h,;t t 13701s,@include_stdint_h@,$include_stdint_h,;t t
16992s,@include_stdarg_h@,$include_stdarg_h,;t t 13702s,@include_stdarg_h@,$include_stdarg_h,;t t
17533 utmp file: $rxvt_cv_path_utmp 14243 utmp file: $rxvt_cv_path_utmp
17534 utmpx file: $rxvt_cv_path_utmpx 14244 utmpx file: $rxvt_cv_path_utmpx
17535 wtmp file: $rxvt_cv_path_wtmp 14245 wtmp file: $rxvt_cv_path_wtmp
17536 wtmpx file: $rxvt_cv_path_wtmpx 14246 wtmpx file: $rxvt_cv_path_wtmpx
17537 lastlog file: $rxvt_cv_path_lastlog 14247 lastlog file: $rxvt_cv_path_lastlog
17538 ttys/ttytab file: $rxvt_cv_path_ttytab" 14248 ttys/ttytab file: $rxvt_cv_path_ttytab
14249 embedded perl: $support_perl"
17539 echo 14250 echo
17540fi 14251fi
17541if test x$term != x; then 14252if test x$term != x; then
17542 echo " set TERM to: $term" 14253 echo " set TERM to: $term"
17543fi 14254fi
17572 echo ". functions could not be found. ." 14283 echo ". functions could not be found. ."
17573 echo ". XIM is now being DISABLED! ." 14284 echo ". XIM is now being DISABLED! ."
17574 echo ".----------------------------------------------------------------." 14285 echo ".----------------------------------------------------------------."
17575fi 14286fi
17576 14287
17577echo " *** Please check src/feature.h for further options ***" 14288echo " *** Optionally check src/feature.h for further options ***"
17578echo 14289echo
17579 14290
17580echo ".----------------------------------------------------------------." 14291echo ".----------------------------------------------------------------."
17581echo ". NOTE: most features are disabled by default, try ." 14292echo ". NOTE: some features are disabled by default, try ."
17582echo ". configure --help to get an idea of the optional features ." 14293echo ". configure --help to get an idea of the optional features, ."
14294echo ". or read ./README.configure ."
14295echo ". ."
14296echo ". The script ./reconf gives a reasonable baseline, try it if ."
14297echo ". you do not want to read documentation and still want some ."
14298echo ". useful features. ."
17583echo ".----------------------------------------------------------------." 14299echo ".----------------------------------------------------------------."
17584echo 14300echo
17585 14301

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines