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

Comparing rxvt-unicode/configure (file contents):
Revision 1.21 by pcg, Sun Mar 14 23:14:37 2004 UTC vs.
Revision 1.79 by root, Wed Jan 18 15:04:24 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 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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED CMP TBL 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 LINKER CXXCPP EGREP INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED ECHO CMP 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=''
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
476# The variables have the same names as the options, with 318# The variables have the same names as the options, with
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
1035 --enable-xft enable xft support on systems that have it 873 --enable-xft enable xft support on systems that have it
874 --enable-font-styles enable bold and italic support
1036 --enable-utmp enable utmp (utmpx) support 875 --enable-utmp enable utmp (utmpx) support
1037 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp) 876 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1038 --enable-lastlog enable lastlog support (requires --enable-utmp) 877 --enable-lastlog enable lastlog support (requires --enable-utmp)
1039 --enable-xpm-background enable XPM background pixmaps 878 --enable-xpm-background enable XPM background pixmaps
1040 --enable-transparency enable transparent backgrounds 879 --enable-transparency enable transparent backgrounds
1041 --enable-menubar enable menubar 880 --enable-tinting enable tinting of transparent bg
881 --enable-fading enable colors fading when off focus
1042 --enable-rxvt-scroll enable rxvt style scrollbar 882 --enable-rxvt-scroll enable rxvt style scrollbar
1043 --enable-next-scroll enable NeXT style scrollbar 883 --enable-next-scroll enable NeXT style scrollbar
1044 --enable-xterm-scroll enable Xterm style scrollbar 884 --enable-xterm-scroll enable Xterm style scrollbar
885 --enable-perl enable embedded perl interpreter
1045 --enable-plain-scroll enable plain style scrollbar 886 --enable-plain-scroll enable plain style scrollbar
1046 --enable-half-shadow use half width/height shadow on rxvt scrollbar
1047 --enable-xim XIM (X Input Method) protocol support 887 --enable-xim XIM (X Input Method) protocol support
1048 --enable-ttygid enable tty setting to group named "tty" 888 --enable-ttygid enable tty setting to group named "tty"
1049 --disable-backspace-key disable handling of the backspace key 889 --disable-backspace-key disable handling of the backspace key
1050 --disable-delete-key disable handling of the delete key 890 --disable-delete-key disable handling of the delete key
1051 --disable-resources disable all resource checking 891 --disable-resources disable all resource checking
1052 --enable-xgetdefault enable resources via X instead of our small version 892 --enable-8bitctrls enable 8 bit control sequences (not recommended)
1053 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt) 893 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1054 --enable-strings enable some replacement system functions
1055 --disable-swapscreen disable swap screen support 894 --disable-swapscreen disable swap screen support
895 --enable-iso14755 enable support for extended ISO 14755 modes
1056 --enable-frills enable support for rarely used features 896 --enable-frills enable support for rarely used features
1057 --enable-linespace enable support for linespace
1058 --enable-24bit enable support for using 24bit visuals if available 897 --enable-24bit enable support for using 24bit visuals if available
1059 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 898 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1060 --enable-selectionscrolling enable scrolling during selections 899 --enable-selectionscrolling enable scrolling during selections
1061 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 900 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1062 --enable-slipwheeling enable slip wheel scrolling (requires previous) 901 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1063 --enable-dmalloc enable Gray Watson's malloc - for debugging use 902 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1064 --enable-dlmalloc enable Doug Lea's malloc - for production use 903 --enable-dlmalloc enable Doug Lea's malloc - for production use
1065 NOTE: enable only one malloc package 904 NOTE: enable only one malloc package
1066 --enable-smart-resize enable smart growth/shrink behaviour 905 --enable-smart-resize enable smart growth/shrink behaviour
1067 --enable-256-color enable 256-color support
1068 --enable-cursor-blink enable blinking cursor
1069 --enable-text-blink enable blinking text 906 --enable-text-blink enable blinking text
1070 --enable-pointer-blank enable pointer blank when typing or inactive pointer 907 --enable-pointer-blank enable pointer blank when typing or inactive pointer
1071 908
1072Optional Packages: 909Optional Packages:
1073 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 910 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1074 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 911 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1075 --with-gnu-ld assume the C compiler uses GNU ld default=no
1076 --with-pic try to use only PIC/non-PIC objects default=use both
1077 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all) 912 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
1078 --with-res-name=NAME use this as default resource name (default: urxvt) 913 --with-res-name=NAME use this as default resource name (default: urxvt)
1079 --with-res-class=CLASS use this as the resource class (default: URxvt) 914 --with-res-class=CLASS use this as the resource class (default: URxvt)
1080 --with-name=NAME set the basename for the installed binaries (default: urxvt) 915 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1081 --with-term=NAME set the terminal to NAME (default: rxvt) 916 --with-term=NAME set the terminal to NAME (default: rxvt)
1082 --with-terminfo=PATH set the path to the terminfo tree to PATH 917 --with-terminfo=PATH set the path to the terminfo tree to PATH
1533 1368
1534 1369
1535 1370
1536 1371
1537 1372
1373
1374
1375 ac_config_headers="$ac_config_headers config.h:config.h.in"
1376
1377
1538ac_aux_dir= 1378ac_aux_dir=
1539for ac_dir in autoconf $srcdir/autoconf; do 1379for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1540 if test -f $ac_dir/install-sh; then 1380 if test -f $ac_dir/install-sh; then
1541 ac_aux_dir=$ac_dir 1381 ac_aux_dir=$ac_dir
1542 ac_install_sh="$ac_aux_dir/install-sh -c" 1382 ac_install_sh="$ac_aux_dir/install-sh -c"
1543 break 1383 break
1544 elif test -f $ac_dir/install.sh; then 1384 elif test -f $ac_dir/install.sh; then
1550 ac_install_sh="$ac_aux_dir/shtool install -c" 1390 ac_install_sh="$ac_aux_dir/shtool install -c"
1551 break 1391 break
1552 fi 1392 fi
1553done 1393done
1554if test -z "$ac_aux_dir"; then 1394if test -z "$ac_aux_dir"; then
1555 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&5 1395 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1556echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;} 1396echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1557 { (exit 1); exit 1; }; } 1397 { (exit 1); exit 1; }; }
1558fi 1398fi
1559ac_config_guess="$SHELL $ac_aux_dir/config.guess" 1399ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1560ac_config_sub="$SHELL $ac_aux_dir/config.sub" 1400ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1561ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1401ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1562 1402
1563 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in" 1403# Make sure we can run config.sub.
1404$ac_config_sub sun4 >/dev/null 2>&1 ||
1405 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1406echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1407 { (exit 1); exit 1; }; }
1408
1409echo "$as_me:$LINENO: checking build system type" >&5
1410echo $ECHO_N "checking build system type... $ECHO_C" >&6
1411if test "${ac_cv_build+set}" = set; then
1412 echo $ECHO_N "(cached) $ECHO_C" >&6
1413else
1414 ac_cv_build_alias=$build_alias
1415test -z "$ac_cv_build_alias" &&
1416 ac_cv_build_alias=`$ac_config_guess`
1417test -z "$ac_cv_build_alias" &&
1418 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1419echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1420 { (exit 1); exit 1; }; }
1421ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1422 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1423echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1424 { (exit 1); exit 1; }; }
1425
1426fi
1427echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1428echo "${ECHO_T}$ac_cv_build" >&6
1429build=$ac_cv_build
1430build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1431build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1432build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1433
1434
1435echo "$as_me:$LINENO: checking host system type" >&5
1436echo $ECHO_N "checking host system type... $ECHO_C" >&6
1437if test "${ac_cv_host+set}" = set; then
1438 echo $ECHO_N "(cached) $ECHO_C" >&6
1439else
1440 ac_cv_host_alias=$host_alias
1441test -z "$ac_cv_host_alias" &&
1442 ac_cv_host_alias=$ac_cv_build_alias
1443ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1444 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1445echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1446 { (exit 1); exit 1; }; }
1447
1448fi
1449echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1450echo "${ECHO_T}$ac_cv_host" >&6
1451host=$ac_cv_host
1452host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1453host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1454host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1455
1564 1456
1565 1457
1566VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1458VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1567DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1459DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1568LSMDATE=`sed -n -e 's/^.*[ \t]LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1569LIBVERSION=`sed -n -e 's/^.*[ \t]LIBVERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1570echo "" 1460echo ""
1571echo "configuring for rxvt $VERSION" 1461echo "configuring for rxvt $VERSION"
1572echo "" 1462echo ""
1463
1464orig_CXXFLAGS="$CXXFLAGS"
1573 1465
1574 1466
1575ac_ext=c 1467ac_ext=c
1576ac_cpp='$CPP $CPPFLAGS' 1468ac_cpp='$CPP $CPPFLAGS'
1577ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1469ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3158 3050
3159test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 3051test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3160 3052
3161test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3053test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3162 3054
3163for ac_prog in gawk mawk nawk awk
3164do
3165 # Extract the first word of "$ac_prog", so it can be a program name with args.
3166set dummy $ac_prog; ac_word=$2
3167echo "$as_me:$LINENO: checking for $ac_word" >&5
3168echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3169if test "${ac_cv_prog_AWK+set}" = set; then
3170 echo $ECHO_N "(cached) $ECHO_C" >&6
3171else
3172 if test -n "$AWK"; then
3173 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3174else
3175as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3176for as_dir in $PATH
3177do
3178 IFS=$as_save_IFS
3179 test -z "$as_dir" && as_dir=.
3180 for ac_exec_ext in '' $ac_executable_extensions; do
3181 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3182 ac_cv_prog_AWK="$ac_prog"
3183 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3184 break 2
3185 fi
3186done
3187done
3188
3189fi
3190fi
3191AWK=$ac_cv_prog_AWK
3192if test -n "$AWK"; then
3193 echo "$as_me:$LINENO: result: $AWK" >&5
3194echo "${ECHO_T}$AWK" >&6
3195else
3196 echo "$as_me:$LINENO: result: no" >&5
3197echo "${ECHO_T}no" >&6
3198fi
3199
3200 test -n "$AWK" && break
3201done
3202
3203 3055
3204ac_ext=c 3056ac_ext=c
3205ac_cpp='$CPP $CPPFLAGS' 3057ac_cpp='$CPP $CPPFLAGS'
3206ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3058ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3207ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3059ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3208ac_compiler_gnu=$ac_cv_c_compiler_gnu 3060ac_compiler_gnu=$ac_cv_c_compiler_gnu
3209 3061
3062
3063if test -z "$orig_CXXFLAGS"; then
3064 if test x$GCC = xyes && test "x$GXX" = xyes; then
3065 CXXFLAGS="-g -O3"
3066 else
3067 CXXFLAGS="-O"
3068 fi
3069 CFLAGS="$CXXFLAGS"
3070fi
3210 3071
3211LINKER="$CXX" 3072LINKER="$CXX"
3212if test x$GCC = xyes && test x$GXX = xyes; then 3073if test x$GCC = xyes && test x$GXX = xyes; then
3213 3074
3214echo "$as_me:$LINENO: checking for main in -lsupc++" >&5 3075echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3277 3138
3278fi 3139fi
3279LINKER=$LINKER 3140LINKER=$LINKER
3280 3141
3281 3142
3282CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3283 3143
3284if test x$GXX = xyes; then 3144cat >>confdefs.h <<\_ACEOF
3285 CXXFLAGS="$CXXFLAGS -fno-exceptions" 3145#define _GNU_SOURCE 1
3286fi 3146_ACEOF
3147
3148
3149case $host in
3150 *-*-solaris* )
3151
3152cat >>confdefs.h <<\_ACEOF
3153#define _XOPEN_SOURCE_EXTENDED 1
3154_ACEOF
3155
3156
3157cat >>confdefs.h <<\_ACEOF
3158#define _XOPEN_SOURCE 2
3159_ACEOF
3160
3161
3162cat >>confdefs.h <<\_ACEOF
3163#define __EXTENSIONS__ 1
3164_ACEOF
3165
3166 ;;
3167esac
3168
3287 3169
3288ac_ext=cc 3170ac_ext=cc
3289ac_cpp='$CXXCPP $CPPFLAGS' 3171ac_cpp='$CXXCPP $CPPFLAGS'
3290ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3172ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3291ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3173ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3691 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS" 3573 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3692 3574
3693fi 3575fi
3694 3576
3695 3577
3696# Check whether --enable-shared or --disable-shared was given.
3697if test "${enable_shared+set}" = set; then
3698 enableval="$enable_shared"
3699 p=${PACKAGE-default}
3700case "$enableval" in
3701yes) enable_shared=yes ;;
3702no) enable_shared=no ;;
3703*)
3704 enable_shared=no
3705 # Look at the argument we got. We use all the common list separators.
3706 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3707 for pkg in $enableval; do
3708 if test "X$pkg" = "X$p"; then
3709 enable_shared=yes
3710 fi
3711 done
3712 IFS="$ac_save_ifs"
3713 ;;
3714esac
3715else
3716 enable_shared=no
3717fi; # Check whether --enable-static or --disable-static was given.
3718if test "${enable_static+set}" = set; then
3719 enableval="$enable_static"
3720 p=${PACKAGE-default}
3721case "$enableval" in
3722yes) enable_static=yes ;;
3723no) enable_static=no ;;
3724*)
3725 enable_static=no
3726 # Look at the argument we got. We use all the common list separators.
3727 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3728 for pkg in $enableval; do
3729 if test "X$pkg" = "X$p"; then
3730 enable_static=yes
3731 fi
3732 done
3733 IFS="$ac_save_ifs"
3734 ;;
3735esac
3736else
3737 enable_static=yes
3738fi; # Check whether --enable-fast-install or --disable-fast-install was given.
3739if test "${enable_fast_install+set}" = set; then
3740 enableval="$enable_fast_install"
3741 p=${PACKAGE-default}
3742case "$enableval" in
3743yes) enable_fast_install=yes ;;
3744no) enable_fast_install=no ;;
3745*)
3746 enable_fast_install=no
3747 # Look at the argument we got. We use all the common list separators.
3748 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3749 for pkg in $enableval; do
3750 if test "X$pkg" = "X$p"; then
3751 enable_fast_install=yes
3752 fi
3753 done
3754 IFS="$ac_save_ifs"
3755 ;;
3756esac
3757else
3758 enable_fast_install=yes
3759fi;
3760# Make sure we can run config.sub.
3761$ac_config_sub sun4 >/dev/null 2>&1 ||
3762 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
3763echo "$as_me: error: cannot run $ac_config_sub" >&2;}
3764 { (exit 1); exit 1; }; }
3765
3766echo "$as_me:$LINENO: checking build system type" >&5
3767echo $ECHO_N "checking build system type... $ECHO_C" >&6
3768if test "${ac_cv_build+set}" = set; then
3769 echo $ECHO_N "(cached) $ECHO_C" >&6
3770else
3771 ac_cv_build_alias=$build_alias
3772test -z "$ac_cv_build_alias" &&
3773 ac_cv_build_alias=`$ac_config_guess`
3774test -z "$ac_cv_build_alias" &&
3775 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
3776echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
3777 { (exit 1); exit 1; }; }
3778ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
3779 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
3780echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
3781 { (exit 1); exit 1; }; }
3782
3783fi
3784echo "$as_me:$LINENO: result: $ac_cv_build" >&5
3785echo "${ECHO_T}$ac_cv_build" >&6
3786build=$ac_cv_build
3787build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
3788build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
3789build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
3790
3791
3792echo "$as_me:$LINENO: checking host system type" >&5
3793echo $ECHO_N "checking host system type... $ECHO_C" >&6
3794if test "${ac_cv_host+set}" = set; then
3795 echo $ECHO_N "(cached) $ECHO_C" >&6
3796else
3797 ac_cv_host_alias=$host_alias
3798test -z "$ac_cv_host_alias" &&
3799 ac_cv_host_alias=$ac_cv_build_alias
3800ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
3801 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
3802echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
3803 { (exit 1); exit 1; }; }
3804
3805fi
3806echo "$as_me:$LINENO: result: $ac_cv_host" >&5
3807echo "${ECHO_T}$ac_cv_host" >&6
3808host=$ac_cv_host
3809host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
3810host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
3811host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
3812
3813
3814
3815# Check whether --with-gnu-ld or --without-gnu-ld was given.
3816if test "${with_gnu_ld+set}" = set; then
3817 withval="$with_gnu_ld"
3818 test "$withval" = no || with_gnu_ld=yes
3819else
3820 with_gnu_ld=no
3821fi;
3822ac_prog=ld
3823if test "$GCC" = yes; then
3824 # Check if gcc -print-prog-name=ld gives a path.
3825 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3826echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3827 case $host in
3828 *-*-mingw*)
3829 # gcc leaves a trailing carriage return which upsets mingw
3830 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3831 *)
3832 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3833 esac
3834 case "$ac_prog" in
3835 # Accept absolute paths.
3836 [\\/]* | [A-Za-z]:[\\/]*)
3837 re_direlt='/[^/][^/]*/\.\./'
3838 # Canonicalize the path of ld
3839 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3840 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3841 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3842 done
3843 test -z "$LD" && LD="$ac_prog"
3844 ;;
3845 "")
3846 # If it fails, then pretend we aren't using GCC.
3847 ac_prog=ld
3848 ;;
3849 *)
3850 # If it is relative, then search for the first ld in PATH.
3851 with_gnu_ld=unknown
3852 ;;
3853 esac
3854elif test "$with_gnu_ld" = yes; then
3855 echo "$as_me:$LINENO: checking for GNU ld" >&5 3578echo "$as_me:$LINENO: checking for setlocale" >&5
3856echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 3579echo $ECHO_N "checking for setlocale... $ECHO_C" >&6
3857else
3858 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3859echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3860fi
3861if test "${lt_cv_path_LD+set}" = set; then
3862 echo $ECHO_N "(cached) $ECHO_C" >&6
3863else
3864 if test -z "$LD"; then
3865 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3866 for ac_dir in $PATH; do
3867 test -z "$ac_dir" && ac_dir=.
3868 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3869 lt_cv_path_LD="$ac_dir/$ac_prog"
3870 # Check to see if the program is GNU ld. I'd rather use --version,
3871 # but apparently some GNU ld's only accept -v.
3872 # Break only if it was the GNU/non-GNU ld that we prefer.
3873 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
3874 test "$with_gnu_ld" != no && break
3875 else
3876 test "$with_gnu_ld" != yes && break
3877 fi
3878 fi
3879 done
3880 IFS="$ac_save_ifs"
3881else
3882 lt_cv_path_LD="$LD" # Let the user override the test with a path.
3883fi
3884fi
3885
3886LD="$lt_cv_path_LD"
3887if test -n "$LD"; then
3888 echo "$as_me:$LINENO: result: $LD" >&5
3889echo "${ECHO_T}$LD" >&6
3890else
3891 echo "$as_me:$LINENO: result: no" >&5
3892echo "${ECHO_T}no" >&6
3893fi
3894test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3895echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3896 { (exit 1); exit 1; }; }
3897echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3898echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3899if test "${lt_cv_prog_gnu_ld+set}" = set; then
3900 echo $ECHO_N "(cached) $ECHO_C" >&6
3901else
3902 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3903if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
3904 lt_cv_prog_gnu_ld=yes
3905else
3906 lt_cv_prog_gnu_ld=no
3907fi
3908fi
3909echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3910echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
3911with_gnu_ld=$lt_cv_prog_gnu_ld
3912
3913
3914echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3915echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3916if test "${lt_cv_ld_reload_flag+set}" = set; then
3917 echo $ECHO_N "(cached) $ECHO_C" >&6
3918else
3919 lt_cv_ld_reload_flag='-r'
3920fi
3921echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3922echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
3923reload_flag=$lt_cv_ld_reload_flag
3924test -n "$reload_flag" && reload_flag=" $reload_flag"
3925
3926echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3927echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3928if test "${lt_cv_path_NM+set}" = set; then
3929 echo $ECHO_N "(cached) $ECHO_C" >&6
3930else
3931 if test -n "$NM"; then
3932 # Let the user override the test.
3933 lt_cv_path_NM="$NM"
3934else
3935 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3936 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
3937 test -z "$ac_dir" && ac_dir=.
3938 tmp_nm=$ac_dir/${ac_tool_prefix}nm
3939 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
3940 # Check to see if the nm accepts a BSD-compat flag.
3941 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3942 # nm: unknown option "B" ignored
3943 # Tru64's nm complains that /dev/null is an invalid object file
3944 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
3945 lt_cv_path_NM="$tmp_nm -B"
3946 break
3947 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
3948 lt_cv_path_NM="$tmp_nm -p"
3949 break
3950 else
3951 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3952 continue # so that we can try to find one that supports BSD flags
3953 fi
3954 fi
3955 done
3956 IFS="$ac_save_ifs"
3957 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
3958fi
3959fi
3960
3961NM="$lt_cv_path_NM"
3962echo "$as_me:$LINENO: result: $NM" >&5
3963echo "${ECHO_T}$NM" >&6
3964
3965echo "$as_me:$LINENO: checking whether ln -s works" >&5
3966echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3967LN_S=$as_ln_s
3968if test "$LN_S" = "ln -s"; then
3969 echo "$as_me:$LINENO: result: yes" >&5
3970echo "${ECHO_T}yes" >&6
3971else
3972 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3973echo "${ECHO_T}no, using $LN_S" >&6
3974fi
3975
3976echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3977echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3978if test "${lt_cv_deplibs_check_method+set}" = set; then
3979 echo $ECHO_N "(cached) $ECHO_C" >&6
3980else
3981 lt_cv_file_magic_cmd='$MAGIC_CMD'
3982lt_cv_file_magic_test_file=
3983lt_cv_deplibs_check_method='unknown'
3984# Need to set the preceding variable on all platforms that support
3985# interlibrary dependencies.
3986# 'none' -- dependencies not supported.
3987# `unknown' -- same as none, but documents that we really don't know.
3988# 'pass_all' -- all dependencies passed with no checks.
3989# 'test_compile' -- check by making test program.
3990# ['file_magic [regex]'] -- check by looking for files in library path
3991# which responds to the $file_magic_cmd with a given egrep regex.
3992# If you have `file' or equivalent on your system and you're not sure
3993# whether `pass_all' will *always* work, you probably want this one.
3994
3995case "$host_os" in
3996aix4*)
3997 lt_cv_deplibs_check_method=pass_all
3998 ;;
3999
4000beos*)
4001 lt_cv_deplibs_check_method=pass_all
4002 ;;
4003
4004bsdi4*)
4005 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4006 lt_cv_file_magic_cmd='/usr/bin/file -L'
4007 lt_cv_file_magic_test_file=/shlib/libc.so
4008 ;;
4009
4010cygwin* | mingw* | pw32*)
4011 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4012 lt_cv_file_magic_cmd='$OBJDUMP -f'
4013 ;;
4014
4015darwin*|rhapsody*)
4016 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
4017 lt_cv_file_magiic_cmd=/usr/bin/file
4018 lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`
4019 ;;
4020
4021freebsd*)
4022 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4023 case "$host_cpu" in
4024 i*86 )
4025 # Not sure whether the presence of OpenBSD here was a mistake.
4026 # Let's accept both of them until this is cleared up.
4027 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
4028 lt_cv_file_magic_cmd=/usr/bin/file
4029 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4030 ;;
4031 esac
4032 else
4033 lt_cv_deplibs_check_method=pass_all
4034 fi
4035 ;;
4036
4037gnu*)
4038 lt_cv_deplibs_check_method=pass_all
4039 ;;
4040
4041hpux10.20*|hpux11*)
4042 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
4043 lt_cv_file_magic_cmd=/usr/bin/file
4044 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4045 ;;
4046
4047irix5* | irix6*)
4048 case "$host_os" in
4049 irix5*)
4050 # this will be overridden with pass_all, but let us keep it just in case
4051 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
4052 ;;
4053 *)
4054 case "$LD" in
4055 *-32|*"-32 ") libmagic=32-bit;;
4056 *-n32|*"-n32 ") libmagic=N32;;
4057 *-64|*"-64 ") libmagic=64-bit;;
4058 *) libmagic=never-match;;
4059 esac
4060 # this will be overridden with pass_all, but let us keep it just in case
4061 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
4062 ;;
4063 esac
4064 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
4065 lt_cv_deplibs_check_method=pass_all
4066 ;;
4067
4068# This must be Linux ELF.
4069linux-gnu*)
4070 case "$host_cpu" in
4071 alpha* | i*86 | powerpc* | sparc* | ia64* )
4072 lt_cv_deplibs_check_method=pass_all ;;
4073 *)
4074 # glibc up to 2.1.1 does not perform some relocations on ARM
4075 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
4076 esac
4077 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
4078 ;;
4079
4080netbsd*)
4081 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4082 lt_cv_deplibs_check_method='file_magic NetBSD/[a-z0-9]* demand paged shared library'
4083 else
4084 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
4085 fi
4086 lt_cv_file_magic_cmd='/usr/bin/file -L'
4087 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4088 ;;
4089
4090newos6*)
4091 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4092 lt_cv_file_magic_cmd=/usr/bin/file
4093 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4094 ;;
4095
4096osf3* | osf4* | osf5*)
4097 # this will be overridden with pass_all, but let us keep it just in case
4098 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
4099 lt_cv_file_magic_test_file=/shlib/libc.so
4100 lt_cv_deplibs_check_method=pass_all
4101 ;;
4102
4103sco3.2v5*)
4104 lt_cv_deplibs_check_method=pass_all
4105 ;;
4106
4107solaris*)
4108 lt_cv_deplibs_check_method=pass_all
4109 lt_cv_file_magic_test_file=/lib/libc.so
4110 ;;
4111
4112sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
4113 case "$host_vendor" in
4114 motorola)
4115 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]'
4116 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4117 ;;
4118 ncr)
4119 lt_cv_deplibs_check_method=pass_all
4120 ;;
4121 sequent)
4122 lt_cv_file_magic_cmd='/bin/file'
4123 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4124 ;;
4125 sni)
4126 lt_cv_file_magic_cmd='/bin/file'
4127 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4128 lt_cv_file_magic_test_file=/lib/libc.so
4129 ;;
4130 esac
4131 ;;
4132esac
4133
4134fi
4135echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
4136echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
4137file_magic_cmd=$lt_cv_file_magic_cmd
4138deplibs_check_method=$lt_cv_deplibs_check_method
4139
4140
4141
4142
4143
4144
4145
4146# Check for command to grab the raw symbol name followed by C symbol from nm.
4147echo "$as_me:$LINENO: checking command to parse $NM output" >&5
4148echo $ECHO_N "checking command to parse $NM output... $ECHO_C" >&6
4149if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
4150 echo $ECHO_N "(cached) $ECHO_C" >&6
4151else
4152
4153# These are sane defaults that work on at least a few old systems.
4154# [They come from Ultrix. What could be older than Ultrix?!! ;)]
4155
4156# Character class describing NM global symbol codes.
4157symcode='[BCDEGRST]'
4158
4159# Regexp to match symbols that can be accessed directly from C.
4160sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
4161
4162# Transform the above into a raw symbol and a C symbol.
4163symxfrm='\1 \2\3 \3'
4164
4165# Transform an extracted symbol line into a proper C declaration
4166lt_cv_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'"
4167
4168# Define system-specific variables.
4169case "$host_os" in
4170aix*)
4171 symcode='[BCDT]'
4172 ;;
4173cygwin* | mingw* | pw32*)
4174 symcode='[ABCDGISTW]'
4175 ;;
4176hpux*) # Its linker distinguishes data from code symbols
4177 lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^. .* \(.*\)$/extern char \1;/p'"
4178 ;;
4179irix*)
4180 symcode='[BCDEGRST]'
4181 ;;
4182solaris* | sysv5*)
4183 symcode='[BDT]'
4184 ;;
4185sysv4)
4186 symcode='[DFNSTU]'
4187 ;;
4188esac
4189
4190# Handle CRLF in mingw tool chain
4191opt_cr=
4192case "$host_os" in
4193mingw*)
4194 opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4195 ;;
4196esac
4197
4198# If we're using GNU nm, then use its standard symbol codes.
4199if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
4200 symcode='[ABCDGISTW]'
4201fi
4202
4203# Try without a prefix undercore, then with it.
4204for ac_symprfx in "" "_"; do
4205
4206 # Write the raw and C identifiers.
4207lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode\)[ ][ ]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
4208
4209 # Check to see that the pipe works correctly.
4210 pipe_works=no
4211 rm -f conftest*
4212 cat > conftest.$ac_ext <<EOF
4213#ifdef __cplusplus
4214extern "C" {
4215#endif
4216char nm_test_var;
4217void nm_test_func(){}
4218#ifdef __cplusplus
4219}
4220#endif
4221main(){nm_test_var='a';nm_test_func();return(0);}
4222EOF
4223
4224 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4225 (eval $ac_compile) 2>&5
4226 ac_status=$?
4227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4228 (exit $ac_status); }; then
4229 # Now try to grab the symbols.
4230 nlist=conftest.nm
4231 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
4232 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
4233 ac_status=$?
4234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4235 (exit $ac_status); } && test -s "$nlist"; then
4236 # Try sorting and uniquifying the output.
4237 if sort "$nlist" | uniq > "$nlist"T; then
4238 mv -f "$nlist"T "$nlist"
4239 else
4240 rm -f "$nlist"T
4241 fi
4242
4243 # Make sure that we snagged all the symbols we need.
4244 if egrep ' nm_test_var$' "$nlist" >/dev/null; then
4245 if egrep ' nm_test_func$' "$nlist" >/dev/null; then
4246 cat <<EOF > conftest.$ac_ext
4247#ifdef __cplusplus
4248extern "C" {
4249#endif
4250
4251EOF
4252 # Now generate the symbol file.
4253 eval "$lt_cv_global_symbol_to_cdecl"' < "$nlist" >> conftest.$ac_ext'
4254
4255 cat <<EOF >> conftest.$ac_ext
4256#if defined (__STDC__) && __STDC__
4257# define lt_ptr_t void *
4258#else
4259# define lt_ptr_t char *
4260# define const
4261#endif
4262
4263/* The mapping between symbol names and symbols. */
4264const struct {
4265 const char *name;
4266 lt_ptr_t address;
4267}
4268lt_preloaded_symbols[] =
4269{
4270EOF
4271 sed 's/^. \(.*\) \(.*\)$/ {"\2", (lt_ptr_t) \&\2},/' < "$nlist" >> conftest.$ac_ext
4272 cat <<\EOF >> conftest.$ac_ext
4273 {0, (lt_ptr_t) 0}
4274};
4275
4276#ifdef __cplusplus
4277}
4278#endif
4279EOF
4280 # Now try linking the two files.
4281 mv conftest.$ac_objext conftstm.$ac_objext
4282 save_LIBS="$LIBS"
4283 save_CFLAGS="$CFLAGS"
4284 LIBS="conftstm.$ac_objext"
4285 CFLAGS="$CFLAGS$no_builtin_flag"
4286 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4287 (eval $ac_link) 2>&5
4288 ac_status=$?
4289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4290 (exit $ac_status); } && test -s conftest; then
4291 pipe_works=yes
4292 fi
4293 LIBS="$save_LIBS"
4294 CFLAGS="$save_CFLAGS"
4295 else
4296 echo "cannot find nm_test_func in $nlist" >&5
4297 fi
4298 else
4299 echo "cannot find nm_test_var in $nlist" >&5
4300 fi
4301 else
4302 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
4303 fi
4304 else
4305 echo "$progname: failed program was:" >&5
4306 cat conftest.$ac_ext >&5
4307 fi
4308 rm -f conftest* conftst*
4309
4310 # Do not use the global_symbol_pipe unless it works.
4311 if test "$pipe_works" = yes; then
4312 break
4313 else
4314 lt_cv_sys_global_symbol_pipe=
4315 fi
4316done
4317
4318fi
4319
4320global_symbol_pipe="$lt_cv_sys_global_symbol_pipe"
4321if test -z "$lt_cv_sys_global_symbol_pipe"; then
4322 global_symbol_to_cdecl=
4323else
4324 global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
4325fi
4326if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then
4327 echo "$as_me:$LINENO: result: failed" >&5
4328echo "${ECHO_T}failed" >&6
4329else
4330 echo "$as_me:$LINENO: result: ok" >&5
4331echo "${ECHO_T}ok" >&6
4332fi
4333
4334echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4335echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4336if test "${ac_cv_header_stdc+set}" = set; then 3580if test "${ac_cv_func_setlocale+set}" = set; then
4337 echo $ECHO_N "(cached) $ECHO_C" >&6 3581 echo $ECHO_N "(cached) $ECHO_C" >&6
4338else 3582else
4339 cat >conftest.$ac_ext <<_ACEOF 3583 cat >conftest.$ac_ext <<_ACEOF
4340/* confdefs.h. */ 3584/* confdefs.h. */
4341_ACEOF 3585_ACEOF
4342cat confdefs.h >>conftest.$ac_ext 3586cat confdefs.h >>conftest.$ac_ext
4343cat >>conftest.$ac_ext <<_ACEOF 3587cat >>conftest.$ac_ext <<_ACEOF
4344/* end confdefs.h. */ 3588/* end confdefs.h. */
4345#include <stdlib.h>
4346#include <stdarg.h>
4347#include <string.h>
4348#include <float.h>
4349
4350int
4351main ()
4352{
4353
4354 ;
4355 return 0;
4356}
4357_ACEOF
4358rm -f conftest.$ac_objext
4359if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4360 (eval $ac_compile) 2>conftest.er1
4361 ac_status=$?
4362 grep -v '^ *+' conftest.er1 >conftest.err
4363 rm -f conftest.er1
4364 cat conftest.err >&5
4365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4366 (exit $ac_status); } &&
4367 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4369 (eval $ac_try) 2>&5
4370 ac_status=$?
4371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4372 (exit $ac_status); }; } &&
4373 { ac_try='test -s conftest.$ac_objext'
4374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4375 (eval $ac_try) 2>&5
4376 ac_status=$?
4377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4378 (exit $ac_status); }; }; then
4379 ac_cv_header_stdc=yes
4380else
4381 echo "$as_me: failed program was:" >&5
4382sed 's/^/| /' conftest.$ac_ext >&5
4383
4384ac_cv_header_stdc=no
4385fi
4386rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4387
4388if test $ac_cv_header_stdc = yes; then
4389 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4390 cat >conftest.$ac_ext <<_ACEOF
4391/* confdefs.h. */
4392_ACEOF
4393cat confdefs.h >>conftest.$ac_ext
4394cat >>conftest.$ac_ext <<_ACEOF
4395/* end confdefs.h. */
4396#include <string.h>
4397
4398_ACEOF
4399if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4400 $EGREP "memchr" >/dev/null 2>&1; then
4401 :
4402else
4403 ac_cv_header_stdc=no
4404fi
4405rm -f conftest*
4406
4407fi
4408
4409if test $ac_cv_header_stdc = yes; then
4410 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4411 cat >conftest.$ac_ext <<_ACEOF
4412/* confdefs.h. */
4413_ACEOF
4414cat confdefs.h >>conftest.$ac_ext
4415cat >>conftest.$ac_ext <<_ACEOF
4416/* end confdefs.h. */
4417#include <stdlib.h>
4418
4419_ACEOF
4420if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4421 $EGREP "free" >/dev/null 2>&1; then
4422 :
4423else
4424 ac_cv_header_stdc=no
4425fi
4426rm -f conftest*
4427
4428fi
4429
4430if test $ac_cv_header_stdc = yes; then
4431 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4432 if test "$cross_compiling" = yes; then
4433 :
4434else
4435 cat >conftest.$ac_ext <<_ACEOF
4436/* confdefs.h. */
4437_ACEOF
4438cat confdefs.h >>conftest.$ac_ext
4439cat >>conftest.$ac_ext <<_ACEOF
4440/* end confdefs.h. */
4441#include <ctype.h>
4442#if ((' ' & 0x0FF) == 0x020)
4443# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4444# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4445#else
4446# define ISLOWER(c) \
4447 (('a' <= (c) && (c) <= 'i') \
4448 || ('j' <= (c) && (c) <= 'r') \
4449 || ('s' <= (c) && (c) <= 'z'))
4450# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4451#endif
4452
4453#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4454int
4455main ()
4456{
4457 int i;
4458 for (i = 0; i < 256; i++)
4459 if (XOR (islower (i), ISLOWER (i))
4460 || toupper (i) != TOUPPER (i))
4461 exit(2);
4462 exit (0);
4463}
4464_ACEOF
4465rm -f conftest$ac_exeext
4466if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4467 (eval $ac_link) 2>&5
4468 ac_status=$?
4469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4470 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4472 (eval $ac_try) 2>&5
4473 ac_status=$?
4474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4475 (exit $ac_status); }; }; then
4476 :
4477else
4478 echo "$as_me: program exited with status $ac_status" >&5
4479echo "$as_me: failed program was:" >&5
4480sed 's/^/| /' conftest.$ac_ext >&5
4481
4482( exit $ac_status )
4483ac_cv_header_stdc=no
4484fi
4485rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4486fi
4487fi
4488fi
4489echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4490echo "${ECHO_T}$ac_cv_header_stdc" >&6
4491if test $ac_cv_header_stdc = yes; then
4492
4493cat >>confdefs.h <<\_ACEOF
4494#define STDC_HEADERS 1
4495_ACEOF
4496
4497fi
4498
4499# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4510 inttypes.h stdint.h unistd.h
4511do
4512as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4513echo "$as_me:$LINENO: checking for $ac_header" >&5
4514echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4515if eval "test \"\${$as_ac_Header+set}\" = set"; then
4516 echo $ECHO_N "(cached) $ECHO_C" >&6
4517else
4518 cat >conftest.$ac_ext <<_ACEOF
4519/* confdefs.h. */
4520_ACEOF
4521cat confdefs.h >>conftest.$ac_ext
4522cat >>conftest.$ac_ext <<_ACEOF
4523/* end confdefs.h. */
4524$ac_includes_default
4525
4526#include <$ac_header>
4527_ACEOF
4528rm -f conftest.$ac_objext
4529if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4530 (eval $ac_compile) 2>conftest.er1
4531 ac_status=$?
4532 grep -v '^ *+' conftest.er1 >conftest.err
4533 rm -f conftest.er1
4534 cat conftest.err >&5
4535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4536 (exit $ac_status); } &&
4537 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4539 (eval $ac_try) 2>&5
4540 ac_status=$?
4541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4542 (exit $ac_status); }; } &&
4543 { ac_try='test -s conftest.$ac_objext'
4544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4545 (eval $ac_try) 2>&5
4546 ac_status=$?
4547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4548 (exit $ac_status); }; }; then
4549 eval "$as_ac_Header=yes"
4550else
4551 echo "$as_me: failed program was:" >&5
4552sed 's/^/| /' conftest.$ac_ext >&5
4553
4554eval "$as_ac_Header=no"
4555fi
4556rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4557fi
4558echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4559echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4560if test `eval echo '${'$as_ac_Header'}'` = yes; then
4561 cat >>confdefs.h <<_ACEOF
4562#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4563_ACEOF
4564
4565fi
4566
4567done
4568
4569
4570
4571for ac_header in dlfcn.h
4572do
4573as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4574if eval "test \"\${$as_ac_Header+set}\" = set"; then
4575 echo "$as_me:$LINENO: checking for $ac_header" >&5
4576echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4577if eval "test \"\${$as_ac_Header+set}\" = set"; then
4578 echo $ECHO_N "(cached) $ECHO_C" >&6
4579fi
4580echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4581echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4582else
4583 # Is the header compilable?
4584echo "$as_me:$LINENO: checking $ac_header usability" >&5
4585echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4586cat >conftest.$ac_ext <<_ACEOF
4587/* confdefs.h. */
4588_ACEOF
4589cat confdefs.h >>conftest.$ac_ext
4590cat >>conftest.$ac_ext <<_ACEOF
4591/* end confdefs.h. */
4592$ac_includes_default
4593#include <$ac_header>
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_header_compiler=yes
4617else
4618 echo "$as_me: failed program was:" >&5
4619sed 's/^/| /' conftest.$ac_ext >&5
4620
4621ac_header_compiler=no
4622fi
4623rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4624echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4625echo "${ECHO_T}$ac_header_compiler" >&6
4626
4627# Is the header present?
4628echo "$as_me:$LINENO: checking $ac_header presence" >&5
4629echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4630cat >conftest.$ac_ext <<_ACEOF
4631/* confdefs.h. */
4632_ACEOF
4633cat confdefs.h >>conftest.$ac_ext
4634cat >>conftest.$ac_ext <<_ACEOF
4635/* end confdefs.h. */
4636#include <$ac_header>
4637_ACEOF
4638if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4639 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4640 ac_status=$?
4641 grep -v '^ *+' conftest.er1 >conftest.err
4642 rm -f conftest.er1
4643 cat conftest.err >&5
4644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4645 (exit $ac_status); } >/dev/null; then
4646 if test -s conftest.err; then
4647 ac_cpp_err=$ac_cxx_preproc_warn_flag
4648 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4649 else
4650 ac_cpp_err=
4651 fi
4652else
4653 ac_cpp_err=yes
4654fi
4655if test -z "$ac_cpp_err"; then
4656 ac_header_preproc=yes
4657else
4658 echo "$as_me: failed program was:" >&5
4659sed 's/^/| /' conftest.$ac_ext >&5
4660
4661 ac_header_preproc=no
4662fi
4663rm -f conftest.err conftest.$ac_ext
4664echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4665echo "${ECHO_T}$ac_header_preproc" >&6
4666
4667# So? What about this header?
4668case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4669 yes:no: )
4670 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4671echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4672 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4673echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4674 ac_header_preproc=yes
4675 ;;
4676 no:yes:* )
4677 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4678echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4679 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4680echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4681 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4682echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4683 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4684echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4685 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4686echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4687 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4688echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4689 (
4690 cat <<\_ASBOX
4691## ------------------------------------------ ##
4692## Report this to the AC_PACKAGE_NAME lists. ##
4693## ------------------------------------------ ##
4694_ASBOX
4695 ) |
4696 sed "s/^/$as_me: WARNING: /" >&2
4697 ;;
4698esac
4699echo "$as_me:$LINENO: checking for $ac_header" >&5
4700echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4701if eval "test \"\${$as_ac_Header+set}\" = set"; then
4702 echo $ECHO_N "(cached) $ECHO_C" >&6
4703else
4704 eval "$as_ac_Header=\$ac_header_preproc"
4705fi
4706echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4707echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4708
4709fi
4710if test `eval echo '${'$as_ac_Header'}'` = yes; then
4711 cat >>confdefs.h <<_ACEOF
4712#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4713_ACEOF
4714
4715fi
4716
4717done
4718
4719
4720
4721
4722
4723# Only perform the check for file, if the check method requires it
4724case "$deplibs_check_method" in
4725file_magic*)
4726 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
4727 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
4728echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
4729if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
4730 echo $ECHO_N "(cached) $ECHO_C" >&6
4731else
4732 case "$MAGIC_CMD" in
4733 /*)
4734 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
4735 ;;
4736 ?:/*)
4737 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
4738 ;;
4739 *)
4740 ac_save_MAGIC_CMD="$MAGIC_CMD"
4741 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4742 ac_dummy="/usr/bin:$PATH"
4743 for ac_dir in $ac_dummy; do
4744 test -z "$ac_dir" && ac_dir=.
4745 if test -f $ac_dir/${ac_tool_prefix}file; then
4746 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
4747 if test -n "$file_magic_test_file"; then
4748 case "$deplibs_check_method" in
4749 "file_magic "*)
4750 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
4751 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
4752 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
4753 egrep "$file_magic_regex" > /dev/null; then
4754 :
4755 else
4756 cat <<EOF 1>&2
4757
4758*** Warning: the command libtool uses to detect shared libraries,
4759*** $file_magic_cmd, produces output that libtool cannot recognize.
4760*** The result is that libtool may fail to recognize shared libraries
4761*** as such. This will affect the creation of libtool libraries that
4762*** depend on shared libraries, but programs linked with such libtool
4763*** libraries will work regardless of this problem. Nevertheless, you
4764*** may want to report the problem to your system manager and/or to
4765*** bug-libtool@gnu.org
4766
4767EOF
4768 fi ;;
4769 esac
4770 fi
4771 break
4772 fi
4773 done
4774 IFS="$ac_save_ifs"
4775 MAGIC_CMD="$ac_save_MAGIC_CMD"
4776 ;;
4777esac
4778fi
4779
4780MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
4781if test -n "$MAGIC_CMD"; then
4782 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
4783echo "${ECHO_T}$MAGIC_CMD" >&6
4784else
4785 echo "$as_me:$LINENO: result: no" >&5
4786echo "${ECHO_T}no" >&6
4787fi
4788
4789if test -z "$lt_cv_path_MAGIC_CMD"; then
4790 if test -n "$ac_tool_prefix"; then
4791 echo "$as_me:$LINENO: checking for file" >&5
4792echo $ECHO_N "checking for file... $ECHO_C" >&6
4793if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
4794 echo $ECHO_N "(cached) $ECHO_C" >&6
4795else
4796 case "$MAGIC_CMD" in
4797 /*)
4798 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
4799 ;;
4800 ?:/*)
4801 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
4802 ;;
4803 *)
4804 ac_save_MAGIC_CMD="$MAGIC_CMD"
4805 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4806 ac_dummy="/usr/bin:$PATH"
4807 for ac_dir in $ac_dummy; do
4808 test -z "$ac_dir" && ac_dir=.
4809 if test -f $ac_dir/file; then
4810 lt_cv_path_MAGIC_CMD="$ac_dir/file"
4811 if test -n "$file_magic_test_file"; then
4812 case "$deplibs_check_method" in
4813 "file_magic "*)
4814 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
4815 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
4816 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
4817 egrep "$file_magic_regex" > /dev/null; then
4818 :
4819 else
4820 cat <<EOF 1>&2
4821
4822*** Warning: the command libtool uses to detect shared libraries,
4823*** $file_magic_cmd, produces output that libtool cannot recognize.
4824*** The result is that libtool may fail to recognize shared libraries
4825*** as such. This will affect the creation of libtool libraries that
4826*** depend on shared libraries, but programs linked with such libtool
4827*** libraries will work regardless of this problem. Nevertheless, you
4828*** may want to report the problem to your system manager and/or to
4829*** bug-libtool@gnu.org
4830
4831EOF
4832 fi ;;
4833 esac
4834 fi
4835 break
4836 fi
4837 done
4838 IFS="$ac_save_ifs"
4839 MAGIC_CMD="$ac_save_MAGIC_CMD"
4840 ;;
4841esac
4842fi
4843
4844MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
4845if test -n "$MAGIC_CMD"; then
4846 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
4847echo "${ECHO_T}$MAGIC_CMD" >&6
4848else
4849 echo "$as_me:$LINENO: result: no" >&5
4850echo "${ECHO_T}no" >&6
4851fi
4852
4853 else
4854 MAGIC_CMD=:
4855 fi
4856fi
4857
4858 fi
4859 ;;
4860esac
4861
4862if test -n "$ac_tool_prefix"; then
4863 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4864set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4865echo "$as_me:$LINENO: checking for $ac_word" >&5
4866echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4867if test "${ac_cv_prog_RANLIB+set}" = set; then
4868 echo $ECHO_N "(cached) $ECHO_C" >&6
4869else
4870 if test -n "$RANLIB"; then
4871 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4872else
4873as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4874for as_dir in $PATH
4875do
4876 IFS=$as_save_IFS
4877 test -z "$as_dir" && as_dir=.
4878 for ac_exec_ext in '' $ac_executable_extensions; do
4879 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4880 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4881 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4882 break 2
4883 fi
4884done
4885done
4886
4887fi
4888fi
4889RANLIB=$ac_cv_prog_RANLIB
4890if test -n "$RANLIB"; then
4891 echo "$as_me:$LINENO: result: $RANLIB" >&5
4892echo "${ECHO_T}$RANLIB" >&6
4893else
4894 echo "$as_me:$LINENO: result: no" >&5
4895echo "${ECHO_T}no" >&6
4896fi
4897
4898fi
4899if test -z "$ac_cv_prog_RANLIB"; then
4900 ac_ct_RANLIB=$RANLIB
4901 # Extract the first word of "ranlib", so it can be a program name with args.
4902set dummy ranlib; ac_word=$2
4903echo "$as_me:$LINENO: checking for $ac_word" >&5
4904echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4905if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4906 echo $ECHO_N "(cached) $ECHO_C" >&6
4907else
4908 if test -n "$ac_ct_RANLIB"; then
4909 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4910else
4911as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4912for as_dir in $PATH
4913do
4914 IFS=$as_save_IFS
4915 test -z "$as_dir" && as_dir=.
4916 for ac_exec_ext in '' $ac_executable_extensions; do
4917 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4918 ac_cv_prog_ac_ct_RANLIB="ranlib"
4919 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4920 break 2
4921 fi
4922done
4923done
4924
4925 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
4926fi
4927fi
4928ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4929if test -n "$ac_ct_RANLIB"; then
4930 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4931echo "${ECHO_T}$ac_ct_RANLIB" >&6
4932else
4933 echo "$as_me:$LINENO: result: no" >&5
4934echo "${ECHO_T}no" >&6
4935fi
4936
4937 RANLIB=$ac_ct_RANLIB
4938else
4939 RANLIB="$ac_cv_prog_RANLIB"
4940fi
4941
4942if test -n "$ac_tool_prefix"; then
4943 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4944set dummy ${ac_tool_prefix}strip; ac_word=$2
4945echo "$as_me:$LINENO: checking for $ac_word" >&5
4946echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4947if test "${ac_cv_prog_STRIP+set}" = set; then
4948 echo $ECHO_N "(cached) $ECHO_C" >&6
4949else
4950 if test -n "$STRIP"; then
4951 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4952else
4953as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4954for as_dir in $PATH
4955do
4956 IFS=$as_save_IFS
4957 test -z "$as_dir" && as_dir=.
4958 for ac_exec_ext in '' $ac_executable_extensions; do
4959 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4960 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4961 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4962 break 2
4963 fi
4964done
4965done
4966
4967fi
4968fi
4969STRIP=$ac_cv_prog_STRIP
4970if test -n "$STRIP"; then
4971 echo "$as_me:$LINENO: result: $STRIP" >&5
4972echo "${ECHO_T}$STRIP" >&6
4973else
4974 echo "$as_me:$LINENO: result: no" >&5
4975echo "${ECHO_T}no" >&6
4976fi
4977
4978fi
4979if test -z "$ac_cv_prog_STRIP"; then
4980 ac_ct_STRIP=$STRIP
4981 # Extract the first word of "strip", so it can be a program name with args.
4982set dummy strip; ac_word=$2
4983echo "$as_me:$LINENO: checking for $ac_word" >&5
4984echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4985if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4986 echo $ECHO_N "(cached) $ECHO_C" >&6
4987else
4988 if test -n "$ac_ct_STRIP"; then
4989 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4990else
4991as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4992for as_dir in $PATH
4993do
4994 IFS=$as_save_IFS
4995 test -z "$as_dir" && as_dir=.
4996 for ac_exec_ext in '' $ac_executable_extensions; do
4997 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4998 ac_cv_prog_ac_ct_STRIP="strip"
4999 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5000 break 2
5001 fi
5002done
5003done
5004
5005 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
5006fi
5007fi
5008ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5009if test -n "$ac_ct_STRIP"; then
5010 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5011echo "${ECHO_T}$ac_ct_STRIP" >&6
5012else
5013 echo "$as_me:$LINENO: result: no" >&5
5014echo "${ECHO_T}no" >&6
5015fi
5016
5017 STRIP=$ac_ct_STRIP
5018else
5019 STRIP="$ac_cv_prog_STRIP"
5020fi
5021
5022
5023enable_dlopen=no
5024enable_win32_dll=no
5025
5026# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
5027if test "${enable_libtool_lock+set}" = set; then
5028 enableval="$enable_libtool_lock"
5029
5030fi;
5031test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5032
5033# Some flags need to be propagated to the compiler or linker for good
5034# libtool support.
5035case "$host" in
5036*-*-irix6*)
5037 # Find out which ABI we are using.
5038 echo '#line 5038 "configure"' > conftest.$ac_ext
5039 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5040 (eval $ac_compile) 2>&5
5041 ac_status=$?
5042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5043 (exit $ac_status); }; then
5044 case "`/usr/bin/file conftest.$ac_objext`" in
5045 *32-bit*)
5046 LD="${LD-ld} -32"
5047 ;;
5048 *N32*)
5049 LD="${LD-ld} -n32"
5050 ;;
5051 *64-bit*)
5052 LD="${LD-ld} -64"
5053 ;;
5054 esac
5055 fi
5056 rm -rf conftest*
5057 ;;
5058
5059*-*-sco3.2v5*)
5060 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5061 SAVE_CFLAGS="$CFLAGS"
5062 CFLAGS="$CFLAGS -belf"
5063 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
5064echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
5065if test "${lt_cv_cc_needs_belf+set}" = set; then
5066 echo $ECHO_N "(cached) $ECHO_C" >&6
5067else
5068
5069
5070 ac_ext=c
5071ac_cpp='$CPP $CPPFLAGS'
5072ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5073ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5074ac_compiler_gnu=$ac_cv_c_compiler_gnu
5075
5076 cat >conftest.$ac_ext <<_ACEOF
5077/* confdefs.h. */
5078_ACEOF
5079cat confdefs.h >>conftest.$ac_ext
5080cat >>conftest.$ac_ext <<_ACEOF
5081/* end confdefs.h. */
5082
5083int
5084main ()
5085{
5086
5087 ;
5088 return 0;
5089}
5090_ACEOF
5091rm -f conftest.$ac_objext conftest$ac_exeext
5092if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5093 (eval $ac_link) 2>conftest.er1
5094 ac_status=$?
5095 grep -v '^ *+' conftest.er1 >conftest.err
5096 rm -f conftest.er1
5097 cat conftest.err >&5
5098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5099 (exit $ac_status); } &&
5100 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5102 (eval $ac_try) 2>&5
5103 ac_status=$?
5104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5105 (exit $ac_status); }; } &&
5106 { ac_try='test -s conftest$ac_exeext'
5107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5108 (eval $ac_try) 2>&5
5109 ac_status=$?
5110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5111 (exit $ac_status); }; }; then
5112 lt_cv_cc_needs_belf=yes
5113else
5114 echo "$as_me: failed program was:" >&5
5115sed 's/^/| /' conftest.$ac_ext >&5
5116
5117lt_cv_cc_needs_belf=no
5118fi
5119rm -f conftest.err conftest.$ac_objext \
5120 conftest$ac_exeext conftest.$ac_ext
5121 ac_ext=cc
5122ac_cpp='$CXXCPP $CPPFLAGS'
5123ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5124ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5125ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5126
5127fi
5128echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
5129echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
5130 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5131 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5132 CFLAGS="$SAVE_CFLAGS"
5133 fi
5134 ;;
5135
5136
5137esac
5138
5139# Sed substitution that helps us do robust quoting. It backslashifies
5140# metacharacters that are still active within double-quoted strings.
5141Xsed='sed -e s/^X//'
5142sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
5143
5144# Same as above, but do not quote variable references.
5145double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'
5146
5147# Sed substitution to delay expansion of an escaped shell variable in a
5148# double_quote_subst'ed string.
5149delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5150
5151# Constants:
5152rm="rm -f"
5153
5154# Global variables:
5155default_ofile=libtool
5156can_build_shared=yes
5157
5158# All known linkers require a `.a' archive for static linking (except M$VC,
5159# which needs '.lib').
5160libext=a
5161ltmain="$ac_aux_dir/ltmain.sh"
5162ofile="$default_ofile"
5163with_gnu_ld="$lt_cv_prog_gnu_ld"
5164need_locks="$enable_libtool_lock"
5165
5166old_CC="$CC"
5167old_CFLAGS="$CFLAGS"
5168
5169# Set sane defaults for various variables
5170test -z "$AR" && AR=ar
5171test -z "$AR_FLAGS" && AR_FLAGS=cru
5172test -z "$AS" && AS=as
5173test -z "$CC" && CC=cc
5174test -z "$DLLTOOL" && DLLTOOL=dlltool
5175test -z "$LD" && LD=ld
5176test -z "$LN_S" && LN_S="ln -s"
5177test -z "$MAGIC_CMD" && MAGIC_CMD=file
5178test -z "$NM" && NM=nm
5179test -z "$OBJDUMP" && OBJDUMP=objdump
5180test -z "$RANLIB" && RANLIB=:
5181test -z "$STRIP" && STRIP=:
5182test -z "$ac_objext" && ac_objext=o
5183
5184if test x"$host" != x"$build"; then
5185 ac_tool_prefix=${host_alias}-
5186else
5187 ac_tool_prefix=
5188fi
5189
5190# Transform linux* to *-*-linux-gnu*, to support old configure scripts.
5191case "$host_os" in
5192linux-gnu*) ;;
5193linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
5194esac
5195
5196case "$host_os" in
5197aix3*)
5198 # AIX sometimes has problems with the GCC collect2 program. For some
5199 # reason, if we set the COLLECT_NAMES environment variable, the problems
5200 # vanish in a puff of smoke.
5201 if test "X${COLLECT_NAMES+set}" != Xset; then
5202 COLLECT_NAMES=
5203 export COLLECT_NAMES
5204 fi
5205 ;;
5206esac
5207
5208# Determine commands to create old-style static archives.
5209old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
5210old_postinstall_cmds='chmod 644 $oldlib'
5211old_postuninstall_cmds=
5212
5213if test -n "$RANLIB"; then
5214 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5215 old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
5216fi
5217
5218# Allow CC to be a program name with arguments.
5219set dummy $CC
5220compiler="$2"
5221
5222## FIXME: this should be a separate macro
5223##
5224echo "$as_me:$LINENO: checking for objdir" >&5
5225echo $ECHO_N "checking for objdir... $ECHO_C" >&6
5226rm -f .libs 2>/dev/null
5227mkdir .libs 2>/dev/null
5228if test -d .libs; then
5229 objdir=.libs
5230else
5231 # MS-DOS does not allow filenames that begin with a dot.
5232 objdir=_libs
5233fi
5234rmdir .libs 2>/dev/null
5235echo "$as_me:$LINENO: result: $objdir" >&5
5236echo "${ECHO_T}$objdir" >&6
5237##
5238## END FIXME
5239
5240
5241## FIXME: this should be a separate macro
5242##
5243
5244# Check whether --with-pic or --without-pic was given.
5245if test "${with_pic+set}" = set; then
5246 withval="$with_pic"
5247 pic_mode="$withval"
5248else
5249 pic_mode=default
5250fi;
5251test -z "$pic_mode" && pic_mode=default
5252
5253# We assume here that the value for lt_cv_prog_cc_pic will not be cached
5254# in isolation, and that seeing it set (from the cache) indicates that
5255# the associated values are set (in the cache) correctly too.
5256echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
5257echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
5258if test "${lt_cv_prog_cc_pic+set}" = set; then
5259 echo $ECHO_N "(cached) $ECHO_C" >&6
5260else
5261 lt_cv_prog_cc_pic=
5262 lt_cv_prog_cc_shlib=
5263 lt_cv_prog_cc_wl=
5264 lt_cv_prog_cc_static=
5265 lt_cv_prog_cc_no_builtin=
5266 lt_cv_prog_cc_can_build_shared=$can_build_shared
5267
5268 if test "$GCC" = yes; then
5269 lt_cv_prog_cc_wl='-Wl,'
5270 lt_cv_prog_cc_static='-static'
5271
5272 case "$host_os" in
5273 beos* | irix5* | irix6* | osf3* | osf4* | osf5*)
5274 # PIC is the default for these OSes.
5275 ;;
5276 aix*)
5277 # Below there is a dirty hack to force normal static linking with -ldl
5278 # The problem is because libdl dynamically linked with both libc and
5279 # libC (AIX C++ library), which obviously doesn't included in libraries
5280 # list by gcc. This cause undefined symbols with -static flags.
5281 # This hack allows C programs to be linked with "-static -ldl", but
5282 # we not sure about C++ programs.
5283 lt_cv_prog_cc_static="$lt_cv_prog_cc_static ${lt_cv_prog_cc_wl}-lC"
5284 ;;
5285 cygwin* | mingw* | pw32* | os2*)
5286 # This hack is so that the source file can tell whether it is being
5287 # built for inclusion in a dll (and should export symbols for example).
5288 lt_cv_prog_cc_pic='-DDLL_EXPORT'
5289 ;;
5290 amigaos*)
5291 # FIXME: we need at least 68020 code to build shared libraries, but
5292 # adding the `-m68020' flag to GCC prevents building anything better,
5293 # like `-m68040'.
5294 lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4'
5295 ;;
5296 sysv4*MP*)
5297 if test -d /usr/nec; then
5298 lt_cv_prog_cc_pic=-Kconform_pic
5299 fi
5300 ;;
5301 *)
5302 lt_cv_prog_cc_pic='-fPIC'
5303 ;;
5304 esac
5305 else
5306 # PORTME Check for PIC flags for the system compiler.
5307 case "$host_os" in
5308 aix3* | aix4*)
5309 # All AIX code is PIC.
5310 lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
5311 ;;
5312
5313 hpux9* | hpux10* | hpux11*)
5314 # Is there a better lt_cv_prog_cc_static that works with the bundled CC?
5315 lt_cv_prog_cc_wl='-Wl,'
5316 lt_cv_prog_cc_static="${lt_cv_prog_cc_wl}-a ${lt_cv_prog_cc_wl}archive"
5317 lt_cv_prog_cc_pic='+Z'
5318 ;;
5319
5320 irix5* | irix6*)
5321 lt_cv_prog_cc_wl='-Wl,'
5322 lt_cv_prog_cc_static='-non_shared'
5323 # PIC (with -KPIC) is the default.
5324 ;;
5325
5326 cygwin* | mingw* | pw32* | os2*)
5327 # This hack is so that the source file can tell whether it is being
5328 # built for inclusion in a dll (and should export symbols for example).
5329 lt_cv_prog_cc_pic='-DDLL_EXPORT'
5330 ;;
5331
5332 newsos6)
5333 lt_cv_prog_cc_pic='-KPIC'
5334 lt_cv_prog_cc_static='-Bstatic'
5335 ;;
5336
5337 osf3* | osf4* | osf5*)
5338 # All OSF/1 code is PIC.
5339 lt_cv_prog_cc_wl='-Wl,'
5340 lt_cv_prog_cc_static='-non_shared'
5341 ;;
5342
5343 sco3.2v5*)
5344 lt_cv_prog_cc_pic='-Kpic'
5345 lt_cv_prog_cc_static='-dn'
5346 lt_cv_prog_cc_shlib='-belf'
5347 ;;
5348
5349 solaris*)
5350 lt_cv_prog_cc_pic='-KPIC'
5351 lt_cv_prog_cc_static='-Bstatic'
5352 lt_cv_prog_cc_wl='-Wl,'
5353 ;;
5354
5355 sunos4*)
5356 lt_cv_prog_cc_pic='-PIC'
5357 lt_cv_prog_cc_static='-Bstatic'
5358 lt_cv_prog_cc_wl='-Qoption ld '
5359 ;;
5360
5361 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
5362 lt_cv_prog_cc_pic='-KPIC'
5363 lt_cv_prog_cc_static='-Bstatic'
5364 if test "x$host_vendor" = xsni; then
5365 lt_cv_prog_cc_wl='-LD'
5366 else
5367 lt_cv_prog_cc_wl='-Wl,'
5368 fi
5369 ;;
5370
5371 uts4*)
5372 lt_cv_prog_cc_pic='-pic'
5373 lt_cv_prog_cc_static='-Bstatic'
5374 ;;
5375
5376 sysv4*MP*)
5377 if test -d /usr/nec ;then
5378 lt_cv_prog_cc_pic='-Kconform_pic'
5379 lt_cv_prog_cc_static='-Bstatic'
5380 fi
5381 ;;
5382
5383 *)
5384 lt_cv_prog_cc_can_build_shared=no
5385 ;;
5386 esac
5387 fi
5388
5389fi
5390
5391if test -z "$lt_cv_prog_cc_pic"; then
5392 echo "$as_me:$LINENO: result: none" >&5
5393echo "${ECHO_T}none" >&6
5394else
5395 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic" >&5
5396echo "${ECHO_T}$lt_cv_prog_cc_pic" >&6
5397
5398 # Check to make sure the pic_flag actually works.
5399 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
5400echo $ECHO_N "checking if $compiler PIC flag $lt_cv_prog_cc_pic works... $ECHO_C" >&6
5401 if test "${lt_cv_prog_cc_pic_works+set}" = set; then
5402 echo $ECHO_N "(cached) $ECHO_C" >&6
5403else
5404 save_CFLAGS="$CFLAGS"
5405 CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
5406 cat >conftest.$ac_ext <<_ACEOF
5407/* confdefs.h. */
5408_ACEOF
5409cat confdefs.h >>conftest.$ac_ext
5410cat >>conftest.$ac_ext <<_ACEOF
5411/* end confdefs.h. */
5412
5413int
5414main ()
5415{
5416
5417 ;
5418 return 0;
5419}
5420_ACEOF
5421rm -f conftest.$ac_objext
5422if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5423 (eval $ac_compile) 2>conftest.er1
5424 ac_status=$?
5425 grep -v '^ *+' conftest.er1 >conftest.err
5426 rm -f conftest.er1
5427 cat conftest.err >&5
5428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5429 (exit $ac_status); } &&
5430 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5432 (eval $ac_try) 2>&5
5433 ac_status=$?
5434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5435 (exit $ac_status); }; } &&
5436 { ac_try='test -s conftest.$ac_objext'
5437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5438 (eval $ac_try) 2>&5
5439 ac_status=$?
5440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5441 (exit $ac_status); }; }; then
5442 case "$host_os" in
5443 hpux9* | hpux10* | hpux11*)
5444 # On HP-UX, both CC and GCC only warn that PIC is supported... then
5445 # they create non-PIC objects. So, if there were any warnings, we
5446 # assume that PIC is not supported.
5447 if test -s conftest.err; then
5448 lt_cv_prog_cc_pic_works=no
5449 else
5450 lt_cv_prog_cc_pic_works=yes
5451 fi
5452 ;;
5453 *)
5454 lt_cv_prog_cc_pic_works=yes
5455 ;;
5456 esac
5457
5458else
5459 echo "$as_me: failed program was:" >&5
5460sed 's/^/| /' conftest.$ac_ext >&5
5461
5462 lt_cv_prog_cc_pic_works=no
5463
5464fi
5465rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5466 CFLAGS="$save_CFLAGS"
5467
5468fi
5469
5470
5471 if test "X$lt_cv_prog_cc_pic_works" = Xno; then
5472 lt_cv_prog_cc_pic=
5473 lt_cv_prog_cc_can_build_shared=no
5474 else
5475 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
5476 fi
5477
5478 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
5479echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
5480fi
5481##
5482## END FIXME
5483
5484# Check for any special shared library compilation flags.
5485if test -n "$lt_cv_prog_cc_shlib"; then
5486 { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&5
5487echo "$as_me: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&2;}
5488 if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_cv_prog_cc_shlib[ ]" >/dev/null; then :
5489 else
5490 { echo "$as_me:$LINENO: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
5491echo "$as_me: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
5492 lt_cv_prog_cc_can_build_shared=no
5493 fi
5494fi
5495
5496## FIXME: this should be a separate macro
5497##
5498echo "$as_me:$LINENO: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
5499echo $ECHO_N "checking if $compiler static flag $lt_cv_prog_cc_static works... $ECHO_C" >&6
5500if test "${lt_cv_prog_cc_static_works+set}" = set; then
5501 echo $ECHO_N "(cached) $ECHO_C" >&6
5502else
5503 lt_cv_prog_cc_static_works=no
5504 save_LDFLAGS="$LDFLAGS"
5505 LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
5506 cat >conftest.$ac_ext <<_ACEOF
5507/* confdefs.h. */
5508_ACEOF
5509cat confdefs.h >>conftest.$ac_ext
5510cat >>conftest.$ac_ext <<_ACEOF
5511/* end confdefs.h. */
5512
5513int
5514main ()
5515{
5516
5517 ;
5518 return 0;
5519}
5520_ACEOF
5521rm -f conftest.$ac_objext conftest$ac_exeext
5522if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5523 (eval $ac_link) 2>conftest.er1
5524 ac_status=$?
5525 grep -v '^ *+' conftest.er1 >conftest.err
5526 rm -f conftest.er1
5527 cat conftest.err >&5
5528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5529 (exit $ac_status); } &&
5530 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5532 (eval $ac_try) 2>&5
5533 ac_status=$?
5534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5535 (exit $ac_status); }; } &&
5536 { ac_try='test -s conftest$ac_exeext'
5537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5538 (eval $ac_try) 2>&5
5539 ac_status=$?
5540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5541 (exit $ac_status); }; }; then
5542 lt_cv_prog_cc_static_works=yes
5543else
5544 echo "$as_me: failed program was:" >&5
5545sed 's/^/| /' conftest.$ac_ext >&5
5546
5547fi
5548rm -f conftest.err conftest.$ac_objext \
5549 conftest$ac_exeext conftest.$ac_ext
5550 LDFLAGS="$save_LDFLAGS"
5551
5552fi
5553
5554
5555# Belt *and* braces to stop my trousers falling down:
5556test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
5557echo "$as_me:$LINENO: result: $lt_cv_prog_cc_static_works" >&5
5558echo "${ECHO_T}$lt_cv_prog_cc_static_works" >&6
5559
5560pic_flag="$lt_cv_prog_cc_pic"
5561special_shlib_compile_flags="$lt_cv_prog_cc_shlib"
5562wl="$lt_cv_prog_cc_wl"
5563link_static_flag="$lt_cv_prog_cc_static"
5564no_builtin_flag="$lt_cv_prog_cc_no_builtin"
5565can_build_shared="$lt_cv_prog_cc_can_build_shared"
5566##
5567## END FIXME
5568
5569
5570## FIXME: this should be a separate macro
5571##
5572# Check to see if options -o and -c are simultaneously supported by compiler
5573echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
5574echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
5575$rm -r conftest 2>/dev/null
5576mkdir conftest
5577cd conftest
5578echo "int some_variable = 0;" > conftest.$ac_ext
5579mkdir out
5580# According to Tom Tromey, Ian Lance Taylor reported there are C compilers
5581# that will create temporary files in the current directory regardless of
5582# the output directory. Thus, making CWD read-only will cause this test
5583# to fail, enabling locking or at least warning the user not to do parallel
5584# builds.
5585chmod -w .
5586save_CFLAGS="$CFLAGS"
5587CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5588compiler_c_o=no
5589if { (eval echo configure:5589: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
5590 # The compiler can only warn and ignore the option if not recognized
5591 # So say no if there are warnings
5592 if test -s out/conftest.err; then
5593 compiler_c_o=no
5594 else
5595 compiler_c_o=yes
5596 fi
5597else
5598 # Append any errors to the config.log.
5599 cat out/conftest.err 1>&5
5600 compiler_c_o=no
5601fi
5602echo "$as_me:$LINENO: result: $compiler_c_o" >&5
5603echo "${ECHO_T}$compiler_c_o" >&6
5604CFLAGS="$save_CFLAGS"
5605chmod u+w .
5606$rm conftest* out/*
5607rmdir out
5608cd ..
5609rmdir conftest
5610$rm -r conftest 2>/dev/null
5611
5612if test x"$compiler_c_o" = x"yes"; then
5613 # Check to see if we can write to a .lo
5614 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.lo" >&5
5615echo $ECHO_N "checking if $compiler supports -c -o file.lo... $ECHO_C" >&6
5616 compiler_o_lo=no
5617 save_CFLAGS="$CFLAGS"
5618 CFLAGS="$CFLAGS -c -o conftest.lo"
5619 cat >conftest.$ac_ext <<_ACEOF
5620/* confdefs.h. */
5621_ACEOF
5622cat confdefs.h >>conftest.$ac_ext
5623cat >>conftest.$ac_ext <<_ACEOF
5624/* end confdefs.h. */
5625
5626int
5627main ()
5628{
5629int some_variable = 0;
5630 ;
5631 return 0;
5632}
5633_ACEOF
5634rm -f conftest.$ac_objext
5635if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5636 (eval $ac_compile) 2>conftest.er1
5637 ac_status=$?
5638 grep -v '^ *+' conftest.er1 >conftest.err
5639 rm -f conftest.er1
5640 cat conftest.err >&5
5641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5642 (exit $ac_status); } &&
5643 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5645 (eval $ac_try) 2>&5
5646 ac_status=$?
5647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5648 (exit $ac_status); }; } &&
5649 { ac_try='test -s conftest.$ac_objext'
5650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5651 (eval $ac_try) 2>&5
5652 ac_status=$?
5653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5654 (exit $ac_status); }; }; then
5655 # The compiler can only warn and ignore the option if not recognized
5656 # So say no if there are warnings
5657 if test -s conftest.err; then
5658 compiler_o_lo=no
5659 else
5660 compiler_o_lo=yes
5661 fi
5662
5663else
5664 echo "$as_me: failed program was:" >&5
5665sed 's/^/| /' conftest.$ac_ext >&5
5666
5667fi
5668rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5669 echo "$as_me:$LINENO: result: $compiler_c_o" >&5
5670echo "${ECHO_T}$compiler_c_o" >&6
5671 CFLAGS="$save_CFLAGS"
5672else
5673 compiler_o_lo=no
5674fi
5675##
5676## END FIXME
5677
5678## FIXME: this should be a separate macro
5679##
5680# Check to see if we can do hard links to lock some files if needed
5681hard_links="nottested"
5682if test "$compiler_c_o" = no && test "$need_locks" != no; then
5683 # do not overwrite the value of need_locks provided by the user
5684 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
5685echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
5686 hard_links=yes
5687 $rm conftest*
5688 ln conftest.a conftest.b 2>/dev/null && hard_links=no
5689 touch conftest.a
5690 ln conftest.a conftest.b 2>&5 || hard_links=no
5691 ln conftest.a conftest.b 2>/dev/null && hard_links=no
5692 echo "$as_me:$LINENO: result: $hard_links" >&5
5693echo "${ECHO_T}$hard_links" >&6
5694 if test "$hard_links" = no; then
5695 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
5696echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
5697 need_locks=warn
5698 fi
5699else
5700 need_locks=no
5701fi
5702##
5703## END FIXME
5704
5705## FIXME: this should be a separate macro
5706##
5707if test "$GCC" = yes; then
5708 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
5709 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
5710echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
5711 echo "int some_variable = 0;" > conftest.$ac_ext
5712 save_CFLAGS="$CFLAGS"
5713 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
5714 compiler_rtti_exceptions=no
5715 cat >conftest.$ac_ext <<_ACEOF
5716/* confdefs.h. */
5717_ACEOF
5718cat confdefs.h >>conftest.$ac_ext
5719cat >>conftest.$ac_ext <<_ACEOF
5720/* end confdefs.h. */
5721
5722int
5723main ()
5724{
5725int some_variable = 0;
5726 ;
5727 return 0;
5728}
5729_ACEOF
5730rm -f conftest.$ac_objext
5731if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5732 (eval $ac_compile) 2>conftest.er1
5733 ac_status=$?
5734 grep -v '^ *+' conftest.er1 >conftest.err
5735 rm -f conftest.er1
5736 cat conftest.err >&5
5737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5738 (exit $ac_status); } &&
5739 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5741 (eval $ac_try) 2>&5
5742 ac_status=$?
5743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5744 (exit $ac_status); }; } &&
5745 { ac_try='test -s conftest.$ac_objext'
5746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5747 (eval $ac_try) 2>&5
5748 ac_status=$?
5749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5750 (exit $ac_status); }; }; then
5751 # The compiler can only warn and ignore the option if not recognized
5752 # So say no if there are warnings
5753 if test -s conftest.err; then
5754 compiler_rtti_exceptions=no
5755 else
5756 compiler_rtti_exceptions=yes
5757 fi
5758
5759else
5760 echo "$as_me: failed program was:" >&5
5761sed 's/^/| /' conftest.$ac_ext >&5
5762
5763fi
5764rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5765 CFLAGS="$save_CFLAGS"
5766 echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
5767echo "${ECHO_T}$compiler_rtti_exceptions" >&6
5768
5769 if test "$compiler_rtti_exceptions" = "yes"; then
5770 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
5771 else
5772 no_builtin_flag=' -fno-builtin'
5773 fi
5774fi
5775##
5776## END FIXME
5777
5778## FIXME: this should be a separate macro
5779##
5780# See if the linker supports building shared libraries.
5781echo "$as_me:$LINENO: checking whether the linker ($LD) supports shared libraries" >&5
5782echo $ECHO_N "checking whether the linker ($LD) supports shared libraries... $ECHO_C" >&6
5783
5784allow_undefined_flag=
5785no_undefined_flag=
5786need_lib_prefix=unknown
5787need_version=unknown
5788# when you set need_version to no, make sure it does not cause -set_version
5789# flags to be left without arguments
5790archive_cmds=
5791archive_expsym_cmds=
5792old_archive_from_new_cmds=
5793old_archive_from_expsyms_cmds=
5794export_dynamic_flag_spec=
5795whole_archive_flag_spec=
5796thread_safe_flag_spec=
5797hardcode_into_libs=no
5798hardcode_libdir_flag_spec=
5799hardcode_libdir_separator=
5800hardcode_direct=no
5801hardcode_minus_L=no
5802hardcode_shlibpath_var=unsupported
5803runpath_var=
5804link_all_deplibs=unknown
5805always_export_symbols=no
5806export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols'
5807# include_expsyms should be a list of space-separated symbols to be *always*
5808# included in the symbol list
5809include_expsyms=
5810# exclude_expsyms can be an egrep regular expression of symbols to exclude
5811# it will be wrapped by ` (' and `)$', so one must not match beginning or
5812# end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
5813# as well as any symbol that contains `d'.
5814exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
5815# Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
5816# platforms (ab)use it in PIC code, but their linkers get confused if
5817# the symbol is explicitly referenced. Since portable code cannot
5818# rely on this symbol name, it's probably fine to never include it in
5819# preloaded symbol tables.
5820extract_expsyms_cmds=
5821
5822case "$host_os" in
5823cygwin* | mingw* | pw32* )
5824 # FIXME: the MSVC++ port hasn't been tested in a loooong time
5825 # When not using gcc, we currently assume that we are using
5826 # Microsoft Visual C++.
5827 if test "$GCC" != yes; then
5828 with_gnu_ld=no
5829 fi
5830 ;;
5831
5832esac
5833
5834ld_shlibs=yes
5835if test "$with_gnu_ld" = yes; then
5836 # If archive_cmds runs LD, not CC, wlarc should be empty
5837 wlarc='${wl}'
5838
5839 # See if GNU ld supports shared libraries.
5840 case "$host_os" in
5841 aix3* | aix4*)
5842 # On AIX, the GNU linker is very broken
5843 ld_shlibs=no
5844 cat <<EOF 1>&2
5845
5846*** Warning: the GNU linker, at least up to release 2.9.1, is reported
5847*** to be unable to reliably create shared libraries on AIX.
5848*** Therefore, libtool is disabling shared libraries support. If you
5849*** really care for shared libraries, you may want to modify your PATH
5850*** so that a non-GNU linker is found, and then restart.
5851
5852EOF
5853 ;;
5854
5855 amigaos*)
5856 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)'
5857 hardcode_libdir_flag_spec='-L$libdir'
5858 hardcode_minus_L=yes
5859
5860 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
5861 # that the semantics of dynamic libraries on AmigaOS, at least up
5862 # to version 4, is to share data among multiple programs linked
5863 # with the same dynamic library. Since this doesn't match the
5864 # behavior of shared libraries on other platforms, we can use
5865 # them.
5866 ld_shlibs=no
5867 ;;
5868
5869 beos*)
5870 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
5871 allow_undefined_flag=unsupported
5872 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5873 # support --undefined. This deserves some investigation. FIXME
5874 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5875 else
5876 ld_shlibs=no
5877 fi
5878 ;;
5879
5880 cygwin* | mingw* | pw32*)
5881 # hardcode_libdir_flag_spec is actually meaningless, as there is
5882 # no search path for DLLs.
5883 hardcode_libdir_flag_spec='-L$libdir'
5884 allow_undefined_flag=unsupported
5885 always_export_symbols=yes
5886
5887 extract_expsyms_cmds='test -f $output_objdir/impgen.c || \
5888 sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < $''0 > $output_objdir/impgen.c~
5889 test -f $output_objdir/impgen.exe || (cd $output_objdir && \
5890 if test "x$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \
5891 else $CC -o impgen impgen.c ; fi)~
5892 $output_objdir/impgen $dir/$soname > $output_objdir/$soname-def'
5893
5894 old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'
5895
5896 # cygwin and mingw dlls have different entry points and sets of symbols
5897 # to exclude.
5898 # FIXME: what about values for MSVC?
5899 dll_entry=__cygwin_dll_entry@12
5900 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
5901 case "$host_os" in
5902 mingw*)
5903 # mingw values
5904 dll_entry=_DllMainCRTStartup@12
5905 dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
5906 ;;
5907 esac
5908
5909 # mingw and cygwin differ, and it's simplest to just exclude the union
5910 # of the two symbol sets.
5911 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
5912
5913 # recent cygwin and mingw systems supply a stub DllMain which the user
5914 # can override, but on older systems we have to supply one (in ltdll.c)
5915 if test "x$lt_cv_need_dllmain" = "xyes"; then
5916 ltdll_obj='$output_objdir/$soname-ltdll.'"$ac_objext "
5917 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~
5918 test -f $output_objdir/$soname-ltdll.$ac_objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
5919 else
5920 ltdll_obj=
5921 ltdll_cmds=
5922 fi
5923
5924 # Extract the symbol export list from an `--export-all' def file,
5925 # then regenerate the def file from the symbol export list, so that
5926 # the compiled dll only exports the symbol export list.
5927 # Be careful not to strip the DATA tag left be newer dlltools.
5928 export_symbols_cmds="$ltdll_cmds"'
5929 $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
5930 sed -e "1,/EXPORTS/d" -e "s/ @ [0-9]*//" -e "s/ *;.*$//" < $output_objdir/$soname-def > $export_symbols'
5931
5932 # If DATA tags from a recent dlltool are present, honour them!
5933 archive_expsym_cmds='echo EXPORTS > $output_objdir/$soname-def~
5934 _lt_hint=1;
5935 cat $export_symbols | while read symbol; do
5936 set dummy \$symbol;
5937 case \$# in
5938 2) echo " \$2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
5939 *) echo " \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;;
5940 esac;
5941 _lt_hint=`expr 1 + \$_lt_hint`;
5942 done~
5943 '"$ltdll_cmds"'
5944 $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~
5945 $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~
5946 $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~
5947 $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~
5948 $CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $lib '$ltdll_obj'$libobjs $deplibs $compiler_flags'
5949 ;;
5950
5951 netbsd*)
5952 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5953 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5954 wlarc=
5955 else
5956 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5957 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
5958 fi
5959 ;;
5960
5961 solaris* | sysv5*)
5962 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
5963 ld_shlibs=no
5964 cat <<EOF 1>&2
5965
5966*** Warning: The releases 2.8.* of the GNU linker cannot reliably
5967*** create shared libraries on Solaris systems. Therefore, libtool
5968*** is disabling shared libraries support. We urge you to upgrade GNU
5969*** binutils to release 2.9.1 or newer. Another option is to modify
5970*** your PATH or compiler configuration so that the native linker is
5971*** used, and then restart.
5972
5973EOF
5974 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
5975 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5976 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
5977 else
5978 ld_shlibs=no
5979 fi
5980 ;;
5981
5982 sunos4*)
5983 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5984 wlarc=
5985 hardcode_direct=yes
5986 hardcode_shlibpath_var=no
5987 ;;
5988
5989 *)
5990 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
5991 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5992 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
5993 else
5994 ld_shlibs=no
5995 fi
5996 ;;
5997 esac
5998
5999 if test "$ld_shlibs" = yes; then
6000 runpath_var=LD_RUN_PATH
6001 hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
6002 export_dynamic_flag_spec='${wl}--export-dynamic'
6003 case $host_os in
6004 cygwin* | mingw* | pw32*)
6005 # dlltool doesn't understand --whole-archive et. al.
6006 whole_archive_flag_spec=
6007 ;;
6008 *)
6009 # ancient GNU ld didn't support --whole-archive et. al.
6010 if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
6011 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
6012 else
6013 whole_archive_flag_spec=
6014 fi
6015 ;;
6016 esac
6017 fi
6018else
6019 # PORTME fill in a description of your system's linker (not GNU ld)
6020 case "$host_os" in
6021 aix3*)
6022 allow_undefined_flag=unsupported
6023 always_export_symbols=yes
6024 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'
6025 # Note: this linker hardcodes the directories in LIBPATH if there
6026 # are no directories specified by -L.
6027 hardcode_minus_L=yes
6028 if test "$GCC" = yes && test -z "$link_static_flag"; then
6029 # Neither direct hardcoding nor static linking is supported with a
6030 # broken collect2.
6031 hardcode_direct=unsupported
6032 fi
6033 ;;
6034
6035 aix4*)
6036 hardcode_libdir_flag_spec='${wl}-b ${wl}nolibpath ${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib'
6037 hardcode_libdir_separator=':'
6038 if test "$GCC" = yes; then
6039 collect2name=`${CC} -print-prog-name=collect2`
6040 if test -f "$collect2name" && \
6041 strings "$collect2name" | grep resolve_lib_name >/dev/null
6042 then
6043 # We have reworked collect2
6044 hardcode_direct=yes
6045 else
6046 # We have old collect2
6047 hardcode_direct=unsupported
6048 # It fails to find uninstalled libraries when the uninstalled
6049 # path is not listed in the libpath. Setting hardcode_minus_L
6050 # to unsupported forces relinking
6051 hardcode_minus_L=yes
6052 hardcode_libdir_flag_spec='-L$libdir'
6053 hardcode_libdir_separator=
6054 fi
6055 shared_flag='-shared'
6056 else
6057 shared_flag='${wl}-bM:SRE'
6058 hardcode_direct=yes
6059 fi
6060 allow_undefined_flag=' ${wl}-berok'
6061 archive_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bexpall ${wl}-bnoentry${allow_undefined_flag}'
6062 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}'
6063 case "$host_os" in aix4.[01]|aix4.[01].*)
6064 # According to Greg Wooledge, -bexpall is only supported from AIX 4.2 on
6065 always_export_symbols=yes ;;
6066 esac
6067
6068 # We don't want to build shared libraries on unknown CPU types.
6069 case $host_cpu in
6070 powerpc | rs6000) ;;
6071 *) ld_shlibs=no ;;
6072 esac
6073 ;;
6074
6075 amigaos*)
6076 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)'
6077 hardcode_libdir_flag_spec='-L$libdir'
6078 hardcode_minus_L=yes
6079 # see comment about different semantics on the GNU ld section
6080 ld_shlibs=no
6081 ;;
6082
6083 cygwin* | mingw* | pw32*)
6084 # When not using gcc, we currently assume that we are using
6085 # Microsoft Visual C++.
6086 # hardcode_libdir_flag_spec is actually meaningless, as there is
6087 # no search path for DLLs.
6088 hardcode_libdir_flag_spec=' '
6089 allow_undefined_flag=unsupported
6090 # Tell ltmain to make .lib files, not .a files.
6091 libext=lib
6092 # FIXME: Setting linknames here is a bad hack.
6093 archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
6094 # The linker will automatically build a .lib file if we build a DLL.
6095 old_archive_from_new_cmds='true'
6096 # FIXME: Should let the user specify the lib program.
6097 old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
6098 fix_srcfile_path='`cygpath -w "$srcfile"`'
6099 ;;
6100
6101 darwin* | rhapsody*)
6102 allow_undefined_flag='-undefined warning'
6103 archive_cmds='$CC `if test "$module" = "yes"; then echo -bundle; else
6104 echo -dynamiclib; fi` -o $lib $libobjs $deplibs $linkopts'
6105 archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
6106 ## What we need is to hardcode the path to the library, not the search path
6107 #hardcode_direct=yes
6108 #hardcode_libdir_flag_spec='-install_name $libdir/$lib'
6109 hardcode_shlibpath_var=no
6110 whole_archive_flag_spec='-all_load'
6111 ;;
6112
6113 freebsd1*)
6114 ld_shlibs=no
6115 ;;
6116
6117 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
6118 # support. Future versions do this automatically, but an explicit c++rt0.o
6119 # does not break anything, and helps significantly (at the cost of a little
6120 # extra space).
6121 freebsd2.2*)
6122 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
6123 hardcode_libdir_flag_spec='-R$libdir'
6124 hardcode_direct=yes
6125 hardcode_shlibpath_var=no
6126 ;;
6127
6128 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6129 freebsd2*)
6130 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6131 hardcode_direct=yes
6132 hardcode_minus_L=yes
6133 hardcode_shlibpath_var=no
6134 ;;
6135
6136 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
6137 freebsd*)
6138 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
6139 hardcode_libdir_flag_spec='-R$libdir'
6140 hardcode_direct=yes
6141 hardcode_shlibpath_var=no
6142 ;;
6143
6144 hpux9* | hpux10* | hpux11*)
6145 case "$host_os" in
6146 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' ;;
6147 *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;;
6148 esac
6149 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
6150 hardcode_libdir_separator=:
6151 hardcode_direct=yes
6152 hardcode_minus_L=yes # Not in the search PATH, but as the default
6153 # location of the library.
6154 export_dynamic_flag_spec='${wl}-E'
6155 ;;
6156
6157 irix5* | irix6*)
6158 if test "$GCC" = yes; then
6159 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'
6160 else
6161 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'
6162 fi
6163 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
6164 hardcode_libdir_separator=:
6165 link_all_deplibs=yes
6166 ;;
6167
6168 netbsd*)
6169 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6170 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
6171 else
6172 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
6173 fi
6174 hardcode_libdir_flag_spec='-R$libdir'
6175 hardcode_direct=yes
6176 hardcode_shlibpath_var=no
6177 ;;
6178
6179 newsos6)
6180 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
6181 hardcode_direct=yes
6182 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
6183 hardcode_libdir_separator=:
6184 hardcode_shlibpath_var=no
6185 ;;
6186
6187 openbsd*)
6188 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6189 hardcode_libdir_flag_spec='-R$libdir'
6190 hardcode_direct=yes
6191 hardcode_shlibpath_var=no
6192 ;;
6193
6194 os2*)
6195 hardcode_libdir_flag_spec='-L$libdir'
6196 hardcode_minus_L=yes
6197 allow_undefined_flag=unsupported
6198 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'
6199 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
6200 ;;
6201
6202 osf3*)
6203 if test "$GCC" = yes; then
6204 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
6205 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'
6206 else
6207 allow_undefined_flag=' -expect_unresolved \*'
6208 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'
6209 fi
6210 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
6211 hardcode_libdir_separator=:
6212 ;;
6213
6214 osf4* | osf5*) # as osf3* with the addition of -msym flag
6215 if test "$GCC" = yes; then
6216 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
6217 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'
6218 else
6219 allow_undefined_flag=' -expect_unresolved \*'
6220 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'
6221 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
6222 $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'
6223 fi
6224#Both c and cxx compiler support -rpath directly
6225 hardcode_libdir_flag_spec='-rpath $libdir'
6226 hardcode_libdir_separator=:
6227 ;;
6228
6229 sco3.2v5*)
6230 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6231 hardcode_shlibpath_var=no
6232 runpath_var=LD_RUN_PATH
6233 hardcode_runpath_var=yes
6234 ;;
6235
6236 solaris*)
6237 no_undefined_flag=' -z text'
6238 # $CC -shared without GNU ld will not create a library from C++
6239 # object files and a static libstdc++, better avoid it by now
6240 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
6241 archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6242 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
6243 hardcode_libdir_flag_spec='-R$libdir'
6244 hardcode_shlibpath_var=no
6245 case "$host_os" in
6246 solaris2.[0-5] | solaris2.[0-5].*) ;;
6247 *) # Supported since Solaris 2.6 (maybe 2.5.1?)
6248 whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
6249 esac
6250 link_all_deplibs=yes
6251 ;;
6252
6253 sunos4*)
6254 if test "x$host_vendor" = xsequent; then
6255 # Use $CC to link under sequent, because it throws in some extra .o
6256 # files that make .init and .fini sections work.
6257 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
6258 else
6259 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
6260 fi
6261 hardcode_libdir_flag_spec='-L$libdir'
6262 hardcode_direct=yes
6263 hardcode_minus_L=yes
6264 hardcode_shlibpath_var=no
6265 ;;
6266
6267 sysv4)
6268 if test "x$host_vendor" = xsno; then
6269 archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linkopts'
6270 hardcode_direct=yes # is this really true???
6271 else
6272 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6273 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
6274 fi
6275 runpath_var='LD_RUN_PATH'
6276 hardcode_shlibpath_var=no
6277 ;;
6278
6279 sysv4.3*)
6280 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6281 hardcode_shlibpath_var=no
6282 export_dynamic_flag_spec='-Bexport'
6283 ;;
6284
6285 sysv5*)
6286 no_undefined_flag=' -z text'
6287 # $CC -shared without GNU ld will not create a library from C++
6288 # object files and a static libstdc++, better avoid it by now
6289 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
6290 archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6291 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
6292 hardcode_libdir_flag_spec=
6293 hardcode_shlibpath_var=no
6294 runpath_var='LD_RUN_PATH'
6295 ;;
6296
6297 uts4*)
6298 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6299 hardcode_libdir_flag_spec='-L$libdir'
6300 hardcode_shlibpath_var=no
6301 ;;
6302
6303 dgux*)
6304 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6305 hardcode_libdir_flag_spec='-L$libdir'
6306 hardcode_shlibpath_var=no
6307 ;;
6308
6309 sysv4*MP*)
6310 if test -d /usr/nec; then
6311 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6312 hardcode_shlibpath_var=no
6313 runpath_var=LD_RUN_PATH
6314 hardcode_runpath_var=yes
6315 ld_shlibs=yes
6316 fi
6317 ;;
6318
6319 sysv4.2uw2*)
6320 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
6321 hardcode_direct=yes
6322 hardcode_minus_L=no
6323 hardcode_shlibpath_var=no
6324 hardcode_runpath_var=yes
6325 runpath_var=LD_RUN_PATH
6326 ;;
6327
6328 unixware7*)
6329 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6330 runpath_var='LD_RUN_PATH'
6331 hardcode_shlibpath_var=no
6332 ;;
6333
6334 *)
6335 ld_shlibs=no
6336 ;;
6337 esac
6338fi
6339echo "$as_me:$LINENO: result: $ld_shlibs" >&5
6340echo "${ECHO_T}$ld_shlibs" >&6
6341test "$ld_shlibs" = no && can_build_shared=no
6342##
6343## END FIXME
6344
6345## FIXME: this should be a separate macro
6346##
6347# Check hardcoding attributes.
6348echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
6349echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
6350hardcode_action=
6351if test -n "$hardcode_libdir_flag_spec" || \
6352 test -n "$runpath_var"; then
6353
6354 # We can hardcode non-existant directories.
6355 if test "$hardcode_direct" != no &&
6356 # If the only mechanism to avoid hardcoding is shlibpath_var, we
6357 # have to relink, otherwise we might link with an installed library
6358 # when we should be linking with a yet-to-be-installed one
6359 ## test "$hardcode_shlibpath_var" != no &&
6360 test "$hardcode_minus_L" != no; then
6361 # Linking always hardcodes the temporary library directory.
6362 hardcode_action=relink
6363 else
6364 # We can link without hardcoding, and we can hardcode nonexisting dirs.
6365 hardcode_action=immediate
6366 fi
6367else
6368 # We cannot hardcode anything, or else we can only hardcode existing
6369 # directories.
6370 hardcode_action=unsupported
6371fi
6372echo "$as_me:$LINENO: result: $hardcode_action" >&5
6373echo "${ECHO_T}$hardcode_action" >&6
6374##
6375## END FIXME
6376
6377## FIXME: this should be a separate macro
6378##
6379striplib=
6380old_striplib=
6381echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
6382echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
6383if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
6384 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
6385 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
6386 echo "$as_me:$LINENO: result: yes" >&5
6387echo "${ECHO_T}yes" >&6
6388else
6389 echo "$as_me:$LINENO: result: no" >&5
6390echo "${ECHO_T}no" >&6
6391fi
6392##
6393## END FIXME
6394
6395reload_cmds='$LD$reload_flag -o $output$reload_objs'
6396test -z "$deplibs_check_method" && deplibs_check_method=unknown
6397
6398## FIXME: this should be a separate macro
6399##
6400# PORTME Fill in your ld.so characteristics
6401echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
6402echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
6403library_names_spec=
6404libname_spec='lib$name'
6405soname_spec=
6406postinstall_cmds=
6407postuninstall_cmds=
6408finish_cmds=
6409finish_eval=
6410shlibpath_var=
6411shlibpath_overrides_runpath=unknown
6412version_type=none
6413dynamic_linker="$host_os ld.so"
6414sys_lib_dlsearch_path_spec="/lib /usr/lib"
6415sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
6416
6417case "$host_os" in
6418aix3*)
6419 version_type=linux
6420 library_names_spec='${libname}${release}.so$versuffix $libname.a'
6421 shlibpath_var=LIBPATH
6422
6423 # AIX has no versioning support, so we append a major version to the name.
6424 soname_spec='${libname}${release}.so$major'
6425 ;;
6426
6427aix4*)
6428 version_type=linux
6429 # AIX has no versioning support, so currently we can not hardcode correct
6430 # soname into executable. Probably we can add versioning support to
6431 # collect2, so additional links can be useful in future.
6432 # We preserve .a as extension for shared libraries though AIX4.2
6433 # and later linker supports .so
6434 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.a'
6435 shlibpath_var=LIBPATH
6436 ;;
6437
6438amigaos*)
6439 library_names_spec='$libname.ixlibrary $libname.a'
6440 # Create ${libname}_ixlibrary.a entries in /sys/libs.
6441 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'
6442 ;;
6443
6444beos*)
6445 library_names_spec='${libname}.so'
6446 dynamic_linker="$host_os ld.so"
6447 shlibpath_var=LIBRARY_PATH
6448 ;;
6449
6450bsdi4*)
6451 version_type=linux
6452 need_version=no
6453 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6454 soname_spec='${libname}${release}.so$major'
6455 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
6456 shlibpath_var=LD_LIBRARY_PATH
6457 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
6458 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
6459 export_dynamic_flag_spec=-rdynamic
6460 # the default ld.so.conf also contains /usr/contrib/lib and
6461 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
6462 # libtool to hard-code these into programs
6463 ;;
6464
6465cygwin* | mingw* | pw32*)
6466 version_type=windows
6467 need_version=no
6468 need_lib_prefix=no
6469 if test "$GCC" = yes; then
6470 library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
6471 else
6472 library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
6473 fi
6474 dynamic_linker='Win32 ld.exe'
6475 # FIXME: first we should search . and the directory the executable is in
6476 shlibpath_var=PATH
6477 ;;
6478
6479darwin* | rhapsody*)
6480 need_lib_prefix=no
6481 need_version=no
6482 library_names_spec='${libname}.`if test "$module" = "yes"; then echo so; else echo dylib; fi`'
6483 shlibpath_overrides_runpath=yes
6484 shlibpath_var=DYLD_LIBRARY_PATH
6485 postinstall_cmds='chmod +x $lib'
6486 ;;
6487
6488freebsd1*)
6489 dynamic_linker=no
6490 ;;
6491
6492freebsd*)
6493 objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
6494 version_type=freebsd-$objformat
6495 case "$version_type" in
6496 freebsd-elf*)
6497 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
6498 need_version=no
6499 need_lib_prefix=no
6500 ;;
6501 freebsd-*)
6502 library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix'
6503 need_version=yes
6504 ;;
6505 esac
6506 shlibpath_var=LD_LIBRARY_PATH
6507 case "$host_os" in
6508 freebsd2*)
6509 shlibpath_overrides_runpath=yes
6510 ;;
6511 *)
6512 shlibpath_overrides_runpath=no
6513 hardcode_into_libs=yes
6514 ;;
6515 esac
6516 ;;
6517
6518gnu*)
6519 version_type=linux
6520 need_lib_prefix=no
6521 need_version=no
6522 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
6523 soname_spec='${libname}${release}.so$major'
6524 shlibpath_var=LD_LIBRARY_PATH
6525 hardcode_into_libs=yes
6526 ;;
6527
6528hpux9* | hpux10* | hpux11*)
6529 # Give a soname corresponding to the major version so that dld.sl refuses to
6530 # link against other versions.
6531 dynamic_linker="$host_os dld.sl"
6532 version_type=sunos
6533 need_lib_prefix=no
6534 need_version=no
6535 shlibpath_var=SHLIB_PATH
6536 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
6537 library_names_spec='${libname}${release}.sl$versuffix ${libname}${release}.sl$major $libname.sl'
6538 soname_spec='${libname}${release}.sl$major'
6539 # HP-UX runs *really* slowly unless shared libraries are mode 555.
6540 postinstall_cmds='chmod 555 $lib'
6541 ;;
6542
6543irix5* | irix6*)
6544 version_type=irix
6545 need_lib_prefix=no
6546 need_version=no
6547 soname_spec='${libname}${release}.so$major'
6548 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so'
6549 case "$host_os" in
6550 irix5*)
6551 libsuff= shlibsuff=
6552 ;;
6553 *)
6554 case "$LD" in # libtool.m4 will add one of these switches to LD
6555 *-32|*"-32 ") libsuff= shlibsuff= libmagic=32-bit;;
6556 *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 libmagic=N32;;
6557 *-64|*"-64 ") libsuff=64 shlibsuff=64 libmagic=64-bit;;
6558 *) libsuff= shlibsuff= libmagic=never-match;;
6559 esac
6560 ;;
6561 esac
6562 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
6563 shlibpath_overrides_runpath=no
6564 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
6565 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
6566 ;;
6567
6568# No shared lib support for Linux oldld, aout, or coff.
6569linux-gnuoldld* | linux-gnuaout* | linux-gnucoff*)
6570 dynamic_linker=no
6571 ;;
6572
6573# This must be Linux ELF.
6574linux-gnu*)
6575 version_type=linux
6576 need_lib_prefix=no
6577 need_version=no
6578 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6579 soname_spec='${libname}${release}.so$major'
6580 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
6581 shlibpath_var=LD_LIBRARY_PATH
6582 shlibpath_overrides_runpath=no
6583 # This implies no fast_install, which is unacceptable.
6584 # Some rework will be needed to allow for fast_install
6585 # before this can be enabled.
6586 hardcode_into_libs=yes
6587
6588 # We used to test for /lib/ld.so.1 and disable shared libraries on
6589 # powerpc, because MkLinux only supported shared libraries with the
6590 # GNU dynamic linker. Since this was broken with cross compilers,
6591 # most powerpc-linux boxes support dynamic linking these days and
6592 # people can always --disable-shared, the test was removed, and we
6593 # assume the GNU/Linux dynamic linker is in use.
6594 dynamic_linker='GNU/Linux ld.so'
6595 ;;
6596
6597netbsd*)
6598 version_type=sunos
6599 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6600 library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
6601 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
6602 dynamic_linker='NetBSD (a.out) ld.so'
6603 else
6604 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so ${libname}.so'
6605 soname_spec='${libname}${release}.so$major'
6606 dynamic_linker='NetBSD ld.elf_so'
6607 fi
6608 shlibpath_var=LD_LIBRARY_PATH
6609 shlibpath_overrides_runpath=yes
6610 hardcode_into_libs=yes
6611 ;;
6612
6613newsos6)
6614 version_type=linux
6615 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6616 shlibpath_var=LD_LIBRARY_PATH
6617 shlibpath_overrides_runpath=yes
6618 ;;
6619
6620openbsd*)
6621 version_type=sunos
6622 if test "$with_gnu_ld" = yes; then
6623 need_lib_prefix=no
6624 need_version=no
6625 fi
6626 library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
6627 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
6628 shlibpath_var=LD_LIBRARY_PATH
6629 ;;
6630
6631os2*)
6632 libname_spec='$name'
6633 need_lib_prefix=no
6634 library_names_spec='$libname.dll $libname.a'
6635 dynamic_linker='OS/2 ld.exe'
6636 shlibpath_var=LIBPATH
6637 ;;
6638
6639osf3* | osf4* | osf5*)
6640 version_type=osf
6641 need_version=no
6642 soname_spec='${libname}${release}.so'
6643 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
6644 shlibpath_var=LD_LIBRARY_PATH
6645 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
6646 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
6647 ;;
6648
6649sco3.2v5*)
6650 version_type=osf
6651 soname_spec='${libname}${release}.so$major'
6652 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6653 shlibpath_var=LD_LIBRARY_PATH
6654 ;;
6655
6656solaris*)
6657 version_type=linux
6658 need_lib_prefix=no
6659 need_version=no
6660 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6661 soname_spec='${libname}${release}.so$major'
6662 shlibpath_var=LD_LIBRARY_PATH
6663 shlibpath_overrides_runpath=yes
6664 hardcode_into_libs=yes
6665 # ldd complains unless libraries are executable
6666 postinstall_cmds='chmod +x $lib'
6667 ;;
6668
6669sunos4*)
6670 version_type=sunos
6671 library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
6672 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
6673 shlibpath_var=LD_LIBRARY_PATH
6674 shlibpath_overrides_runpath=yes
6675 if test "$with_gnu_ld" = yes; then
6676 need_lib_prefix=no
6677 fi
6678 need_version=yes
6679 ;;
6680
6681sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
6682 version_type=linux
6683 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6684 soname_spec='${libname}${release}.so$major'
6685 shlibpath_var=LD_LIBRARY_PATH
6686 case "$host_vendor" in
6687 sni)
6688 shlibpath_overrides_runpath=no
6689 ;;
6690 motorola)
6691 need_lib_prefix=no
6692 need_version=no
6693 shlibpath_overrides_runpath=no
6694 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
6695 ;;
6696 esac
6697 ;;
6698
6699uts4*)
6700 version_type=linux
6701 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6702 soname_spec='${libname}${release}.so$major'
6703 shlibpath_var=LD_LIBRARY_PATH
6704 ;;
6705
6706dgux*)
6707 version_type=linux
6708 need_lib_prefix=no
6709 need_version=no
6710 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6711 soname_spec='${libname}${release}.so$major'
6712 shlibpath_var=LD_LIBRARY_PATH
6713 ;;
6714
6715sysv4*MP*)
6716 if test -d /usr/nec ;then
6717 version_type=linux
6718 library_names_spec='$libname.so.$versuffix $libname.so.$major $libname.so'
6719 soname_spec='$libname.so.$major'
6720 shlibpath_var=LD_LIBRARY_PATH
6721 fi
6722 ;;
6723
6724*)
6725 dynamic_linker=no
6726 ;;
6727esac
6728echo "$as_me:$LINENO: result: $dynamic_linker" >&5
6729echo "${ECHO_T}$dynamic_linker" >&6
6730test "$dynamic_linker" = no && can_build_shared=no
6731##
6732## END FIXME
6733
6734## FIXME: this should be a separate macro
6735##
6736# Report the final consequences.
6737echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
6738echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
6739echo "$as_me:$LINENO: result: $can_build_shared" >&5
6740echo "${ECHO_T}$can_build_shared" >&6
6741##
6742## END FIXME
6743
6744if test "$hardcode_action" = relink; then
6745 # Fast installation is not supported
6746 enable_fast_install=no
6747elif test "$shlibpath_overrides_runpath" = yes ||
6748 test "$enable_shared" = no; then
6749 # Fast installation is not necessary
6750 enable_fast_install=needless
6751fi
6752
6753variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
6754if test "$GCC" = yes; then
6755 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
6756fi
6757
6758if test "x$enable_dlopen" != xyes; then
6759 enable_dlopen=unknown
6760 enable_dlopen_self=unknown
6761 enable_dlopen_self_static=unknown
6762else
6763 lt_cv_dlopen=no
6764 lt_cv_dlopen_libs=
6765
6766 case "$host_os" in
6767 beos*)
6768 lt_cv_dlopen="load_add_on"
6769 lt_cv_dlopen_libs=
6770 lt_cv_dlopen_self=yes
6771 ;;
6772
6773 cygwin* | mingw* | pw32*)
6774 lt_cv_dlopen="LoadLibrary"
6775 lt_cv_dlopen_libs=
6776 ;;
6777
6778 *)
6779 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
6780echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
6781if test "${ac_cv_lib_dl_dlopen+set}" = set; then
6782 echo $ECHO_N "(cached) $ECHO_C" >&6
6783else
6784 ac_check_lib_save_LIBS=$LIBS
6785LIBS="-ldl $LIBS"
6786cat >conftest.$ac_ext <<_ACEOF
6787/* confdefs.h. */
6788_ACEOF
6789cat confdefs.h >>conftest.$ac_ext
6790cat >>conftest.$ac_ext <<_ACEOF
6791/* end confdefs.h. */
6792
6793/* Override any gcc2 internal prototype to avoid an error. */
6794#ifdef __cplusplus
6795extern "C"
6796#endif
6797/* We use char because int might match the return type of a gcc2
6798 builtin and then its argument prototype would still apply. */
6799char dlopen ();
6800int
6801main ()
6802{
6803dlopen ();
6804 ;
6805 return 0;
6806}
6807_ACEOF
6808rm -f conftest.$ac_objext conftest$ac_exeext
6809if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6810 (eval $ac_link) 2>conftest.er1
6811 ac_status=$?
6812 grep -v '^ *+' conftest.er1 >conftest.err
6813 rm -f conftest.er1
6814 cat conftest.err >&5
6815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6816 (exit $ac_status); } &&
6817 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6819 (eval $ac_try) 2>&5
6820 ac_status=$?
6821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6822 (exit $ac_status); }; } &&
6823 { ac_try='test -s conftest$ac_exeext'
6824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6825 (eval $ac_try) 2>&5
6826 ac_status=$?
6827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6828 (exit $ac_status); }; }; then
6829 ac_cv_lib_dl_dlopen=yes
6830else
6831 echo "$as_me: failed program was:" >&5
6832sed 's/^/| /' conftest.$ac_ext >&5
6833
6834ac_cv_lib_dl_dlopen=no
6835fi
6836rm -f conftest.err conftest.$ac_objext \
6837 conftest$ac_exeext conftest.$ac_ext
6838LIBS=$ac_check_lib_save_LIBS
6839fi
6840echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
6841echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
6842if test $ac_cv_lib_dl_dlopen = yes; then
6843 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
6844else
6845 echo "$as_me:$LINENO: checking for dlopen" >&5
6846echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
6847if test "${ac_cv_func_dlopen+set}" = set; then
6848 echo $ECHO_N "(cached) $ECHO_C" >&6
6849else
6850 cat >conftest.$ac_ext <<_ACEOF
6851/* confdefs.h. */
6852_ACEOF
6853cat confdefs.h >>conftest.$ac_ext
6854cat >>conftest.$ac_ext <<_ACEOF
6855/* end confdefs.h. */
6856/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. 3589/* Define setlocale to an innocuous variant, in case <limits.h> declares setlocale.
6857 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 3590 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6858#define dlopen innocuous_dlopen 3591#define setlocale innocuous_setlocale
6859 3592
6860/* System header to define __stub macros and hopefully few prototypes, 3593/* System header to define __stub macros and hopefully few prototypes,
6861 which can conflict with char dlopen (); below. 3594 which can conflict with char setlocale (); below.
6862 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 3595 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6863 <limits.h> exists even on freestanding compilers. */ 3596 <limits.h> exists even on freestanding compilers. */
6864 3597
6865#ifdef __STDC__ 3598#ifdef __STDC__
6866# include <limits.h> 3599# include <limits.h>
6867#else 3600#else
6868# include <assert.h> 3601# include <assert.h>
6869#endif 3602#endif
6870 3603
6871#undef dlopen 3604#undef setlocale
6872 3605
6873/* Override any gcc2 internal prototype to avoid an error. */ 3606/* Override any gcc2 internal prototype to avoid an error. */
6874#ifdef __cplusplus 3607#ifdef __cplusplus
6875extern "C" 3608extern "C"
6876{ 3609{
6877#endif 3610#endif
6878/* We use char because int might match the return type of a gcc2 3611/* We use char because int might match the return type of a gcc2
6879 builtin and then its argument prototype would still apply. */ 3612 builtin and then its argument prototype would still apply. */
6880char dlopen (); 3613char setlocale ();
6881/* The GNU C library defines this for functions which it implements 3614/* The GNU C library defines this for functions which it implements
6882 to always fail with ENOSYS. Some functions are actually named 3615 to always fail with ENOSYS. Some functions are actually named
6883 something starting with __ and the normal name is an alias. */ 3616 something starting with __ and the normal name is an alias. */
6884#if defined (__stub_dlopen) || defined (__stub___dlopen) 3617#if defined (__stub_setlocale) || defined (__stub___setlocale)
6885choke me 3618choke me
6886#else 3619#else
6887char (*f) () = dlopen; 3620char (*f) () = setlocale;
6888#endif 3621#endif
6889#ifdef __cplusplus 3622#ifdef __cplusplus
6890} 3623}
6891#endif 3624#endif
6892 3625
6893int 3626int
6894main () 3627main ()
6895{ 3628{
6896return f != dlopen; 3629return f != setlocale;
6897 ; 3630 ;
6898 return 0; 3631 return 0;
6899} 3632}
6900_ACEOF 3633_ACEOF
6901rm -f conftest.$ac_objext conftest$ac_exeext 3634rm -f conftest.$ac_objext conftest$ac_exeext
6917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6918 (eval $ac_try) 2>&5 3651 (eval $ac_try) 2>&5
6919 ac_status=$? 3652 ac_status=$?
6920 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6921 (exit $ac_status); }; }; then 3654 (exit $ac_status); }; }; then
6922 ac_cv_func_dlopen=yes 3655 ac_cv_func_setlocale=yes
6923else 3656else
6924 echo "$as_me: failed program was:" >&5 3657 echo "$as_me: failed program was:" >&5
6925sed 's/^/| /' conftest.$ac_ext >&5 3658sed 's/^/| /' conftest.$ac_ext >&5
6926 3659
6927ac_cv_func_dlopen=no 3660ac_cv_func_setlocale=no
6928fi 3661fi
6929rm -f conftest.err conftest.$ac_objext \ 3662rm -f conftest.err conftest.$ac_objext \
6930 conftest$ac_exeext conftest.$ac_ext 3663 conftest$ac_exeext conftest.$ac_ext
6931fi 3664fi
6932echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 3665echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5
6933echo "${ECHO_T}$ac_cv_func_dlopen" >&6 3666echo "${ECHO_T}$ac_cv_func_setlocale" >&6
6934if test $ac_cv_func_dlopen = yes; then 3667if test $ac_cv_func_setlocale = yes; then
6935 lt_cv_dlopen="dlopen" 3668 :
6936else 3669else
6937 echo "$as_me:$LINENO: checking for shl_load" >&5 3670 echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
6938echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 3671echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
6939if test "${ac_cv_func_shl_load+set}" = set; then 3672if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
6940 echo $ECHO_N "(cached) $ECHO_C" >&6 3673 echo $ECHO_N "(cached) $ECHO_C" >&6
6941else 3674else
3675 ac_check_lib_save_LIBS=$LIBS
3676LIBS="-lxpg4 $LIBS"
6942 cat >conftest.$ac_ext <<_ACEOF 3677cat >conftest.$ac_ext <<_ACEOF
6943/* confdefs.h. */ 3678/* confdefs.h. */
6944_ACEOF 3679_ACEOF
6945cat confdefs.h >>conftest.$ac_ext 3680cat confdefs.h >>conftest.$ac_ext
6946cat >>conftest.$ac_ext <<_ACEOF 3681cat >>conftest.$ac_ext <<_ACEOF
6947/* end confdefs.h. */ 3682/* end confdefs.h. */
3683
3684/* Override any gcc2 internal prototype to avoid an error. */
3685#ifdef __cplusplus
3686extern "C"
3687#endif
3688/* We use char because int might match the return type of a gcc2
3689 builtin and then its argument prototype would still apply. */
3690char setlocale ();
3691int
3692main ()
3693{
3694setlocale ();
3695 ;
3696 return 0;
3697}
3698_ACEOF
3699rm -f conftest.$ac_objext conftest$ac_exeext
3700if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3701 (eval $ac_link) 2>conftest.er1
3702 ac_status=$?
3703 grep -v '^ *+' conftest.er1 >conftest.err
3704 rm -f conftest.er1
3705 cat conftest.err >&5
3706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3707 (exit $ac_status); } &&
3708 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3710 (eval $ac_try) 2>&5
3711 ac_status=$?
3712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3713 (exit $ac_status); }; } &&
3714 { ac_try='test -s conftest$ac_exeext'
3715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3716 (eval $ac_try) 2>&5
3717 ac_status=$?
3718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3719 (exit $ac_status); }; }; then
3720 ac_cv_lib_xpg4_setlocale=yes
3721else
3722 echo "$as_me: failed program was:" >&5
3723sed 's/^/| /' conftest.$ac_ext >&5
3724
3725ac_cv_lib_xpg4_setlocale=no
3726fi
3727rm -f conftest.err conftest.$ac_objext \
3728 conftest$ac_exeext conftest.$ac_ext
3729LIBS=$ac_check_lib_save_LIBS
3730fi
3731echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3732echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3733if test $ac_cv_lib_xpg4_setlocale = yes; then
3734 LIBS="$LIBS -lxpg4"
3735fi
3736
3737fi
3738
3739
3740echo "$as_me:$LINENO: checking for gethostbyname" >&5
3741echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
3742if test "${ac_cv_func_gethostbyname+set}" = set; then
3743 echo $ECHO_N "(cached) $ECHO_C" >&6
3744else
3745 cat >conftest.$ac_ext <<_ACEOF
3746/* confdefs.h. */
3747_ACEOF
3748cat confdefs.h >>conftest.$ac_ext
3749cat >>conftest.$ac_ext <<_ACEOF
3750/* end confdefs.h. */
6948/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. 3751/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
6949 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 3752 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6950#define shl_load innocuous_shl_load 3753#define gethostbyname innocuous_gethostbyname
6951 3754
6952/* System header to define __stub macros and hopefully few prototypes, 3755/* System header to define __stub macros and hopefully few prototypes,
6953 which can conflict with char shl_load (); below. 3756 which can conflict with char gethostbyname (); below.
6954 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 3757 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6955 <limits.h> exists even on freestanding compilers. */ 3758 <limits.h> exists even on freestanding compilers. */
6956 3759
6957#ifdef __STDC__ 3760#ifdef __STDC__
6958# include <limits.h> 3761# include <limits.h>
6959#else 3762#else
6960# include <assert.h> 3763# include <assert.h>
6961#endif 3764#endif
6962 3765
6963#undef shl_load 3766#undef gethostbyname
6964 3767
6965/* Override any gcc2 internal prototype to avoid an error. */ 3768/* Override any gcc2 internal prototype to avoid an error. */
6966#ifdef __cplusplus 3769#ifdef __cplusplus
6967extern "C" 3770extern "C"
6968{ 3771{
6969#endif 3772#endif
6970/* We use char because int might match the return type of a gcc2 3773/* We use char because int might match the return type of a gcc2
6971 builtin and then its argument prototype would still apply. */ 3774 builtin and then its argument prototype would still apply. */
6972char shl_load (); 3775char gethostbyname ();
6973/* The GNU C library defines this for functions which it implements 3776/* The GNU C library defines this for functions which it implements
6974 to always fail with ENOSYS. Some functions are actually named 3777 to always fail with ENOSYS. Some functions are actually named
6975 something starting with __ and the normal name is an alias. */ 3778 something starting with __ and the normal name is an alias. */
6976#if defined (__stub_shl_load) || defined (__stub___shl_load) 3779#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
6977choke me 3780choke me
6978#else 3781#else
6979char (*f) () = shl_load; 3782char (*f) () = gethostbyname;
6980#endif 3783#endif
6981#ifdef __cplusplus 3784#ifdef __cplusplus
6982} 3785}
6983#endif 3786#endif
6984 3787
6985int 3788int
6986main () 3789main ()
6987{ 3790{
6988return f != shl_load; 3791return f != gethostbyname;
6989 ; 3792 ;
6990 return 0; 3793 return 0;
6991} 3794}
6992_ACEOF 3795_ACEOF
6993rm -f conftest.$ac_objext conftest$ac_exeext 3796rm -f conftest.$ac_objext conftest$ac_exeext
7009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7010 (eval $ac_try) 2>&5 3813 (eval $ac_try) 2>&5
7011 ac_status=$? 3814 ac_status=$?
7012 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7013 (exit $ac_status); }; }; then 3816 (exit $ac_status); }; }; then
7014 ac_cv_func_shl_load=yes 3817 ac_cv_func_gethostbyname=yes
7015else 3818else
7016 echo "$as_me: failed program was:" >&5 3819 echo "$as_me: failed program was:" >&5
7017sed 's/^/| /' conftest.$ac_ext >&5 3820sed 's/^/| /' conftest.$ac_ext >&5
7018 3821
7019ac_cv_func_shl_load=no 3822ac_cv_func_gethostbyname=no
7020fi 3823fi
7021rm -f conftest.err conftest.$ac_objext \ 3824rm -f conftest.err conftest.$ac_objext \
7022 conftest$ac_exeext conftest.$ac_ext 3825 conftest$ac_exeext conftest.$ac_ext
7023fi 3826fi
7024echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 3827echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
7025echo "${ECHO_T}$ac_cv_func_shl_load" >&6 3828echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
7026if test $ac_cv_func_shl_load = yes; then 3829if test $ac_cv_func_gethostbyname = yes; then
7027 lt_cv_dlopen="shl_load" 3830 :
7028else 3831else
7029 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 3832 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
7030echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 3833echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
7031if test "${ac_cv_lib_svld_dlopen+set}" = set; then 3834if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
7032 echo $ECHO_N "(cached) $ECHO_C" >&6 3835 echo $ECHO_N "(cached) $ECHO_C" >&6
7033else 3836else
7034 ac_check_lib_save_LIBS=$LIBS 3837 ac_check_lib_save_LIBS=$LIBS
7035LIBS="-lsvld $LIBS" 3838LIBS="-lnsl $LIBS"
7036cat >conftest.$ac_ext <<_ACEOF 3839cat >conftest.$ac_ext <<_ACEOF
7037/* confdefs.h. */ 3840/* confdefs.h. */
7038_ACEOF 3841_ACEOF
7039cat confdefs.h >>conftest.$ac_ext 3842cat confdefs.h >>conftest.$ac_ext
7040cat >>conftest.$ac_ext <<_ACEOF 3843cat >>conftest.$ac_ext <<_ACEOF
7044#ifdef __cplusplus 3847#ifdef __cplusplus
7045extern "C" 3848extern "C"
7046#endif 3849#endif
7047/* We use char because int might match the return type of a gcc2 3850/* We use char because int might match the return type of a gcc2
7048 builtin and then its argument prototype would still apply. */ 3851 builtin and then its argument prototype would still apply. */
7049char dlopen (); 3852char gethostbyname ();
7050int 3853int
7051main () 3854main ()
7052{ 3855{
7053dlopen (); 3856gethostbyname ();
7054 ; 3857 ;
7055 return 0; 3858 return 0;
7056} 3859}
7057_ACEOF 3860_ACEOF
7058rm -f conftest.$ac_objext conftest$ac_exeext 3861rm -f conftest.$ac_objext conftest$ac_exeext
7074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7075 (eval $ac_try) 2>&5 3878 (eval $ac_try) 2>&5
7076 ac_status=$? 3879 ac_status=$?
7077 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7078 (exit $ac_status); }; }; then 3881 (exit $ac_status); }; }; then
7079 ac_cv_lib_svld_dlopen=yes 3882 ac_cv_lib_nsl_gethostbyname=yes
7080else 3883else
7081 echo "$as_me: failed program was:" >&5 3884 echo "$as_me: failed program was:" >&5
7082sed 's/^/| /' conftest.$ac_ext >&5 3885sed 's/^/| /' conftest.$ac_ext >&5
7083 3886
7084ac_cv_lib_svld_dlopen=no 3887ac_cv_lib_nsl_gethostbyname=no
7085fi 3888fi
7086rm -f conftest.err conftest.$ac_objext \ 3889rm -f conftest.err conftest.$ac_objext \
7087 conftest$ac_exeext conftest.$ac_ext 3890 conftest$ac_exeext conftest.$ac_ext
7088LIBS=$ac_check_lib_save_LIBS 3891LIBS=$ac_check_lib_save_LIBS
7089fi 3892fi
7090echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 3893echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
7091echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 3894echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
7092if test $ac_cv_lib_svld_dlopen = yes; then 3895if test $ac_cv_lib_nsl_gethostbyname = yes; then
7093 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 3896 LIBS="$LIBS -lnsl"
7094else 3897fi
3898
3899fi
3900
7095 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 3901echo "$as_me:$LINENO: checking for socket" >&5
7096echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 3902echo $ECHO_N "checking for socket... $ECHO_C" >&6
7097if test "${ac_cv_lib_dld_shl_load+set}" = set; then 3903if test "${ac_cv_func_socket+set}" = set; then
7098 echo $ECHO_N "(cached) $ECHO_C" >&6 3904 echo $ECHO_N "(cached) $ECHO_C" >&6
7099else 3905else
3906 cat >conftest.$ac_ext <<_ACEOF
3907/* confdefs.h. */
3908_ACEOF
3909cat confdefs.h >>conftest.$ac_ext
3910cat >>conftest.$ac_ext <<_ACEOF
3911/* end confdefs.h. */
3912/* Define socket to an innocuous variant, in case <limits.h> declares socket.
3913 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3914#define socket innocuous_socket
3915
3916/* System header to define __stub macros and hopefully few prototypes,
3917 which can conflict with char socket (); below.
3918 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3919 <limits.h> exists even on freestanding compilers. */
3920
3921#ifdef __STDC__
3922# include <limits.h>
3923#else
3924# include <assert.h>
3925#endif
3926
3927#undef socket
3928
3929/* Override any gcc2 internal prototype to avoid an error. */
3930#ifdef __cplusplus
3931extern "C"
3932{
3933#endif
3934/* We use char because int might match the return type of a gcc2
3935 builtin and then its argument prototype would still apply. */
3936char socket ();
3937/* The GNU C library defines this for functions which it implements
3938 to always fail with ENOSYS. Some functions are actually named
3939 something starting with __ and the normal name is an alias. */
3940#if defined (__stub_socket) || defined (__stub___socket)
3941choke me
3942#else
3943char (*f) () = socket;
3944#endif
3945#ifdef __cplusplus
3946}
3947#endif
3948
3949int
3950main ()
3951{
3952return f != socket;
3953 ;
3954 return 0;
3955}
3956_ACEOF
3957rm -f conftest.$ac_objext conftest$ac_exeext
3958if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3959 (eval $ac_link) 2>conftest.er1
3960 ac_status=$?
3961 grep -v '^ *+' conftest.er1 >conftest.err
3962 rm -f conftest.er1
3963 cat conftest.err >&5
3964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3965 (exit $ac_status); } &&
3966 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3968 (eval $ac_try) 2>&5
3969 ac_status=$?
3970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3971 (exit $ac_status); }; } &&
3972 { ac_try='test -s conftest$ac_exeext'
3973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3974 (eval $ac_try) 2>&5
3975 ac_status=$?
3976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3977 (exit $ac_status); }; }; then
3978 ac_cv_func_socket=yes
3979else
3980 echo "$as_me: failed program was:" >&5
3981sed 's/^/| /' conftest.$ac_ext >&5
3982
3983ac_cv_func_socket=no
3984fi
3985rm -f conftest.err conftest.$ac_objext \
3986 conftest$ac_exeext conftest.$ac_ext
3987fi
3988echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
3989echo "${ECHO_T}$ac_cv_func_socket" >&6
3990if test $ac_cv_func_socket = yes; then
3991 :
3992else
3993 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3994echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3995if test "${ac_cv_lib_socket_socket+set}" = set; then
3996 echo $ECHO_N "(cached) $ECHO_C" >&6
3997else
7100 ac_check_lib_save_LIBS=$LIBS 3998 ac_check_lib_save_LIBS=$LIBS
7101LIBS="-ldld $LIBS" 3999LIBS="-lsocket $LIBS"
7102cat >conftest.$ac_ext <<_ACEOF 4000cat >conftest.$ac_ext <<_ACEOF
7103/* confdefs.h. */ 4001/* confdefs.h. */
7104_ACEOF 4002_ACEOF
7105cat confdefs.h >>conftest.$ac_ext 4003cat confdefs.h >>conftest.$ac_ext
7106cat >>conftest.$ac_ext <<_ACEOF 4004cat >>conftest.$ac_ext <<_ACEOF
7110#ifdef __cplusplus 4008#ifdef __cplusplus
7111extern "C" 4009extern "C"
7112#endif 4010#endif
7113/* We use char because int might match the return type of a gcc2 4011/* We use char because int might match the return type of a gcc2
7114 builtin and then its argument prototype would still apply. */ 4012 builtin and then its argument prototype would still apply. */
7115char shl_load (); 4013char socket ();
7116int 4014int
7117main () 4015main ()
7118{ 4016{
7119shl_load (); 4017socket ();
7120 ; 4018 ;
7121 return 0; 4019 return 0;
7122} 4020}
7123_ACEOF 4021_ACEOF
7124rm -f conftest.$ac_objext conftest$ac_exeext 4022rm -f conftest.$ac_objext conftest$ac_exeext
7140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7141 (eval $ac_try) 2>&5 4039 (eval $ac_try) 2>&5
7142 ac_status=$? 4040 ac_status=$?
7143 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7144 (exit $ac_status); }; }; then 4042 (exit $ac_status); }; }; then
7145 ac_cv_lib_dld_shl_load=yes 4043 ac_cv_lib_socket_socket=yes
7146else 4044else
7147 echo "$as_me: failed program was:" >&5 4045 echo "$as_me: failed program was:" >&5
7148sed 's/^/| /' conftest.$ac_ext >&5 4046sed 's/^/| /' conftest.$ac_ext >&5
7149 4047
7150ac_cv_lib_dld_shl_load=no 4048ac_cv_lib_socket_socket=no
7151fi 4049fi
7152rm -f conftest.err conftest.$ac_objext \ 4050rm -f conftest.err conftest.$ac_objext \
7153 conftest$ac_exeext conftest.$ac_ext 4051 conftest$ac_exeext conftest.$ac_ext
7154LIBS=$ac_check_lib_save_LIBS 4052LIBS=$ac_check_lib_save_LIBS
7155fi 4053fi
7156echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 4054echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
7157echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 4055echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
7158if test $ac_cv_lib_dld_shl_load = yes; then 4056if test $ac_cv_lib_socket_socket = yes; then
7159 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" 4057 LIBS="$LIBS -lsocket"
7160fi 4058fi
7161 4059
7162
7163fi 4060fi
7164 4061
7165 4062
7166fi 4063echo "$as_me:$LINENO: checking for sched_yield" >&5
7167 4064echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
7168
7169fi
7170
7171
7172fi
7173
7174 ;;
7175 esac
7176
7177 if test "x$lt_cv_dlopen" != xno; then
7178 enable_dlopen=yes
7179 else
7180 enable_dlopen=no
7181 fi
7182
7183 case "$lt_cv_dlopen" in
7184 dlopen)
7185 save_CPPFLAGS="$CPP_FLAGS"
7186 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
7187
7188 save_LDFLAGS="$LDFLAGS"
7189 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
7190
7191 save_LIBS="$LIBS"
7192 LIBS="$lt_cv_dlopen_libs $LIBS"
7193
7194 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
7195echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
7196if test "${lt_cv_dlopen_self+set}" = set; then 4065if test "${ac_cv_func_sched_yield+set}" = set; then
7197 echo $ECHO_N "(cached) $ECHO_C" >&6 4066 echo $ECHO_N "(cached) $ECHO_C" >&6
7198else 4067else
7199 if test "$cross_compiling" = yes; then :
7200 lt_cv_dlopen_self=cross
7201else
7202 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7203 lt_status=$lt_dlunknown
7204 cat > conftest.$ac_ext <<EOF 4068 cat >conftest.$ac_ext <<_ACEOF
7205#line 7205 "configure" 4069/* confdefs.h. */
7206#include "confdefs.h" 4070_ACEOF
4071cat confdefs.h >>conftest.$ac_ext
4072cat >>conftest.$ac_ext <<_ACEOF
4073/* end confdefs.h. */
4074/* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
4075 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4076#define sched_yield innocuous_sched_yield
7207 4077
7208#if HAVE_DLFCN_H 4078/* System header to define __stub macros and hopefully few prototypes,
7209#include <dlfcn.h> 4079 which can conflict with char sched_yield (); below.
4080 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4081 <limits.h> exists even on freestanding compilers. */
4082
4083#ifdef __STDC__
4084# include <limits.h>
4085#else
4086# include <assert.h>
7210#endif 4087#endif
7211 4088
7212#include <stdio.h> 4089#undef sched_yield
7213 4090
7214#ifdef RTLD_GLOBAL 4091/* Override any gcc2 internal prototype to avoid an error. */
7215# define LT_DLGLOBAL RTLD_GLOBAL 4092#ifdef __cplusplus
4093extern "C"
4094{
4095#endif
4096/* We use char because int might match the return type of a gcc2
4097 builtin and then its argument prototype would still apply. */
4098char sched_yield ();
4099/* The GNU C library defines this for functions which it implements
4100 to always fail with ENOSYS. Some functions are actually named
4101 something starting with __ and the normal name is an alias. */
4102#if defined (__stub_sched_yield) || defined (__stub___sched_yield)
4103choke me
7216#else 4104#else
7217# ifdef DL_GLOBAL 4105char (*f) () = sched_yield;
7218# define LT_DLGLOBAL DL_GLOBAL
7219# else
7220# define LT_DLGLOBAL 0
7221# endif
7222#endif 4106#endif
7223 4107#ifdef __cplusplus
7224/* We may have to define LT_DLLAZY_OR_NOW in the command line if we 4108}
7225 find out it does not work in some platform. */
7226#ifndef LT_DLLAZY_OR_NOW
7227# ifdef RTLD_LAZY
7228# define LT_DLLAZY_OR_NOW RTLD_LAZY
7229# else
7230# ifdef DL_LAZY
7231# define LT_DLLAZY_OR_NOW DL_LAZY
7232# else
7233# ifdef RTLD_NOW
7234# define LT_DLLAZY_OR_NOW RTLD_NOW
7235# else
7236# ifdef DL_NOW
7237# define LT_DLLAZY_OR_NOW DL_NOW
7238# else
7239# define LT_DLLAZY_OR_NOW 0
7240# endif
7241# endif
7242# endif
7243# endif
7244#endif 4109#endif
7245 4110
7246#ifdef __cplusplus 4111int
7247extern "C" void exit (int);
7248#endif
7249
7250fnord() { int i=42;}
7251main () 4112main ()
7252{ 4113{
7253 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 4114return f != sched_yield;
7254 int status = $lt_dlunknown; 4115 ;
7255 4116 return 0;
7256 if (self)
7257 {
7258 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
7259 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
7260 /* dlclose (self); */
7261 }
7262
7263 exit (status);
7264} 4117}
7265EOF 4118_ACEOF
4119rm -f conftest.$ac_objext conftest$ac_exeext
7266 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4120if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4121 (eval $ac_link) 2>conftest.er1
4122 ac_status=$?
4123 grep -v '^ *+' conftest.er1 >conftest.err
4124 rm -f conftest.er1
4125 cat conftest.err >&5
4126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4127 (exit $ac_status); } &&
4128 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7267 (eval $ac_link) 2>&5 4130 (eval $ac_try) 2>&5
7268 ac_status=$?
7269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7270 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
7271 (./conftest; exit; ) 2>/dev/null
7272 lt_status=$? 4131 ac_status=$?
7273 case x$lt_status in 4132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7274 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; 4133 (exit $ac_status); }; } &&
7275 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; 4134 { ac_try='test -s conftest$ac_exeext'
7276 x$lt_unknown|x*) lt_cv_dlopen_self=no ;; 4135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7277 esac 4136 (eval $ac_try) 2>&5
7278 else : 4137 ac_status=$?
7279 # compilation failed 4138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7280 lt_cv_dlopen_self=no 4139 (exit $ac_status); }; }; then
7281 fi 4140 ac_cv_func_sched_yield=yes
7282fi 4141else
7283rm -fr conftest* 4142 echo "$as_me: failed program was:" >&5
4143sed 's/^/| /' conftest.$ac_ext >&5
7284 4144
7285 4145ac_cv_func_sched_yield=no
7286fi 4146fi
4147rm -f conftest.err conftest.$ac_objext \
4148 conftest$ac_exeext conftest.$ac_ext
4149fi
7287echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 4150echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
7288echo "${ECHO_T}$lt_cv_dlopen_self" >&6 4151echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
7289 4152if test $ac_cv_func_sched_yield = yes; then
7290 if test "x$lt_cv_dlopen_self" = xyes; then 4153 :
7291 LDFLAGS="$LDFLAGS $link_static_flag" 4154else
7292 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 4155 echo "$as_me:$LINENO: checking for sched_yield in -lrt" >&5
7293echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 4156echo $ECHO_N "checking for sched_yield in -lrt... $ECHO_C" >&6
7294if test "${lt_cv_dlopen_self_static+set}" = set; then 4157if test "${ac_cv_lib_rt_sched_yield+set}" = set; then
7295 echo $ECHO_N "(cached) $ECHO_C" >&6 4158 echo $ECHO_N "(cached) $ECHO_C" >&6
7296else 4159else
7297 if test "$cross_compiling" = yes; then : 4160 ac_check_lib_save_LIBS=$LIBS
7298 lt_cv_dlopen_self_static=cross 4161LIBS="-lrt $LIBS"
7299else
7300 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7301 lt_status=$lt_dlunknown
7302 cat > conftest.$ac_ext <<EOF 4162cat >conftest.$ac_ext <<_ACEOF
7303#line 7303 "configure" 4163/* confdefs.h. */
7304#include "confdefs.h" 4164_ACEOF
4165cat confdefs.h >>conftest.$ac_ext
4166cat >>conftest.$ac_ext <<_ACEOF
4167/* end confdefs.h. */
7305 4168
7306#if HAVE_DLFCN_H 4169/* Override any gcc2 internal prototype to avoid an error. */
7307#include <dlfcn.h> 4170#ifdef __cplusplus
4171extern "C"
7308#endif 4172#endif
7309 4173/* We use char because int might match the return type of a gcc2
7310#include <stdio.h> 4174 builtin and then its argument prototype would still apply. */
7311 4175char sched_yield ();
7312#ifdef RTLD_GLOBAL 4176int
7313# define LT_DLGLOBAL RTLD_GLOBAL
7314#else
7315# ifdef DL_GLOBAL
7316# define LT_DLGLOBAL DL_GLOBAL
7317# else
7318# define LT_DLGLOBAL 0
7319# endif
7320#endif
7321
7322/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
7323 find out it does not work in some platform. */
7324#ifndef LT_DLLAZY_OR_NOW
7325# ifdef RTLD_LAZY
7326# define LT_DLLAZY_OR_NOW RTLD_LAZY
7327# else
7328# ifdef DL_LAZY
7329# define LT_DLLAZY_OR_NOW DL_LAZY
7330# else
7331# ifdef RTLD_NOW
7332# define LT_DLLAZY_OR_NOW RTLD_NOW
7333# else
7334# ifdef DL_NOW
7335# define LT_DLLAZY_OR_NOW DL_NOW
7336# else
7337# define LT_DLLAZY_OR_NOW 0
7338# endif
7339# endif
7340# endif
7341# endif
7342#endif
7343
7344#ifdef __cplusplus
7345extern "C" void exit (int);
7346#endif
7347
7348fnord() { int i=42;}
7349main () 4177main ()
7350{ 4178{
7351 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 4179sched_yield ();
7352 int status = $lt_dlunknown; 4180 ;
7353 4181 return 0;
7354 if (self)
7355 {
7356 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
7357 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
7358 /* dlclose (self); */
7359 }
7360
7361 exit (status);
7362} 4182}
7363EOF 4183_ACEOF
4184rm -f conftest.$ac_objext conftest$ac_exeext
7364 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4185if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7365 (eval $ac_link) 2>&5 4186 (eval $ac_link) 2>conftest.er1
7366 ac_status=$?
7367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7368 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
7369 (./conftest; exit; ) 2>/dev/null
7370 lt_status=$? 4187 ac_status=$?
7371 case x$lt_status in 4188 grep -v '^ *+' conftest.er1 >conftest.err
7372 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
7373 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
7374 x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
7375 esac
7376 else :
7377 # compilation failed
7378 lt_cv_dlopen_self_static=no
7379 fi
7380fi
7381rm -fr conftest* 4189 rm -f conftest.er1
7382 4190 cat conftest.err >&5
7383 4191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7384fi 4192 (exit $ac_status); } &&
7385echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 4193 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7386echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
7387 fi
7388
7389 CPPFLAGS="$save_CPPFLAGS"
7390 LDFLAGS="$save_LDFLAGS"
7391 LIBS="$save_LIBS"
7392 ;;
7393 esac
7394
7395 case "$lt_cv_dlopen_self" in
7396 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
7397 *) enable_dlopen_self=unknown ;;
7398 esac
7399
7400 case "$lt_cv_dlopen_self_static" in
7401 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
7402 *) enable_dlopen_self_static=unknown ;;
7403 esac
7404fi
7405
7406
7407## FIXME: this should be a separate macro
7408##
7409if test "$enable_shared" = yes && test "$GCC" = yes; then
7410 case "$archive_cmds" in
7411 *'~'*)
7412 # FIXME: we may have to deal with multi-command sequences.
7413 ;;
7414 '$CC '*)
7415 # Test whether the compiler implicitly links with -lc since on some
7416 # systems, -lgcc has to come before -lc. If gcc already passes -lc
7417 # to ld, don't add -lc before -lgcc.
7418 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
7419echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
7420 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
7421 echo $ECHO_N "(cached) $ECHO_C" >&6
7422else
7423 $rm conftest*
7424 echo 'static int dummy;' > conftest.$ac_ext
7425
7426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7427 (eval $ac_compile) 2>&5 4195 (eval $ac_try) 2>&5
7428 ac_status=$? 4196 ac_status=$?
7429 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4198 (exit $ac_status); }; } &&
4199 { ac_try='test -s conftest$ac_exeext'
4200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4201 (eval $ac_try) 2>&5
4202 ac_status=$?
4203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7430 (exit $ac_status); }; then 4204 (exit $ac_status); }; }; then
7431 soname=conftest 4205 ac_cv_lib_rt_sched_yield=yes
7432 lib=conftest 4206else
7433 libobjs=conftest.$ac_objext 4207 echo "$as_me: failed program was:" >&5
7434 deplibs= 4208sed 's/^/| /' conftest.$ac_ext >&5
7435 wl=$lt_cv_prog_cc_wl 4209
7436 compiler_flags=-v 4210ac_cv_lib_rt_sched_yield=no
7437 linker_flags=-v 4211fi
7438 verstring= 4212rm -f conftest.err conftest.$ac_objext \
7439 output_objdir=. 4213 conftest$ac_exeext conftest.$ac_ext
7440 libname=conftest 4214LIBS=$ac_check_lib_save_LIBS
7441 save_allow_undefined_flag=$allow_undefined_flag 4215fi
7442 allow_undefined_flag= 4216echo "$as_me:$LINENO: result: $ac_cv_lib_rt_sched_yield" >&5
7443 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 4217echo "${ECHO_T}$ac_cv_lib_rt_sched_yield" >&6
7444 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 4218if test $ac_cv_lib_rt_sched_yield = yes; then
4219 LIBS="$LIBS -lrt"
4220fi
4221
4222fi
4223
4224
4225echo "$as_me:$LINENO: checking for sched_yield support" >&5
4226echo $ECHO_N "checking for sched_yield support... $ECHO_C" >&6
4227cat >conftest.$ac_ext <<_ACEOF
4228/* confdefs.h. */
4229_ACEOF
4230cat confdefs.h >>conftest.$ac_ext
4231cat >>conftest.$ac_ext <<_ACEOF
4232/* end confdefs.h. */
4233#include <sched.h>
4234int
4235main ()
4236{
4237sched_yield ()
4238 ;
4239 return 0;
4240}
4241_ACEOF
4242rm -f conftest.$ac_objext conftest$ac_exeext
4243if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4244 (eval $ac_link) 2>conftest.er1
7445 ac_status=$? 4245 ac_status=$?
4246 grep -v '^ *+' conftest.er1 >conftest.err
4247 rm -f conftest.er1
4248 cat conftest.err >&5
7446 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7447 (exit $ac_status); } 4250 (exit $ac_status); } &&
7448 then 4251 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7449 lt_cv_archive_cmds_need_lc=no 4252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7450 else 4253 (eval $ac_try) 2>&5
7451 lt_cv_archive_cmds_need_lc=yes 4254 ac_status=$?
7452 fi 4255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7453 allow_undefined_flag=$save_allow_undefined_flag 4256 (exit $ac_status); }; } &&
7454 else 4257 { ac_try='test -s conftest$ac_exeext'
7455 cat conftest.err 1>&5 4258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7456 fi 4259 (eval $ac_try) 2>&5
7457fi 4260 ac_status=$?
4261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4262 (exit $ac_status); }; }; then
4263 echo "$as_me:$LINENO: result: yes" >&5
4264echo "${ECHO_T}yes" >&6
7458 4265
7459 echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5 4266cat >>confdefs.h <<\_ACEOF
7460echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6 4267#define HAVE_SCHED_YIELD 1
7461 ;; 4268_ACEOF
7462 esac
7463fi
7464need_lc=${lt_cv_archive_cmds_need_lc-yes}
7465##
7466## END FIXME
7467 4269
7468## FIXME: this should be a separate macro
7469##
7470# The second clause should only fire when bootstrapping the
7471# libtool distribution, otherwise you forgot to ship ltmain.sh
7472# with your package, and you will get complaints that there are
7473# no rules to generate ltmain.sh.
7474if test -f "$ltmain"; then
7475 :
7476else 4270else
7477 # If there is no Makefile yet, we rely on a make rule to execute 4271 echo "$as_me: failed program was:" >&5
7478 # `config.status --recheck' to rerun these tests and create the 4272sed 's/^/| /' conftest.$ac_ext >&5
7479 # libtool script then.
7480 test -f Makefile && make "$ltmain"
7481fi
7482 4273
7483if test -f "$ltmain"; then 4274echo "$as_me:$LINENO: result: no" >&5
7484 trap "$rm \"${ofile}T\"; exit 1" 1 2 15 4275echo "${ECHO_T}no" >&6
7485 $rm -f "${ofile}T"
7486
7487 echo creating $ofile
7488
7489 # Now quote all the things that may contain metacharacters while being
7490 # careful not to overquote the AC_SUBSTed values. We take copies of the
7491 # variables and quote the copies for generation of the libtool script.
7492 for var in echo old_CC old_CFLAGS \
7493 AR AR_FLAGS CC LD LN_S NM SHELL \
7494 reload_flag reload_cmds wl \
7495 pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
7496 thread_safe_flag_spec whole_archive_flag_spec libname_spec \
7497 library_names_spec soname_spec \
7498 RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds \
7499 old_postuninstall_cmds archive_cmds archive_expsym_cmds postinstall_cmds \
7500 postuninstall_cmds extract_expsyms_cmds old_archive_from_expsyms_cmds \
7501 old_striplib striplib file_magic_cmd export_symbols_cmds \
7502 deplibs_check_method allow_undefined_flag no_undefined_flag \
7503 finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl \
7504 hardcode_libdir_flag_spec hardcode_libdir_separator \
7505 sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
7506 compiler_c_o compiler_o_lo need_locks exclude_expsyms include_expsyms; do
7507
7508 case "$var" in
7509 reload_cmds | old_archive_cmds | old_archive_from_new_cmds | \
7510 old_postinstall_cmds | old_postuninstall_cmds | \
7511 export_symbols_cmds | archive_cmds | archive_expsym_cmds | \
7512 extract_expsyms_cmds | old_archive_from_expsyms_cmds | \
7513 postinstall_cmds | postuninstall_cmds | \
7514 finish_cmds | sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
7515 # Double-quote double-evaled strings.
7516 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
7517 ;;
7518 *)
7519 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
7520 ;;
7521 esac
7522 done
7523
7524 cat <<__EOF__ > "${ofile}T"
7525#! $SHELL
7526
7527# `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
7528# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
7529# NOTE: Changes made to this file will be lost: look at ltmain.sh.
7530#
7531# Copyright (C) 1996-2000 Free Software Foundation, Inc.
7532# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
7533#
7534# This program is free software; you can redistribute it and/or modify
7535# it under the terms of the GNU General Public License as published by
7536# the Free Software Foundation; either version 2 of the License, or
7537# (at your option) any later version.
7538#
7539# This program is distributed in the hope that it will be useful, but
7540# WITHOUT ANY WARRANTY; without even the implied warranty of
7541# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
7542# General Public License for more details.
7543#
7544# You should have received a copy of the GNU General Public License
7545# along with this program; if not, write to the Free Software
7546# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
7547#
7548# As a special exception to the GNU General Public License, if you
7549# distribute this file as part of a program that contains a
7550# configuration script generated by Autoconf, you may include it under
7551# the same distribution terms that you use for the rest of that program.
7552
7553# Sed that helps us avoid accidentally triggering echo(1) options like -n.
7554Xsed="sed -e s/^X//"
7555
7556# The HP-UX ksh and POSIX shell print the target directory to stdout
7557# if CDPATH is set.
7558if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
7559
7560# ### BEGIN LIBTOOL CONFIG
7561
7562# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
7563
7564# Shell to use when invoking shell scripts.
7565SHELL=$lt_SHELL
7566
7567# Whether or not to build shared libraries.
7568build_libtool_libs=$enable_shared
7569
7570# Whether or not to add -lc for building shared libraries.
7571build_libtool_need_lc=$need_lc
7572
7573# Whether or not to build static libraries.
7574build_old_libs=$enable_static
7575
7576# Whether or not to optimize for fast installation.
7577fast_install=$enable_fast_install
7578
7579# The host system.
7580host_alias=$host_alias
7581host=$host
7582
7583# An echo program that does not interpret backslashes.
7584echo=$lt_echo
7585
7586# The archiver.
7587AR=$lt_AR
7588AR_FLAGS=$lt_AR_FLAGS
7589
7590# The default C compiler.
7591CC=$lt_CC
7592
7593# Is the compiler the GNU C compiler?
7594with_gcc=$GCC
7595
7596# The linker used to build libraries.
7597LD=$lt_LD
7598
7599# Whether we need hard or soft links.
7600LN_S=$lt_LN_S
7601
7602# A BSD-compatible nm program.
7603NM=$lt_NM
7604
7605# A symbol stripping program
7606STRIP=$STRIP
7607
7608# Used to examine libraries when file_magic_cmd begins "file"
7609MAGIC_CMD=$MAGIC_CMD
7610
7611# Used on cygwin: DLL creation program.
7612DLLTOOL="$DLLTOOL"
7613
7614# Used on cygwin: object dumper.
7615OBJDUMP="$OBJDUMP"
7616
7617# Used on cygwin: assembler.
7618AS="$AS"
7619
7620# The name of the directory that contains temporary libtool files.
7621objdir=$objdir
7622
7623# How to create reloadable object files.
7624reload_flag=$lt_reload_flag
7625reload_cmds=$lt_reload_cmds
7626
7627# How to pass a linker flag through the compiler.
7628wl=$lt_wl
7629
7630# Object file suffix (normally "o").
7631objext="$ac_objext"
7632
7633# Old archive suffix (normally "a").
7634libext="$libext"
7635
7636# Executable file suffix (normally "").
7637exeext="$exeext"
7638
7639# Additional compiler flags for building library objects.
7640pic_flag=$lt_pic_flag
7641pic_mode=$pic_mode
7642
7643# Does compiler simultaneously support -c and -o options?
7644compiler_c_o=$lt_compiler_c_o
7645
7646# Can we write directly to a .lo ?
7647compiler_o_lo=$lt_compiler_o_lo
7648
7649# Must we lock files when doing compilation ?
7650need_locks=$lt_need_locks
7651
7652# Do we need the lib prefix for modules?
7653need_lib_prefix=$need_lib_prefix
7654
7655# Do we need a version for libraries?
7656need_version=$need_version
7657
7658# Whether dlopen is supported.
7659dlopen_support=$enable_dlopen
7660
7661# Whether dlopen of programs is supported.
7662dlopen_self=$enable_dlopen_self
7663
7664# Whether dlopen of statically linked programs is supported.
7665dlopen_self_static=$enable_dlopen_self_static
7666
7667# Compiler flag to prevent dynamic linking.
7668link_static_flag=$lt_link_static_flag
7669
7670# Compiler flag to turn off builtin functions.
7671no_builtin_flag=$lt_no_builtin_flag
7672
7673# Compiler flag to allow reflexive dlopens.
7674export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
7675
7676# Compiler flag to generate shared objects directly from archives.
7677whole_archive_flag_spec=$lt_whole_archive_flag_spec
7678
7679# Compiler flag to generate thread-safe objects.
7680thread_safe_flag_spec=$lt_thread_safe_flag_spec
7681
7682# Library versioning type.
7683version_type=$version_type
7684
7685# Format of library name prefix.
7686libname_spec=$lt_libname_spec
7687
7688# List of archive names. First name is the real one, the rest are links.
7689# The last name is the one that the linker finds with -lNAME.
7690library_names_spec=$lt_library_names_spec
7691
7692# The coded name of the library, if different from the real name.
7693soname_spec=$lt_soname_spec
7694
7695# Commands used to build and install an old-style archive.
7696RANLIB=$lt_RANLIB
7697old_archive_cmds=$lt_old_archive_cmds
7698old_postinstall_cmds=$lt_old_postinstall_cmds
7699old_postuninstall_cmds=$lt_old_postuninstall_cmds
7700
7701# Create an old-style archive from a shared archive.
7702old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
7703
7704# Create a temporary old-style archive to link instead of a shared archive.
7705old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
7706
7707# Commands used to build and install a shared archive.
7708archive_cmds=$lt_archive_cmds
7709archive_expsym_cmds=$lt_archive_expsym_cmds
7710postinstall_cmds=$lt_postinstall_cmds
7711postuninstall_cmds=$lt_postuninstall_cmds
7712
7713# Commands to strip libraries.
7714old_striplib=$lt_old_striplib
7715striplib=$lt_striplib
7716
7717# Method to check whether dependent libraries are shared objects.
7718deplibs_check_method=$lt_deplibs_check_method
7719
7720# Command to use when deplibs_check_method == file_magic.
7721file_magic_cmd=$lt_file_magic_cmd
7722
7723# Flag that allows shared libraries with undefined symbols to be built.
7724allow_undefined_flag=$lt_allow_undefined_flag
7725
7726# Flag that forces no undefined symbols.
7727no_undefined_flag=$lt_no_undefined_flag
7728
7729# Commands used to finish a libtool library installation in a directory.
7730finish_cmds=$lt_finish_cmds
7731
7732# Same as above, but a single script fragment to be evaled but not shown.
7733finish_eval=$lt_finish_eval
7734
7735# Take the output of nm and produce a listing of raw symbols and C names.
7736global_symbol_pipe=$lt_global_symbol_pipe
7737
7738# Transform the output of nm in a proper C declaration
7739global_symbol_to_cdecl=$lt_global_symbol_to_cdecl
7740
7741# This is the shared library runtime path variable.
7742runpath_var=$runpath_var
7743
7744# This is the shared library path variable.
7745shlibpath_var=$shlibpath_var
7746
7747# Is shlibpath searched before the hard-coded library search path?
7748shlibpath_overrides_runpath=$shlibpath_overrides_runpath
7749
7750# How to hardcode a shared library path into an executable.
7751hardcode_action=$hardcode_action
7752
7753# Whether we should hardcode library paths into libraries.
7754hardcode_into_libs=$hardcode_into_libs
7755
7756# Flag to hardcode \$libdir into a binary during linking.
7757# This must work even if \$libdir does not exist.
7758hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
7759
7760# Whether we need a single -rpath flag with a separated argument.
7761hardcode_libdir_separator=$lt_hardcode_libdir_separator
7762
7763# Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
7764# resulting binary.
7765hardcode_direct=$hardcode_direct
7766
7767# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
7768# resulting binary.
7769hardcode_minus_L=$hardcode_minus_L
7770
7771# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
7772# the resulting binary.
7773hardcode_shlibpath_var=$hardcode_shlibpath_var
7774
7775# Variables whose values should be saved in libtool wrapper scripts and
7776# restored at relink time.
7777variables_saved_for_relink="$variables_saved_for_relink"
7778
7779# Whether libtool must link a program against all its dependency libraries.
7780link_all_deplibs=$link_all_deplibs
7781
7782# Compile-time system search path for libraries
7783sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
7784
7785# Run-time system search path for libraries
7786sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
7787
7788# Fix the shell variable \$srcfile for the compiler.
7789fix_srcfile_path="$fix_srcfile_path"
7790
7791# Set to yes if exported symbols are required.
7792always_export_symbols=$always_export_symbols
7793
7794# The commands to list exported symbols.
7795export_symbols_cmds=$lt_export_symbols_cmds
7796
7797# The commands to extract the exported symbol list from a shared archive.
7798extract_expsyms_cmds=$lt_extract_expsyms_cmds
7799
7800# Symbols that should not be listed in the preloaded symbols.
7801exclude_expsyms=$lt_exclude_expsyms
7802
7803# Symbols that must always be exported.
7804include_expsyms=$lt_include_expsyms
7805
7806# ### END LIBTOOL CONFIG
7807
7808__EOF__
7809
7810 case "$host_os" in
7811 aix3*)
7812 cat <<\EOF >> "${ofile}T"
7813
7814# AIX sometimes has problems with the GCC collect2 program. For some
7815# reason, if we set the COLLECT_NAMES environment variable, the problems
7816# vanish in a puff of smoke.
7817if test "X${COLLECT_NAMES+set}" != Xset; then
7818 COLLECT_NAMES=
7819 export COLLECT_NAMES
7820fi 4276fi
7821EOF 4277rm -f conftest.err conftest.$ac_objext \
7822 ;; 4278 conftest$ac_exeext conftest.$ac_ext
7823 esac
7824
7825 case "$host_os" in
7826 cygwin* | mingw* | pw32* | os2*)
7827 cat <<'EOF' >> "${ofile}T"
7828 # This is a source program that is used to create dlls on Windows
7829 # Don't remove nor modify the starting and closing comments
7830# /* ltdll.c starts here */
7831# #define WIN32_LEAN_AND_MEAN
7832# #include <windows.h>
7833# #undef WIN32_LEAN_AND_MEAN
7834# #include <stdio.h>
7835#
7836# #ifndef __CYGWIN__
7837# # ifdef __CYGWIN32__
7838# # define __CYGWIN__ __CYGWIN32__
7839# # endif
7840# #endif
7841#
7842# #ifdef __cplusplus
7843# extern "C" {
7844# #endif
7845# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
7846# #ifdef __cplusplus
7847# }
7848# #endif
7849#
7850# #ifdef __CYGWIN__
7851# #include <cygwin/cygwin_dll.h>
7852# DECLARE_CYGWIN_DLL( DllMain );
7853# #endif
7854# HINSTANCE __hDllInstance_base;
7855#
7856# BOOL APIENTRY
7857# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
7858# {
7859# __hDllInstance_base = hInst;
7860# return TRUE;
7861# }
7862# /* ltdll.c ends here */
7863 # This is a source program that is used to create import libraries
7864 # on Windows for dlls which lack them. Don't remove nor modify the
7865 # starting and closing comments
7866# /* impgen.c starts here */
7867# /* Copyright (C) 1999-2000 Free Software Foundation, Inc.
7868#
7869# This file is part of GNU libtool.
7870#
7871# This program is free software; you can redistribute it and/or modify
7872# it under the terms of the GNU General Public License as published by
7873# the Free Software Foundation; either version 2 of the License, or
7874# (at your option) any later version.
7875#
7876# This program is distributed in the hope that it will be useful,
7877# but WITHOUT ANY WARRANTY; without even the implied warranty of
7878# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7879# GNU General Public License for more details.
7880#
7881# You should have received a copy of the GNU General Public License
7882# along with this program; if not, write to the Free Software
7883# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
7884# */
7885#
7886# #include <stdio.h> /* for printf() */
7887# #include <unistd.h> /* for open(), lseek(), read() */
7888# #include <fcntl.h> /* for O_RDONLY, O_BINARY */
7889# #include <string.h> /* for strdup() */
7890#
7891# /* O_BINARY isn't required (or even defined sometimes) under Unix */
7892# #ifndef O_BINARY
7893# #define O_BINARY 0
7894# #endif
7895#
7896# static unsigned int
7897# pe_get16 (fd, offset)
7898# int fd;
7899# int offset;
7900# {
7901# unsigned char b[2];
7902# lseek (fd, offset, SEEK_SET);
7903# read (fd, b, 2);
7904# return b[0] + (b[1]<<8);
7905# }
7906#
7907# static unsigned int
7908# pe_get32 (fd, offset)
7909# int fd;
7910# int offset;
7911# {
7912# unsigned char b[4];
7913# lseek (fd, offset, SEEK_SET);
7914# read (fd, b, 4);
7915# return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);
7916# }
7917#
7918# static unsigned int
7919# pe_as32 (ptr)
7920# void *ptr;
7921# {
7922# unsigned char *b = ptr;
7923# return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);
7924# }
7925#
7926# int
7927# main (argc, argv)
7928# int argc;
7929# char *argv[];
7930# {
7931# int dll;
7932# unsigned long pe_header_offset, opthdr_ofs, num_entries, i;
7933# unsigned long export_rva, export_size, nsections, secptr, expptr;
7934# unsigned long name_rvas, nexp;
7935# unsigned char *expdata, *erva;
7936# char *filename, *dll_name;
7937#
7938# filename = argv[1];
7939#
7940# dll = open(filename, O_RDONLY|O_BINARY);
7941# if (!dll)
7942# return 1;
7943#
7944# dll_name = filename;
7945#
7946# for (i=0; filename[i]; i++)
7947# if (filename[i] == '/' || filename[i] == '\\' || filename[i] == ':')
7948# dll_name = filename + i +1;
7949#
7950# pe_header_offset = pe_get32 (dll, 0x3c);
7951# opthdr_ofs = pe_header_offset + 4 + 20;
7952# num_entries = pe_get32 (dll, opthdr_ofs + 92);
7953#
7954# if (num_entries < 1) /* no exports */
7955# return 1;
7956#
7957# export_rva = pe_get32 (dll, opthdr_ofs + 96);
7958# export_size = pe_get32 (dll, opthdr_ofs + 100);
7959# nsections = pe_get16 (dll, pe_header_offset + 4 +2);
7960# secptr = (pe_header_offset + 4 + 20 +
7961# pe_get16 (dll, pe_header_offset + 4 + 16));
7962#
7963# expptr = 0;
7964# for (i = 0; i < nsections; i++)
7965# {
7966# char sname[8];
7967# unsigned long secptr1 = secptr + 40 * i;
7968# unsigned long vaddr = pe_get32 (dll, secptr1 + 12);
7969# unsigned long vsize = pe_get32 (dll, secptr1 + 16);
7970# unsigned long fptr = pe_get32 (dll, secptr1 + 20);
7971# lseek(dll, secptr1, SEEK_SET);
7972# read(dll, sname, 8);
7973# if (vaddr <= export_rva && vaddr+vsize > export_rva)
7974# {
7975# expptr = fptr + (export_rva - vaddr);
7976# if (export_rva + export_size > vaddr + vsize)
7977# export_size = vsize - (export_rva - vaddr);
7978# break;
7979# }
7980# }
7981#
7982# expdata = (unsigned char*)malloc(export_size);
7983# lseek (dll, expptr, SEEK_SET);
7984# read (dll, expdata, export_size);
7985# erva = expdata - export_rva;
7986#
7987# nexp = pe_as32 (expdata+24);
7988# name_rvas = pe_as32 (expdata+32);
7989#
7990# printf ("EXPORTS\n");
7991# for (i = 0; i<nexp; i++)
7992# {
7993# unsigned long name_rva = pe_as32 (erva+name_rvas+i*4);
7994# printf ("\t%s @ %ld ;\n", erva+name_rva, 1+ i);
7995# }
7996#
7997# return 0;
7998# }
7999# /* impgen.c ends here */
8000
8001EOF
8002 ;;
8003 esac
8004
8005 # We use sed instead of cat because bash on DJGPP gets confused if
8006 # if finds mixed CR/LF and LF-only lines. Since sed operates in
8007 # text mode, it properly converts lines to CR/LF. This bash problem
8008 # is reportedly fixed, but why not run on old versions too?
8009 sed '$q' "$ltmain" >> "${ofile}T" || (rm -f "${ofile}T"; exit 1)
8010
8011 mv -f "${ofile}T" "$ofile" || \
8012 (rm -f "$ofile" && cp "${ofile}T" "$ofile" && rm -f "${ofile}T")
8013 chmod +x "$ofile"
8014fi
8015##
8016## END FIXME
8017
8018
8019
8020
8021
8022# This can be used to rebuild libtool when needed
8023LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
8024
8025# Always use our own libtool.
8026LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8027
8028# Prevent multiple expansion
8029 4279
8030 4280
8031MALLOC_TYPE=S 4281MALLOC_TYPE=S
8032support_addstrings=no 4282
8033support_frills=no 4283support_frills=yes
8034support_linespace=no
8035support_inheritpixmap=no 4284support_inheritpixmap=yes
4285support_tinting=yes
4286support_fading=yes
8036support_keepscrolling=no 4287support_keepscrolling=yes
8037support_selectionscrolling=no 4288support_selectionscrolling=yes
8038support_menubar=no
8039support_mousewheel=no 4289support_mousewheel=yes
8040support_mouseslipwheel=no 4290support_mouseslipwheel=yes
8041support_utmp=no 4291support_utmp=yes
8042support_wtmp=no 4292support_wtmp=yes
8043support_lastlog=no 4293support_lastlog=yes
8044support_cursor_blink=no
8045support_text_blink=no 4294support_text_blink=yes
8046support_pointer_blank=no 4295support_pointer_blank=yes
8047support_scroll_rxvt=no 4296support_scroll_rxvt=yes
8048support_scroll_next=no 4297support_scroll_next=yes
8049support_scroll_xterm=no 4298support_scroll_xterm=yes
8050support_scroll_plain=no 4299support_scroll_plain=yes
8051support_xim=no 4300support_xim=yes
8052support_xpm=no 4301support_xpm=yes
8053support_xft=no 4302support_xft=yes
8054support_unicode3=no 4303support_unicode3=no
8055support_combining=no 4304support_combining=yes
4305support_8bitctrls=no
4306support_iso14755=yes
4307support_styles=yes
4308support_perl=yes
8056codesets= 4309codesets=all
8057 4310
8058 4311
8059if test "x$enable_shared" = xyes; then 4312if test "x$enable_shared" = xyes; then
8060 4313
8061cat >>confdefs.h <<\_ACEOF 4314cat >>confdefs.h <<\_ACEOF
8067 4320
8068 4321
8069# Check whether --enable-everything or --disable-everything was given. 4322# Check whether --enable-everything or --disable-everything was given.
8070if test "${enable_everything+set}" = set; then 4323if test "${enable_everything+set}" = set; then
8071 enableval="$enable_everything" 4324 enableval="$enable_everything"
4325
4326 if test x$enableval = xno; then
4327 support_24bit=no
4328 support_frills=no
4329 support_inheritpixmap=no
4330 support_tinting=no
4331 support_fading=no
4332 support_keepscrolling=no
4333 support_selectionscrolling=no
4334 support_lastlog=no
4335 support_mousewheel=no
4336 support_mouseslipwheel=no
4337 support_text_blink=no
4338 support_pointer_blank=no
4339 support_scroll_rxvt=no
4340 support_scroll_next=no
4341 support_scroll_xterm=no
4342 support_scroll_plain=no
4343 support_utmp=no
4344 support_wtmp=no
4345 support_xim=no
4346 support_xpm=no
4347 support_xft=no
4348 support_unicode3=no
4349 support_combining=no
4350 support_8bitctrls=no
4351 support_iso14755=no
4352 support_styles=no
4353 support_perl=no
4354 codesets=
4355 fi
8072 if test x$enableval = xyes; then 4356 if test x$enableval = xyes; then
8073 support_24bit=yes 4357 support_24bit=yes
8074 support_frills=yes 4358 support_frills=yes
8075 support_linespace=yes
8076 support_inheritpixmap=yes 4359 support_inheritpixmap=yes
4360 support_tinting=yes
4361 support_fading=yes
8077 support_keepscrolling=yes 4362 support_keepscrolling=yes
8078 support_selectionscrolling=yes 4363 support_selectionscrolling=yes
8079 support_lastlog=yes 4364 support_lastlog=yes
8080 support_menubar=yes
8081 support_mousewheel=yes 4365 support_mousewheel=yes
8082 support_mouseslipwheel=yes 4366 support_mouseslipwheel=yes
8083 support_cursor_blink=yes
8084 support_text_blink=yes 4367 support_text_blink=yes
8085 support_pointer_blank=yes 4368 support_pointer_blank=yes
8086 support_scroll_rxvt=yes 4369 support_scroll_rxvt=yes
8087 support_scroll_next=yes 4370 support_scroll_next=yes
8088 support_scroll_xterm=yes 4371 support_scroll_xterm=yes
8089 support_scroll_plain=yes 4372 support_scroll_plain=yes
8090 support_utmp=yes 4373 support_utmp=yes
8091 support_wtmp=yes 4374 support_wtmp=yes
8092 support_xim=yes 4375 support_xim=yes
8093 support_xpm=yes 4376 support_xpm=yes
8094 support_xft=yes 4377 support_xft=yes
8095 support_unicode3=yes 4378 support_unicode3=yes
8096 support_combining=yes 4379 support_combining=yes
4380 #support_8bitctrls=yes
4381 support_iso14755=yes
4382 support_styles=yes
4383 support_perl=yes
8097 codesets=all 4384 codesets=all
8098 fi 4385 fi
4386
8099fi; 4387fi;
8100 4388
8101# Check whether --enable-unicode3 or --disable-unicode3 was given. 4389# Check whether --enable-unicode3 or --disable-unicode3 was given.
8102if test "${enable_unicode3+set}" = set; then 4390if test "${enable_unicode3+set}" = set; then
8103 enableval="$enable_unicode3" 4391 enableval="$enable_unicode3"
8104 if test x$enableval = xyes -o x$enableval = xno; then 4392 if test x$enableval = xyes -o x$enableval = xno; then
8105 support_unicode3=yes 4393 support_unicode3=$enableval
8106 fi 4394 fi
8107fi; 4395fi;
8108 4396
8109# Check whether --enable-combining or --disable-combining was given. 4397# Check whether --enable-combining or --disable-combining was given.
8110if test "${enable_combining+set}" = set; then 4398if test "${enable_combining+set}" = set; then
8111 enableval="$enable_combining" 4399 enableval="$enable_combining"
8112 if test x$enableval = xyes -o x$enableval = xno; then 4400 if test x$enableval = xyes -o x$enableval = xno; then
8113 support_combining=yes 4401 support_combining=$enableval
8114 fi 4402 fi
8115fi; 4403fi;
8116 4404
8117# Check whether --enable-xft or --disable-xft was given. 4405# Check whether --enable-xft or --disable-xft was given.
8118if test "${enable_xft+set}" = set; then 4406if test "${enable_xft+set}" = set; then
8119 enableval="$enable_xft" 4407 enableval="$enable_xft"
8120 if test x$enableval = xyes -o x$enableval = xno; then 4408 if test x$enableval = xyes -o x$enableval = xno; then
8121 support_xft=yes 4409 support_xft=$enableval
4410 fi
4411fi;
4412
4413# Check whether --enable-font-styles or --disable-font-styles was given.
4414if test "${enable_font_styles+set}" = set; then
4415 enableval="$enable_font_styles"
4416 if test x$enableval = xyes -o x$enableval = xno; then
4417 support_styles=$enableval
8122 fi 4418 fi
8123fi; 4419fi;
8124 4420
8125# Check whether --enable-utmp or --disable-utmp was given. 4421# Check whether --enable-utmp or --disable-utmp was given.
8126if test "${enable_utmp+set}" = set; then 4422if test "${enable_utmp+set}" = set; then
8160 if test x$enableval = xyes -o x$enableval = xno; then 4456 if test x$enableval = xyes -o x$enableval = xno; then
8161 support_inheritpixmap=$enableval 4457 support_inheritpixmap=$enableval
8162 fi 4458 fi
8163fi; 4459fi;
8164 4460
8165# Check whether --enable-menubar or --disable-menubar was given. 4461# Check whether --enable-tinting or --disable-tinting was given.
8166if test "${enable_menubar+set}" = set; then 4462if test "${enable_tinting+set}" = set; then
8167 enableval="$enable_menubar" 4463 enableval="$enable_tinting"
8168 if test x$enableval = xyes -o x$enableval = xno; then 4464 if test x$enableval = xyes -o x$enableval = xno; then
4465 support_tinting=$enableval
4466 fi
4467fi;
4468
4469# Check whether --enable-fading or --disable-fading was given.
4470if test "${enable_fading+set}" = set; then
4471 enableval="$enable_fading"
4472 if test x$enableval = xyes -o x$enableval = xno; then
8169 support_menubar=$enableval 4473 support_fading=$enableval
8170 fi 4474 fi
8171fi; 4475fi;
8172 4476
8173# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given. 4477# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
8174if test "${enable_rxvt_scroll+set}" = set; then 4478if test "${enable_rxvt_scroll+set}" = set; then
8192 if test x$enableval = xyes -o x$enableval = xno; then 4496 if test x$enableval = xyes -o x$enableval = xno; then
8193 support_scroll_xterm=$enableval 4497 support_scroll_xterm=$enableval
8194 fi 4498 fi
8195fi; 4499fi;
8196 4500
4501# Check whether --enable-perl or --disable-perl was given.
4502if test "${enable_perl+set}" = set; then
4503 enableval="$enable_perl"
4504 if test x$enableval = xyes -o x$enableval = xno; then
4505 support_perl=$enableval
4506 fi
4507fi;
4508
8197# Check whether --enable-plain-scroll or --disable-plain-scroll was given. 4509# Check whether --enable-plain-scroll or --disable-plain-scroll was given.
8198if test "${enable_plain_scroll+set}" = set; then 4510if test "${enable_plain_scroll+set}" = set; then
8199 enableval="$enable_plain_scroll" 4511 enableval="$enable_plain_scroll"
8200 if test x$enableval = xyes -o x$enableval = xno; then 4512 if test x$enableval = xyes -o x$enableval = xno; then
8201 support_scroll_plain=$enableval 4513 support_scroll_plain=$enableval
8202 fi 4514 fi
8203fi; 4515fi;
8204 4516
8205# Check whether --enable-half-shadow or --disable-half-shadow was given.
8206if test "${enable_half_shadow+set}" = set; then
8207 enableval="$enable_half_shadow"
8208 if test x$enableval = xyes; then
8209
8210cat >>confdefs.h <<\_ACEOF
8211#define HALFSHADOW 1
8212_ACEOF
8213
8214 fi
8215fi;
8216 4517
8217 4518
8218# Check whether --with-codesets or --without-codesets was given. 4519# Check whether --with-codesets or --without-codesets was given.
8219if test "${with_codesets+set}" = set; then 4520if test "${with_codesets+set}" = set; then
8220 withval="$with_codesets" 4521 withval="$with_codesets"
8275_ACEOF 4576_ACEOF
8276 4577
8277 fi 4578 fi
8278fi; 4579fi;
8279 4580
8280# Check whether --enable-xgetdefault or --disable-xgetdefault was given. 4581# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
8281if test "${enable_xgetdefault+set}" = set; then 4582if test "${enable_8bitctrls+set}" = set; then
8282 enableval="$enable_xgetdefault" 4583 enableval="$enable_8bitctrls"
8283 if test x$enableval = xyes; then 4584 if test x$enableval = xyes -o x$enableval = xno; then
8284 4585 support_8bitctrls=$enableval
8285cat >>confdefs.h <<\_ACEOF
8286#define USE_XGETDEFAULT 1
8287_ACEOF
8288
8289 fi 4586 fi
8290fi; 4587fi;
8291 4588
8292RESFALLBACK=Rxvt 4589RESFALLBACK=Rxvt
8293# Check whether --enable-fallback or --disable-fallback was given. 4590# Check whether --enable-fallback or --disable-fallback was given.
8340if test "${with_name+set}" = set; then 4637if test "${with_name+set}" = set; then
8341 withval="$with_name" 4638 withval="$with_name"
8342 RXVTNAME="$withval" 4639 RXVTNAME="$withval"
8343fi; 4640fi;
8344 4641
4642cat >>confdefs.h <<_ACEOF
4643#define RXVTNAME "$RXVTNAME"
4644_ACEOF
4645
4646
8345RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"` 4647RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
8346 4648
8347
8348# Check whether --enable-strings or --disable-strings was given.
8349if test "${enable_strings+set}" = set; then
8350 enableval="$enable_strings"
8351 if test x$enableval = xyes -o x$enableval = xno; then
8352 support_addstrings=$enableval
8353 fi
8354fi;
8355 4649
8356# Check whether --enable-swapscreen or --disable-swapscreen was given. 4650# Check whether --enable-swapscreen or --disable-swapscreen was given.
8357if test "${enable_swapscreen+set}" = set; then 4651if test "${enable_swapscreen+set}" = set; then
8358 enableval="$enable_swapscreen" 4652 enableval="$enable_swapscreen"
8359 if test x$enableval = xno; then 4653 if test x$enableval = xno; then
8360 4654
8361cat >>confdefs.h <<\_ACEOF 4655cat >>confdefs.h <<\_ACEOF
8362#define NO_SECONDARY_SCREEN 1 4656#define NO_SECONDARY_SCREEN 1
8363_ACEOF 4657_ACEOF
8364 4658
4659 fi
4660fi;
4661
4662# Check whether --enable-iso14755 or --disable-iso14755 was given.
4663if test "${enable_iso14755+set}" = set; then
4664 enableval="$enable_iso14755"
4665 if test x$enableval = xyes -o x$enableval = xno; then
4666 support_iso14755=$enableval
8365 fi 4667 fi
8366fi; 4668fi;
8367 4669
8368# Check whether --enable-frills or --disable-frills was given. 4670# Check whether --enable-frills or --disable-frills was given.
8369if test "${enable_frills+set}" = set; then 4671if test "${enable_frills+set}" = set; then
8370 enableval="$enable_frills" 4672 enableval="$enable_frills"
8371 if test x$enableval = xyes -o x$enableval = xno; then 4673 if test x$enableval = xyes -o x$enableval = xno; then
8372 support_frills=$enableval 4674 support_frills=$enableval
8373 fi
8374fi;
8375
8376# Check whether --enable-linespace or --disable-linespace was given.
8377if test "${enable_linespace+set}" = set; then
8378 enableval="$enable_linespace"
8379 if test x$enableval = xyes -o x$enableval = xno; then
8380 support_linespace=$enableval
8381 fi 4675 fi
8382fi; 4676fi;
8383 4677
8384# Check whether --enable-24bit or --disable-24bit was given. 4678# Check whether --enable-24bit or --disable-24bit was given.
8385if test "${enable_24bit+set}" = set; then 4679if test "${enable_24bit+set}" = set; then
8453_ACEOF 4747_ACEOF
8454 4748
8455 fi 4749 fi
8456fi; 4750fi;
8457 4751
8458# Check whether --enable-256-color or --disable-256-color was given.
8459if test "${enable_256_color+set}" = set; then
8460 enableval="$enable_256_color"
8461 if test x$enableval = xyes; then
8462
8463cat >>confdefs.h <<\_ACEOF
8464#define TTY_256COLOR 1
8465_ACEOF
8466
8467 fi
8468fi;
8469
8470# Check whether --enable-cursor-blink or --disable-cursor-blink was given.
8471if test "${enable_cursor_blink+set}" = set; then
8472 enableval="$enable_cursor_blink"
8473 if test x$enableval = xyes -o x$enableval = xno; then
8474 support_cursor_blink=$enableval
8475 fi
8476fi;
8477
8478# Check whether --enable-text-blink or --disable-text-blink was given. 4752# Check whether --enable-text-blink or --disable-text-blink was given.
8479if test "${enable_text_blink+set}" = set; then 4753if test "${enable_text_blink+set}" = set; then
8480 enableval="$enable_text_blink" 4754 enableval="$enable_text_blink"
8481 if test x$enableval = xyes -o x$enableval = xno; then 4755 if test x$enableval = xyes -o x$enableval = xno; then
8482 support_text_blink=$enableval 4756 support_text_blink=$enableval
8515_ACEOF 4789_ACEOF
8516 terminfo="$withval" 4790 terminfo="$withval"
8517 fi 4791 fi
8518fi; 4792fi;
8519 4793
8520
8521
8522cat >>confdefs.h <<\_ACEOF
8523#define PROTOTYPES 1
8524_ACEOF
8525
8526
8527if test -z "$CFLAGS"; then
8528 if test -z "$CCOPTS"; then
8529 CCOPTS='-O'
8530 fi
8531 CFLAGS="$CCOPTS"
8532fi
8533 4794
8534# Extract the first word of "mv", so it can be a program name with args. 4795# Extract the first word of "mv", so it can be a program name with args.
8535set dummy mv; ac_word=$2 4796set dummy mv; ac_word=$2
8536echo "$as_me:$LINENO: checking for $ac_word" >&5 4797echo "$as_me:$LINENO: checking for $ac_word" >&5
8537echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4798echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8809else 5070else
8810 echo "$as_me:$LINENO: result: no" >&5 5071 echo "$as_me:$LINENO: result: no" >&5
8811echo "${ECHO_T}no" >&6 5072echo "${ECHO_T}no" >&6
8812fi 5073fi
8813 5074
8814# Extract the first word of "tbl", so it can be a program name with args. 5075# Extract the first word of "tic", so it can be a program name with args.
8815set dummy tbl; ac_word=$2 5076set dummy tic; ac_word=$2
8816echo "$as_me:$LINENO: checking for $ac_word" >&5 5077echo "$as_me:$LINENO: checking for $ac_word" >&5
8817echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 5078echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8818if test "${ac_cv_path_TBL+set}" = set; then 5079if test "${ac_cv_path_TIC+set}" = set; then
8819 echo $ECHO_N "(cached) $ECHO_C" >&6 5080 echo $ECHO_N "(cached) $ECHO_C" >&6
8820else 5081else
8821 case $TBL in 5082 case $TIC in
8822 [\\/]* | ?:[\\/]*) 5083 [\\/]* | ?:[\\/]*)
8823 ac_cv_path_TBL="$TBL" # Let the user override the test with a path. 5084 ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
8824 ;; 5085 ;;
8825 *) 5086 *)
8826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8827for as_dir in $PATH 5088for as_dir in $PATH
8828do 5089do
8829 IFS=$as_save_IFS 5090 IFS=$as_save_IFS
8830 test -z "$as_dir" && as_dir=. 5091 test -z "$as_dir" && as_dir=.
8831 for ac_exec_ext in '' $ac_executable_extensions; do 5092 for ac_exec_ext in '' $ac_executable_extensions; do
8832 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5093 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8833 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext" 5094 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
8834 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5095 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8835 break 2 5096 break 2
8836 fi 5097 fi
8837done 5098done
8838done 5099done
8839 5100
8840 ;; 5101 ;;
8841esac 5102esac
8842fi 5103fi
8843TBL=$ac_cv_path_TBL 5104TIC=$ac_cv_path_TIC
8844 5105
8845if test -n "$TBL"; then 5106if test -n "$TIC"; then
8846 echo "$as_me:$LINENO: result: $TBL" >&5 5107 echo "$as_me:$LINENO: result: $TIC" >&5
8847echo "${ECHO_T}$TBL" >&6 5108echo "${ECHO_T}$TIC" >&6
8848else 5109else
8849 echo "$as_me:$LINENO: result: no" >&5 5110 echo "$as_me:$LINENO: result: no" >&5
8850echo "${ECHO_T}no" >&6 5111echo "${ECHO_T}no" >&6
8851fi 5112fi
8852 5113
8853 5114
8854 5115
8855 5116
5117
5118if test "x$ac_path_x_has_been_run" != xyes; then
8856echo "$as_me:$LINENO: checking for X" >&5 5119 echo "$as_me:$LINENO: checking for X" >&5
8857echo $ECHO_N "checking for X... $ECHO_C" >&6 5120echo $ECHO_N "checking for X... $ECHO_C" >&6
8858 5121
5122ac_path_x_has_been_run=yes
8859 5123
8860# Check whether --with-x or --without-x was given. 5124# Check whether --with-x or --without-x was given.
8861if test "${with_x+set}" = set; then 5125if test "${with_x+set}" = set; then
8862 withval="$with_x" 5126 withval="$with_x"
8863 5127
8946 5210
8947/usr/openwin/include 5211/usr/openwin/include
8948/usr/openwin/share/include' 5212/usr/openwin/share/include'
8949 5213
8950if test "$ac_x_includes" = no; then 5214if test "$ac_x_includes" = no; then
8951 # Guess where to find include files, by looking for Intrinsic.h. 5215 # Guess where to find include files, by looking for a specified header file.
8952 # First, try using that file with no special directory specified. 5216 # First, try using that file with no special directory specified.
8953 cat >conftest.$ac_ext <<_ACEOF 5217 cat >conftest.$ac_ext <<_ACEOF
8954/* confdefs.h. */ 5218/* confdefs.h. */
8955_ACEOF 5219_ACEOF
8956cat confdefs.h >>conftest.$ac_ext 5220cat confdefs.h >>conftest.$ac_ext
8957cat >>conftest.$ac_ext <<_ACEOF 5221cat >>conftest.$ac_ext <<_ACEOF
8958/* end confdefs.h. */ 5222/* end confdefs.h. */
8959#include <X11/Intrinsic.h> 5223#include <X11/Xlib.h>
8960_ACEOF 5224_ACEOF
8961if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5225if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8962 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5226 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8963 ac_status=$? 5227 ac_status=$?
8964 grep -v '^ *+' conftest.er1 >conftest.err 5228 grep -v '^ *+' conftest.er1 >conftest.err
8981else 5245else
8982 echo "$as_me: failed program was:" >&5 5246 echo "$as_me: failed program was:" >&5
8983sed 's/^/| /' conftest.$ac_ext >&5 5247sed 's/^/| /' conftest.$ac_ext >&5
8984 5248
8985 for ac_dir in $ac_x_header_dirs; do 5249 for ac_dir in $ac_x_header_dirs; do
8986 if test -r "$ac_dir/X11/Intrinsic.h"; then 5250 if test -r "$ac_dir/X11/Xlib.h"; then
8987 ac_x_includes=$ac_dir 5251 ac_x_includes=$ac_dir
8988 break 5252 break
8989 fi 5253 fi
8990done 5254done
8991fi 5255fi
8995if test "$ac_x_libraries" = no; then 5259if test "$ac_x_libraries" = no; then
8996 # Check for the libraries. 5260 # Check for the libraries.
8997 # See if we find them without any special options. 5261 # See if we find them without any special options.
8998 # Don't add to $LIBS permanently. 5262 # Don't add to $LIBS permanently.
8999 ac_save_LIBS=$LIBS 5263 ac_save_LIBS=$LIBS
9000 LIBS="-lXt $LIBS" 5264 LIBS="-lX11 $LIBS"
9001 cat >conftest.$ac_ext <<_ACEOF 5265 cat >conftest.$ac_ext <<_ACEOF
9002/* confdefs.h. */ 5266/* confdefs.h. */
9003_ACEOF 5267_ACEOF
9004cat confdefs.h >>conftest.$ac_ext 5268cat confdefs.h >>conftest.$ac_ext
9005cat >>conftest.$ac_ext <<_ACEOF 5269cat >>conftest.$ac_ext <<_ACEOF
9006/* end confdefs.h. */ 5270/* end confdefs.h. */
9007#include <X11/Intrinsic.h> 5271#include <X11/Xlib.h>
9008int 5272int
9009main () 5273main ()
9010{ 5274{
9011XtMalloc (0) 5275XrmInitialize ()
9012 ; 5276 ;
9013 return 0; 5277 return 0;
9014} 5278}
9015_ACEOF 5279_ACEOF
9016rm -f conftest.$ac_objext conftest$ac_exeext 5280rm -f conftest.$ac_objext conftest$ac_exeext
9044LIBS=$ac_save_LIBS 5308LIBS=$ac_save_LIBS
9045for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 5309for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9046do 5310do
9047 # Don't even attempt the hair of trying to link an X program! 5311 # Don't even attempt the hair of trying to link an X program!
9048 for ac_extension in a so sl; do 5312 for ac_extension in a so sl; do
9049 if test -r $ac_dir/libXt.$ac_extension; then 5313 if test -r $ac_dir/libX11.$ac_extension; then
9050 ac_x_libraries=$ac_dir 5314 ac_x_libraries=$ac_dir
9051 break 2 5315 break 2
9052 fi 5316 fi
9053 done 5317 done
9054done 5318done
9080 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 5344 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9081 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 5345 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9082 # Update the cache value to reflect the command line values. 5346 # Update the cache value to reflect the command line values.
9083 ac_cv_have_x="have_x=yes \ 5347 ac_cv_have_x="have_x=yes \
9084 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 5348 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5349 # It might be that x_includes is empty (headers are found in the
5350 # standard search path. Then output the corresponding message
5351 ac_out_x_includes=$x_includes
5352 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
9085 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 5353 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
9086echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 5354echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
9087fi 5355fi
9088 5356
5357fi
9089if test "$no_x" = yes; then 5358if test "$no_x" = yes; then
9090 # Not all programs may use this symbol, but it does not hurt to define it. 5359 # Not all programs may use this symbol, but it does not hurt to define it.
9091 5360
9092cat >>confdefs.h <<\_ACEOF 5361cat >>confdefs.h <<\_ACEOF
9093#define X_DISPLAY_MISSING 1 5362#define X_DISPLAY_MISSING 1
10651#define HAVE_SYS_WAIT_H 1 6920#define HAVE_SYS_WAIT_H 1
10652_ACEOF 6921_ACEOF
10653 6922
10654fi 6923fi
10655 6924
6925echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6926echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6927if test "${ac_cv_header_stdc+set}" = set; then
6928 echo $ECHO_N "(cached) $ECHO_C" >&6
6929else
6930 cat >conftest.$ac_ext <<_ACEOF
6931/* confdefs.h. */
6932_ACEOF
6933cat confdefs.h >>conftest.$ac_ext
6934cat >>conftest.$ac_ext <<_ACEOF
6935/* end confdefs.h. */
6936#include <stdlib.h>
6937#include <stdarg.h>
6938#include <string.h>
6939#include <float.h>
6940
6941int
6942main ()
6943{
6944
6945 ;
6946 return 0;
6947}
6948_ACEOF
6949rm -f conftest.$ac_objext
6950if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6951 (eval $ac_compile) 2>conftest.er1
6952 ac_status=$?
6953 grep -v '^ *+' conftest.er1 >conftest.err
6954 rm -f conftest.er1
6955 cat conftest.err >&5
6956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6957 (exit $ac_status); } &&
6958 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6960 (eval $ac_try) 2>&5
6961 ac_status=$?
6962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6963 (exit $ac_status); }; } &&
6964 { ac_try='test -s conftest.$ac_objext'
6965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6966 (eval $ac_try) 2>&5
6967 ac_status=$?
6968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6969 (exit $ac_status); }; }; then
6970 ac_cv_header_stdc=yes
6971else
6972 echo "$as_me: failed program was:" >&5
6973sed 's/^/| /' conftest.$ac_ext >&5
6974
6975ac_cv_header_stdc=no
6976fi
6977rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6978
6979if test $ac_cv_header_stdc = yes; then
6980 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6981 cat >conftest.$ac_ext <<_ACEOF
6982/* confdefs.h. */
6983_ACEOF
6984cat confdefs.h >>conftest.$ac_ext
6985cat >>conftest.$ac_ext <<_ACEOF
6986/* end confdefs.h. */
6987#include <string.h>
6988
6989_ACEOF
6990if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6991 $EGREP "memchr" >/dev/null 2>&1; then
6992 :
6993else
6994 ac_cv_header_stdc=no
6995fi
6996rm -f conftest*
6997
6998fi
6999
7000if test $ac_cv_header_stdc = yes; then
7001 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7002 cat >conftest.$ac_ext <<_ACEOF
7003/* confdefs.h. */
7004_ACEOF
7005cat confdefs.h >>conftest.$ac_ext
7006cat >>conftest.$ac_ext <<_ACEOF
7007/* end confdefs.h. */
7008#include <stdlib.h>
7009
7010_ACEOF
7011if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7012 $EGREP "free" >/dev/null 2>&1; then
7013 :
7014else
7015 ac_cv_header_stdc=no
7016fi
7017rm -f conftest*
7018
7019fi
7020
7021if test $ac_cv_header_stdc = yes; then
7022 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7023 if test "$cross_compiling" = yes; then
7024 :
7025else
7026 cat >conftest.$ac_ext <<_ACEOF
7027/* confdefs.h. */
7028_ACEOF
7029cat confdefs.h >>conftest.$ac_ext
7030cat >>conftest.$ac_ext <<_ACEOF
7031/* end confdefs.h. */
7032#include <ctype.h>
7033#if ((' ' & 0x0FF) == 0x020)
7034# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7035# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7036#else
7037# define ISLOWER(c) \
7038 (('a' <= (c) && (c) <= 'i') \
7039 || ('j' <= (c) && (c) <= 'r') \
7040 || ('s' <= (c) && (c) <= 'z'))
7041# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7042#endif
7043
7044#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7045int
7046main ()
7047{
7048 int i;
7049 for (i = 0; i < 256; i++)
7050 if (XOR (islower (i), ISLOWER (i))
7051 || toupper (i) != TOUPPER (i))
7052 exit(2);
7053 exit (0);
7054}
7055_ACEOF
7056rm -f conftest$ac_exeext
7057if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7058 (eval $ac_link) 2>&5
7059 ac_status=$?
7060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7061 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7063 (eval $ac_try) 2>&5
7064 ac_status=$?
7065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7066 (exit $ac_status); }; }; then
7067 :
7068else
7069 echo "$as_me: program exited with status $ac_status" >&5
7070echo "$as_me: failed program was:" >&5
7071sed 's/^/| /' conftest.$ac_ext >&5
7072
7073( exit $ac_status )
7074ac_cv_header_stdc=no
7075fi
7076rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7077fi
7078fi
7079fi
7080echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7081echo "${ECHO_T}$ac_cv_header_stdc" >&6
7082if test $ac_cv_header_stdc = yes; then
7083
7084cat >>confdefs.h <<\_ACEOF
7085#define STDC_HEADERS 1
7086_ACEOF
7087
7088fi
7089
7090# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7101 inttypes.h stdint.h unistd.h
7102do
7103as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7104echo "$as_me:$LINENO: checking for $ac_header" >&5
7105echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7106if eval "test \"\${$as_ac_Header+set}\" = set"; then
7107 echo $ECHO_N "(cached) $ECHO_C" >&6
7108else
7109 cat >conftest.$ac_ext <<_ACEOF
7110/* confdefs.h. */
7111_ACEOF
7112cat confdefs.h >>conftest.$ac_ext
7113cat >>conftest.$ac_ext <<_ACEOF
7114/* end confdefs.h. */
7115$ac_includes_default
7116
7117#include <$ac_header>
7118_ACEOF
7119rm -f conftest.$ac_objext
7120if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7121 (eval $ac_compile) 2>conftest.er1
7122 ac_status=$?
7123 grep -v '^ *+' conftest.er1 >conftest.err
7124 rm -f conftest.er1
7125 cat conftest.err >&5
7126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7127 (exit $ac_status); } &&
7128 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7130 (eval $ac_try) 2>&5
7131 ac_status=$?
7132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7133 (exit $ac_status); }; } &&
7134 { ac_try='test -s conftest.$ac_objext'
7135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7136 (eval $ac_try) 2>&5
7137 ac_status=$?
7138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7139 (exit $ac_status); }; }; then
7140 eval "$as_ac_Header=yes"
7141else
7142 echo "$as_me: failed program was:" >&5
7143sed 's/^/| /' conftest.$ac_ext >&5
7144
7145eval "$as_ac_Header=no"
7146fi
7147rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7148fi
7149echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7150echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7151if test `eval echo '${'$as_ac_Header'}'` = yes; then
7152 cat >>confdefs.h <<_ACEOF
7153#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7154_ACEOF
7155
7156fi
7157
7158done
7159
7160
7161
7162
7163
7164
7165
7166
7167
10656 7168
10657 7169
10658 7170
10659 7171
10660 7172
10686 sys/byteorder.h \ 7198 sys/byteorder.h \
10687 sys/ioctl.h \ 7199 sys/ioctl.h \
10688 sys/select.h \ 7200 sys/select.h \
10689 sys/sockio.h \ 7201 sys/sockio.h \
10690 sys/strredir.h \ 7202 sys/strredir.h \
7203 sys/stropts.h \
10691 sys/time.h \ 7204 sys/time.h \
10692 utmp.h \ 7205 utmp.h \
10693 utmpx.h \ 7206 utmpx.h \
10694 stdint.h \ 7207 stdint.h \
7208 pty.h \
7209 util.h \
7210 libutil.h \
7211 wchar.h \
7212 cwchar \
7213 clocale \
10695 7214
10696do 7215do
10697as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7216as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10698if eval "test \"\${$as_ac_Header+set}\" = set"; then 7217if eval "test \"\${$as_ac_Header+set}\" = set"; then
10699 echo "$as_me:$LINENO: checking for $ac_header" >&5 7218 echo "$as_me:$LINENO: checking for $ac_header" >&5
11483_ACEOF 8002_ACEOF
11484 8003
11485fi 8004fi
11486 8005
11487 8006
11488
11489echo "$as_me:$LINENO: checking for char" >&5
11490echo $ECHO_N "checking for char... $ECHO_C" >&6
11491if test "${ac_cv_type_char+set}" = set; then
11492 echo $ECHO_N "(cached) $ECHO_C" >&6
11493else
11494 cat >conftest.$ac_ext <<_ACEOF
11495/* confdefs.h. */
11496_ACEOF
11497cat confdefs.h >>conftest.$ac_ext
11498cat >>conftest.$ac_ext <<_ACEOF
11499/* end confdefs.h. */
11500$ac_includes_default
11501int
11502main ()
11503{
11504if ((char *) 0)
11505 return 0;
11506if (sizeof (char))
11507 return 0;
11508 ;
11509 return 0;
11510}
11511_ACEOF
11512rm -f conftest.$ac_objext
11513if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11514 (eval $ac_compile) 2>conftest.er1
11515 ac_status=$?
11516 grep -v '^ *+' conftest.er1 >conftest.err
11517 rm -f conftest.er1
11518 cat conftest.err >&5
11519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11520 (exit $ac_status); } &&
11521 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11523 (eval $ac_try) 2>&5
11524 ac_status=$?
11525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11526 (exit $ac_status); }; } &&
11527 { ac_try='test -s conftest.$ac_objext'
11528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11529 (eval $ac_try) 2>&5
11530 ac_status=$?
11531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11532 (exit $ac_status); }; }; then
11533 ac_cv_type_char=yes
11534else
11535 echo "$as_me: failed program was:" >&5
11536sed 's/^/| /' conftest.$ac_ext >&5
11537
11538ac_cv_type_char=no
11539fi
11540rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11541fi
11542echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
11543echo "${ECHO_T}$ac_cv_type_char" >&6
11544
11545echo "$as_me:$LINENO: checking size of char" >&5
11546echo $ECHO_N "checking size of char... $ECHO_C" >&6
11547if test "${ac_cv_sizeof_char+set}" = set; then
11548 echo $ECHO_N "(cached) $ECHO_C" >&6
11549else
11550 if test "$ac_cv_type_char" = yes; then
11551 # The cast to unsigned long works around a bug in the HP C Compiler
11552 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11553 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11554 # This bug is HP SR number 8606223364.
11555 if test "$cross_compiling" = yes; then
11556 # Depending upon the size, compute the lo and hi bounds.
11557cat >conftest.$ac_ext <<_ACEOF
11558/* confdefs.h. */
11559_ACEOF
11560cat confdefs.h >>conftest.$ac_ext
11561cat >>conftest.$ac_ext <<_ACEOF
11562/* end confdefs.h. */
11563$ac_includes_default
11564int
11565main ()
11566{
11567static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
11568test_array [0] = 0
11569
11570 ;
11571 return 0;
11572}
11573_ACEOF
11574rm -f conftest.$ac_objext
11575if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11576 (eval $ac_compile) 2>conftest.er1
11577 ac_status=$?
11578 grep -v '^ *+' conftest.er1 >conftest.err
11579 rm -f conftest.er1
11580 cat conftest.err >&5
11581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11582 (exit $ac_status); } &&
11583 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11585 (eval $ac_try) 2>&5
11586 ac_status=$?
11587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11588 (exit $ac_status); }; } &&
11589 { ac_try='test -s conftest.$ac_objext'
11590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11591 (eval $ac_try) 2>&5
11592 ac_status=$?
11593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11594 (exit $ac_status); }; }; then
11595 ac_lo=0 ac_mid=0
11596 while :; do
11597 cat >conftest.$ac_ext <<_ACEOF
11598/* confdefs.h. */
11599_ACEOF
11600cat confdefs.h >>conftest.$ac_ext
11601cat >>conftest.$ac_ext <<_ACEOF
11602/* end confdefs.h. */
11603$ac_includes_default
11604int
11605main ()
11606{
11607static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
11608test_array [0] = 0
11609
11610 ;
11611 return 0;
11612}
11613_ACEOF
11614rm -f conftest.$ac_objext
11615if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11616 (eval $ac_compile) 2>conftest.er1
11617 ac_status=$?
11618 grep -v '^ *+' conftest.er1 >conftest.err
11619 rm -f conftest.er1
11620 cat conftest.err >&5
11621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11622 (exit $ac_status); } &&
11623 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11625 (eval $ac_try) 2>&5
11626 ac_status=$?
11627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11628 (exit $ac_status); }; } &&
11629 { ac_try='test -s conftest.$ac_objext'
11630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11631 (eval $ac_try) 2>&5
11632 ac_status=$?
11633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11634 (exit $ac_status); }; }; then
11635 ac_hi=$ac_mid; break
11636else
11637 echo "$as_me: failed program was:" >&5
11638sed 's/^/| /' conftest.$ac_ext >&5
11639
11640ac_lo=`expr $ac_mid + 1`
11641 if test $ac_lo -le $ac_mid; then
11642 ac_lo= ac_hi=
11643 break
11644 fi
11645 ac_mid=`expr 2 '*' $ac_mid + 1`
11646fi
11647rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11648 done
11649else
11650 echo "$as_me: failed program was:" >&5
11651sed 's/^/| /' conftest.$ac_ext >&5
11652
11653cat >conftest.$ac_ext <<_ACEOF
11654/* confdefs.h. */
11655_ACEOF
11656cat confdefs.h >>conftest.$ac_ext
11657cat >>conftest.$ac_ext <<_ACEOF
11658/* end confdefs.h. */
11659$ac_includes_default
11660int
11661main ()
11662{
11663static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
11664test_array [0] = 0
11665
11666 ;
11667 return 0;
11668}
11669_ACEOF
11670rm -f conftest.$ac_objext
11671if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11672 (eval $ac_compile) 2>conftest.er1
11673 ac_status=$?
11674 grep -v '^ *+' conftest.er1 >conftest.err
11675 rm -f conftest.er1
11676 cat conftest.err >&5
11677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11678 (exit $ac_status); } &&
11679 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11681 (eval $ac_try) 2>&5
11682 ac_status=$?
11683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11684 (exit $ac_status); }; } &&
11685 { ac_try='test -s conftest.$ac_objext'
11686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11687 (eval $ac_try) 2>&5
11688 ac_status=$?
11689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11690 (exit $ac_status); }; }; then
11691 ac_hi=-1 ac_mid=-1
11692 while :; do
11693 cat >conftest.$ac_ext <<_ACEOF
11694/* confdefs.h. */
11695_ACEOF
11696cat confdefs.h >>conftest.$ac_ext
11697cat >>conftest.$ac_ext <<_ACEOF
11698/* end confdefs.h. */
11699$ac_includes_default
11700int
11701main ()
11702{
11703static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
11704test_array [0] = 0
11705
11706 ;
11707 return 0;
11708}
11709_ACEOF
11710rm -f conftest.$ac_objext
11711if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11712 (eval $ac_compile) 2>conftest.er1
11713 ac_status=$?
11714 grep -v '^ *+' conftest.er1 >conftest.err
11715 rm -f conftest.er1
11716 cat conftest.err >&5
11717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11718 (exit $ac_status); } &&
11719 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11721 (eval $ac_try) 2>&5
11722 ac_status=$?
11723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11724 (exit $ac_status); }; } &&
11725 { ac_try='test -s conftest.$ac_objext'
11726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11727 (eval $ac_try) 2>&5
11728 ac_status=$?
11729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11730 (exit $ac_status); }; }; then
11731 ac_lo=$ac_mid; break
11732else
11733 echo "$as_me: failed program was:" >&5
11734sed 's/^/| /' conftest.$ac_ext >&5
11735
11736ac_hi=`expr '(' $ac_mid ')' - 1`
11737 if test $ac_mid -le $ac_hi; then
11738 ac_lo= ac_hi=
11739 break
11740 fi
11741 ac_mid=`expr 2 '*' $ac_mid`
11742fi
11743rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11744 done
11745else
11746 echo "$as_me: failed program was:" >&5
11747sed 's/^/| /' conftest.$ac_ext >&5
11748
11749ac_lo= ac_hi=
11750fi
11751rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11752fi
11753rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11754# Binary search between lo and hi bounds.
11755while test "x$ac_lo" != "x$ac_hi"; do
11756 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
11757 cat >conftest.$ac_ext <<_ACEOF
11758/* confdefs.h. */
11759_ACEOF
11760cat confdefs.h >>conftest.$ac_ext
11761cat >>conftest.$ac_ext <<_ACEOF
11762/* end confdefs.h. */
11763$ac_includes_default
11764int
11765main ()
11766{
11767static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
11768test_array [0] = 0
11769
11770 ;
11771 return 0;
11772}
11773_ACEOF
11774rm -f conftest.$ac_objext
11775if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11776 (eval $ac_compile) 2>conftest.er1
11777 ac_status=$?
11778 grep -v '^ *+' conftest.er1 >conftest.err
11779 rm -f conftest.er1
11780 cat conftest.err >&5
11781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11782 (exit $ac_status); } &&
11783 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11785 (eval $ac_try) 2>&5
11786 ac_status=$?
11787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11788 (exit $ac_status); }; } &&
11789 { ac_try='test -s conftest.$ac_objext'
11790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11791 (eval $ac_try) 2>&5
11792 ac_status=$?
11793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11794 (exit $ac_status); }; }; then
11795 ac_hi=$ac_mid
11796else
11797 echo "$as_me: failed program was:" >&5
11798sed 's/^/| /' conftest.$ac_ext >&5
11799
11800ac_lo=`expr '(' $ac_mid ')' + 1`
11801fi
11802rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11803done
11804case $ac_lo in
11805?*) ac_cv_sizeof_char=$ac_lo;;
11806'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
11807See \`config.log' for more details." >&5
11808echo "$as_me: error: cannot compute sizeof (char), 77
11809See \`config.log' for more details." >&2;}
11810 { (exit 1); exit 1; }; } ;;
11811esac
11812else
11813 if test "$cross_compiling" = yes; then
11814 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
11815echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
11816 { (exit 1); exit 1; }; }
11817else
11818 cat >conftest.$ac_ext <<_ACEOF
11819/* confdefs.h. */
11820_ACEOF
11821cat confdefs.h >>conftest.$ac_ext
11822cat >>conftest.$ac_ext <<_ACEOF
11823/* end confdefs.h. */
11824$ac_includes_default
11825long longval () { return (long) (sizeof (char)); }
11826unsigned long ulongval () { return (long) (sizeof (char)); }
11827#include <stdio.h>
11828#include <stdlib.h>
11829int
11830main ()
11831{
11832
11833 FILE *f = fopen ("conftest.val", "w");
11834 if (! f)
11835 exit (1);
11836 if (((long) (sizeof (char))) < 0)
11837 {
11838 long i = longval ();
11839 if (i != ((long) (sizeof (char))))
11840 exit (1);
11841 fprintf (f, "%ld\n", i);
11842 }
11843 else
11844 {
11845 unsigned long i = ulongval ();
11846 if (i != ((long) (sizeof (char))))
11847 exit (1);
11848 fprintf (f, "%lu\n", i);
11849 }
11850 exit (ferror (f) || fclose (f) != 0);
11851
11852 ;
11853 return 0;
11854}
11855_ACEOF
11856rm -f conftest$ac_exeext
11857if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11858 (eval $ac_link) 2>&5
11859 ac_status=$?
11860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11861 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11863 (eval $ac_try) 2>&5
11864 ac_status=$?
11865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11866 (exit $ac_status); }; }; then
11867 ac_cv_sizeof_char=`cat conftest.val`
11868else
11869 echo "$as_me: program exited with status $ac_status" >&5
11870echo "$as_me: failed program was:" >&5
11871sed 's/^/| /' conftest.$ac_ext >&5
11872
11873( exit $ac_status )
11874{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
11875See \`config.log' for more details." >&5
11876echo "$as_me: error: cannot compute sizeof (char), 77
11877See \`config.log' for more details." >&2;}
11878 { (exit 1); exit 1; }; }
11879fi
11880rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11881fi
11882fi
11883rm -f conftest.val
11884else
11885 ac_cv_sizeof_char=0
11886fi
11887fi
11888echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
11889echo "${ECHO_T}$ac_cv_sizeof_char" >&6
11890cat >>confdefs.h <<_ACEOF
11891#define SIZEOF_CHAR $ac_cv_sizeof_char
11892_ACEOF
11893
11894
11895echo "$as_me:$LINENO: checking for short" >&5 8007echo "$as_me:$LINENO: checking for short" >&5
11896echo $ECHO_N "checking for short... $ECHO_C" >&6 8008echo $ECHO_N "checking for short... $ECHO_C" >&6
11897if test "${ac_cv_type_short+set}" = set; then 8009if test "${ac_cv_type_short+set}" = set; then
11898 echo $ECHO_N "(cached) $ECHO_C" >&6 8010 echo $ECHO_N "(cached) $ECHO_C" >&6
11899else 8011else
12702cat >>confdefs.h <<_ACEOF 8814cat >>confdefs.h <<_ACEOF
12703#define SIZEOF_INT $ac_cv_sizeof_int 8815#define SIZEOF_INT $ac_cv_sizeof_int
12704_ACEOF 8816_ACEOF
12705 8817
12706 8818
12707echo "$as_me:$LINENO: checking for long" >&5
12708echo $ECHO_N "checking for long... $ECHO_C" >&6
12709if test "${ac_cv_type_long+set}" = set; then
12710 echo $ECHO_N "(cached) $ECHO_C" >&6
12711else
12712 cat >conftest.$ac_ext <<_ACEOF
12713/* confdefs.h. */
12714_ACEOF
12715cat confdefs.h >>conftest.$ac_ext
12716cat >>conftest.$ac_ext <<_ACEOF
12717/* end confdefs.h. */
12718$ac_includes_default
12719int
12720main ()
12721{
12722if ((long *) 0)
12723 return 0;
12724if (sizeof (long))
12725 return 0;
12726 ;
12727 return 0;
12728}
12729_ACEOF
12730rm -f conftest.$ac_objext
12731if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12732 (eval $ac_compile) 2>conftest.er1
12733 ac_status=$?
12734 grep -v '^ *+' conftest.er1 >conftest.err
12735 rm -f conftest.er1
12736 cat conftest.err >&5
12737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12738 (exit $ac_status); } &&
12739 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12741 (eval $ac_try) 2>&5
12742 ac_status=$?
12743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12744 (exit $ac_status); }; } &&
12745 { ac_try='test -s conftest.$ac_objext'
12746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12747 (eval $ac_try) 2>&5
12748 ac_status=$?
12749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12750 (exit $ac_status); }; }; then
12751 ac_cv_type_long=yes
12752else
12753 echo "$as_me: failed program was:" >&5
12754sed 's/^/| /' conftest.$ac_ext >&5
12755
12756ac_cv_type_long=no
12757fi
12758rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12759fi
12760echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
12761echo "${ECHO_T}$ac_cv_type_long" >&6
12762
12763echo "$as_me:$LINENO: checking size of long" >&5
12764echo $ECHO_N "checking size of long... $ECHO_C" >&6
12765if test "${ac_cv_sizeof_long+set}" = set; then
12766 echo $ECHO_N "(cached) $ECHO_C" >&6
12767else
12768 if test "$ac_cv_type_long" = yes; then
12769 # The cast to unsigned long works around a bug in the HP C Compiler
12770 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12771 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12772 # This bug is HP SR number 8606223364.
12773 if test "$cross_compiling" = yes; then
12774 # Depending upon the size, compute the lo and hi bounds.
12775cat >conftest.$ac_ext <<_ACEOF
12776/* confdefs.h. */
12777_ACEOF
12778cat confdefs.h >>conftest.$ac_ext
12779cat >>conftest.$ac_ext <<_ACEOF
12780/* end confdefs.h. */
12781$ac_includes_default
12782int
12783main ()
12784{
12785static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
12786test_array [0] = 0
12787
12788 ;
12789 return 0;
12790}
12791_ACEOF
12792rm -f conftest.$ac_objext
12793if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12794 (eval $ac_compile) 2>conftest.er1
12795 ac_status=$?
12796 grep -v '^ *+' conftest.er1 >conftest.err
12797 rm -f conftest.er1
12798 cat conftest.err >&5
12799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12800 (exit $ac_status); } &&
12801 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12803 (eval $ac_try) 2>&5
12804 ac_status=$?
12805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12806 (exit $ac_status); }; } &&
12807 { ac_try='test -s conftest.$ac_objext'
12808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12809 (eval $ac_try) 2>&5
12810 ac_status=$?
12811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12812 (exit $ac_status); }; }; then
12813 ac_lo=0 ac_mid=0
12814 while :; do
12815 cat >conftest.$ac_ext <<_ACEOF
12816/* confdefs.h. */
12817_ACEOF
12818cat confdefs.h >>conftest.$ac_ext
12819cat >>conftest.$ac_ext <<_ACEOF
12820/* end confdefs.h. */
12821$ac_includes_default
12822int
12823main ()
12824{
12825static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12826test_array [0] = 0
12827
12828 ;
12829 return 0;
12830}
12831_ACEOF
12832rm -f conftest.$ac_objext
12833if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12834 (eval $ac_compile) 2>conftest.er1
12835 ac_status=$?
12836 grep -v '^ *+' conftest.er1 >conftest.err
12837 rm -f conftest.er1
12838 cat conftest.err >&5
12839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12840 (exit $ac_status); } &&
12841 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12843 (eval $ac_try) 2>&5
12844 ac_status=$?
12845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12846 (exit $ac_status); }; } &&
12847 { ac_try='test -s conftest.$ac_objext'
12848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12849 (eval $ac_try) 2>&5
12850 ac_status=$?
12851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12852 (exit $ac_status); }; }; then
12853 ac_hi=$ac_mid; break
12854else
12855 echo "$as_me: failed program was:" >&5
12856sed 's/^/| /' conftest.$ac_ext >&5
12857
12858ac_lo=`expr $ac_mid + 1`
12859 if test $ac_lo -le $ac_mid; then
12860 ac_lo= ac_hi=
12861 break
12862 fi
12863 ac_mid=`expr 2 '*' $ac_mid + 1`
12864fi
12865rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12866 done
12867else
12868 echo "$as_me: failed program was:" >&5
12869sed 's/^/| /' conftest.$ac_ext >&5
12870
12871cat >conftest.$ac_ext <<_ACEOF
12872/* confdefs.h. */
12873_ACEOF
12874cat confdefs.h >>conftest.$ac_ext
12875cat >>conftest.$ac_ext <<_ACEOF
12876/* end confdefs.h. */
12877$ac_includes_default
12878int
12879main ()
12880{
12881static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
12882test_array [0] = 0
12883
12884 ;
12885 return 0;
12886}
12887_ACEOF
12888rm -f conftest.$ac_objext
12889if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12890 (eval $ac_compile) 2>conftest.er1
12891 ac_status=$?
12892 grep -v '^ *+' conftest.er1 >conftest.err
12893 rm -f conftest.er1
12894 cat conftest.err >&5
12895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12896 (exit $ac_status); } &&
12897 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12899 (eval $ac_try) 2>&5
12900 ac_status=$?
12901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12902 (exit $ac_status); }; } &&
12903 { ac_try='test -s conftest.$ac_objext'
12904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12905 (eval $ac_try) 2>&5
12906 ac_status=$?
12907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12908 (exit $ac_status); }; }; then
12909 ac_hi=-1 ac_mid=-1
12910 while :; do
12911 cat >conftest.$ac_ext <<_ACEOF
12912/* confdefs.h. */
12913_ACEOF
12914cat confdefs.h >>conftest.$ac_ext
12915cat >>conftest.$ac_ext <<_ACEOF
12916/* end confdefs.h. */
12917$ac_includes_default
12918int
12919main ()
12920{
12921static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
12922test_array [0] = 0
12923
12924 ;
12925 return 0;
12926}
12927_ACEOF
12928rm -f conftest.$ac_objext
12929if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12930 (eval $ac_compile) 2>conftest.er1
12931 ac_status=$?
12932 grep -v '^ *+' conftest.er1 >conftest.err
12933 rm -f conftest.er1
12934 cat conftest.err >&5
12935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12936 (exit $ac_status); } &&
12937 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12939 (eval $ac_try) 2>&5
12940 ac_status=$?
12941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12942 (exit $ac_status); }; } &&
12943 { ac_try='test -s conftest.$ac_objext'
12944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12945 (eval $ac_try) 2>&5
12946 ac_status=$?
12947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12948 (exit $ac_status); }; }; then
12949 ac_lo=$ac_mid; break
12950else
12951 echo "$as_me: failed program was:" >&5
12952sed 's/^/| /' conftest.$ac_ext >&5
12953
12954ac_hi=`expr '(' $ac_mid ')' - 1`
12955 if test $ac_mid -le $ac_hi; then
12956 ac_lo= ac_hi=
12957 break
12958 fi
12959 ac_mid=`expr 2 '*' $ac_mid`
12960fi
12961rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12962 done
12963else
12964 echo "$as_me: failed program was:" >&5
12965sed 's/^/| /' conftest.$ac_ext >&5
12966
12967ac_lo= ac_hi=
12968fi
12969rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12970fi
12971rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12972# Binary search between lo and hi bounds.
12973while test "x$ac_lo" != "x$ac_hi"; do
12974 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12975 cat >conftest.$ac_ext <<_ACEOF
12976/* confdefs.h. */
12977_ACEOF
12978cat confdefs.h >>conftest.$ac_ext
12979cat >>conftest.$ac_ext <<_ACEOF
12980/* end confdefs.h. */
12981$ac_includes_default
12982int
12983main ()
12984{
12985static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12986test_array [0] = 0
12987
12988 ;
12989 return 0;
12990}
12991_ACEOF
12992rm -f conftest.$ac_objext
12993if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12994 (eval $ac_compile) 2>conftest.er1
12995 ac_status=$?
12996 grep -v '^ *+' conftest.er1 >conftest.err
12997 rm -f conftest.er1
12998 cat conftest.err >&5
12999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13000 (exit $ac_status); } &&
13001 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13003 (eval $ac_try) 2>&5
13004 ac_status=$?
13005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13006 (exit $ac_status); }; } &&
13007 { ac_try='test -s conftest.$ac_objext'
13008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13009 (eval $ac_try) 2>&5
13010 ac_status=$?
13011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13012 (exit $ac_status); }; }; then
13013 ac_hi=$ac_mid
13014else
13015 echo "$as_me: failed program was:" >&5
13016sed 's/^/| /' conftest.$ac_ext >&5
13017
13018ac_lo=`expr '(' $ac_mid ')' + 1`
13019fi
13020rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13021done
13022case $ac_lo in
13023?*) ac_cv_sizeof_long=$ac_lo;;
13024'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13025See \`config.log' for more details." >&5
13026echo "$as_me: error: cannot compute sizeof (long), 77
13027See \`config.log' for more details." >&2;}
13028 { (exit 1); exit 1; }; } ;;
13029esac
13030else
13031 if test "$cross_compiling" = yes; then
13032 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13033echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13034 { (exit 1); exit 1; }; }
13035else
13036 cat >conftest.$ac_ext <<_ACEOF
13037/* confdefs.h. */
13038_ACEOF
13039cat confdefs.h >>conftest.$ac_ext
13040cat >>conftest.$ac_ext <<_ACEOF
13041/* end confdefs.h. */
13042$ac_includes_default
13043long longval () { return (long) (sizeof (long)); }
13044unsigned long ulongval () { return (long) (sizeof (long)); }
13045#include <stdio.h>
13046#include <stdlib.h>
13047int
13048main ()
13049{
13050
13051 FILE *f = fopen ("conftest.val", "w");
13052 if (! f)
13053 exit (1);
13054 if (((long) (sizeof (long))) < 0)
13055 {
13056 long i = longval ();
13057 if (i != ((long) (sizeof (long))))
13058 exit (1);
13059 fprintf (f, "%ld\n", i);
13060 }
13061 else
13062 {
13063 unsigned long i = ulongval ();
13064 if (i != ((long) (sizeof (long))))
13065 exit (1);
13066 fprintf (f, "%lu\n", i);
13067 }
13068 exit (ferror (f) || fclose (f) != 0);
13069
13070 ;
13071 return 0;
13072}
13073_ACEOF
13074rm -f conftest$ac_exeext
13075if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13076 (eval $ac_link) 2>&5
13077 ac_status=$?
13078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13079 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13081 (eval $ac_try) 2>&5
13082 ac_status=$?
13083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13084 (exit $ac_status); }; }; then
13085 ac_cv_sizeof_long=`cat conftest.val`
13086else
13087 echo "$as_me: program exited with status $ac_status" >&5
13088echo "$as_me: failed program was:" >&5
13089sed 's/^/| /' conftest.$ac_ext >&5
13090
13091( exit $ac_status )
13092{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13093See \`config.log' for more details." >&5
13094echo "$as_me: error: cannot compute sizeof (long), 77
13095See \`config.log' for more details." >&2;}
13096 { (exit 1); exit 1; }; }
13097fi
13098rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13099fi
13100fi
13101rm -f conftest.val
13102else
13103 ac_cv_sizeof_long=0
13104fi
13105fi
13106echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
13107echo "${ECHO_T}$ac_cv_sizeof_long" >&6
13108cat >>confdefs.h <<_ACEOF
13109#define SIZEOF_LONG $ac_cv_sizeof_long
13110_ACEOF
13111
13112
13113echo "$as_me:$LINENO: checking for long long" >&5 8819echo "$as_me:$LINENO: checking for long long" >&5
13114echo $ECHO_N "checking for long long... $ECHO_C" >&6 8820echo $ECHO_N "checking for long long... $ECHO_C" >&6
13115if test "${ac_cv_type_long_long+set}" = set; then 8821if test "${ac_cv_type_long_long+set}" = set; then
13116 echo $ECHO_N "(cached) $ECHO_C" >&6 8822 echo $ECHO_N "(cached) $ECHO_C" >&6
13117else 8823else
13968 rxvt_cv_int16_t=yes 9674 rxvt_cv_int16_t=yes
13969else 9675else
13970 echo "$as_me: failed program was:" >&5 9676 echo "$as_me: failed program was:" >&5
13971sed 's/^/| /' conftest.$ac_ext >&5 9677sed 's/^/| /' conftest.$ac_ext >&5
13972 9678
13973if test $ac_cv_sizeof_char -ge 2; then 9679if test "$ac_cv_sizeof_char" -ge 2; then
13974 rxvt_cv_int16_t=" char" 9680 rxvt_cv_int16_t=" char"
13975else 9681else
13976 if test $ac_cv_sizeof_short -ge 2; then 9682 if test "$ac_cv_sizeof_short" -ge 2; then
13977 rxvt_cv_int16_t=" short" 9683 rxvt_cv_int16_t=" short"
13978 else 9684 else
13979 if test $ac_cv_sizeof_int -ge 2; then 9685 if test "$ac_cv_sizeof_int" -ge 2; then
13980 rxvt_cv_int16_t=" int" 9686 rxvt_cv_int16_t=" int"
13981 else 9687 else
13982 if test $ac_cv_sizeof_long -ge 2; then 9688 if test "$ac_cv_sizeof_long" -ge 2; then
13983 rxvt_cv_int16_t=" long" 9689 rxvt_cv_int16_t=" long"
13984 else 9690 else
13985 if test $ac_cv_sizeof_long_long -ge 2; then 9691 if test "$ac_cv_sizeof_long_long" -ge 2; then
13986 rxvt_cv_int16_t=" long long" 9692 rxvt_cv_int16_t=" long long"
13987 else 9693 else
13988 rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default 9694 rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default
13989 fi 9695 fi
13990 fi 9696 fi
14050 rxvt_cv_uint16_t=yes 9756 rxvt_cv_uint16_t=yes
14051else 9757else
14052 echo "$as_me: failed program was:" >&5 9758 echo "$as_me: failed program was:" >&5
14053sed 's/^/| /' conftest.$ac_ext >&5 9759sed 's/^/| /' conftest.$ac_ext >&5
14054 9760
14055if test $ac_cv_sizeof_char -ge 2; then 9761if test "$ac_cv_sizeof_char" -ge 2; then
14056 rxvt_cv_uint16_t="unsigned char" 9762 rxvt_cv_uint16_t="unsigned char"
14057else 9763else
14058 if test $ac_cv_sizeof_short -ge 2; then 9764 if test "$ac_cv_sizeof_short" -ge 2; then
14059 rxvt_cv_uint16_t="unsigned short" 9765 rxvt_cv_uint16_t="unsigned short"
14060 else 9766 else
14061 if test $ac_cv_sizeof_int -ge 2; then 9767 if test "$ac_cv_sizeof_int" -ge 2; then
14062 rxvt_cv_uint16_t="unsigned int" 9768 rxvt_cv_uint16_t="unsigned int"
14063 else 9769 else
14064 if test $ac_cv_sizeof_long -ge 2; then 9770 if test "$ac_cv_sizeof_long" -ge 2; then
14065 rxvt_cv_uint16_t="unsigned long" 9771 rxvt_cv_uint16_t="unsigned long"
14066 else 9772 else
14067 if test $ac_cv_sizeof_long_long -ge 2; then 9773 if test "$ac_cv_sizeof_long_long" -ge 2; then
14068 rxvt_cv_uint16_t="unsigned long long" 9774 rxvt_cv_uint16_t="unsigned long long"
14069 else 9775 else
14070 rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default 9776 rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default
14071 fi 9777 fi
14072 fi 9778 fi
14132 rxvt_cv_int32_t=yes 9838 rxvt_cv_int32_t=yes
14133else 9839else
14134 echo "$as_me: failed program was:" >&5 9840 echo "$as_me: failed program was:" >&5
14135sed 's/^/| /' conftest.$ac_ext >&5 9841sed 's/^/| /' conftest.$ac_ext >&5
14136 9842
14137if test $ac_cv_sizeof_char -ge 4; then 9843if test "$ac_cv_sizeof_char" -ge 4; then
14138 rxvt_cv_int32_t=" char" 9844 rxvt_cv_int32_t=" char"
14139else 9845else
14140 if test $ac_cv_sizeof_short -ge 4; then 9846 if test "$ac_cv_sizeof_short" -ge 4; then
14141 rxvt_cv_int32_t=" short" 9847 rxvt_cv_int32_t=" short"
14142 else 9848 else
14143 if test $ac_cv_sizeof_int -ge 4; then 9849 if test "$ac_cv_sizeof_int" -ge 4; then
14144 rxvt_cv_int32_t=" int" 9850 rxvt_cv_int32_t=" int"
14145 else 9851 else
14146 if test $ac_cv_sizeof_long -ge 4; then 9852 if test "$ac_cv_sizeof_long" -ge 4; then
14147 rxvt_cv_int32_t=" long" 9853 rxvt_cv_int32_t=" long"
14148 else 9854 else
14149 if test $ac_cv_sizeof_long_long -ge 4; then 9855 if test "$ac_cv_sizeof_long_long" -ge 4; then
14150 rxvt_cv_int32_t=" long long" 9856 rxvt_cv_int32_t=" long long"
14151 else 9857 else
14152 rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default 9858 rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default
14153 fi 9859 fi
14154 fi 9860 fi
14214 rxvt_cv_uint32_t=yes 9920 rxvt_cv_uint32_t=yes
14215else 9921else
14216 echo "$as_me: failed program was:" >&5 9922 echo "$as_me: failed program was:" >&5
14217sed 's/^/| /' conftest.$ac_ext >&5 9923sed 's/^/| /' conftest.$ac_ext >&5
14218 9924
14219if test $ac_cv_sizeof_char -ge 4; then 9925if test "$ac_cv_sizeof_char" -ge 4; then
14220 rxvt_cv_uint32_t="unsigned char" 9926 rxvt_cv_uint32_t="unsigned char"
14221else 9927else
14222 if test $ac_cv_sizeof_short -ge 4; then 9928 if test "$ac_cv_sizeof_short" -ge 4; then
14223 rxvt_cv_uint32_t="unsigned short" 9929 rxvt_cv_uint32_t="unsigned short"
14224 else 9930 else
14225 if test $ac_cv_sizeof_int -ge 4; then 9931 if test "$ac_cv_sizeof_int" -ge 4; then
14226 rxvt_cv_uint32_t="unsigned int" 9932 rxvt_cv_uint32_t="unsigned int"
14227 else 9933 else
14228 if test $ac_cv_sizeof_long -ge 4; then 9934 if test "$ac_cv_sizeof_long" -ge 4; then
14229 rxvt_cv_uint32_t="unsigned long" 9935 rxvt_cv_uint32_t="unsigned long"
14230 else 9936 else
14231 if test $ac_cv_sizeof_long_long -ge 4; then 9937 if test "$ac_cv_sizeof_long_long" -ge 4; then
14232 rxvt_cv_uint32_t="unsigned long long" 9938 rxvt_cv_uint32_t="unsigned long long"
14233 else 9939 else
14234 rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default 9940 rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default
14235 fi 9941 fi
14236 fi 9942 fi
14250 else 9956 else
14251 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */" 9957 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
14252 fi 9958 fi
14253fi 9959fi
14254 9960
14255if test $ac_cv_sizeof_int_p -eq 8; then 9961if test "$ac_cv_sizeof_int_p" -eq 8; then
14256 rxvt_intp_define="#define intp_t int64_t" 9962 rxvt_intp_define="#define intp_t int64_t"
14257 rxvt_u_intp_define="#define u_intp_t u_int64_t" 9963 rxvt_u_intp_define="#define u_intp_t u_int64_t"
14258else 9964else
14259 if test $ac_cv_sizeof_int_p -eq 4; then 9965 if test "$ac_cv_sizeof_int_p" -eq 4; then
14260 rxvt_intp_define="#define intp_t int32_t" 9966 rxvt_intp_define="#define intp_t int32_t"
14261 rxvt_u_intp_define="#define u_intp_t u_int32_t" 9967 rxvt_u_intp_define="#define u_intp_t u_int32_t"
14262 else 9968 else
14263 if test $ac_cv_sizeof_int_p -eq 2; then 9969 if test "$ac_cv_sizeof_int_p" -eq 2; then
14264 rxvt_intp_define="#define intp_t int16_t" 9970 rxvt_intp_define="#define intp_t int16_t"
14265 rxvt_u_intp_define="#define u_intp_t u_int16_t" 9971 rxvt_u_intp_define="#define u_intp_t u_int16_t"
14266 else 9972 else
14267 rxvt_intp_define="#error set intp_t" 9973 rxvt_intp_define="#error set intp_t"
14268 rxvt_u_intp_define="#error set u_intp_t" 9974 rxvt_u_intp_define="#error set u_intp_t"
14339#define RETSIGTYPE $ac_cv_type_signal 10045#define RETSIGTYPE $ac_cv_type_signal
14340_ACEOF 10046_ACEOF
14341 10047
14342 10048
14343 10049
14344case "$host_alias" in
14345 *ultrix) ac_cv_func_setsid='no' ;;
14346 *) break;;
14347esac
14348
14349
14350 10050
14351 10051
14352 10052
14353 10053
14354 10054
14363 10063
14364 10064
14365 10065
14366 10066
14367for ac_func in \ 10067for ac_func in \
14368 atexit \
14369 revoke \ 10068 revoke \
14370 unsetenv \ 10069 unsetenv \
14371 setutent \ 10070 setutent \
14372 seteuid \ 10071 seteuid \
10072 setresuid \
14373 setreuid \ 10073 setreuid \
14374 setsid \
14375 setpgrp \
14376 setpgid \
14377 openpty \
14378 _getpty \ 10074 _getpty \
10075 getpt \
10076 posix_openpt \
14379 grantpt \ 10077 grantpt \
14380 unlockpt \ 10078 unlockpt \
14381 isastream \ 10079 isastream \
14382 on_exit \ 10080 on_exit \
14383 nanosleep \ 10081 nanosleep \
14384 updwtmp \ 10082 updwtmp \
10083 updwtmpx \
14385 ttyslot \ 10084 ttyslot \
14386 10085
14387do 10086do
14388as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10087as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14389echo "$as_me:$LINENO: checking for $ac_func" >&5 10088echo "$as_me:$LINENO: checking for $ac_func" >&5
14632_ACEOF 10331_ACEOF
14633cat confdefs.h >>conftest.$ac_ext 10332cat confdefs.h >>conftest.$ac_ext
14634cat >>conftest.$ac_ext <<_ACEOF 10333cat >>conftest.$ac_ext <<_ACEOF
14635/* end confdefs.h. */ 10334/* end confdefs.h. */
14636#include <sys/types.h> 10335#include <sys/types.h>
14637#include <stdint.h>
14638#include <utmp.h> 10336#include <utmp.h>
14639int 10337int
14640main () 10338main ()
14641{ 10339{
14642struct utmp ut; 10340struct utmp ut;
15069#define HAVE_UTMPX_HOST 1 10767#define HAVE_UTMPX_HOST 1
15070_ACEOF 10768_ACEOF
15071 10769
15072fi 10770fi
15073 10771
15074fi 10772echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
10773echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6
10774if test "${rxvt_cv_struct_utmpx_session+set}" = set; then
10775 echo $ECHO_N "(cached) $ECHO_C" >&6
10776else
10777 cat >conftest.$ac_ext <<_ACEOF
10778/* confdefs.h. */
10779_ACEOF
10780cat confdefs.h >>conftest.$ac_ext
10781cat >>conftest.$ac_ext <<_ACEOF
10782/* end confdefs.h. */
10783#include <sys/types.h>
10784#include <utmpx.h>
10785int
10786main ()
10787{
10788struct utmpx utx; utx.ut_session;
10789 ;
10790 return 0;
10791}
10792_ACEOF
10793rm -f conftest.$ac_objext
10794if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10795 (eval $ac_compile) 2>conftest.er1
10796 ac_status=$?
10797 grep -v '^ *+' conftest.er1 >conftest.err
10798 rm -f conftest.er1
10799 cat conftest.err >&5
10800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10801 (exit $ac_status); } &&
10802 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10804 (eval $ac_try) 2>&5
10805 ac_status=$?
10806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10807 (exit $ac_status); }; } &&
10808 { ac_try='test -s conftest.$ac_objext'
10809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10810 (eval $ac_try) 2>&5
10811 ac_status=$?
10812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10813 (exit $ac_status); }; }; then
10814 rxvt_cv_struct_utmpx_session=yes
10815else
10816 echo "$as_me: failed program was:" >&5
10817sed 's/^/| /' conftest.$ac_ext >&5
15075 10818
10819rxvt_cv_struct_utmpx_session=no
10820fi
10821rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10822fi
10823echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_session" >&5
10824echo "${ECHO_T}$rxvt_cv_struct_utmpx_session" >&6
10825if test x$rxvt_cv_struct_utmpx_session = xyes; then
10826
10827cat >>confdefs.h <<\_ACEOF
10828#define HAVE_UTMPX_SESSION 1
10829_ACEOF
10830
10831fi
10832
10833fi
15076 10834
15077 10835
15078echo "$as_me:$LINENO: checking for struct lastlog" >&5 10836echo "$as_me:$LINENO: checking for struct lastlog" >&5
15079echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6 10837echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
15080if test "${rxvt_cv_struct_lastlog+set}" = set; then 10838if test "${rxvt_cv_struct_lastlog+set}" = set; then
15957#define HAVE_NL_LANGINFO 1 11715#define HAVE_NL_LANGINFO 1
15958_ACEOF 11716_ACEOF
15959 11717
15960fi 11718fi
15961 11719
15962echo "$as_me:$LINENO: checking for getpt" >&5 11720echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
15963echo $ECHO_N "checking for getpt... $ECHO_C" >&6 11721echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6
15964if test "${rxvt_cv_func_getpt+set}" = set; then 11722if test "${rxvt_can_pass_fds+set}" = set; then
15965 echo $ECHO_N "(cached) $ECHO_C" >&6 11723 echo $ECHO_N "(cached) $ECHO_C" >&6
15966else 11724else
15967 cat >conftest.$ac_ext <<_ACEOF 11725 cat >conftest.$ac_ext <<_ACEOF
15968/* confdefs.h. */ 11726/* confdefs.h. */
15969_ACEOF 11727_ACEOF
15970cat confdefs.h >>conftest.$ac_ext 11728cat confdefs.h >>conftest.$ac_ext
15971cat >>conftest.$ac_ext <<_ACEOF 11729cat >>conftest.$ac_ext <<_ACEOF
15972/* end confdefs.h. */ 11730/* end confdefs.h. */
15973#define _GNU_SOURCE 11731
15974#ifdef HAVE_STDLIB_H 11732#include <sys/types.h>
15975# include <cstdlib> 11733#include <sys/socket.h>
15976#endif 11734
15977int 11735int
15978main () 11736main ()
15979{ 11737{
15980(void)getpt(); 11738
11739{
11740 msghdr msg;
11741 iovec iov;
11742 char buf [100];
11743 char data = 0;
11744
11745 iov.iov_base = &data;
11746 iov.iov_len = 1;
11747
11748 msg.msg_iov = &iov;
11749 msg.msg_iovlen = 1;
11750 msg.msg_control = buf;
11751 msg.msg_controllen = sizeof buf;
11752
11753 cmsghdr *cmsg = CMSG_FIRSTHDR (&msg);
11754 cmsg->cmsg_level = SOL_SOCKET;
11755 cmsg->cmsg_type = SCM_RIGHTS;
11756 cmsg->cmsg_len = 100;
11757
11758 *(int *)CMSG_DATA (cmsg) = 5;
11759
11760 return sendmsg (3, &msg, 0);
11761}
11762
15981 ; 11763 ;
15982 return 0; 11764 return 0;
15983} 11765}
15984_ACEOF 11766_ACEOF
15985rm -f conftest.$ac_objext conftest$ac_exeext 11767rm -f conftest.$ac_objext conftest$ac_exeext
16001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16002 (eval $ac_try) 2>&5 11784 (eval $ac_try) 2>&5
16003 ac_status=$? 11785 ac_status=$?
16004 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16005 (exit $ac_status); }; }; then 11787 (exit $ac_status); }; }; then
16006 rxvt_cv_func_getpt=yes 11788 rxvt_can_pass_fds=yes
16007else 11789else
16008 echo "$as_me: failed program was:" >&5 11790 echo "$as_me: failed program was:" >&5
16009sed 's/^/| /' conftest.$ac_ext >&5 11791sed 's/^/| /' conftest.$ac_ext >&5
16010 11792
16011rxvt_cv_func_getpt=no 11793rxvt_can_pass_fds=no
16012fi 11794fi
16013rm -f conftest.err conftest.$ac_objext \ 11795rm -f conftest.err conftest.$ac_objext \
16014 conftest$ac_exeext conftest.$ac_ext 11796 conftest$ac_exeext conftest.$ac_ext
16015fi 11797fi
16016echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5 11798echo "$as_me:$LINENO: result: $rxvt_can_pass_fds" >&5
16017echo "${ECHO_T}$rxvt_cv_func_getpt" >&6 11799echo "${ECHO_T}$rxvt_can_pass_fds" >&6
16018if test x$rxvt_cv_func_getpt = xyes; then 11800if test x$rxvt_can_pass_fds = xyes; then
16019 11801
16020cat >>confdefs.h <<\_ACEOF 11802cat >>confdefs.h <<\_ACEOF
16021#define HAVE_GETPT 1 11803#define HAVE_UNIX_FDPASS 1
16022_ACEOF 11804_ACEOF
11805
11806else
11807 { { echo "$as_me:$LINENO: error: urxvt requires unix-compliant filehandle passing ability" >&5
11808echo "$as_me: error: urxvt requires unix-compliant filehandle passing ability" >&2;}
11809 { (exit 1); exit 1; }; }
11810fi
11811
11812echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11813echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
11814if test "${rxvt_broken_ximcb+set}" = set; then
11815 echo $ECHO_N "(cached) $ECHO_C" >&6
11816else
11817 cat >conftest.$ac_ext <<_ACEOF
11818
11819#include <X11/Xlib.h>
11820
11821void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
11822
11823void f() {
11824 XIMCallback cb;
11825 cb.callback = im_destroy_cb;
11826}
11827
11828_ACEOF
11829rm -f conftest.$ac_objext
11830if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11831 (eval $ac_compile) 2>conftest.er1
11832 ac_status=$?
11833 grep -v '^ *+' conftest.er1 >conftest.err
11834 rm -f conftest.er1
11835 cat conftest.err >&5
11836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11837 (exit $ac_status); } &&
11838 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11840 (eval $ac_try) 2>&5
11841 ac_status=$?
11842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11843 (exit $ac_status); }; } &&
11844 { ac_try='test -s conftest.$ac_objext'
11845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11846 (eval $ac_try) 2>&5
11847 ac_status=$?
11848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11849 (exit $ac_status); }; }; then
11850 rxvt_broken_ximcb=yes
11851else
11852 echo "$as_me: failed program was:" >&5
11853sed 's/^/| /' conftest.$ac_ext >&5
11854
11855rxvt_broken_ximcb=no
11856fi
11857rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11858fi
11859echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
11860echo "${ECHO_T}$rxvt_broken_ximcb" >&6
11861
11862if test x$rxvt_broken_ximcb = xyes; then
11863
11864cat >>confdefs.h <<\_ACEOF
11865#define XIMCB_PROTO_BROKEN 1
11866_ACEOF
11867
11868fi
11869
11870if test x$ac_cv_func_getpt = xno -a x$ac_cv_func_posix_openpt = xno; then
11871 echo "$as_me:$LINENO: checking for openpty" >&5
11872echo $ECHO_N "checking for openpty... $ECHO_C" >&6
11873if test "${ac_cv_func_openpty+set}" = set; then
11874 echo $ECHO_N "(cached) $ECHO_C" >&6
11875else
11876 cat >conftest.$ac_ext <<_ACEOF
11877/* confdefs.h. */
11878_ACEOF
11879cat confdefs.h >>conftest.$ac_ext
11880cat >>conftest.$ac_ext <<_ACEOF
11881/* end confdefs.h. */
11882/* Define openpty to an innocuous variant, in case <limits.h> declares openpty.
11883 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11884#define openpty innocuous_openpty
11885
11886/* System header to define __stub macros and hopefully few prototypes,
11887 which can conflict with char openpty (); below.
11888 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11889 <limits.h> exists even on freestanding compilers. */
11890
11891#ifdef __STDC__
11892# include <limits.h>
11893#else
11894# include <assert.h>
11895#endif
11896
11897#undef openpty
11898
11899/* Override any gcc2 internal prototype to avoid an error. */
11900#ifdef __cplusplus
11901extern "C"
11902{
11903#endif
11904/* We use char because int might match the return type of a gcc2
11905 builtin and then its argument prototype would still apply. */
11906char openpty ();
11907/* The GNU C library defines this for functions which it implements
11908 to always fail with ENOSYS. Some functions are actually named
11909 something starting with __ and the normal name is an alias. */
11910#if defined (__stub_openpty) || defined (__stub___openpty)
11911choke me
11912#else
11913char (*f) () = openpty;
11914#endif
11915#ifdef __cplusplus
11916}
11917#endif
11918
11919int
11920main ()
11921{
11922return f != openpty;
11923 ;
11924 return 0;
11925}
11926_ACEOF
11927rm -f conftest.$ac_objext conftest$ac_exeext
11928if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11929 (eval $ac_link) 2>conftest.er1
11930 ac_status=$?
11931 grep -v '^ *+' conftest.er1 >conftest.err
11932 rm -f conftest.er1
11933 cat conftest.err >&5
11934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11935 (exit $ac_status); } &&
11936 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11938 (eval $ac_try) 2>&5
11939 ac_status=$?
11940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11941 (exit $ac_status); }; } &&
11942 { ac_try='test -s conftest$ac_exeext'
11943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11944 (eval $ac_try) 2>&5
11945 ac_status=$?
11946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11947 (exit $ac_status); }; }; then
11948 ac_cv_func_openpty=yes
11949else
11950 echo "$as_me: failed program was:" >&5
11951sed 's/^/| /' conftest.$ac_ext >&5
11952
11953ac_cv_func_openpty=no
11954fi
11955rm -f conftest.err conftest.$ac_objext \
11956 conftest$ac_exeext conftest.$ac_ext
11957fi
11958echo "$as_me:$LINENO: result: $ac_cv_func_openpty" >&5
11959echo "${ECHO_T}$ac_cv_func_openpty" >&6
11960if test $ac_cv_func_openpty = yes; then
11961 :
11962else
11963 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
11964echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
11965if test "${ac_cv_lib_util_openpty+set}" = set; then
11966 echo $ECHO_N "(cached) $ECHO_C" >&6
11967else
11968 ac_check_lib_save_LIBS=$LIBS
11969LIBS="-lutil $LIBS"
11970cat >conftest.$ac_ext <<_ACEOF
11971/* confdefs.h. */
11972_ACEOF
11973cat confdefs.h >>conftest.$ac_ext
11974cat >>conftest.$ac_ext <<_ACEOF
11975/* end confdefs.h. */
11976
11977/* Override any gcc2 internal prototype to avoid an error. */
11978#ifdef __cplusplus
11979extern "C"
11980#endif
11981/* We use char because int might match the return type of a gcc2
11982 builtin and then its argument prototype would still apply. */
11983char openpty ();
11984int
11985main ()
11986{
11987openpty ();
11988 ;
11989 return 0;
11990}
11991_ACEOF
11992rm -f conftest.$ac_objext conftest$ac_exeext
11993if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11994 (eval $ac_link) 2>conftest.er1
11995 ac_status=$?
11996 grep -v '^ *+' conftest.er1 >conftest.err
11997 rm -f conftest.er1
11998 cat conftest.err >&5
11999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12000 (exit $ac_status); } &&
12001 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12003 (eval $ac_try) 2>&5
12004 ac_status=$?
12005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12006 (exit $ac_status); }; } &&
12007 { ac_try='test -s conftest$ac_exeext'
12008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12009 (eval $ac_try) 2>&5
12010 ac_status=$?
12011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12012 (exit $ac_status); }; }; then
12013 ac_cv_lib_util_openpty=yes
12014else
12015 echo "$as_me: failed program was:" >&5
12016sed 's/^/| /' conftest.$ac_ext >&5
12017
12018ac_cv_lib_util_openpty=no
12019fi
12020rm -f conftest.err conftest.$ac_objext \
12021 conftest$ac_exeext conftest.$ac_ext
12022LIBS=$ac_check_lib_save_LIBS
12023fi
12024echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12025echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
12026if test $ac_cv_lib_util_openpty = yes; then
12027 LIBS="$LIBS -lutil"
12028fi
12029
12030fi
16023 12031
16024fi 12032fi
16025 12033
16026echo "$as_me:$LINENO: checking for pty/tty type" >&5 12034echo "$as_me:$LINENO: checking for pty/tty type" >&5
16027echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6 12035echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
16028if test "${rxvt_cv_ptys+set}" = set; then 12036if test "${rxvt_cv_ptys+set}" = set; then
16029 echo $ECHO_N "(cached) $ECHO_C" >&6 12037 echo $ECHO_N "(cached) $ECHO_C" >&6
16030else 12038else
16031 if test x$ac_cv_func_openpty = xyes; then 12039 if test x$ac_cv_func_openpty = xyes -o x$ac_cv_lib_util_openpty = xyes; then
16032 rxvt_cv_ptys=OPENPTY 12040 rxvt_cv_ptys=OPENPTY
12041 else if test x$ac_cv_func_getpt = xyes; then
12042 rxvt_cv_ptys=GLIBC
12043 else if test x$ac_cv_func_posix_openpt = xyes; then
12044 rxvt_cv_ptys=POSIX
16033 else if test x$ac_cv_func__getpty = xyes; then 12045 else if test x$ac_cv_func__getpty = xyes; then
16034 rxvt_cv_ptys=SGI4 12046 rxvt_cv_ptys=SGI4
16035 else if test -c /dev/ttyp20; then 12047 else if test -c /dev/ttyp20; then
16036 rxvt_cv_ptys=SCO 12048 rxvt_cv_ptys=SCO
16037 else if test -c /dev/ptym/clone; then 12049 else if test -c /dev/ptym/clone; then
16038 rxvt_cv_ptys=HPUX 12050 rxvt_cv_ptys=HPUX
16039 else if test x$rxvt_cv_func_getpt = xyes; then
16040 rxvt_cv_ptys=GLIBC
16041 else if test -c /dev/ptc -a -c /dev/pts; then 12051 else if test -c /dev/ptc -a -c /dev/pts; then
16042 rxvt_cv_ptys=PTC 12052 rxvt_cv_ptys=PTC
16043 else if test -c /dev/ptc -a -d /dev/pts; then 12053 else if test -c /dev/ptc -a -d /dev/pts; then
16044 rxvt_cv_ptys=PTC 12054 rxvt_cv_ptys=PTC
16045 else if test -c /dev/ptmx -a -c /dev/pts/0; then 12055 else if test -c /dev/ptmx -a -c /dev/pts/0; then
16055fi 12065fi
16056fi 12066fi
16057fi 12067fi
16058fi 12068fi
16059fi 12069fi
12070fi
16060 12071
16061fi 12072fi
16062echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5 12073echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
16063echo "${ECHO_T}$rxvt_cv_ptys" >&6 12074echo "${ECHO_T}$rxvt_cv_ptys" >&6
16064 12075
12076if test x$rxvt_cv_ptys = xGLIBC; then
12077
12078cat >>confdefs.h <<\_ACEOF
12079#define PTYS_ARE_GETPT 1
12080_ACEOF
12081
12082fi
12083if test x$rxvt_cv_ptys = xPOSIX; then
12084
12085cat >>confdefs.h <<\_ACEOF
12086#define PTYS_ARE_POSIX 1
12087_ACEOF
12088
12089fi
16065if test x$rxvt_cv_ptys = xOPENPTY; then 12090if test x$rxvt_cv_ptys = xOPENPTY; then
16066 12091
16067cat >>confdefs.h <<\_ACEOF 12092cat >>confdefs.h <<\_ACEOF
16068#define PTYS_ARE_OPENPTY 1 12093#define PTYS_ARE_OPENPTY 1
16069_ACEOF 12094_ACEOF
16095cat >>confdefs.h <<\_ACEOF 12120cat >>confdefs.h <<\_ACEOF
16096#define PTYS_ARE__GETPTY 1 12121#define PTYS_ARE__GETPTY 1
16097_ACEOF 12122_ACEOF
16098 12123
16099fi 12124fi
16100if test x$rxvt_cv_ptys = xCONVEX; then
16101
16102cat >>confdefs.h <<\_ACEOF
16103#define PTYS_ARE_GETPTY 1
16104_ACEOF
16105
16106fi
16107if test x$rxvt_cv_ptys = xGLIBC; then
16108
16109cat >>confdefs.h <<\_ACEOF
16110#define PTYS_ARE_GETPT 1
16111_ACEOF
16112
16113fi
16114if test x$rxvt_cv_ptys = xHPUX; then 12125if test x$rxvt_cv_ptys = xHPUX; then
16115 12126
16116cat >>confdefs.h <<\_ACEOF 12127cat >>confdefs.h <<\_ACEOF
16117#define PTYS_ARE_CLONE 1 12128#define PTYS_ARE_CLONE 1
16118_ACEOF 12129_ACEOF
16119 12130
16120fi 12131fi
16121if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then 12132if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xPOSIX; then
16122 12133
16123cat >>confdefs.h <<\_ACEOF 12134cat >>confdefs.h <<\_ACEOF
16124#define PTYS_ARE_SEARCHED 1 12135#define PTYS_ARE_SEARCHED 1
16125_ACEOF 12136_ACEOF
16126 12137
16145#define PTYCHAR2 "$pch2" 12156#define PTYCHAR2 "$pch2"
16146_ACEOF 12157_ACEOF
16147 12158
16148fi 12159fi
16149 12160
16150echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
16151echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
16152if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
16153 echo $ECHO_N "(cached) $ECHO_C" >&6
16154else
16155 ac_check_lib_save_LIBS=$LIBS
16156LIBS="-lxpg4 $LIBS"
16157cat >conftest.$ac_ext <<_ACEOF
16158/* confdefs.h. */
16159_ACEOF
16160cat confdefs.h >>conftest.$ac_ext
16161cat >>conftest.$ac_ext <<_ACEOF
16162/* end confdefs.h. */
16163
16164/* Override any gcc2 internal prototype to avoid an error. */
16165#ifdef __cplusplus
16166extern "C"
16167#endif
16168/* We use char because int might match the return type of a gcc2
16169 builtin and then its argument prototype would still apply. */
16170char setlocale ();
16171int
16172main ()
16173{
16174setlocale ();
16175 ;
16176 return 0;
16177}
16178_ACEOF
16179rm -f conftest.$ac_objext conftest$ac_exeext
16180if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16181 (eval $ac_link) 2>conftest.er1
16182 ac_status=$?
16183 grep -v '^ *+' conftest.er1 >conftest.err
16184 rm -f conftest.er1
16185 cat conftest.err >&5
16186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16187 (exit $ac_status); } &&
16188 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16190 (eval $ac_try) 2>&5
16191 ac_status=$?
16192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16193 (exit $ac_status); }; } &&
16194 { ac_try='test -s conftest$ac_exeext'
16195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16196 (eval $ac_try) 2>&5
16197 ac_status=$?
16198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16199 (exit $ac_status); }; }; then
16200 ac_cv_lib_xpg4_setlocale=yes
16201else
16202 echo "$as_me: failed program was:" >&5
16203sed 's/^/| /' conftest.$ac_ext >&5
16204
16205ac_cv_lib_xpg4_setlocale=no
16206fi
16207rm -f conftest.err conftest.$ac_objext \
16208 conftest$ac_exeext conftest.$ac_ext
16209LIBS=$ac_check_lib_save_LIBS
16210fi
16211echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
16212echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
16213if test $ac_cv_lib_xpg4_setlocale = yes; then
16214 LIBS="$LIBS -lxpg4"
16215fi
16216
16217
16218if test x$support_inheritpixmap = xyes; then
16219
16220cat >>confdefs.h <<\_ACEOF
16221#define TRANSPARENT 1
16222_ACEOF
16223
16224fi
16225if test x$support_keepscrolling = xno; then
16226
16227cat >>confdefs.h <<\_ACEOF
16228#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
16229_ACEOF
16230
16231fi
16232if test x$support_selectionscrolling = xyes; then
16233
16234cat >>confdefs.h <<\_ACEOF
16235#define SELECTION_SCROLLING 1
16236_ACEOF
16237
16238fi
16239if test x$support_menubar = xyes; then
16240
16241cat >>confdefs.h <<\_ACEOF
16242#define MENUBAR 1
16243_ACEOF
16244
16245fi
16246if test x$support_frills = xno; then
16247
16248cat >>confdefs.h <<\_ACEOF
16249#define NO_FRILLS 1
16250_ACEOF
16251
16252fi
16253if test x$support_linespace = xno; then
16254
16255cat >>confdefs.h <<\_ACEOF
16256#define NO_LINESPACE 1
16257_ACEOF
16258
16259fi
16260if test x$support_24bit = xyes; then
16261
16262cat >>confdefs.h <<\_ACEOF
16263#define PREFER_24BIT 1
16264_ACEOF
16265
16266fi
16267if test x$support_mousewheel = xyes; then
16268
16269cat >>confdefs.h <<\_ACEOF
16270#define MOUSE_WHEEL 1
16271_ACEOF
16272
16273fi
16274if test x$support_mouseslipwheel = xyes; then
16275
16276cat >>confdefs.h <<\_ACEOF
16277#define MOUSE_SLIP_WHEELING 1
16278_ACEOF
16279
16280fi
16281if test x$support_utmp = xyes; then
16282
16283cat >>confdefs.h <<\_ACEOF
16284#define UTMP_SUPPORT 1
16285_ACEOF
16286
16287fi
16288if test x$support_wtmp = xyes; then
16289
16290cat >>confdefs.h <<\_ACEOF
16291#define WTMP_SUPPORT 1
16292_ACEOF
16293
16294fi
16295if test x$support_lastlog = xyes; then
16296
16297cat >>confdefs.h <<\_ACEOF
16298#define LASTLOG_SUPPORT 1
16299_ACEOF
16300
16301fi
16302if test x$support_xim = xyes -o x$multichar_set = xyes; then
16303 if test x$rxvt_cv_func_xlocale = xyes; then
16304
16305cat >>confdefs.h <<\_ACEOF
16306#define USE_XIM 1
16307_ACEOF
16308
16309 fi
16310fi
16311if test x$support_xpm = xyes; then
16312
16313cat >>confdefs.h <<\_ACEOF
16314#define XPM_BACKGROUND 1
16315_ACEOF
16316
16317fi
16318if test x$support_scroll_rxvt = xyes; then
16319
16320cat >>confdefs.h <<\_ACEOF
16321#define RXVT_SCROLLBAR 1
16322_ACEOF
16323
16324 scrolltypes="rxvt"
16325fi
16326if test x$support_scroll_next = xyes; then
16327
16328cat >>confdefs.h <<\_ACEOF
16329#define NEXT_SCROLLBAR 1
16330_ACEOF
16331
16332 scrolltypes="$scrolltypes next"
16333fi
16334if test x$support_scroll_xterm = xyes; then
16335
16336cat >>confdefs.h <<\_ACEOF
16337#define XTERM_SCROLLBAR 1
16338_ACEOF
16339
16340 scrolltypes="$scrolltypes xterm"
16341fi
16342if test x$support_scroll_plain = xyes; then
16343
16344cat >>confdefs.h <<\_ACEOF
16345#define PLAIN_SCROLLBAR 1
16346_ACEOF
16347
16348 scrolltypes="$scrolltypes plain"
16349fi
16350if test x$support_pointer_blank = xyes; then
16351
16352cat >>confdefs.h <<\_ACEOF
16353#define POINTER_BLANK 1
16354_ACEOF
16355
16356fi
16357if test x$support_cursor_blink = xyes; then
16358
16359cat >>confdefs.h <<\_ACEOF
16360#define CURSOR_BLINK 1
16361_ACEOF
16362
16363fi
16364if test x$support_text_blink = xyes; then
16365
16366cat >>confdefs.h <<\_ACEOF
16367#define TEXT_BLINK 1
16368_ACEOF
16369
16370fi
16371if test x$support_unicode3 = xyes; then
16372
16373cat >>confdefs.h <<\_ACEOF
16374#define UNICODE_3 1
16375_ACEOF
16376
16377fi
16378if test x$support_combining = xyes; then
16379
16380cat >>confdefs.h <<\_ACEOF
16381#define ENABLE_COMBINING 1
16382_ACEOF
16383
16384fi
16385if test x$codesets = xall; then
16386 codesets=jp,jp-ext,kr,cn,cn-ext
16387fi
16388for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16389
16390cat >>confdefs.h <<\_ACEOF
16391#define ENCODING_EU 1
16392_ACEOF
16393
16394
16395cat >>confdefs.h <<\_ACEOF
16396#define ENCODING_VN 1
16397_ACEOF
16398
16399 case "$codeset" in
16400 JP )
16401cat >>confdefs.h <<\_ACEOF
16402#define ENCODING_JP 1
16403_ACEOF
16404 ;;
16405 JP_EXT )
16406cat >>confdefs.h <<\_ACEOF
16407#define ENCODING_JP_EXT 1
16408_ACEOF
16409 ;;
16410 KR )
16411cat >>confdefs.h <<\_ACEOF
16412#define ENCODING_KR 1
16413_ACEOF
16414 ;;
16415 CN )
16416cat >>confdefs.h <<\_ACEOF
16417#define ENCODING_CN 1
16418_ACEOF
16419 ;;
16420 CN_EXT )
16421cat >>confdefs.h <<\_ACEOF
16422#define ENCODING_CN_EXT 1
16423_ACEOF
16424 ;;
16425 esac
16426done
16427
16428
16429CFLAGS=${CFLAGS--O}
16430LDFLAGS=${LDFLAGS--O}
16431
16432CPPFLAGS="$CPPFLAGS"
16433
16434
16435
16436
16437
16438
16439
16440if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
16441 DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
16442 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
16443 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
16444 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
16445 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
16446fi
16447
16448
16449
16450
16451
16452if test x$support_addstrings = xno; then
16453
16454cat >>confdefs.h <<\_ACEOF
16455#define NO_STRINGS 1
16456_ACEOF
16457
16458fi
16459
16460MCOMMON=./autoconf/Make.common
16461
16462
16463test "$program_prefix" != NONE &&
16464 program_transform_name="s,^,$program_prefix,;$program_transform_name"
16465# Use a double $ so make ignores it.
16466test "$program_suffix" != NONE &&
16467 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
16468# Double any \ or $. echo might interpret backslashes.
16469# By default was `s,x,x', remove it if useless.
16470cat <<\_ACEOF >conftest.sed
16471s/[\\$]/&&/g;s/;s,x,x,$//
16472_ACEOF
16473program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16474rm conftest.sed
16475
16476
16477
16478
16479
16480if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
16481 include_stdint_h="#include <stdint.h>"
16482else
16483 include_stdint_h="/* #include <stdint.h> */"
16484fi
16485if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
16486 include_stdarg_h="#include <cstdarg>"
16487else
16488 include_stdarg_h="/* #include <cstdarg> */"
16489fi
16490if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
16491 include_stdlib_h="#include <cstdlib>"
16492else
16493 include_stdlib_h="/* #include <cstdlib> */"
16494fi
16495if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
16496 include_unistd_h="#include <unistd.h>"
16497else
16498 include_unistd_h="/* #include <unistd.h> */"
16499fi
16500if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
16501 include_string_h="#include <cstring>"
16502else
16503 include_string_h="/* #include <cstring> */"
16504fi
16505if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
16506 include_fcntl_h="#include <fcntl.h>"
16507else
16508 include_fcntl_h="/* #include <fcntl.h> */"
16509fi
16510if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
16511 include_util_h="#include <util.h>"
16512else
16513 include_util_h="/* #include <util.h> */"
16514fi
16515if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
16516 include_assert_h="#include <assert.h>"
16517else
16518 include_assert_h="/* #include <assert.h> */"
16519fi
16520if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
16521 include_sys_ioctl_h="#include <sys/ioctl.h>"
16522else
16523 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
16524fi
16525if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
16526 include_sys_select_h="#include <sys/select.h>"
16527else
16528 include_sys_select_h="/* #include <sys/select.h> */"
16529fi
16530if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
16531 include_sys_strredir_h="#include <sys/strredir.h>"
16532else
16533 include_sys_strredir_h="/* #include <sys/strredir.h> */"
16534fi
16535if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
16536 include_sys_time_h="#include <sys/time.h>"
16537else
16538 include_sys_time_h="/* #include <sys/time.h> */"
16539fi
16540if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
16541 include_time_h="#include <time.h>"
16542else
16543 include_time_h="/* #include <time.h> */"
16544fi
16545
16546if test x$support_xft = xyes; then 12161if test x$support_xft = xyes; then
16547 LIBS="$LIBS `pkg-config xft --libs`" 12162 LIBS="$LIBS `pkg-config xft --libs`"
16548 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
16549 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" 12163 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
16550 12164
16551 12165
16552for ac_header in X11/Xft/Xft.h 12166for ac_header in X11/Xft/Xft.h
16553do 12167do
16781#define XFT 1 12395#define XFT 1
16782_ACEOF 12396_ACEOF
16783 12397
16784 fi 12398 fi
16785fi 12399fi
12400if test x$support_styles = xyes; then
16786 12401
12402cat >>confdefs.h <<\_ACEOF
12403#define ENABLE_STYLES 1
12404_ACEOF
12405
12406fi
12407if test x$support_iso14755 = xyes; then
12408
12409cat >>confdefs.h <<\_ACEOF
12410#define ISO_14755 1
12411_ACEOF
12412
12413fi
12414if test x$support_8bitctrls = xyes; then
12415
12416cat >>confdefs.h <<\_ACEOF
12417#define EIGHT_BIT_CONTROLS 1
12418_ACEOF
12419
12420fi
12421if test x$support_fading = xyes; then
12422
12423cat >>confdefs.h <<\_ACEOF
12424#define OFF_FOCUS_FADING 1
12425_ACEOF
12426
12427fi
12428if test x$support_tinting = xyes; then
12429
12430cat >>confdefs.h <<\_ACEOF
12431#define TINTING 1
12432_ACEOF
12433
12434fi
12435if test x$support_inheritpixmap = xyes; then
12436
12437cat >>confdefs.h <<\_ACEOF
12438#define TRANSPARENT 1
12439_ACEOF
12440
12441fi
12442if test x$support_keepscrolling = xno; then
12443
12444cat >>confdefs.h <<\_ACEOF
12445#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
12446_ACEOF
12447
12448fi
12449if test x$support_selectionscrolling = xyes; then
12450
12451cat >>confdefs.h <<\_ACEOF
12452#define SELECTION_SCROLLING 1
12453_ACEOF
12454
12455fi
12456if test x$support_frills = xyes; then
12457
12458cat >>confdefs.h <<\_ACEOF
12459#define ENABLE_FRILLS 1
12460_ACEOF
12461
12462fi
12463if test x$support_24bit = xyes; then
12464
12465cat >>confdefs.h <<\_ACEOF
12466#define PREFER_24BIT 1
12467_ACEOF
12468
12469fi
12470if test x$support_mousewheel = xyes; then
12471
12472cat >>confdefs.h <<\_ACEOF
12473#define MOUSE_WHEEL 1
12474_ACEOF
12475
12476fi
12477if test x$support_mouseslipwheel = xyes; then
12478
12479cat >>confdefs.h <<\_ACEOF
12480#define MOUSE_SLIP_WHEELING 1
12481_ACEOF
12482
12483fi
12484if test x$support_utmp = xyes; then
12485
12486cat >>confdefs.h <<\_ACEOF
12487#define UTMP_SUPPORT 1
12488_ACEOF
12489
12490fi
12491if test x$support_wtmp = xyes; then
12492
12493cat >>confdefs.h <<\_ACEOF
12494#define WTMP_SUPPORT 1
12495_ACEOF
12496
12497fi
12498if test x$support_lastlog = xyes; then
12499
12500cat >>confdefs.h <<\_ACEOF
12501#define LASTLOG_SUPPORT 1
12502_ACEOF
12503
12504fi
12505if test x$support_xim = xyes -o x$multichar_set = xyes; then
12506 if test x$rxvt_cv_func_xlocale = xyes; then
12507
12508cat >>confdefs.h <<\_ACEOF
12509#define USE_XIM 1
12510_ACEOF
12511
12512 fi
12513fi
12514if test x$support_xpm = xyes; then
12515
12516cat >>confdefs.h <<\_ACEOF
12517#define XPM_BACKGROUND 1
12518_ACEOF
12519
12520fi
12521if test x$support_scroll_rxvt = xyes; then
12522
12523cat >>confdefs.h <<\_ACEOF
12524#define RXVT_SCROLLBAR 1
12525_ACEOF
12526
12527 scrolltypes="rxvt"
12528fi
12529if test x$support_scroll_next = xyes; then
12530
12531cat >>confdefs.h <<\_ACEOF
12532#define NEXT_SCROLLBAR 1
12533_ACEOF
12534
12535 scrolltypes="$scrolltypes next"
12536fi
12537if test x$support_scroll_xterm = xyes; then
12538
12539cat >>confdefs.h <<\_ACEOF
12540#define XTERM_SCROLLBAR 1
12541_ACEOF
12542
12543 scrolltypes="$scrolltypes xterm"
12544fi
12545if test x$support_scroll_plain = xyes; then
12546
12547cat >>confdefs.h <<\_ACEOF
12548#define PLAIN_SCROLLBAR 1
12549_ACEOF
12550
12551 scrolltypes="$scrolltypes plain"
12552fi
12553if test x$support_pointer_blank = xyes; then
12554
12555cat >>confdefs.h <<\_ACEOF
12556#define POINTER_BLANK 1
12557_ACEOF
12558
12559fi
12560if test x$support_text_blink = xyes; then
12561
12562cat >>confdefs.h <<\_ACEOF
12563#define TEXT_BLINK 1
12564_ACEOF
12565
12566fi
12567if test x$support_unicode3 = xyes; then
12568
12569cat >>confdefs.h <<\_ACEOF
12570#define UNICODE_3 1
12571_ACEOF
12572
12573fi
12574if test x$support_combining = xyes; then
12575
12576cat >>confdefs.h <<\_ACEOF
12577#define ENABLE_COMBINING 1
12578_ACEOF
12579
12580fi
12581if test x$codesets = xall; then
12582 codesets=jp,jp-ext,kr,zh,zh-ext
12583fi
12584
12585cat >>confdefs.h <<\_ACEOF
12586#define ENCODING_EU 1
12587_ACEOF
12588
12589
12590cat >>confdefs.h <<\_ACEOF
12591#define ENCODING_VN 1
12592_ACEOF
12593
12594for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
12595 case "$codeset" in
12596 JP )
12597cat >>confdefs.h <<\_ACEOF
12598#define ENCODING_JP 1
12599_ACEOF
12600 ;;
12601 JP_EXT )
12602cat >>confdefs.h <<\_ACEOF
12603#define ENCODING_JP_EXT 1
12604_ACEOF
12605 ;;
12606 KR )
12607cat >>confdefs.h <<\_ACEOF
12608#define ENCODING_KR 1
12609_ACEOF
12610 ;;
12611 ZH )
12612cat >>confdefs.h <<\_ACEOF
12613#define ENCODING_ZH 1
12614_ACEOF
12615 ;;
12616 ZH_EXT )
12617cat >>confdefs.h <<\_ACEOF
12618#define ENCODING_ZH_EXT 1
12619_ACEOF
12620 ;;
12621 esac
12622done
12623
12624IF_PERL=\#
12625if test x$support_perl = xyes; then
12626 # Extract the first word of "perl5", so it can be a program name with args.
12627set dummy perl5; ac_word=$2
12628echo "$as_me:$LINENO: checking for $ac_word" >&5
12629echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12630if test "${ac_cv_path_PERL+set}" = set; then
12631 echo $ECHO_N "(cached) $ECHO_C" >&6
12632else
12633 case $PERL in
12634 [\\/]* | ?:[\\/]*)
12635 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12636 ;;
12637 *)
12638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12639for as_dir in $PATH
12640do
12641 IFS=$as_save_IFS
12642 test -z "$as_dir" && as_dir=.
12643 for ac_exec_ext in '' $ac_executable_extensions; do
12644 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12645 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12646 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12647 break 2
12648 fi
12649done
12650done
12651
12652 ;;
12653esac
12654fi
12655PERL=$ac_cv_path_PERL
12656
12657if test -n "$PERL"; then
12658 echo "$as_me:$LINENO: result: $PERL" >&5
12659echo "${ECHO_T}$PERL" >&6
12660else
12661 echo "$as_me:$LINENO: result: no" >&5
12662echo "${ECHO_T}no" >&6
12663fi
12664
12665 # Extract the first word of "perl", so it can be a program name with args.
12666set dummy perl; ac_word=$2
12667echo "$as_me:$LINENO: checking for $ac_word" >&5
12668echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12669if test "${ac_cv_path_PERL+set}" = set; then
12670 echo $ECHO_N "(cached) $ECHO_C" >&6
12671else
12672 case $PERL in
12673 [\\/]* | ?:[\\/]*)
12674 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12675 ;;
12676 *)
12677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12678for as_dir in $PATH
12679do
12680 IFS=$as_save_IFS
12681 test -z "$as_dir" && as_dir=.
12682 for ac_exec_ext in '' $ac_executable_extensions; do
12683 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12684 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12685 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12686 break 2
12687 fi
12688done
12689done
12690
12691 ;;
12692esac
12693fi
12694PERL=$ac_cv_path_PERL
12695
12696if test -n "$PERL"; then
12697 echo "$as_me:$LINENO: result: $PERL" >&5
12698echo "${ECHO_T}$PERL" >&6
12699else
12700 echo "$as_me:$LINENO: result: no" >&5
12701echo "${ECHO_T}no" >&6
12702fi
12703
12704
12705 echo "$as_me:$LINENO: checking for $PERL suitability" >&5
12706echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6
12707 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
12708
12709 save_CXXFLAGS="$CXXFLAGS"
12710 save_LIBS="$LIBS"
12711 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
12712 LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
12713 cat >conftest.$ac_ext <<_ACEOF
12714/* confdefs.h. */
12715_ACEOF
12716cat confdefs.h >>conftest.$ac_ext
12717cat >>conftest.$ac_ext <<_ACEOF
12718/* end confdefs.h. */
12719
12720#include <EXTERN.h>
12721#include <perl.h>
12722#include <XSUB.h>
12723
12724int
12725main ()
12726{
12727
12728 PerlInterpreter *perl = perl_alloc ();
12729
12730 ;
12731 return 0;
12732}
12733_ACEOF
12734rm -f conftest.$ac_objext conftest$ac_exeext
12735if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12736 (eval $ac_link) 2>conftest.er1
12737 ac_status=$?
12738 grep -v '^ *+' conftest.er1 >conftest.err
12739 rm -f conftest.er1
12740 cat conftest.err >&5
12741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12742 (exit $ac_status); } &&
12743 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12745 (eval $ac_try) 2>&5
12746 ac_status=$?
12747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12748 (exit $ac_status); }; } &&
12749 { ac_try='test -s conftest$ac_exeext'
12750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12751 (eval $ac_try) 2>&5
12752 ac_status=$?
12753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12754 (exit $ac_status); }; }; then
12755 rxvt_perl_link=yes
12756else
12757 echo "$as_me: failed program was:" >&5
12758sed 's/^/| /' conftest.$ac_ext >&5
12759
12760rxvt_perl_link=no
12761fi
12762rm -f conftest.err conftest.$ac_objext \
12763 conftest$ac_exeext conftest.$ac_ext
12764 CXXFLAGS="$save_CXXFLAGS"
12765 LIBS="$save_LIBS"
12766
12767 if test x$rxvt_perl_link = xyes; then
12768 echo "$as_me:$LINENO: result: ok" >&5
12769echo "${ECHO_T}ok" >&6
12770
12771cat >>confdefs.h <<\_ACEOF
12772#define ENABLE_PERL 1
12773_ACEOF
12774
12775 IF_PERL=
12776 PERL_O=rxvtperl.o
12777 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
12778 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
12779 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
12780 else
12781 { { echo "$as_me:$LINENO: error: no, unable to link" >&5
12782echo "$as_me: error: no, unable to link" >&2;}
12783 { (exit 1); exit 1; }; }
12784 fi
12785 else
12786 { { echo "$as_me:$LINENO: error: no working perl found, or perl not version >= 5.8" >&5
12787echo "$as_me: error: no working perl found, or perl not version >= 5.8" >&2;}
12788 { (exit 1); exit 1; }; }
12789 fi
12790fi
12791
12792
12793
12794
12795
12796
12797
12798if test x$support_perl = xyes; then
12799 support_frills=yes
12800fi
12801
12802
12803CFLAGS=${CFLAGS--O}
12804LDFLAGS=${LDFLAGS--O}
12805
12806CPPFLAGS="$CPPFLAGS"
12807
12808
12809
12810
12811
12812
12813
12814if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
12815 DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
12816 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
12817 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
12818 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
12819 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
12820fi
12821
12822
12823
12824
12825
12826test "$program_prefix" != NONE &&
12827 program_transform_name="s,^,$program_prefix,;$program_transform_name"
12828# Use a double $ so make ignores it.
12829test "$program_suffix" != NONE &&
12830 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
12831# Double any \ or $. echo might interpret backslashes.
12832# By default was `s,x,x', remove it if useless.
12833cat <<\_ACEOF >conftest.sed
12834s/[\\$]/&&/g;s/;s,x,x,$//
12835_ACEOF
12836program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
12837rm conftest.sed
12838
12839
12840
12841
12842
12843if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
12844 include_stdint_h="#include <stdint.h>"
12845else
12846 include_stdint_h="/* #include <stdint.h> */"
12847fi
12848if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
12849 include_stdarg_h="#include <cstdarg>"
12850else
12851 include_stdarg_h="/* #include <cstdarg> */"
12852fi
12853if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
12854 include_stdlib_h="#include <cstdlib>"
12855else
12856 include_stdlib_h="/* #include <cstdlib> */"
12857fi
12858if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
12859 include_unistd_h="#include <unistd.h>"
12860else
12861 include_unistd_h="/* #include <unistd.h> */"
12862fi
12863if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
12864 include_string_h="#include <cstring>"
12865else
12866 include_string_h="/* #include <cstring> */"
12867fi
12868if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
12869 include_fcntl_h="#include <fcntl.h>"
12870else
12871 include_fcntl_h="/* #include <fcntl.h> */"
12872fi
12873if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
12874 include_util_h="#include <util.h>"
12875else
12876 include_util_h="/* #include <util.h> */"
12877fi
12878if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
12879 include_assert_h="#include <assert.h>"
12880else
12881 include_assert_h="/* #include <assert.h> */"
12882fi
12883if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
12884 include_sys_ioctl_h="#include <sys/ioctl.h>"
12885else
12886 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
12887fi
12888if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
12889 include_sys_select_h="#include <sys/select.h>"
12890else
12891 include_sys_select_h="/* #include <sys/select.h> */"
12892fi
12893if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
12894 include_sys_strredir_h="#include <sys/strredir.h>"
12895else
12896 include_sys_strredir_h="/* #include <sys/strredir.h> */"
12897fi
12898if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
12899 include_sys_time_h="#include <sys/time.h>"
12900else
12901 include_sys_time_h="/* #include <sys/time.h> */"
12902fi
12903if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
12904 include_time_h="#include <time.h>"
12905else
12906 include_time_h="/* #include <time.h> */"
12907fi
12908
16787 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/test/Makefile src/rxvtlib.h W11/Makefile" 12909 ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/rxvtlib.h"
12910
16788cat >confcache <<\_ACEOF 12911cat >confcache <<\_ACEOF
16789# This file is a shell script that caches the results of configure 12912# This file is a shell script that caches the results of configure
16790# tests run on this system so they can be shared between configure 12913# tests run on this system so they can be shared between configure
16791# scripts and configure runs, see configure's option --config-cache. 12914# scripts and configure runs, see configure's option --config-cache.
16792# It is not useful on other systems. If it contains results you don't 12915# It is not useful on other systems. If it contains results you don't
17308cat >>$CONFIG_STATUS <<\_ACEOF 13431cat >>$CONFIG_STATUS <<\_ACEOF
17309for ac_config_target in $ac_config_targets 13432for ac_config_target in $ac_config_targets
17310do 13433do
17311 case "$ac_config_target" in 13434 case "$ac_config_target" in
17312 # Handling of arguments. 13435 # Handling of arguments.
17313 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
17314 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 13436 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17315 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 13437 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17316 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 13438 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
17317 "src/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test/Makefile" ;;
17318 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;; 13439 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
17319 "W11/Makefile" ) CONFIG_FILES="$CONFIG_FILES W11/Makefile" ;;
17320 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;; 13440 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
17321 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 13441 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
17322echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 13442echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
17323 { (exit 1); exit 1; }; };; 13443 { (exit 1); exit 1; }; };;
17324 esac 13444 esac
17325done 13445done
17400s,@DEFS@,$DEFS,;t t 13520s,@DEFS@,$DEFS,;t t
17401s,@ECHO_C@,$ECHO_C,;t t 13521s,@ECHO_C@,$ECHO_C,;t t
17402s,@ECHO_N@,$ECHO_N,;t t 13522s,@ECHO_N@,$ECHO_N,;t t
17403s,@ECHO_T@,$ECHO_T,;t t 13523s,@ECHO_T@,$ECHO_T,;t t
17404s,@LIBS@,$LIBS,;t t 13524s,@LIBS@,$LIBS,;t t
13525s,@build@,$build,;t t
13526s,@build_cpu@,$build_cpu,;t t
13527s,@build_vendor@,$build_vendor,;t t
13528s,@build_os@,$build_os,;t t
13529s,@host@,$host,;t t
13530s,@host_cpu@,$host_cpu,;t t
13531s,@host_vendor@,$host_vendor,;t t
13532s,@host_os@,$host_os,;t t
17405s,@VERSION@,$VERSION,;t t 13533s,@VERSION@,$VERSION,;t t
17406s,@DATE@,$DATE,;t t 13534s,@DATE@,$DATE,;t t
17407s,@LSMDATE@,$LSMDATE,;t t 13535s,@LSMDATE@,$LSMDATE,;t t
17408s,@LIBVERSION@,$LIBVERSION,;t t 13536s,@LIBVERSION@,$LIBVERSION,;t t
17409s,@CC@,$CC,;t t 13537s,@CC@,$CC,;t t
17418s,@ac_ct_CXX@,$ac_ct_CXX,;t t 13546s,@ac_ct_CXX@,$ac_ct_CXX,;t t
17419s,@CPP@,$CPP,;t t 13547s,@CPP@,$CPP,;t t
17420s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 13548s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17421s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 13549s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17422s,@INSTALL_DATA@,$INSTALL_DATA,;t t 13550s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17423s,@AWK@,$AWK,;t t
17424s,@LINKER@,$LINKER,;t t 13551s,@LINKER@,$LINKER,;t t
17425s,@CXXCPP@,$CXXCPP,;t t 13552s,@CXXCPP@,$CXXCPP,;t t
17426s,@EGREP@,$EGREP,;t t 13553s,@EGREP@,$EGREP,;t t
17427s,@build@,$build,;t t
17428s,@build_cpu@,$build_cpu,;t t
17429s,@build_vendor@,$build_vendor,;t t
17430s,@build_os@,$build_os,;t t
17431s,@host@,$host,;t t
17432s,@host_cpu@,$host_cpu,;t t
17433s,@host_vendor@,$host_vendor,;t t
17434s,@host_os@,$host_os,;t t
17435s,@LN_S@,$LN_S,;t t
17436s,@ECHO@,$ECHO,;t t
17437s,@RANLIB@,$RANLIB,;t t
17438s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17439s,@STRIP@,$STRIP,;t t
17440s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17441s,@LIBTOOL@,$LIBTOOL,;t t
17442s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 13554s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17443s,@RXVTNAME@,$RXVTNAME,;t t 13555s,@RXVTNAME@,$RXVTNAME,;t t
17444s,@MV@,$MV,;t t 13556s,@MV@,$MV,;t t
17445s,@RM@,$RM,;t t 13557s,@RM@,$RM,;t t
17446s,@CP@,$CP,;t t 13558s,@CP@,$CP,;t t
17447s,@LN@,$LN,;t t 13559s,@LN@,$LN,;t t
17448s,@SED@,$SED,;t t 13560s,@SED@,$SED,;t t
13561s,@ECHO@,$ECHO,;t t
17449s,@CMP@,$CMP,;t t 13562s,@CMP@,$CMP,;t t
17450s,@TBL@,$TBL,;t t 13563s,@TIC@,$TIC,;t t
17451s,@X_CFLAGS@,$X_CFLAGS,;t t 13564s,@X_CFLAGS@,$X_CFLAGS,;t t
17452s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t 13565s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
17453s,@X_LIBS@,$X_LIBS,;t t 13566s,@X_LIBS@,$X_LIBS,;t t
17454s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t 13567s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
17455s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t 13568s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
17459s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t 13572s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
17460s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t 13573s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
17461s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t 13574s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
17462s,@rxvt_intp_define@,$rxvt_intp_define,;t t 13575s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17463s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 13576s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
13577s,@PERL@,$PERL,;t t
13578s,@PERLLIB@,$PERLLIB,;t t
13579s,@PERLFLAGS@,$PERLFLAGS,;t t
13580s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
13581s,@IF_PERL@,$IF_PERL,;t t
13582s,@PERL_O@,$PERL_O,;t t
17464s,@DEBUG@,$DEBUG,;t t 13583s,@DEBUG@,$DEBUG,;t t
17465s,@DINCLUDE@,$DINCLUDE,;t t 13584s,@DINCLUDE@,$DINCLUDE,;t t
17466s,@DLIB@,$DLIB,;t t 13585s,@DLIB@,$DLIB,;t t
17467s,@include_stdint_h@,$include_stdint_h,;t t 13586s,@include_stdint_h@,$include_stdint_h,;t t
17468s,@include_stdarg_h@,$include_stdarg_h,;t t 13587s,@include_stdarg_h@,$include_stdarg_h,;t t
17477s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t 13596s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
17478s,@include_sys_time_h@,$include_sys_time_h,;t t 13597s,@include_sys_time_h@,$include_sys_time_h,;t t
17479s,@include_time_h@,$include_time_h,;t t 13598s,@include_time_h@,$include_time_h,;t t
17480s,@LIBOBJS@,$LIBOBJS,;t t 13599s,@LIBOBJS@,$LIBOBJS,;t t
17481s,@LTLIBOBJS@,$LTLIBOBJS,;t t 13600s,@LTLIBOBJS@,$LTLIBOBJS,;t t
17482/@MCOMMON@/r $MCOMMON
17483s,@MCOMMON@,,;t t
17484CEOF 13601CEOF
17485 13602
17486_ACEOF 13603_ACEOF
17487 13604
17488 cat >>$CONFIG_STATUS <<\_ACEOF 13605 cat >>$CONFIG_STATUS <<\_ACEOF
18009 utmp file: $rxvt_cv_path_utmp 14126 utmp file: $rxvt_cv_path_utmp
18010 utmpx file: $rxvt_cv_path_utmpx 14127 utmpx file: $rxvt_cv_path_utmpx
18011 wtmp file: $rxvt_cv_path_wtmp 14128 wtmp file: $rxvt_cv_path_wtmp
18012 wtmpx file: $rxvt_cv_path_wtmpx 14129 wtmpx file: $rxvt_cv_path_wtmpx
18013 lastlog file: $rxvt_cv_path_lastlog 14130 lastlog file: $rxvt_cv_path_lastlog
18014 ttys/ttytab file: $rxvt_cv_path_ttytab" 14131 ttys/ttytab file: $rxvt_cv_path_ttytab
14132 embedded perl: $support_perl"
18015 echo 14133 echo
18016fi 14134fi
18017if test x$term != x; then 14135if test x$term != x; then
18018 echo " set TERM to: $term" 14136 echo " set TERM to: $term"
18019fi 14137fi
18048 echo ". functions could not be found. ." 14166 echo ". functions could not be found. ."
18049 echo ". XIM is now being DISABLED! ." 14167 echo ". XIM is now being DISABLED! ."
18050 echo ".----------------------------------------------------------------." 14168 echo ".----------------------------------------------------------------."
18051fi 14169fi
18052 14170
18053echo " *** Please check src/feature.h for further options ***" 14171echo " *** Optionally check src/feature.h for further options ***"
18054echo 14172echo
18055 14173
18056echo ".----------------------------------------------------------------." 14174echo ".----------------------------------------------------------------."
18057echo ". NOTE: most features are disabled by default, try ." 14175echo ". NOTE: some features are disabled by default, try ."
18058echo ". configure --help to get an idea of the optional features ." 14176echo ". configure --help to get an idea of the optional features, ."
14177echo ". or read ./README.configure ."
14178echo ". ."
14179echo ". The script ./reconf gives a reasonable baseline, try it if ."
14180echo ". you do not want to read documentation and still want some ."
14181echo ". useful features. ."
18059echo ".----------------------------------------------------------------." 14182echo ".----------------------------------------------------------------."
18060echo 14183echo
18061 14184

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines