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.92 by root, Wed Jan 25 21:04:15 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 EGREP LINKER INSTALL_LIBRXVT RXVTNAME MV CP LN SED ECHO CMP TIC CXXCPP 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 PKG_CONFIG XFT_CONFIG 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
1036 --enable-utmp enable utmp (utmpx) support 874 --enable-font-styles enable bold and italic support
1037 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1038 --enable-lastlog enable lastlog support (requires --enable-utmp)
1039 --enable-xpm-background enable XPM background pixmaps 875 --enable-xpm-background enable XPM background pixmaps
1040 --enable-transparency enable transparent backgrounds 876 --enable-transparency enable transparent backgrounds
1041 --enable-menubar enable menubar 877 --enable-tinting enable tinting of transparent bg
878 --enable-fading enable colors fading when off focus
1042 --enable-rxvt-scroll enable rxvt style scrollbar 879 --enable-rxvt-scroll enable rxvt style scrollbar
1043 --enable-next-scroll enable NeXT style scrollbar 880 --enable-next-scroll enable NeXT style scrollbar
1044 --enable-xterm-scroll enable Xterm style scrollbar 881 --enable-xterm-scroll enable Xterm style scrollbar
882 --enable-perl enable embedded perl interpreter
1045 --enable-plain-scroll enable plain style scrollbar 883 --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 884 --enable-xim XIM (X Input Method) protocol support
1048 --enable-ttygid enable tty setting to group named "tty"
1049 --disable-backspace-key disable handling of the backspace key 885 --disable-backspace-key disable handling of the backspace key
1050 --disable-delete-key disable handling of the delete key 886 --disable-delete-key disable handling of the delete key
1051 --disable-resources disable all resource checking 887 --disable-resources disable all resource checking
1052 --enable-xgetdefault enable resources via X instead of our small version 888 --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) 889 --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 890 --disable-swapscreen disable swap screen support
891 --enable-iso14755 enable support for extended ISO 14755 modes
1056 --enable-frills enable support for rarely used features 892 --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
1059 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 893 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1060 --enable-selectionscrolling enable scrolling during selections 894 --enable-selectionscrolling enable scrolling during selections
1061 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 895 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1062 --enable-slipwheeling enable slip wheel scrolling (requires previous) 896 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1063 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1064 --enable-dlmalloc enable Doug Lea's malloc - for production use
1065 NOTE: enable only one malloc package
1066 --enable-smart-resize enable smart growth/shrink behaviour 897 --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 898 --enable-text-blink enable blinking text
1070 --enable-pointer-blank enable pointer blank when typing or inactive pointer 899 --enable-pointer-blank enable pointer blank when typing or inactive pointer
900 --enable-utmp enable utmp (utmpx) support
901 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
902 --enable-lastlog enable lastlog support (requires --enable-utmp)
1071 903
1072Optional Packages: 904Optional Packages:
1073 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 905 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1074 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 906 --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) 907 --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) 908 --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) 909 --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) 910 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1081 --with-term=NAME set the terminal to NAME (default: rxvt) 911 --with-term=NAME set the terminal to NAME (default: rxvt)
1082 --with-terminfo=PATH set the path to the terminfo tree to PATH 912 --with-terminfo=PATH set the path to the terminfo tree to PATH
1533 1363
1534 1364
1535 1365
1536 1366
1537 1367
1368
1369
1370 ac_config_headers="$ac_config_headers config.h:config.h.in"
1371
1372
1538ac_aux_dir= 1373ac_aux_dir=
1539for ac_dir in autoconf $srcdir/autoconf; do 1374for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1540 if test -f $ac_dir/install-sh; then 1375 if test -f $ac_dir/install-sh; then
1541 ac_aux_dir=$ac_dir 1376 ac_aux_dir=$ac_dir
1542 ac_install_sh="$ac_aux_dir/install-sh -c" 1377 ac_install_sh="$ac_aux_dir/install-sh -c"
1543 break 1378 break
1544 elif test -f $ac_dir/install.sh; then 1379 elif test -f $ac_dir/install.sh; then
1550 ac_install_sh="$ac_aux_dir/shtool install -c" 1385 ac_install_sh="$ac_aux_dir/shtool install -c"
1551 break 1386 break
1552 fi 1387 fi
1553done 1388done
1554if test -z "$ac_aux_dir"; then 1389if test -z "$ac_aux_dir"; then
1555 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&5 1390 { { 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;} 1391echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1557 { (exit 1); exit 1; }; } 1392 { (exit 1); exit 1; }; }
1558fi 1393fi
1559ac_config_guess="$SHELL $ac_aux_dir/config.guess" 1394ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1560ac_config_sub="$SHELL $ac_aux_dir/config.sub" 1395ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1561ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1396ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1562 1397
1563 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in" 1398# Make sure we can run config.sub.
1399$ac_config_sub sun4 >/dev/null 2>&1 ||
1400 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1401echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1402 { (exit 1); exit 1; }; }
1403
1404echo "$as_me:$LINENO: checking build system type" >&5
1405echo $ECHO_N "checking build system type... $ECHO_C" >&6
1406if test "${ac_cv_build+set}" = set; then
1407 echo $ECHO_N "(cached) $ECHO_C" >&6
1408else
1409 ac_cv_build_alias=$build_alias
1410test -z "$ac_cv_build_alias" &&
1411 ac_cv_build_alias=`$ac_config_guess`
1412test -z "$ac_cv_build_alias" &&
1413 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1414echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1415 { (exit 1); exit 1; }; }
1416ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1417 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1418echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1419 { (exit 1); exit 1; }; }
1420
1421fi
1422echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1423echo "${ECHO_T}$ac_cv_build" >&6
1424build=$ac_cv_build
1425build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1426build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1427build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1428
1429
1430echo "$as_me:$LINENO: checking host system type" >&5
1431echo $ECHO_N "checking host system type... $ECHO_C" >&6
1432if test "${ac_cv_host+set}" = set; then
1433 echo $ECHO_N "(cached) $ECHO_C" >&6
1434else
1435 ac_cv_host_alias=$host_alias
1436test -z "$ac_cv_host_alias" &&
1437 ac_cv_host_alias=$ac_cv_build_alias
1438ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1439 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1440echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1441 { (exit 1); exit 1; }; }
1442
1443fi
1444echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1445echo "${ECHO_T}$ac_cv_host" >&6
1446host=$ac_cv_host
1447host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1448host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1449host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1450
1564 1451
1565 1452
1566VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1453VERSION=`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` 1454DATE=`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 "" 1455echo ""
1571echo "configuring for rxvt $VERSION" 1456echo "configuring for rxvt $VERSION"
1572echo "" 1457echo ""
1458
1459orig_CXXFLAGS="$CXXFLAGS"
1573 1460
1574 1461
1575ac_ext=c 1462ac_ext=c
1576ac_cpp='$CPP $CPPFLAGS' 1463ac_cpp='$CPP $CPPFLAGS'
1577ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1464ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3158 3045
3159test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 3046test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3160 3047
3161test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3048test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3162 3049
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 3050
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
3204ac_ext=c
3205ac_cpp='$CPP $CPPFLAGS'
3206ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3207ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3208ac_compiler_gnu=$ac_cv_c_compiler_gnu
3209
3210
3211LINKER="$CXX"
3212if test x$GCC = xyes && test x$GXX = xyes; then
3213
3214echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3215echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3216if test "${ac_cv_lib_supcpp_main+set}" = set; then
3217 echo $ECHO_N "(cached) $ECHO_C" >&6
3218else
3219 ac_check_lib_save_LIBS=$LIBS
3220LIBS="-lsupc++ $LIBS"
3221cat >conftest.$ac_ext <<_ACEOF
3222/* confdefs.h. */
3223_ACEOF
3224cat confdefs.h >>conftest.$ac_ext
3225cat >>conftest.$ac_ext <<_ACEOF
3226/* end confdefs.h. */
3227
3228
3229int
3230main ()
3231{
3232main ();
3233 ;
3234 return 0;
3235}
3236_ACEOF
3237rm -f conftest.$ac_objext conftest$ac_exeext
3238if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3239 (eval $ac_link) 2>conftest.er1
3240 ac_status=$?
3241 grep -v '^ *+' conftest.er1 >conftest.err
3242 rm -f conftest.er1
3243 cat conftest.err >&5
3244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3245 (exit $ac_status); } &&
3246 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3248 (eval $ac_try) 2>&5
3249 ac_status=$?
3250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3251 (exit $ac_status); }; } &&
3252 { ac_try='test -s conftest$ac_exeext'
3253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3254 (eval $ac_try) 2>&5
3255 ac_status=$?
3256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3257 (exit $ac_status); }; }; then
3258 ac_cv_lib_supcpp_main=yes
3259else
3260 echo "$as_me: failed program was:" >&5
3261sed 's/^/| /' conftest.$ac_ext >&5
3262
3263ac_cv_lib_supcpp_main=no
3264fi
3265rm -f conftest.err conftest.$ac_objext \
3266 conftest$ac_exeext conftest.$ac_ext
3267LIBS=$ac_check_lib_save_LIBS
3268fi
3269echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3270echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3271if test $ac_cv_lib_supcpp_main = yes; then
3272
3273 LINKER="$CC"
3274 LIBS="$LIBS -lsupc++"
3275
3276fi
3277
3278fi
3279LINKER=$LINKER
3280
3281
3282CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3283
3284if test x$GXX = xyes; then
3285 CXXFLAGS="$CXXFLAGS -fno-exceptions"
3286fi
3287
3288ac_ext=cc
3289ac_cpp='$CXXCPP $CPPFLAGS'
3290ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3291ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3292ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3293
3294
3295
3296ac_ext=cc
3297ac_cpp='$CXXCPP $CPPFLAGS'
3298ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3299ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3300ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3301echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
3302echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
3303if test -z "$CXXCPP"; then
3304 if test "${ac_cv_prog_CXXCPP+set}" = set; then
3305 echo $ECHO_N "(cached) $ECHO_C" >&6
3306else
3307 # Double quotes because CXXCPP needs to be expanded
3308 for CXXCPP in "$CXX -E" "/lib/cpp"
3309 do
3310 ac_preproc_ok=false
3311for ac_cxx_preproc_warn_flag in '' yes
3312do
3313 # Use a header file that comes with gcc, so configuring glibc
3314 # with a fresh cross-compiler works.
3315 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3316 # <limits.h> exists even on freestanding compilers.
3317 # On the NeXT, cc -E runs the code through the compiler's parser,
3318 # not just through cpp. "Syntax error" is here to catch this case.
3319 cat >conftest.$ac_ext <<_ACEOF
3320/* confdefs.h. */
3321_ACEOF
3322cat confdefs.h >>conftest.$ac_ext
3323cat >>conftest.$ac_ext <<_ACEOF
3324/* end confdefs.h. */
3325#ifdef __STDC__
3326# include <limits.h>
3327#else
3328# include <assert.h>
3329#endif
3330 Syntax error
3331_ACEOF
3332if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3333 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3334 ac_status=$?
3335 grep -v '^ *+' conftest.er1 >conftest.err
3336 rm -f conftest.er1
3337 cat conftest.err >&5
3338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3339 (exit $ac_status); } >/dev/null; then
3340 if test -s conftest.err; then
3341 ac_cpp_err=$ac_cxx_preproc_warn_flag
3342 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3343 else
3344 ac_cpp_err=
3345 fi
3346else
3347 ac_cpp_err=yes
3348fi
3349if test -z "$ac_cpp_err"; then
3350 :
3351else
3352 echo "$as_me: failed program was:" >&5
3353sed 's/^/| /' conftest.$ac_ext >&5
3354
3355 # Broken: fails on valid input.
3356continue
3357fi
3358rm -f conftest.err conftest.$ac_ext
3359
3360 # OK, works on sane cases. Now check whether non-existent headers
3361 # can be detected and how.
3362 cat >conftest.$ac_ext <<_ACEOF
3363/* confdefs.h. */
3364_ACEOF
3365cat confdefs.h >>conftest.$ac_ext
3366cat >>conftest.$ac_ext <<_ACEOF
3367/* end confdefs.h. */
3368#include <ac_nonexistent.h>
3369_ACEOF
3370if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3371 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3372 ac_status=$?
3373 grep -v '^ *+' conftest.er1 >conftest.err
3374 rm -f conftest.er1
3375 cat conftest.err >&5
3376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3377 (exit $ac_status); } >/dev/null; then
3378 if test -s conftest.err; then
3379 ac_cpp_err=$ac_cxx_preproc_warn_flag
3380 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3381 else
3382 ac_cpp_err=
3383 fi
3384else
3385 ac_cpp_err=yes
3386fi
3387if test -z "$ac_cpp_err"; then
3388 # Broken: success on invalid input.
3389continue
3390else
3391 echo "$as_me: failed program was:" >&5
3392sed 's/^/| /' conftest.$ac_ext >&5
3393
3394 # Passes both tests.
3395ac_preproc_ok=:
3396break
3397fi
3398rm -f conftest.err conftest.$ac_ext
3399
3400done
3401# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3402rm -f conftest.err conftest.$ac_ext
3403if $ac_preproc_ok; then
3404 break
3405fi
3406
3407 done
3408 ac_cv_prog_CXXCPP=$CXXCPP
3409
3410fi
3411 CXXCPP=$ac_cv_prog_CXXCPP
3412else
3413 ac_cv_prog_CXXCPP=$CXXCPP
3414fi
3415echo "$as_me:$LINENO: result: $CXXCPP" >&5
3416echo "${ECHO_T}$CXXCPP" >&6
3417ac_preproc_ok=false
3418for ac_cxx_preproc_warn_flag in '' yes
3419do
3420 # Use a header file that comes with gcc, so configuring glibc
3421 # with a fresh cross-compiler works.
3422 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3423 # <limits.h> exists even on freestanding compilers.
3424 # On the NeXT, cc -E runs the code through the compiler's parser,
3425 # not just through cpp. "Syntax error" is here to catch this case.
3426 cat >conftest.$ac_ext <<_ACEOF
3427/* confdefs.h. */
3428_ACEOF
3429cat confdefs.h >>conftest.$ac_ext
3430cat >>conftest.$ac_ext <<_ACEOF
3431/* end confdefs.h. */
3432#ifdef __STDC__
3433# include <limits.h>
3434#else
3435# include <assert.h>
3436#endif
3437 Syntax error
3438_ACEOF
3439if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3440 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3441 ac_status=$?
3442 grep -v '^ *+' conftest.er1 >conftest.err
3443 rm -f conftest.er1
3444 cat conftest.err >&5
3445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3446 (exit $ac_status); } >/dev/null; then
3447 if test -s conftest.err; then
3448 ac_cpp_err=$ac_cxx_preproc_warn_flag
3449 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3450 else
3451 ac_cpp_err=
3452 fi
3453else
3454 ac_cpp_err=yes
3455fi
3456if test -z "$ac_cpp_err"; then
3457 :
3458else
3459 echo "$as_me: failed program was:" >&5
3460sed 's/^/| /' conftest.$ac_ext >&5
3461
3462 # Broken: fails on valid input.
3463continue
3464fi
3465rm -f conftest.err conftest.$ac_ext
3466
3467 # OK, works on sane cases. Now check whether non-existent headers
3468 # can be detected and how.
3469 cat >conftest.$ac_ext <<_ACEOF
3470/* confdefs.h. */
3471_ACEOF
3472cat confdefs.h >>conftest.$ac_ext
3473cat >>conftest.$ac_ext <<_ACEOF
3474/* end confdefs.h. */
3475#include <ac_nonexistent.h>
3476_ACEOF
3477if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3478 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3479 ac_status=$?
3480 grep -v '^ *+' conftest.er1 >conftest.err
3481 rm -f conftest.er1
3482 cat conftest.err >&5
3483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 (exit $ac_status); } >/dev/null; then
3485 if test -s conftest.err; then
3486 ac_cpp_err=$ac_cxx_preproc_warn_flag
3487 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
3488 else
3489 ac_cpp_err=
3490 fi
3491else
3492 ac_cpp_err=yes
3493fi
3494if test -z "$ac_cpp_err"; then
3495 # Broken: success on invalid input.
3496continue
3497else
3498 echo "$as_me: failed program was:" >&5
3499sed 's/^/| /' conftest.$ac_ext >&5
3500
3501 # Passes both tests.
3502ac_preproc_ok=:
3503break
3504fi
3505rm -f conftest.err conftest.$ac_ext
3506
3507done
3508# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3509rm -f conftest.err conftest.$ac_ext
3510if $ac_preproc_ok; then
3511 :
3512else
3513 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3514See \`config.log' for more details." >&5
3515echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
3516See \`config.log' for more details." >&2;}
3517 { (exit 1); exit 1; }; }
3518fi
3519
3520ac_ext=cc
3521ac_cpp='$CXXCPP $CPPFLAGS'
3522ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3523ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3524ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3525 3051
3526 3052
3527echo "$as_me:$LINENO: checking for egrep" >&5 3053echo "$as_me:$LINENO: checking for egrep" >&5
3528echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3054echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3529if test "${ac_cv_prog_egrep+set}" = set; then 3055if test "${ac_cv_prog_egrep+set}" = set; then
3604 grep -v '^ *+' conftest.er1 >conftest.err 3130 grep -v '^ *+' conftest.er1 >conftest.err
3605 rm -f conftest.er1 3131 rm -f conftest.er1
3606 cat conftest.err >&5 3132 cat conftest.err >&5
3607 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3608 (exit $ac_status); } && 3134 (exit $ac_status); } &&
3609 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3135 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3611 (eval $ac_try) 2>&5 3137 (eval $ac_try) 2>&5
3612 ac_status=$? 3138 ac_status=$?
3613 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3614 (exit $ac_status); }; } && 3140 (exit $ac_status); }; } &&
3658 grep -v '^ *+' conftest.er1 >conftest.err 3184 grep -v '^ *+' conftest.er1 >conftest.err
3659 rm -f conftest.er1 3185 rm -f conftest.er1
3660 cat conftest.err >&5 3186 cat conftest.err >&5
3661 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3662 (exit $ac_status); } && 3188 (exit $ac_status); } &&
3663 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3189 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3665 (eval $ac_try) 2>&5 3191 (eval $ac_try) 2>&5
3666 ac_status=$? 3192 ac_status=$?
3667 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3668 (exit $ac_status); }; } && 3194 (exit $ac_status); }; } &&
3690if test "$ac_cv_search_strerror" != no; then 3216if test "$ac_cv_search_strerror" != no; then
3691 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS" 3217 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3692 3218
3693fi 3219fi
3694 3220
3695
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
3856echo $ECHO_N "checking for GNU ld... $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
4337 echo $ECHO_N "(cached) $ECHO_C" >&6
4338else
4339 cat >conftest.$ac_ext <<_ACEOF
4340/* confdefs.h. */
4341_ACEOF
4342cat confdefs.h >>conftest.$ac_ext
4343cat >>conftest.$ac_ext <<_ACEOF
4344/* 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 3221ac_ext=cc
5122ac_cpp='$CXXCPP $CPPFLAGS' 3222ac_cpp='$CXXCPP $CPPFLAGS'
5123ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3223ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5124ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3224ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5125ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 3225ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5126 3226
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 3227
5136 3228if test x$GCC = xyes && test x$GXX = xyes; then
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 3229 echo "$as_me:$LINENO: checking for working libsupc++" >&5
5225echo $ECHO_N "checking for objdir... $ECHO_C" >&6 3230echo $ECHO_N "checking for working libsupc++... $ECHO_C" >&6
5226rm -f .libs 2>/dev/null 3231 save_CXX="$CXX"
5227mkdir .libs 2>/dev/null 3232 save_LIBS="$LIBS"
5228if test -d .libs; then 3233 CXX="$CC"
5229 objdir=.libs 3234 LIBS="$LIBS -lsupc++"
5230else 3235 LINKER="$CC"
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 3236
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 3237cat >conftest.$ac_ext <<_ACEOF
5407/* confdefs.h. */ 3238/* confdefs.h. */
5408_ACEOF 3239_ACEOF
5409cat confdefs.h >>conftest.$ac_ext 3240cat confdefs.h >>conftest.$ac_ext
5410cat >>conftest.$ac_ext <<_ACEOF 3241cat >>conftest.$ac_ext <<_ACEOF
5411/* end confdefs.h. */ 3242/* end confdefs.h. */
5412 3243struct test { }; void f() try { throw new test; } catch (...) { throw; }
5413int 3244int
5414main () 3245main ()
5415{ 3246{
5416 3247
5417 ; 3248 ;
5418 return 0; 3249 return 0;
5419} 3250}
5420_ACEOF 3251_ACEOF
3252rm -f conftest.$ac_objext conftest$ac_exeext
3253if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3254 (eval $ac_link) 2>conftest.er1
3255 ac_status=$?
3256 grep -v '^ *+' conftest.er1 >conftest.err
3257 rm -f conftest.er1
3258 cat conftest.err >&5
3259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3260 (exit $ac_status); } &&
3261 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3263 (eval $ac_try) 2>&5
3264 ac_status=$?
3265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3266 (exit $ac_status); }; } &&
3267 { ac_try='test -s conftest$ac_exeext'
3268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3269 (eval $ac_try) 2>&5
3270 ac_status=$?
3271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3272 (exit $ac_status); }; }; then
3273 echo "$as_me:$LINENO: result: ok" >&5
3274echo "${ECHO_T}ok" >&6
3275else
3276 echo "$as_me: failed program was:" >&5
3277sed 's/^/| /' conftest.$ac_ext >&5
3278
3279
3280 echo "$as_me:$LINENO: result: no, making everything bigger and slower" >&5
3281echo "${ECHO_T}no, making everything bigger and slower" >&6
3282 LIBS="$save_LIBS"
3283 LINKER="$save_CXX"
3284
3285
3286fi
3287rm -f conftest.err conftest.$ac_objext \
3288 conftest$ac_exeext conftest.$ac_ext
3289 CXX="$save_CXX"
3290fi
3291LINKER=$LINKER
3292
3293
3294ac_ext=cc
3295ac_cpp='$CXXCPP $CPPFLAGS'
3296ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3297ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3298ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3299
3300if test -z "$orig_CXXFLAGS"; then
3301 if test x$GCC = xyes && test "x$GXX" = xyes; then
3302 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs"
3303 cat >conftest.$ac_ext <<_ACEOF
3304/* confdefs.h. */
3305_ACEOF
3306cat confdefs.h >>conftest.$ac_ext
3307cat >>conftest.$ac_ext <<_ACEOF
3308/* end confdefs.h. */
3309
3310int
3311main ()
3312{
3313
3314 ;
3315 return 0;
3316}
3317_ACEOF
5421rm -f conftest.$ac_objext 3318rm -f conftest.$ac_objext
5422if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3319if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5423 (eval $ac_compile) 2>conftest.er1 3320 (eval $ac_compile) 2>conftest.er1
5424 ac_status=$? 3321 ac_status=$?
5425 grep -v '^ *+' conftest.er1 >conftest.err 3322 grep -v '^ *+' conftest.er1 >conftest.err
5437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5438 (eval $ac_try) 2>&5 3335 (eval $ac_try) 2>&5
5439 ac_status=$? 3336 ac_status=$?
5440 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5441 (exit $ac_status); }; }; then 3338 (exit $ac_status); }; }; then
5442 case "$host_os" in 3339 :
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 3340else
5459 echo "$as_me: failed program was:" >&5 3341 echo "$as_me: failed program was:" >&5
5460sed 's/^/| /' conftest.$ac_ext >&5 3342sed 's/^/| /' conftest.$ac_ext >&5
5461 3343
5462 lt_cv_prog_cc_pic_works=no 3344CXXFLAGS="-g -O3"
5463
5464fi 3345fi
5465rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3346rm -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 3347 else
5475 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic" 3348 CXXFLAGS="-O"
5476 fi 3349 fi
5477 3350 CFLAGS="$CXXFLAGS"
5478 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
5479echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
5480fi 3351fi
5481##
5482## END FIXME
5483 3352
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 3353
5496## FIXME: this should be a separate macro 3354cat >>confdefs.h <<\_ACEOF
5497## 3355#define _GNU_SOURCE 1
5498echo "$as_me:$LINENO: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5 3356_ACEOF
5499echo $ECHO_N "checking if $compiler static flag $lt_cv_prog_cc_static works... $ECHO_C" >&6 3357
5500if test "${lt_cv_prog_cc_static_works+set}" = set; then 3358
3359case $host in
3360 *-*-solaris* )
3361
3362cat >>confdefs.h <<\_ACEOF
3363#define _XOPEN_SOURCE_EXTENDED 1
3364_ACEOF
3365
3366
3367cat >>confdefs.h <<\_ACEOF
3368#define _XOPEN_SOURCE 2
3369_ACEOF
3370
3371
3372cat >>confdefs.h <<\_ACEOF
3373#define __EXTENSIONS__ 1
3374_ACEOF
3375
3376 ;;
3377esac
3378
3379
3380echo "$as_me:$LINENO: checking for setlocale" >&5
3381echo $ECHO_N "checking for setlocale... $ECHO_C" >&6
3382if test "${ac_cv_func_setlocale+set}" = set; then
5501 echo $ECHO_N "(cached) $ECHO_C" >&6 3383 echo $ECHO_N "(cached) $ECHO_C" >&6
5502else 3384else
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 3385 cat >conftest.$ac_ext <<_ACEOF
5507/* confdefs.h. */ 3386/* confdefs.h. */
5508_ACEOF 3387_ACEOF
5509cat confdefs.h >>conftest.$ac_ext 3388cat confdefs.h >>conftest.$ac_ext
5510cat >>conftest.$ac_ext <<_ACEOF 3389cat >>conftest.$ac_ext <<_ACEOF
5511/* end confdefs.h. */ 3390/* 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. 3391/* Define setlocale to an innocuous variant, in case <limits.h> declares setlocale.
6857 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 3392 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6858#define dlopen innocuous_dlopen 3393#define setlocale innocuous_setlocale
6859 3394
6860/* System header to define __stub macros and hopefully few prototypes, 3395/* System header to define __stub macros and hopefully few prototypes,
6861 which can conflict with char dlopen (); below. 3396 which can conflict with char setlocale (); below.
6862 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 3397 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6863 <limits.h> exists even on freestanding compilers. */ 3398 <limits.h> exists even on freestanding compilers. */
6864 3399
6865#ifdef __STDC__ 3400#ifdef __STDC__
6866# include <limits.h> 3401# include <limits.h>
6867#else 3402#else
6868# include <assert.h> 3403# include <assert.h>
6869#endif 3404#endif
6870 3405
6871#undef dlopen 3406#undef setlocale
6872 3407
6873/* Override any gcc2 internal prototype to avoid an error. */ 3408/* Override any gcc2 internal prototype to avoid an error. */
6874#ifdef __cplusplus 3409#ifdef __cplusplus
6875extern "C" 3410extern "C"
6876{ 3411{
6877#endif 3412#endif
6878/* We use char because int might match the return type of a gcc2 3413/* We use char because int might match the return type of a gcc2
6879 builtin and then its argument prototype would still apply. */ 3414 builtin and then its argument prototype would still apply. */
6880char dlopen (); 3415char setlocale ();
6881/* The GNU C library defines this for functions which it implements 3416/* The GNU C library defines this for functions which it implements
6882 to always fail with ENOSYS. Some functions are actually named 3417 to always fail with ENOSYS. Some functions are actually named
6883 something starting with __ and the normal name is an alias. */ 3418 something starting with __ and the normal name is an alias. */
6884#if defined (__stub_dlopen) || defined (__stub___dlopen) 3419#if defined (__stub_setlocale) || defined (__stub___setlocale)
6885choke me 3420choke me
6886#else 3421#else
6887char (*f) () = dlopen; 3422char (*f) () = setlocale;
6888#endif 3423#endif
6889#ifdef __cplusplus 3424#ifdef __cplusplus
6890} 3425}
6891#endif 3426#endif
6892 3427
6893int 3428int
6894main () 3429main ()
6895{ 3430{
6896return f != dlopen; 3431return f != setlocale;
6897 ; 3432 ;
6898 return 0; 3433 return 0;
6899} 3434}
6900_ACEOF 3435_ACEOF
6901rm -f conftest.$ac_objext conftest$ac_exeext 3436rm -f conftest.$ac_objext conftest$ac_exeext
6917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6918 (eval $ac_try) 2>&5 3453 (eval $ac_try) 2>&5
6919 ac_status=$? 3454 ac_status=$?
6920 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6921 (exit $ac_status); }; }; then 3456 (exit $ac_status); }; }; then
6922 ac_cv_func_dlopen=yes 3457 ac_cv_func_setlocale=yes
6923else 3458else
6924 echo "$as_me: failed program was:" >&5 3459 echo "$as_me: failed program was:" >&5
6925sed 's/^/| /' conftest.$ac_ext >&5 3460sed 's/^/| /' conftest.$ac_ext >&5
6926 3461
6927ac_cv_func_dlopen=no 3462ac_cv_func_setlocale=no
6928fi 3463fi
6929rm -f conftest.err conftest.$ac_objext \ 3464rm -f conftest.err conftest.$ac_objext \
6930 conftest$ac_exeext conftest.$ac_ext 3465 conftest$ac_exeext conftest.$ac_ext
6931fi 3466fi
6932echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 3467echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5
6933echo "${ECHO_T}$ac_cv_func_dlopen" >&6 3468echo "${ECHO_T}$ac_cv_func_setlocale" >&6
6934if test $ac_cv_func_dlopen = yes; then 3469if test $ac_cv_func_setlocale = yes; then
6935 lt_cv_dlopen="dlopen" 3470 :
6936else 3471else
6937 echo "$as_me:$LINENO: checking for shl_load" >&5 3472 echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
6938echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 3473echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
6939if test "${ac_cv_func_shl_load+set}" = set; then 3474if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
6940 echo $ECHO_N "(cached) $ECHO_C" >&6 3475 echo $ECHO_N "(cached) $ECHO_C" >&6
6941else 3476else
3477 ac_check_lib_save_LIBS=$LIBS
3478LIBS="-lxpg4 $LIBS"
6942 cat >conftest.$ac_ext <<_ACEOF 3479cat >conftest.$ac_ext <<_ACEOF
6943/* confdefs.h. */ 3480/* confdefs.h. */
6944_ACEOF 3481_ACEOF
6945cat confdefs.h >>conftest.$ac_ext 3482cat confdefs.h >>conftest.$ac_ext
6946cat >>conftest.$ac_ext <<_ACEOF 3483cat >>conftest.$ac_ext <<_ACEOF
6947/* end confdefs.h. */ 3484/* end confdefs.h. */
3485
3486/* Override any gcc2 internal prototype to avoid an error. */
3487#ifdef __cplusplus
3488extern "C"
3489#endif
3490/* We use char because int might match the return type of a gcc2
3491 builtin and then its argument prototype would still apply. */
3492char setlocale ();
3493int
3494main ()
3495{
3496setlocale ();
3497 ;
3498 return 0;
3499}
3500_ACEOF
3501rm -f conftest.$ac_objext conftest$ac_exeext
3502if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3503 (eval $ac_link) 2>conftest.er1
3504 ac_status=$?
3505 grep -v '^ *+' conftest.er1 >conftest.err
3506 rm -f conftest.er1
3507 cat conftest.err >&5
3508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3509 (exit $ac_status); } &&
3510 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3512 (eval $ac_try) 2>&5
3513 ac_status=$?
3514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3515 (exit $ac_status); }; } &&
3516 { ac_try='test -s conftest$ac_exeext'
3517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3518 (eval $ac_try) 2>&5
3519 ac_status=$?
3520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3521 (exit $ac_status); }; }; then
3522 ac_cv_lib_xpg4_setlocale=yes
3523else
3524 echo "$as_me: failed program was:" >&5
3525sed 's/^/| /' conftest.$ac_ext >&5
3526
3527ac_cv_lib_xpg4_setlocale=no
3528fi
3529rm -f conftest.err conftest.$ac_objext \
3530 conftest$ac_exeext conftest.$ac_ext
3531LIBS=$ac_check_lib_save_LIBS
3532fi
3533echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3534echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3535if test $ac_cv_lib_xpg4_setlocale = yes; then
3536 LIBS="$LIBS -lxpg4"
3537fi
3538
3539fi
3540
3541
3542echo "$as_me:$LINENO: checking for gethostbyname" >&5
3543echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
3544if test "${ac_cv_func_gethostbyname+set}" = set; then
3545 echo $ECHO_N "(cached) $ECHO_C" >&6
3546else
3547 cat >conftest.$ac_ext <<_ACEOF
3548/* confdefs.h. */
3549_ACEOF
3550cat confdefs.h >>conftest.$ac_ext
3551cat >>conftest.$ac_ext <<_ACEOF
3552/* end confdefs.h. */
6948/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. 3553/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
6949 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 3554 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6950#define shl_load innocuous_shl_load 3555#define gethostbyname innocuous_gethostbyname
6951 3556
6952/* System header to define __stub macros and hopefully few prototypes, 3557/* System header to define __stub macros and hopefully few prototypes,
6953 which can conflict with char shl_load (); below. 3558 which can conflict with char gethostbyname (); below.
6954 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 3559 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6955 <limits.h> exists even on freestanding compilers. */ 3560 <limits.h> exists even on freestanding compilers. */
6956 3561
6957#ifdef __STDC__ 3562#ifdef __STDC__
6958# include <limits.h> 3563# include <limits.h>
6959#else 3564#else
6960# include <assert.h> 3565# include <assert.h>
6961#endif 3566#endif
6962 3567
6963#undef shl_load 3568#undef gethostbyname
6964 3569
6965/* Override any gcc2 internal prototype to avoid an error. */ 3570/* Override any gcc2 internal prototype to avoid an error. */
6966#ifdef __cplusplus 3571#ifdef __cplusplus
6967extern "C" 3572extern "C"
6968{ 3573{
6969#endif 3574#endif
6970/* We use char because int might match the return type of a gcc2 3575/* We use char because int might match the return type of a gcc2
6971 builtin and then its argument prototype would still apply. */ 3576 builtin and then its argument prototype would still apply. */
6972char shl_load (); 3577char gethostbyname ();
6973/* The GNU C library defines this for functions which it implements 3578/* The GNU C library defines this for functions which it implements
6974 to always fail with ENOSYS. Some functions are actually named 3579 to always fail with ENOSYS. Some functions are actually named
6975 something starting with __ and the normal name is an alias. */ 3580 something starting with __ and the normal name is an alias. */
6976#if defined (__stub_shl_load) || defined (__stub___shl_load) 3581#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
6977choke me 3582choke me
6978#else 3583#else
6979char (*f) () = shl_load; 3584char (*f) () = gethostbyname;
6980#endif 3585#endif
6981#ifdef __cplusplus 3586#ifdef __cplusplus
6982} 3587}
6983#endif 3588#endif
6984 3589
6985int 3590int
6986main () 3591main ()
6987{ 3592{
6988return f != shl_load; 3593return f != gethostbyname;
6989 ; 3594 ;
6990 return 0; 3595 return 0;
6991} 3596}
6992_ACEOF 3597_ACEOF
6993rm -f conftest.$ac_objext conftest$ac_exeext 3598rm -f conftest.$ac_objext conftest$ac_exeext
7009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7010 (eval $ac_try) 2>&5 3615 (eval $ac_try) 2>&5
7011 ac_status=$? 3616 ac_status=$?
7012 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7013 (exit $ac_status); }; }; then 3618 (exit $ac_status); }; }; then
7014 ac_cv_func_shl_load=yes 3619 ac_cv_func_gethostbyname=yes
7015else 3620else
7016 echo "$as_me: failed program was:" >&5 3621 echo "$as_me: failed program was:" >&5
7017sed 's/^/| /' conftest.$ac_ext >&5 3622sed 's/^/| /' conftest.$ac_ext >&5
7018 3623
7019ac_cv_func_shl_load=no 3624ac_cv_func_gethostbyname=no
7020fi 3625fi
7021rm -f conftest.err conftest.$ac_objext \ 3626rm -f conftest.err conftest.$ac_objext \
7022 conftest$ac_exeext conftest.$ac_ext 3627 conftest$ac_exeext conftest.$ac_ext
7023fi 3628fi
7024echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 3629echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
7025echo "${ECHO_T}$ac_cv_func_shl_load" >&6 3630echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
7026if test $ac_cv_func_shl_load = yes; then 3631if test $ac_cv_func_gethostbyname = yes; then
7027 lt_cv_dlopen="shl_load" 3632 :
7028else 3633else
7029 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 3634 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
7030echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 3635echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
7031if test "${ac_cv_lib_svld_dlopen+set}" = set; then 3636if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
7032 echo $ECHO_N "(cached) $ECHO_C" >&6 3637 echo $ECHO_N "(cached) $ECHO_C" >&6
7033else 3638else
7034 ac_check_lib_save_LIBS=$LIBS 3639 ac_check_lib_save_LIBS=$LIBS
7035LIBS="-lsvld $LIBS" 3640LIBS="-lnsl $LIBS"
7036cat >conftest.$ac_ext <<_ACEOF 3641cat >conftest.$ac_ext <<_ACEOF
7037/* confdefs.h. */ 3642/* confdefs.h. */
7038_ACEOF 3643_ACEOF
7039cat confdefs.h >>conftest.$ac_ext 3644cat confdefs.h >>conftest.$ac_ext
7040cat >>conftest.$ac_ext <<_ACEOF 3645cat >>conftest.$ac_ext <<_ACEOF
7044#ifdef __cplusplus 3649#ifdef __cplusplus
7045extern "C" 3650extern "C"
7046#endif 3651#endif
7047/* We use char because int might match the return type of a gcc2 3652/* We use char because int might match the return type of a gcc2
7048 builtin and then its argument prototype would still apply. */ 3653 builtin and then its argument prototype would still apply. */
7049char dlopen (); 3654char gethostbyname ();
7050int 3655int
7051main () 3656main ()
7052{ 3657{
7053dlopen (); 3658gethostbyname ();
7054 ; 3659 ;
7055 return 0; 3660 return 0;
7056} 3661}
7057_ACEOF 3662_ACEOF
7058rm -f conftest.$ac_objext conftest$ac_exeext 3663rm -f conftest.$ac_objext conftest$ac_exeext
7074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7075 (eval $ac_try) 2>&5 3680 (eval $ac_try) 2>&5
7076 ac_status=$? 3681 ac_status=$?
7077 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7078 (exit $ac_status); }; }; then 3683 (exit $ac_status); }; }; then
7079 ac_cv_lib_svld_dlopen=yes 3684 ac_cv_lib_nsl_gethostbyname=yes
7080else 3685else
7081 echo "$as_me: failed program was:" >&5 3686 echo "$as_me: failed program was:" >&5
7082sed 's/^/| /' conftest.$ac_ext >&5 3687sed 's/^/| /' conftest.$ac_ext >&5
7083 3688
7084ac_cv_lib_svld_dlopen=no 3689ac_cv_lib_nsl_gethostbyname=no
7085fi 3690fi
7086rm -f conftest.err conftest.$ac_objext \ 3691rm -f conftest.err conftest.$ac_objext \
7087 conftest$ac_exeext conftest.$ac_ext 3692 conftest$ac_exeext conftest.$ac_ext
7088LIBS=$ac_check_lib_save_LIBS 3693LIBS=$ac_check_lib_save_LIBS
7089fi 3694fi
7090echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 3695echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
7091echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 3696echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
7092if test $ac_cv_lib_svld_dlopen = yes; then 3697if test $ac_cv_lib_nsl_gethostbyname = yes; then
7093 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 3698 LIBS="$LIBS -lnsl"
7094else 3699fi
3700
3701fi
3702
7095 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 3703echo "$as_me:$LINENO: checking for socket" >&5
7096echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 3704echo $ECHO_N "checking for socket... $ECHO_C" >&6
7097if test "${ac_cv_lib_dld_shl_load+set}" = set; then 3705if test "${ac_cv_func_socket+set}" = set; then
7098 echo $ECHO_N "(cached) $ECHO_C" >&6 3706 echo $ECHO_N "(cached) $ECHO_C" >&6
7099else 3707else
3708 cat >conftest.$ac_ext <<_ACEOF
3709/* confdefs.h. */
3710_ACEOF
3711cat confdefs.h >>conftest.$ac_ext
3712cat >>conftest.$ac_ext <<_ACEOF
3713/* end confdefs.h. */
3714/* Define socket to an innocuous variant, in case <limits.h> declares socket.
3715 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3716#define socket innocuous_socket
3717
3718/* System header to define __stub macros and hopefully few prototypes,
3719 which can conflict with char socket (); below.
3720 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3721 <limits.h> exists even on freestanding compilers. */
3722
3723#ifdef __STDC__
3724# include <limits.h>
3725#else
3726# include <assert.h>
3727#endif
3728
3729#undef socket
3730
3731/* Override any gcc2 internal prototype to avoid an error. */
3732#ifdef __cplusplus
3733extern "C"
3734{
3735#endif
3736/* We use char because int might match the return type of a gcc2
3737 builtin and then its argument prototype would still apply. */
3738char socket ();
3739/* The GNU C library defines this for functions which it implements
3740 to always fail with ENOSYS. Some functions are actually named
3741 something starting with __ and the normal name is an alias. */
3742#if defined (__stub_socket) || defined (__stub___socket)
3743choke me
3744#else
3745char (*f) () = socket;
3746#endif
3747#ifdef __cplusplus
3748}
3749#endif
3750
3751int
3752main ()
3753{
3754return f != socket;
3755 ;
3756 return 0;
3757}
3758_ACEOF
3759rm -f conftest.$ac_objext conftest$ac_exeext
3760if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3761 (eval $ac_link) 2>conftest.er1
3762 ac_status=$?
3763 grep -v '^ *+' conftest.er1 >conftest.err
3764 rm -f conftest.er1
3765 cat conftest.err >&5
3766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3767 (exit $ac_status); } &&
3768 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3770 (eval $ac_try) 2>&5
3771 ac_status=$?
3772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3773 (exit $ac_status); }; } &&
3774 { ac_try='test -s conftest$ac_exeext'
3775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3776 (eval $ac_try) 2>&5
3777 ac_status=$?
3778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3779 (exit $ac_status); }; }; then
3780 ac_cv_func_socket=yes
3781else
3782 echo "$as_me: failed program was:" >&5
3783sed 's/^/| /' conftest.$ac_ext >&5
3784
3785ac_cv_func_socket=no
3786fi
3787rm -f conftest.err conftest.$ac_objext \
3788 conftest$ac_exeext conftest.$ac_ext
3789fi
3790echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
3791echo "${ECHO_T}$ac_cv_func_socket" >&6
3792if test $ac_cv_func_socket = yes; then
3793 :
3794else
3795 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3796echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3797if test "${ac_cv_lib_socket_socket+set}" = set; then
3798 echo $ECHO_N "(cached) $ECHO_C" >&6
3799else
7100 ac_check_lib_save_LIBS=$LIBS 3800 ac_check_lib_save_LIBS=$LIBS
7101LIBS="-ldld $LIBS" 3801LIBS="-lsocket $LIBS"
7102cat >conftest.$ac_ext <<_ACEOF 3802cat >conftest.$ac_ext <<_ACEOF
7103/* confdefs.h. */ 3803/* confdefs.h. */
7104_ACEOF 3804_ACEOF
7105cat confdefs.h >>conftest.$ac_ext 3805cat confdefs.h >>conftest.$ac_ext
7106cat >>conftest.$ac_ext <<_ACEOF 3806cat >>conftest.$ac_ext <<_ACEOF
7110#ifdef __cplusplus 3810#ifdef __cplusplus
7111extern "C" 3811extern "C"
7112#endif 3812#endif
7113/* We use char because int might match the return type of a gcc2 3813/* We use char because int might match the return type of a gcc2
7114 builtin and then its argument prototype would still apply. */ 3814 builtin and then its argument prototype would still apply. */
7115char shl_load (); 3815char socket ();
7116int 3816int
7117main () 3817main ()
7118{ 3818{
7119shl_load (); 3819socket ();
7120 ; 3820 ;
7121 return 0; 3821 return 0;
7122} 3822}
7123_ACEOF 3823_ACEOF
7124rm -f conftest.$ac_objext conftest$ac_exeext 3824rm -f conftest.$ac_objext conftest$ac_exeext
7140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7141 (eval $ac_try) 2>&5 3841 (eval $ac_try) 2>&5
7142 ac_status=$? 3842 ac_status=$?
7143 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7144 (exit $ac_status); }; }; then 3844 (exit $ac_status); }; }; then
7145 ac_cv_lib_dld_shl_load=yes 3845 ac_cv_lib_socket_socket=yes
7146else 3846else
7147 echo "$as_me: failed program was:" >&5 3847 echo "$as_me: failed program was:" >&5
7148sed 's/^/| /' conftest.$ac_ext >&5 3848sed 's/^/| /' conftest.$ac_ext >&5
7149 3849
7150ac_cv_lib_dld_shl_load=no 3850ac_cv_lib_socket_socket=no
7151fi 3851fi
7152rm -f conftest.err conftest.$ac_objext \ 3852rm -f conftest.err conftest.$ac_objext \
7153 conftest$ac_exeext conftest.$ac_ext 3853 conftest$ac_exeext conftest.$ac_ext
7154LIBS=$ac_check_lib_save_LIBS 3854LIBS=$ac_check_lib_save_LIBS
7155fi 3855fi
7156echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 3856echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
7157echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 3857echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
7158if test $ac_cv_lib_dld_shl_load = yes; then 3858if test $ac_cv_lib_socket_socket = yes; then
7159 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" 3859 LIBS="$LIBS -lsocket"
7160fi 3860fi
7161 3861
7162
7163fi 3862fi
7164 3863
7165 3864
7166fi 3865echo "$as_me:$LINENO: checking for sched_yield" >&5
7167 3866echo $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 3867if test "${ac_cv_func_sched_yield+set}" = set; then
7197 echo $ECHO_N "(cached) $ECHO_C" >&6 3868 echo $ECHO_N "(cached) $ECHO_C" >&6
7198else 3869else
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 3870 cat >conftest.$ac_ext <<_ACEOF
7205#line 7205 "configure" 3871/* confdefs.h. */
7206#include "confdefs.h" 3872_ACEOF
3873cat confdefs.h >>conftest.$ac_ext
3874cat >>conftest.$ac_ext <<_ACEOF
3875/* end confdefs.h. */
3876/* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
3877 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3878#define sched_yield innocuous_sched_yield
7207 3879
7208#if HAVE_DLFCN_H 3880/* System header to define __stub macros and hopefully few prototypes,
7209#include <dlfcn.h> 3881 which can conflict with char sched_yield (); below.
3882 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3883 <limits.h> exists even on freestanding compilers. */
3884
3885#ifdef __STDC__
3886# include <limits.h>
3887#else
3888# include <assert.h>
7210#endif 3889#endif
7211 3890
7212#include <stdio.h> 3891#undef sched_yield
7213 3892
7214#ifdef RTLD_GLOBAL 3893/* Override any gcc2 internal prototype to avoid an error. */
7215# define LT_DLGLOBAL RTLD_GLOBAL 3894#ifdef __cplusplus
3895extern "C"
3896{
3897#endif
3898/* We use char because int might match the return type of a gcc2
3899 builtin and then its argument prototype would still apply. */
3900char sched_yield ();
3901/* The GNU C library defines this for functions which it implements
3902 to always fail with ENOSYS. Some functions are actually named
3903 something starting with __ and the normal name is an alias. */
3904#if defined (__stub_sched_yield) || defined (__stub___sched_yield)
3905choke me
7216#else 3906#else
7217# ifdef DL_GLOBAL 3907char (*f) () = sched_yield;
7218# define LT_DLGLOBAL DL_GLOBAL
7219# else
7220# define LT_DLGLOBAL 0
7221# endif
7222#endif 3908#endif
7223 3909#ifdef __cplusplus
7224/* We may have to define LT_DLLAZY_OR_NOW in the command line if we 3910}
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 3911#endif
7245 3912
7246#ifdef __cplusplus 3913int
7247extern "C" void exit (int);
7248#endif
7249
7250fnord() { int i=42;}
7251main () 3914main ()
7252{ 3915{
7253 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 3916return f != sched_yield;
7254 int status = $lt_dlunknown; 3917 ;
7255 3918 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} 3919}
7265EOF 3920_ACEOF
3921rm -f conftest.$ac_objext conftest$ac_exeext
7266 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3922if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3923 (eval $ac_link) 2>conftest.er1
3924 ac_status=$?
3925 grep -v '^ *+' conftest.er1 >conftest.err
3926 rm -f conftest.er1
3927 cat conftest.err >&5
3928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3929 (exit $ac_status); } &&
3930 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7267 (eval $ac_link) 2>&5 3932 (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=$? 3933 ac_status=$?
7273 case x$lt_status in 3934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7274 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; 3935 (exit $ac_status); }; } &&
7275 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; 3936 { ac_try='test -s conftest$ac_exeext'
7276 x$lt_unknown|x*) lt_cv_dlopen_self=no ;; 3937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7277 esac 3938 (eval $ac_try) 2>&5
7278 else : 3939 ac_status=$?
7279 # compilation failed 3940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7280 lt_cv_dlopen_self=no 3941 (exit $ac_status); }; }; then
7281 fi 3942 ac_cv_func_sched_yield=yes
7282fi 3943else
7283rm -fr conftest* 3944 echo "$as_me: failed program was:" >&5
3945sed 's/^/| /' conftest.$ac_ext >&5
7284 3946
7285 3947ac_cv_func_sched_yield=no
7286fi 3948fi
3949rm -f conftest.err conftest.$ac_objext \
3950 conftest$ac_exeext conftest.$ac_ext
3951fi
7287echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 3952echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
7288echo "${ECHO_T}$lt_cv_dlopen_self" >&6 3953echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
7289 3954if test $ac_cv_func_sched_yield = yes; then
7290 if test "x$lt_cv_dlopen_self" = xyes; then 3955 :
7291 LDFLAGS="$LDFLAGS $link_static_flag" 3956else
7292 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 3957 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 3958echo $ECHO_N "checking for sched_yield in -lrt... $ECHO_C" >&6
7294if test "${lt_cv_dlopen_self_static+set}" = set; then 3959if test "${ac_cv_lib_rt_sched_yield+set}" = set; then
7295 echo $ECHO_N "(cached) $ECHO_C" >&6 3960 echo $ECHO_N "(cached) $ECHO_C" >&6
7296else 3961else
7297 if test "$cross_compiling" = yes; then : 3962 ac_check_lib_save_LIBS=$LIBS
7298 lt_cv_dlopen_self_static=cross 3963LIBS="-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 3964cat >conftest.$ac_ext <<_ACEOF
7303#line 7303 "configure" 3965/* confdefs.h. */
7304#include "confdefs.h" 3966_ACEOF
3967cat confdefs.h >>conftest.$ac_ext
3968cat >>conftest.$ac_ext <<_ACEOF
3969/* end confdefs.h. */
7305 3970
7306#if HAVE_DLFCN_H 3971/* Override any gcc2 internal prototype to avoid an error. */
7307#include <dlfcn.h> 3972#ifdef __cplusplus
3973extern "C"
7308#endif 3974#endif
7309 3975/* We use char because int might match the return type of a gcc2
7310#include <stdio.h> 3976 builtin and then its argument prototype would still apply. */
7311 3977char sched_yield ();
7312#ifdef RTLD_GLOBAL 3978int
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 () 3979main ()
7350{ 3980{
7351 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 3981sched_yield ();
7352 int status = $lt_dlunknown; 3982 ;
7353 3983 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} 3984}
7363EOF 3985_ACEOF
3986rm -f conftest.$ac_objext conftest$ac_exeext
7364 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 3987if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7365 (eval $ac_link) 2>&5 3988 (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=$? 3989 ac_status=$?
7371 case x$lt_status in 3990 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* 3991 rm -f conftest.er1
7382 3992 cat conftest.err >&5
7383 3993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7384fi 3994 (exit $ac_status); } &&
7385echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 3995 { 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 3996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7427 (eval $ac_compile) 2>&5 3997 (eval $ac_try) 2>&5
7428 ac_status=$? 3998 ac_status=$?
7429 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4000 (exit $ac_status); }; } &&
4001 { ac_try='test -s conftest$ac_exeext'
4002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4003 (eval $ac_try) 2>&5
4004 ac_status=$?
4005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7430 (exit $ac_status); }; then 4006 (exit $ac_status); }; }; then
7431 soname=conftest 4007 ac_cv_lib_rt_sched_yield=yes
7432 lib=conftest 4008else
7433 libobjs=conftest.$ac_objext 4009 echo "$as_me: failed program was:" >&5
7434 deplibs= 4010sed 's/^/| /' conftest.$ac_ext >&5
7435 wl=$lt_cv_prog_cc_wl 4011
7436 compiler_flags=-v 4012ac_cv_lib_rt_sched_yield=no
7437 linker_flags=-v 4013fi
7438 verstring= 4014rm -f conftest.err conftest.$ac_objext \
7439 output_objdir=. 4015 conftest$ac_exeext conftest.$ac_ext
7440 libname=conftest 4016LIBS=$ac_check_lib_save_LIBS
7441 save_allow_undefined_flag=$allow_undefined_flag 4017fi
7442 allow_undefined_flag= 4018echo "$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 4019echo "${ECHO_T}$ac_cv_lib_rt_sched_yield" >&6
7444 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 4020if test $ac_cv_lib_rt_sched_yield = yes; then
4021 LIBS="$LIBS -lrt"
4022fi
4023
4024fi
4025
4026
4027echo "$as_me:$LINENO: checking for sched_yield support" >&5
4028echo $ECHO_N "checking for sched_yield support... $ECHO_C" >&6
4029cat >conftest.$ac_ext <<_ACEOF
4030/* confdefs.h. */
4031_ACEOF
4032cat confdefs.h >>conftest.$ac_ext
4033cat >>conftest.$ac_ext <<_ACEOF
4034/* end confdefs.h. */
4035#include <sched.h>
4036int
4037main ()
4038{
4039sched_yield ()
4040 ;
4041 return 0;
4042}
4043_ACEOF
4044rm -f conftest.$ac_objext conftest$ac_exeext
4045if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4046 (eval $ac_link) 2>conftest.er1
7445 ac_status=$? 4047 ac_status=$?
4048 grep -v '^ *+' conftest.er1 >conftest.err
4049 rm -f conftest.er1
4050 cat conftest.err >&5
7446 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7447 (exit $ac_status); } 4052 (exit $ac_status); } &&
7448 then 4053 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7449 lt_cv_archive_cmds_need_lc=no 4054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7450 else 4055 (eval $ac_try) 2>&5
7451 lt_cv_archive_cmds_need_lc=yes 4056 ac_status=$?
7452 fi 4057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7453 allow_undefined_flag=$save_allow_undefined_flag 4058 (exit $ac_status); }; } &&
7454 else 4059 { ac_try='test -s conftest$ac_exeext'
7455 cat conftest.err 1>&5 4060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7456 fi 4061 (eval $ac_try) 2>&5
7457fi 4062 ac_status=$?
4063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4064 (exit $ac_status); }; }; then
4065 echo "$as_me:$LINENO: result: yes" >&5
4066echo "${ECHO_T}yes" >&6
7458 4067
7459 echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5 4068cat >>confdefs.h <<\_ACEOF
7460echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6 4069#define HAVE_SCHED_YIELD 1
7461 ;; 4070_ACEOF
7462 esac
7463fi
7464need_lc=${lt_cv_archive_cmds_need_lc-yes}
7465##
7466## END FIXME
7467 4071
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 4072else
7477 # If there is no Makefile yet, we rely on a make rule to execute 4073 echo "$as_me: failed program was:" >&5
7478 # `config.status --recheck' to rerun these tests and create the 4074sed 's/^/| /' conftest.$ac_ext >&5
7479 # libtool script then.
7480 test -f Makefile && make "$ltmain"
7481fi
7482 4075
7483if test -f "$ltmain"; then 4076echo "$as_me:$LINENO: result: no" >&5
7484 trap "$rm \"${ofile}T\"; exit 1" 1 2 15 4077echo "${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 4078fi
7821EOF 4079rm -f conftest.err conftest.$ac_objext \
7822 ;; 4080 conftest$ac_exeext conftest.$ac_ext
7823 esac
7824 4081
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 4082
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
8030
8031MALLOC_TYPE=S
8032support_addstrings=no
8033support_frills=no 4083support_frills=yes
8034support_linespace=no
8035support_inheritpixmap=no 4084support_inheritpixmap=yes
4085support_tinting=yes
4086support_fading=yes
8036support_keepscrolling=no 4087support_keepscrolling=yes
8037support_selectionscrolling=no 4088support_selectionscrolling=yes
8038support_menubar=no
8039support_mousewheel=no 4089support_mousewheel=yes
8040support_mouseslipwheel=no 4090support_mouseslipwheel=yes
8041support_utmp=no
8042support_wtmp=no
8043support_lastlog=no
8044support_cursor_blink=no
8045support_text_blink=no 4091support_text_blink=yes
8046support_pointer_blank=no 4092support_pointer_blank=yes
8047support_scroll_rxvt=no 4093support_scroll_rxvt=yes
8048support_scroll_next=no 4094support_scroll_next=yes
8049support_scroll_xterm=no 4095support_scroll_xterm=yes
8050support_scroll_plain=no 4096support_scroll_plain=yes
8051support_xim=no 4097support_xim=yes
8052support_xpm=no 4098support_xpm=yes
8053support_xft=no 4099support_xft=yes
8054support_unicode3=no 4100support_unicode3=no
8055support_combining=no 4101support_combining=yes
4102support_8bitctrls=no
4103support_iso14755=yes
4104support_styles=yes
4105support_perl=yes
8056codesets= 4106codesets=all
8057 4107
8058 4108
8059if test "x$enable_shared" = xyes; then 4109if test "x$enable_shared" = xyes; then
8060 4110
8061cat >>confdefs.h <<\_ACEOF 4111cat >>confdefs.h <<\_ACEOF
8067 4117
8068 4118
8069# Check whether --enable-everything or --disable-everything was given. 4119# Check whether --enable-everything or --disable-everything was given.
8070if test "${enable_everything+set}" = set; then 4120if test "${enable_everything+set}" = set; then
8071 enableval="$enable_everything" 4121 enableval="$enable_everything"
4122
4123 if test x$enableval = xno; then
4124 support_frills=no
4125 support_inheritpixmap=no
4126 support_tinting=no
4127 support_fading=no
4128 support_keepscrolling=no
4129 support_selectionscrolling=no
4130 support_lastlog=no
4131 support_mousewheel=no
4132 support_mouseslipwheel=no
4133 support_text_blink=no
4134 support_pointer_blank=no
4135 support_scroll_rxvt=no
4136 support_scroll_next=no
4137 support_scroll_xterm=no
4138 support_scroll_plain=no
4139 support_utmp=no
4140 support_wtmp=no
4141 support_xim=no
4142 support_xpm=no
4143 support_xft=no
4144 support_unicode3=no
4145 support_combining=no
4146 support_8bitctrls=no
4147 support_iso14755=no
4148 support_styles=no
4149 support_perl=no
4150 codesets=
4151 fi
8072 if test x$enableval = xyes; then 4152 if test x$enableval = xyes; then
8073 support_24bit=yes
8074 support_frills=yes 4153 support_frills=yes
8075 support_linespace=yes
8076 support_inheritpixmap=yes 4154 support_inheritpixmap=yes
4155 support_tinting=yes
4156 support_fading=yes
8077 support_keepscrolling=yes 4157 support_keepscrolling=yes
8078 support_selectionscrolling=yes 4158 support_selectionscrolling=yes
8079 support_lastlog=yes 4159 support_lastlog=yes
8080 support_menubar=yes
8081 support_mousewheel=yes 4160 support_mousewheel=yes
8082 support_mouseslipwheel=yes 4161 support_mouseslipwheel=yes
8083 support_cursor_blink=yes
8084 support_text_blink=yes 4162 support_text_blink=yes
8085 support_pointer_blank=yes 4163 support_pointer_blank=yes
8086 support_scroll_rxvt=yes 4164 support_scroll_rxvt=yes
8087 support_scroll_next=yes 4165 support_scroll_next=yes
8088 support_scroll_xterm=yes 4166 support_scroll_xterm=yes
8089 support_scroll_plain=yes 4167 support_scroll_plain=yes
8090 support_utmp=yes 4168 support_utmp=yes
8091 support_wtmp=yes 4169 support_wtmp=yes
8092 support_xim=yes 4170 support_xim=yes
8093 support_xpm=yes 4171 support_xpm=yes
8094 support_xft=yes 4172 support_xft=yes
8095 support_unicode3=yes 4173 support_unicode3=yes
8096 support_combining=yes 4174 support_combining=yes
4175 #support_8bitctrls=yes
4176 support_iso14755=yes
4177 support_styles=yes
4178 support_perl=yes
8097 codesets=all 4179 codesets=all
8098 fi 4180 fi
4181
8099fi; 4182fi;
8100 4183
8101# Check whether --enable-unicode3 or --disable-unicode3 was given. 4184# Check whether --enable-unicode3 or --disable-unicode3 was given.
8102if test "${enable_unicode3+set}" = set; then 4185if test "${enable_unicode3+set}" = set; then
8103 enableval="$enable_unicode3" 4186 enableval="$enable_unicode3"
8104 if test x$enableval = xyes -o x$enableval = xno; then 4187 if test x$enableval = xyes -o x$enableval = xno; then
8105 support_unicode3=yes 4188 support_unicode3=$enableval
8106 fi 4189 fi
8107fi; 4190fi;
8108 4191
8109# Check whether --enable-combining or --disable-combining was given. 4192# Check whether --enable-combining or --disable-combining was given.
8110if test "${enable_combining+set}" = set; then 4193if test "${enable_combining+set}" = set; then
8111 enableval="$enable_combining" 4194 enableval="$enable_combining"
8112 if test x$enableval = xyes -o x$enableval = xno; then 4195 if test x$enableval = xyes -o x$enableval = xno; then
8113 support_combining=yes 4196 support_combining=$enableval
8114 fi 4197 fi
8115fi; 4198fi;
8116 4199
8117# Check whether --enable-xft or --disable-xft was given. 4200# Check whether --enable-xft or --disable-xft was given.
8118if test "${enable_xft+set}" = set; then 4201if test "${enable_xft+set}" = set; then
8119 enableval="$enable_xft" 4202 enableval="$enable_xft"
8120 if test x$enableval = xyes -o x$enableval = xno; then 4203 if test x$enableval = xyes -o x$enableval = xno; then
8121 support_xft=yes 4204 support_xft=$enableval
8122 fi 4205 fi
8123fi; 4206fi;
8124 4207
8125# Check whether --enable-utmp or --disable-utmp was given. 4208# Check whether --enable-font-styles or --disable-font-styles was given.
8126if test "${enable_utmp+set}" = set; then 4209if test "${enable_font_styles+set}" = set; then
8127 enableval="$enable_utmp" 4210 enableval="$enable_font_styles"
8128 if test x$enableval = xyes -o x$enableval = xno; then 4211 if test x$enableval = xyes -o x$enableval = xno; then
8129 support_utmp=$enableval
8130 fi
8131fi;
8132
8133# Check whether --enable-wtmp or --disable-wtmp was given.
8134if test "${enable_wtmp+set}" = set; then
8135 enableval="$enable_wtmp"
8136 if test x$enableval = xyes -o x$enableval = xno; then
8137 support_wtmp=$enableval
8138 fi
8139fi;
8140
8141# Check whether --enable-lastlog or --disable-lastlog was given.
8142if test "${enable_lastlog+set}" = set; then
8143 enableval="$enable_lastlog"
8144 if test x$enableval = xyes -o x$enableval = xno; then
8145 support_lastlog=$enableval 4212 support_styles=$enableval
8146 fi 4213 fi
8147fi; 4214fi;
8148 4215
8149# Check whether --enable-xpm-background or --disable-xpm-background was given. 4216# Check whether --enable-xpm-background or --disable-xpm-background was given.
8150if test "${enable_xpm_background+set}" = set; then 4217if test "${enable_xpm_background+set}" = set; then
8160 if test x$enableval = xyes -o x$enableval = xno; then 4227 if test x$enableval = xyes -o x$enableval = xno; then
8161 support_inheritpixmap=$enableval 4228 support_inheritpixmap=$enableval
8162 fi 4229 fi
8163fi; 4230fi;
8164 4231
8165# Check whether --enable-menubar or --disable-menubar was given. 4232# Check whether --enable-tinting or --disable-tinting was given.
8166if test "${enable_menubar+set}" = set; then 4233if test "${enable_tinting+set}" = set; then
8167 enableval="$enable_menubar" 4234 enableval="$enable_tinting"
8168 if test x$enableval = xyes -o x$enableval = xno; then 4235 if test x$enableval = xyes -o x$enableval = xno; then
4236 support_tinting=$enableval
4237 fi
4238fi;
4239
4240# Check whether --enable-fading or --disable-fading was given.
4241if test "${enable_fading+set}" = set; then
4242 enableval="$enable_fading"
4243 if test x$enableval = xyes -o x$enableval = xno; then
8169 support_menubar=$enableval 4244 support_fading=$enableval
8170 fi 4245 fi
8171fi; 4246fi;
8172 4247
8173# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given. 4248# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
8174if test "${enable_rxvt_scroll+set}" = set; then 4249if test "${enable_rxvt_scroll+set}" = set; then
8192 if test x$enableval = xyes -o x$enableval = xno; then 4267 if test x$enableval = xyes -o x$enableval = xno; then
8193 support_scroll_xterm=$enableval 4268 support_scroll_xterm=$enableval
8194 fi 4269 fi
8195fi; 4270fi;
8196 4271
4272# Check whether --enable-perl or --disable-perl was given.
4273if test "${enable_perl+set}" = set; then
4274 enableval="$enable_perl"
4275 if test x$enableval = xyes -o x$enableval = xno; then
4276 support_perl=$enableval
4277 fi
4278fi;
4279
8197# Check whether --enable-plain-scroll or --disable-plain-scroll was given. 4280# Check whether --enable-plain-scroll or --disable-plain-scroll was given.
8198if test "${enable_plain_scroll+set}" = set; then 4281if test "${enable_plain_scroll+set}" = set; then
8199 enableval="$enable_plain_scroll" 4282 enableval="$enable_plain_scroll"
8200 if test x$enableval = xyes -o x$enableval = xno; then 4283 if test x$enableval = xyes -o x$enableval = xno; then
8201 support_scroll_plain=$enableval 4284 support_scroll_plain=$enableval
8202 fi 4285 fi
8203fi; 4286fi;
8204 4287
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 4288
8217 4289
8218# Check whether --with-codesets or --without-codesets was given. 4290# Check whether --with-codesets or --without-codesets was given.
8219if test "${with_codesets+set}" = set; then 4291if test "${with_codesets+set}" = set; then
8220 withval="$with_codesets" 4292 withval="$with_codesets"
8227 if test x$enableval = xyes -o x$enableval = xno; then 4299 if test x$enableval = xyes -o x$enableval = xno; then
8228 support_xim=$enableval 4300 support_xim=$enableval
8229 fi 4301 fi
8230fi; 4302fi;
8231 4303
8232# Check whether --enable-ttygid or --disable-ttygid was given.
8233if test "${enable_ttygid+set}" = set; then
8234 enableval="$enable_ttygid"
8235 if test x$enableval = xyes; then
8236
8237cat >>confdefs.h <<\_ACEOF
8238#define TTY_GID_SUPPORT 1
8239_ACEOF
8240
8241 fi
8242fi;
8243
8244# Check whether --enable-backspace-key or --disable-backspace-key was given. 4304# Check whether --enable-backspace-key or --disable-backspace-key was given.
8245if test "${enable_backspace_key+set}" = set; then 4305if test "${enable_backspace_key+set}" = set; then
8246 enableval="$enable_backspace_key" 4306 enableval="$enable_backspace_key"
8247 if test x$enableval = xno; then 4307 if test x$enableval = xno; then
8248 4308
8275_ACEOF 4335_ACEOF
8276 4336
8277 fi 4337 fi
8278fi; 4338fi;
8279 4339
8280# Check whether --enable-xgetdefault or --disable-xgetdefault was given. 4340# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
8281if test "${enable_xgetdefault+set}" = set; then 4341if test "${enable_8bitctrls+set}" = set; then
8282 enableval="$enable_xgetdefault" 4342 enableval="$enable_8bitctrls"
8283 if test x$enableval = xyes; then 4343 if test x$enableval = xyes -o x$enableval = xno; then
8284 4344 support_8bitctrls=$enableval
8285cat >>confdefs.h <<\_ACEOF
8286#define USE_XGETDEFAULT 1
8287_ACEOF
8288
8289 fi 4345 fi
8290fi; 4346fi;
8291 4347
8292RESFALLBACK=Rxvt 4348RESFALLBACK=Rxvt
8293# Check whether --enable-fallback or --disable-fallback was given. 4349# Check whether --enable-fallback or --disable-fallback was given.
8340if test "${with_name+set}" = set; then 4396if test "${with_name+set}" = set; then
8341 withval="$with_name" 4397 withval="$with_name"
8342 RXVTNAME="$withval" 4398 RXVTNAME="$withval"
8343fi; 4399fi;
8344 4400
4401cat >>confdefs.h <<_ACEOF
4402#define RXVTNAME "$RXVTNAME"
4403_ACEOF
4404
4405
8345RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"` 4406RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
8346 4407
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 4408
8356# Check whether --enable-swapscreen or --disable-swapscreen was given. 4409# Check whether --enable-swapscreen or --disable-swapscreen was given.
8357if test "${enable_swapscreen+set}" = set; then 4410if test "${enable_swapscreen+set}" = set; then
8358 enableval="$enable_swapscreen" 4411 enableval="$enable_swapscreen"
8359 if test x$enableval = xno; then 4412 if test x$enableval = xno; then
8360 4413
8361cat >>confdefs.h <<\_ACEOF 4414cat >>confdefs.h <<\_ACEOF
8362#define NO_SECONDARY_SCREEN 1 4415#define NO_SECONDARY_SCREEN 1
8363_ACEOF 4416_ACEOF
8364 4417
4418 fi
4419fi;
4420
4421# Check whether --enable-iso14755 or --disable-iso14755 was given.
4422if test "${enable_iso14755+set}" = set; then
4423 enableval="$enable_iso14755"
4424 if test x$enableval = xyes -o x$enableval = xno; then
4425 support_iso14755=$enableval
8365 fi 4426 fi
8366fi; 4427fi;
8367 4428
8368# Check whether --enable-frills or --disable-frills was given. 4429# Check whether --enable-frills or --disable-frills was given.
8369if test "${enable_frills+set}" = set; then 4430if test "${enable_frills+set}" = set; then
8371 if test x$enableval = xyes -o x$enableval = xno; then 4432 if test x$enableval = xyes -o x$enableval = xno; then
8372 support_frills=$enableval 4433 support_frills=$enableval
8373 fi 4434 fi
8374fi; 4435fi;
8375 4436
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
8382fi;
8383
8384# Check whether --enable-24bit or --disable-24bit was given.
8385if test "${enable_24bit+set}" = set; then
8386 enableval="$enable_24bit"
8387 if test x$enableval = xyes -o x$enableval = xno; then
8388 support_24bit=$enableval
8389 fi
8390fi;
8391
8392# Check whether --enable-keepscrolling or --disable-keepscrolling was given. 4437# Check whether --enable-keepscrolling or --disable-keepscrolling was given.
8393if test "${enable_keepscrolling+set}" = set; then 4438if test "${enable_keepscrolling+set}" = set; then
8394 enableval="$enable_keepscrolling" 4439 enableval="$enable_keepscrolling"
8395 if test x$enableval = xyes -o x$enableval = xno; then 4440 if test x$enableval = xyes -o x$enableval = xno; then
8396 support_keepscrolling=$enableval 4441 support_keepscrolling=$enableval
8419 if test x$enableval = xyes -o x$enableval = xno; then 4464 if test x$enableval = xyes -o x$enableval = xno; then
8420 support_mouseslipwheel=$enableval 4465 support_mouseslipwheel=$enableval
8421 fi 4466 fi
8422fi; 4467fi;
8423 4468
8424# Check whether --enable-dmalloc or --disable-dmalloc was given.
8425if test "${enable_dmalloc+set}" = set; then
8426 enableval="$enable_dmalloc"
8427 if test x$enableval = xyes; then
8428 MALLOC_TYPE=G
8429 DEBUG=-DDEBUG_MALLOC
8430 DLIB="-L/usr/local/lib -ldmalloc"
8431 DINCLUDE=-I/usr/local/include
8432 fi
8433fi;
8434
8435# Check whether --enable-dlmalloc or --disable-dlmalloc was given.
8436if test "${enable_dlmalloc+set}" = set; then
8437 enableval="$enable_dlmalloc"
8438 if test x$enableval = xyes; then
8439 MALLOC_TYPE=D
8440 DEBUG=
8441 DLIB="-L/usr/local/lib -ldlmalloc"
8442 DINCLUDE=
8443 fi
8444fi;
8445
8446# Check whether --enable-smart-resize or --disable-smart-resize was given. 4469# Check whether --enable-smart-resize or --disable-smart-resize was given.
8447if test "${enable_smart_resize+set}" = set; then 4470if test "${enable_smart_resize+set}" = set; then
8448 enableval="$enable_smart_resize" 4471 enableval="$enable_smart_resize"
8449 if test x$enableval = xyes; then 4472 if test x$enableval = xyes; then
8450 4473
8451cat >>confdefs.h <<\_ACEOF 4474cat >>confdefs.h <<\_ACEOF
8452#define SMART_RESIZE 1 4475#define SMART_RESIZE 1
8453_ACEOF 4476_ACEOF
8454 4477
8455 fi
8456fi;
8457
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 4478 fi
8476fi; 4479fi;
8477 4480
8478# Check whether --enable-text-blink or --disable-text-blink was given. 4481# Check whether --enable-text-blink or --disable-text-blink was given.
8479if test "${enable_text_blink+set}" = set; then 4482if test "${enable_text_blink+set}" = set; then
8515_ACEOF 4518_ACEOF
8516 terminfo="$withval" 4519 terminfo="$withval"
8517 fi 4520 fi
8518fi; 4521fi;
8519 4522
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 4523
8534# Extract the first word of "mv", so it can be a program name with args. 4524# Extract the first word of "mv", so it can be a program name with args.
8535set dummy mv; ac_word=$2 4525set dummy mv; ac_word=$2
8536echo "$as_me:$LINENO: checking for $ac_word" >&5 4526echo "$as_me:$LINENO: checking for $ac_word" >&5
8537echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4527echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8569else 4559else
8570 echo "$as_me:$LINENO: result: no" >&5 4560 echo "$as_me:$LINENO: result: no" >&5
8571echo "${ECHO_T}no" >&6 4561echo "${ECHO_T}no" >&6
8572fi 4562fi
8573 4563
8574# Extract the first word of "rm", so it can be a program name with args.
8575set dummy rm; ac_word=$2
8576echo "$as_me:$LINENO: checking for $ac_word" >&5
8577echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8578if test "${ac_cv_path_RM+set}" = set; then
8579 echo $ECHO_N "(cached) $ECHO_C" >&6
8580else
8581 case $RM in
8582 [\\/]* | ?:[\\/]*)
8583 ac_cv_path_RM="$RM" # Let the user override the test with a path.
8584 ;;
8585 *)
8586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8587for as_dir in $PATH
8588do
8589 IFS=$as_save_IFS
8590 test -z "$as_dir" && as_dir=.
8591 for ac_exec_ext in '' $ac_executable_extensions; do
8592 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8593 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
8594 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8595 break 2
8596 fi
8597done
8598done
8599
8600 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
8601 ;;
8602esac
8603fi
8604RM=$ac_cv_path_RM
8605
8606if test -n "$RM"; then
8607 echo "$as_me:$LINENO: result: $RM" >&5
8608echo "${ECHO_T}$RM" >&6
8609else
8610 echo "$as_me:$LINENO: result: no" >&5
8611echo "${ECHO_T}no" >&6
8612fi
8613
8614# Extract the first word of "cp", so it can be a program name with args. 4564# Extract the first word of "cp", so it can be a program name with args.
8615set dummy cp; ac_word=$2 4565set dummy cp; ac_word=$2
8616echo "$as_me:$LINENO: checking for $ac_word" >&5 4566echo "$as_me:$LINENO: checking for $ac_word" >&5
8617echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4567echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8618if test "${ac_cv_path_CP+set}" = set; then 4568if test "${ac_cv_path_CP+set}" = set; then
8809else 4759else
8810 echo "$as_me:$LINENO: result: no" >&5 4760 echo "$as_me:$LINENO: result: no" >&5
8811echo "${ECHO_T}no" >&6 4761echo "${ECHO_T}no" >&6
8812fi 4762fi
8813 4763
8814# Extract the first word of "tbl", so it can be a program name with args. 4764# Extract the first word of "tic", so it can be a program name with args.
8815set dummy tbl; ac_word=$2 4765set dummy tic; ac_word=$2
8816echo "$as_me:$LINENO: checking for $ac_word" >&5 4766echo "$as_me:$LINENO: checking for $ac_word" >&5
8817echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4767echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8818if test "${ac_cv_path_TBL+set}" = set; then 4768if test "${ac_cv_path_TIC+set}" = set; then
8819 echo $ECHO_N "(cached) $ECHO_C" >&6 4769 echo $ECHO_N "(cached) $ECHO_C" >&6
8820else 4770else
8821 case $TBL in 4771 case $TIC in
8822 [\\/]* | ?:[\\/]*) 4772 [\\/]* | ?:[\\/]*)
8823 ac_cv_path_TBL="$TBL" # Let the user override the test with a path. 4773 ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
8824 ;; 4774 ;;
8825 *) 4775 *)
8826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4776 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8827for as_dir in $PATH 4777for as_dir in $PATH
8828do 4778do
8829 IFS=$as_save_IFS 4779 IFS=$as_save_IFS
8830 test -z "$as_dir" && as_dir=. 4780 test -z "$as_dir" && as_dir=.
8831 for ac_exec_ext in '' $ac_executable_extensions; do 4781 for ac_exec_ext in '' $ac_executable_extensions; do
8832 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4782 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8833 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext" 4783 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 4784 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8835 break 2 4785 break 2
8836 fi 4786 fi
8837done 4787done
8838done 4788done
8839 4789
8840 ;; 4790 ;;
8841esac 4791esac
8842fi 4792fi
8843TBL=$ac_cv_path_TBL 4793TIC=$ac_cv_path_TIC
8844 4794
8845if test -n "$TBL"; then 4795if test -n "$TIC"; then
8846 echo "$as_me:$LINENO: result: $TBL" >&5 4796 echo "$as_me:$LINENO: result: $TIC" >&5
8847echo "${ECHO_T}$TBL" >&6 4797echo "${ECHO_T}$TIC" >&6
8848else 4798else
8849 echo "$as_me:$LINENO: result: no" >&5 4799 echo "$as_me:$LINENO: result: no" >&5
8850echo "${ECHO_T}no" >&6 4800echo "${ECHO_T}no" >&6
8851fi 4801fi
8852 4802
8853 4803
8854 4804
8855 4805
4806ac_ext=cc
4807ac_cpp='$CXXCPP $CPPFLAGS'
4808ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4809ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4810ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4811echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
4812echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
4813if test -z "$CXXCPP"; then
4814 if test "${ac_cv_prog_CXXCPP+set}" = set; then
4815 echo $ECHO_N "(cached) $ECHO_C" >&6
4816else
4817 # Double quotes because CXXCPP needs to be expanded
4818 for CXXCPP in "$CXX -E" "/lib/cpp"
4819 do
4820 ac_preproc_ok=false
4821for ac_cxx_preproc_warn_flag in '' yes
4822do
4823 # Use a header file that comes with gcc, so configuring glibc
4824 # with a fresh cross-compiler works.
4825 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4826 # <limits.h> exists even on freestanding compilers.
4827 # On the NeXT, cc -E runs the code through the compiler's parser,
4828 # not just through cpp. "Syntax error" is here to catch this case.
4829 cat >conftest.$ac_ext <<_ACEOF
4830/* confdefs.h. */
4831_ACEOF
4832cat confdefs.h >>conftest.$ac_ext
4833cat >>conftest.$ac_ext <<_ACEOF
4834/* end confdefs.h. */
4835#ifdef __STDC__
4836# include <limits.h>
4837#else
4838# include <assert.h>
4839#endif
4840 Syntax error
4841_ACEOF
4842if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4843 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4844 ac_status=$?
4845 grep -v '^ *+' conftest.er1 >conftest.err
4846 rm -f conftest.er1
4847 cat conftest.err >&5
4848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4849 (exit $ac_status); } >/dev/null; then
4850 if test -s conftest.err; then
4851 ac_cpp_err=$ac_cxx_preproc_warn_flag
4852 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4853 else
4854 ac_cpp_err=
4855 fi
4856else
4857 ac_cpp_err=yes
4858fi
4859if test -z "$ac_cpp_err"; then
4860 :
4861else
4862 echo "$as_me: failed program was:" >&5
4863sed 's/^/| /' conftest.$ac_ext >&5
4864
4865 # Broken: fails on valid input.
4866continue
4867fi
4868rm -f conftest.err conftest.$ac_ext
4869
4870 # OK, works on sane cases. Now check whether non-existent headers
4871 # can be detected and how.
4872 cat >conftest.$ac_ext <<_ACEOF
4873/* confdefs.h. */
4874_ACEOF
4875cat confdefs.h >>conftest.$ac_ext
4876cat >>conftest.$ac_ext <<_ACEOF
4877/* end confdefs.h. */
4878#include <ac_nonexistent.h>
4879_ACEOF
4880if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4881 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4882 ac_status=$?
4883 grep -v '^ *+' conftest.er1 >conftest.err
4884 rm -f conftest.er1
4885 cat conftest.err >&5
4886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4887 (exit $ac_status); } >/dev/null; then
4888 if test -s conftest.err; then
4889 ac_cpp_err=$ac_cxx_preproc_warn_flag
4890 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4891 else
4892 ac_cpp_err=
4893 fi
4894else
4895 ac_cpp_err=yes
4896fi
4897if test -z "$ac_cpp_err"; then
4898 # Broken: success on invalid input.
4899continue
4900else
4901 echo "$as_me: failed program was:" >&5
4902sed 's/^/| /' conftest.$ac_ext >&5
4903
4904 # Passes both tests.
4905ac_preproc_ok=:
4906break
4907fi
4908rm -f conftest.err conftest.$ac_ext
4909
4910done
4911# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4912rm -f conftest.err conftest.$ac_ext
4913if $ac_preproc_ok; then
4914 break
4915fi
4916
4917 done
4918 ac_cv_prog_CXXCPP=$CXXCPP
4919
4920fi
4921 CXXCPP=$ac_cv_prog_CXXCPP
4922else
4923 ac_cv_prog_CXXCPP=$CXXCPP
4924fi
4925echo "$as_me:$LINENO: result: $CXXCPP" >&5
4926echo "${ECHO_T}$CXXCPP" >&6
4927ac_preproc_ok=false
4928for ac_cxx_preproc_warn_flag in '' yes
4929do
4930 # Use a header file that comes with gcc, so configuring glibc
4931 # with a fresh cross-compiler works.
4932 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4933 # <limits.h> exists even on freestanding compilers.
4934 # On the NeXT, cc -E runs the code through the compiler's parser,
4935 # not just through cpp. "Syntax error" is here to catch this case.
4936 cat >conftest.$ac_ext <<_ACEOF
4937/* confdefs.h. */
4938_ACEOF
4939cat confdefs.h >>conftest.$ac_ext
4940cat >>conftest.$ac_ext <<_ACEOF
4941/* end confdefs.h. */
4942#ifdef __STDC__
4943# include <limits.h>
4944#else
4945# include <assert.h>
4946#endif
4947 Syntax error
4948_ACEOF
4949if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4950 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4951 ac_status=$?
4952 grep -v '^ *+' conftest.er1 >conftest.err
4953 rm -f conftest.er1
4954 cat conftest.err >&5
4955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4956 (exit $ac_status); } >/dev/null; then
4957 if test -s conftest.err; then
4958 ac_cpp_err=$ac_cxx_preproc_warn_flag
4959 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4960 else
4961 ac_cpp_err=
4962 fi
4963else
4964 ac_cpp_err=yes
4965fi
4966if test -z "$ac_cpp_err"; then
4967 :
4968else
4969 echo "$as_me: failed program was:" >&5
4970sed 's/^/| /' conftest.$ac_ext >&5
4971
4972 # Broken: fails on valid input.
4973continue
4974fi
4975rm -f conftest.err conftest.$ac_ext
4976
4977 # OK, works on sane cases. Now check whether non-existent headers
4978 # can be detected and how.
4979 cat >conftest.$ac_ext <<_ACEOF
4980/* confdefs.h. */
4981_ACEOF
4982cat confdefs.h >>conftest.$ac_ext
4983cat >>conftest.$ac_ext <<_ACEOF
4984/* end confdefs.h. */
4985#include <ac_nonexistent.h>
4986_ACEOF
4987if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4988 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4989 ac_status=$?
4990 grep -v '^ *+' conftest.er1 >conftest.err
4991 rm -f conftest.er1
4992 cat conftest.err >&5
4993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4994 (exit $ac_status); } >/dev/null; then
4995 if test -s conftest.err; then
4996 ac_cpp_err=$ac_cxx_preproc_warn_flag
4997 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
4998 else
4999 ac_cpp_err=
5000 fi
5001else
5002 ac_cpp_err=yes
5003fi
5004if test -z "$ac_cpp_err"; then
5005 # Broken: success on invalid input.
5006continue
5007else
5008 echo "$as_me: failed program was:" >&5
5009sed 's/^/| /' conftest.$ac_ext >&5
5010
5011 # Passes both tests.
5012ac_preproc_ok=:
5013break
5014fi
5015rm -f conftest.err conftest.$ac_ext
5016
5017done
5018# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5019rm -f conftest.err conftest.$ac_ext
5020if $ac_preproc_ok; then
5021 :
5022else
5023 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5024See \`config.log' for more details." >&5
5025echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5026See \`config.log' for more details." >&2;}
5027 { (exit 1); exit 1; }; }
5028fi
5029
5030ac_ext=cc
5031ac_cpp='$CXXCPP $CPPFLAGS'
5032ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5033ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5034ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5035
5036
5037
5038if test "x$ac_path_x_has_been_run" != xyes; then
8856echo "$as_me:$LINENO: checking for X" >&5 5039 echo "$as_me:$LINENO: checking for X" >&5
8857echo $ECHO_N "checking for X... $ECHO_C" >&6 5040echo $ECHO_N "checking for X... $ECHO_C" >&6
8858 5041
5042ac_path_x_has_been_run=yes
8859 5043
8860# Check whether --with-x or --without-x was given. 5044# Check whether --with-x or --without-x was given.
8861if test "${with_x+set}" = set; then 5045if test "${with_x+set}" = set; then
8862 withval="$with_x" 5046 withval="$with_x"
8863 5047
8946 5130
8947/usr/openwin/include 5131/usr/openwin/include
8948/usr/openwin/share/include' 5132/usr/openwin/share/include'
8949 5133
8950if test "$ac_x_includes" = no; then 5134if test "$ac_x_includes" = no; then
8951 # Guess where to find include files, by looking for Intrinsic.h. 5135 # Guess where to find include files, by looking for a specified header file.
8952 # First, try using that file with no special directory specified. 5136 # First, try using that file with no special directory specified.
8953 cat >conftest.$ac_ext <<_ACEOF 5137 cat >conftest.$ac_ext <<_ACEOF
8954/* confdefs.h. */ 5138/* confdefs.h. */
8955_ACEOF 5139_ACEOF
8956cat confdefs.h >>conftest.$ac_ext 5140cat confdefs.h >>conftest.$ac_ext
8957cat >>conftest.$ac_ext <<_ACEOF 5141cat >>conftest.$ac_ext <<_ACEOF
8958/* end confdefs.h. */ 5142/* end confdefs.h. */
8959#include <X11/Intrinsic.h> 5143#include <X11/Xlib.h>
8960_ACEOF 5144_ACEOF
8961if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5145if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8962 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5146 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8963 ac_status=$? 5147 ac_status=$?
8964 grep -v '^ *+' conftest.er1 >conftest.err 5148 grep -v '^ *+' conftest.er1 >conftest.err
8981else 5165else
8982 echo "$as_me: failed program was:" >&5 5166 echo "$as_me: failed program was:" >&5
8983sed 's/^/| /' conftest.$ac_ext >&5 5167sed 's/^/| /' conftest.$ac_ext >&5
8984 5168
8985 for ac_dir in $ac_x_header_dirs; do 5169 for ac_dir in $ac_x_header_dirs; do
8986 if test -r "$ac_dir/X11/Intrinsic.h"; then 5170 if test -r "$ac_dir/X11/Xlib.h"; then
8987 ac_x_includes=$ac_dir 5171 ac_x_includes=$ac_dir
8988 break 5172 break
8989 fi 5173 fi
8990done 5174done
8991fi 5175fi
8995if test "$ac_x_libraries" = no; then 5179if test "$ac_x_libraries" = no; then
8996 # Check for the libraries. 5180 # Check for the libraries.
8997 # See if we find them without any special options. 5181 # See if we find them without any special options.
8998 # Don't add to $LIBS permanently. 5182 # Don't add to $LIBS permanently.
8999 ac_save_LIBS=$LIBS 5183 ac_save_LIBS=$LIBS
9000 LIBS="-lXt $LIBS" 5184 LIBS="-lX11 $LIBS"
9001 cat >conftest.$ac_ext <<_ACEOF 5185 cat >conftest.$ac_ext <<_ACEOF
9002/* confdefs.h. */ 5186/* confdefs.h. */
9003_ACEOF 5187_ACEOF
9004cat confdefs.h >>conftest.$ac_ext 5188cat confdefs.h >>conftest.$ac_ext
9005cat >>conftest.$ac_ext <<_ACEOF 5189cat >>conftest.$ac_ext <<_ACEOF
9006/* end confdefs.h. */ 5190/* end confdefs.h. */
9007#include <X11/Intrinsic.h> 5191#include <X11/Xlib.h>
9008int 5192int
9009main () 5193main ()
9010{ 5194{
9011XtMalloc (0) 5195XrmInitialize ()
9012 ; 5196 ;
9013 return 0; 5197 return 0;
9014} 5198}
9015_ACEOF 5199_ACEOF
9016rm -f conftest.$ac_objext conftest$ac_exeext 5200rm -f conftest.$ac_objext conftest$ac_exeext
9044LIBS=$ac_save_LIBS 5228LIBS=$ac_save_LIBS
9045for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 5229for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9046do 5230do
9047 # Don't even attempt the hair of trying to link an X program! 5231 # Don't even attempt the hair of trying to link an X program!
9048 for ac_extension in a so sl; do 5232 for ac_extension in a so sl; do
9049 if test -r $ac_dir/libXt.$ac_extension; then 5233 if test -r $ac_dir/libX11.$ac_extension; then
9050 ac_x_libraries=$ac_dir 5234 ac_x_libraries=$ac_dir
9051 break 2 5235 break 2
9052 fi 5236 fi
9053 done 5237 done
9054done 5238done
9080 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 5264 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9081 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 5265 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9082 # Update the cache value to reflect the command line values. 5266 # Update the cache value to reflect the command line values.
9083 ac_cv_have_x="have_x=yes \ 5267 ac_cv_have_x="have_x=yes \
9084 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 5268 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5269 # It might be that x_includes is empty (headers are found in the
5270 # standard search path. Then output the corresponding message
5271 ac_out_x_includes=$x_includes
5272 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 5273 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
9086echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 5274echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
9087fi 5275fi
9088 5276
5277fi
9089if test "$no_x" = yes; then 5278if test "$no_x" = yes; then
9090 # Not all programs may use this symbol, but it does not hurt to define it. 5279 # Not all programs may use this symbol, but it does not hurt to define it.
9091 5280
9092cat >>confdefs.h <<\_ACEOF 5281cat >>confdefs.h <<\_ACEOF
9093#define X_DISPLAY_MISSING 1 5282#define X_DISPLAY_MISSING 1
10651#define HAVE_SYS_WAIT_H 1 6840#define HAVE_SYS_WAIT_H 1
10652_ACEOF 6841_ACEOF
10653 6842
10654fi 6843fi
10655 6844
6845echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6846echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6847if test "${ac_cv_header_stdc+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#include <stdlib.h>
6857#include <stdarg.h>
6858#include <string.h>
6859#include <float.h>
6860
6861int
6862main ()
6863{
6864
6865 ;
6866 return 0;
6867}
6868_ACEOF
6869rm -f conftest.$ac_objext
6870if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6871 (eval $ac_compile) 2>conftest.er1
6872 ac_status=$?
6873 grep -v '^ *+' conftest.er1 >conftest.err
6874 rm -f conftest.er1
6875 cat conftest.err >&5
6876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6877 (exit $ac_status); } &&
6878 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6880 (eval $ac_try) 2>&5
6881 ac_status=$?
6882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6883 (exit $ac_status); }; } &&
6884 { ac_try='test -s conftest.$ac_objext'
6885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6886 (eval $ac_try) 2>&5
6887 ac_status=$?
6888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6889 (exit $ac_status); }; }; then
6890 ac_cv_header_stdc=yes
6891else
6892 echo "$as_me: failed program was:" >&5
6893sed 's/^/| /' conftest.$ac_ext >&5
6894
6895ac_cv_header_stdc=no
6896fi
6897rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6898
6899if test $ac_cv_header_stdc = yes; then
6900 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6901 cat >conftest.$ac_ext <<_ACEOF
6902/* confdefs.h. */
6903_ACEOF
6904cat confdefs.h >>conftest.$ac_ext
6905cat >>conftest.$ac_ext <<_ACEOF
6906/* end confdefs.h. */
6907#include <string.h>
6908
6909_ACEOF
6910if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6911 $EGREP "memchr" >/dev/null 2>&1; then
6912 :
6913else
6914 ac_cv_header_stdc=no
6915fi
6916rm -f conftest*
6917
6918fi
6919
6920if test $ac_cv_header_stdc = yes; then
6921 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6922 cat >conftest.$ac_ext <<_ACEOF
6923/* confdefs.h. */
6924_ACEOF
6925cat confdefs.h >>conftest.$ac_ext
6926cat >>conftest.$ac_ext <<_ACEOF
6927/* end confdefs.h. */
6928#include <stdlib.h>
6929
6930_ACEOF
6931if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6932 $EGREP "free" >/dev/null 2>&1; then
6933 :
6934else
6935 ac_cv_header_stdc=no
6936fi
6937rm -f conftest*
6938
6939fi
6940
6941if test $ac_cv_header_stdc = yes; then
6942 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6943 if test "$cross_compiling" = yes; then
6944 :
6945else
6946 cat >conftest.$ac_ext <<_ACEOF
6947/* confdefs.h. */
6948_ACEOF
6949cat confdefs.h >>conftest.$ac_ext
6950cat >>conftest.$ac_ext <<_ACEOF
6951/* end confdefs.h. */
6952#include <ctype.h>
6953#if ((' ' & 0x0FF) == 0x020)
6954# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6955# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6956#else
6957# define ISLOWER(c) \
6958 (('a' <= (c) && (c) <= 'i') \
6959 || ('j' <= (c) && (c) <= 'r') \
6960 || ('s' <= (c) && (c) <= 'z'))
6961# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6962#endif
6963
6964#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6965int
6966main ()
6967{
6968 int i;
6969 for (i = 0; i < 256; i++)
6970 if (XOR (islower (i), ISLOWER (i))
6971 || toupper (i) != TOUPPER (i))
6972 exit(2);
6973 exit (0);
6974}
6975_ACEOF
6976rm -f conftest$ac_exeext
6977if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6978 (eval $ac_link) 2>&5
6979 ac_status=$?
6980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6981 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6983 (eval $ac_try) 2>&5
6984 ac_status=$?
6985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6986 (exit $ac_status); }; }; then
6987 :
6988else
6989 echo "$as_me: program exited with status $ac_status" >&5
6990echo "$as_me: failed program was:" >&5
6991sed 's/^/| /' conftest.$ac_ext >&5
6992
6993( exit $ac_status )
6994ac_cv_header_stdc=no
6995fi
6996rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6997fi
6998fi
6999fi
7000echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7001echo "${ECHO_T}$ac_cv_header_stdc" >&6
7002if test $ac_cv_header_stdc = yes; then
7003
7004cat >>confdefs.h <<\_ACEOF
7005#define STDC_HEADERS 1
7006_ACEOF
7007
7008fi
7009
7010# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7021 inttypes.h stdint.h unistd.h
7022do
7023as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7024echo "$as_me:$LINENO: checking for $ac_header" >&5
7025echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7026if eval "test \"\${$as_ac_Header+set}\" = set"; then
7027 echo $ECHO_N "(cached) $ECHO_C" >&6
7028else
7029 cat >conftest.$ac_ext <<_ACEOF
7030/* confdefs.h. */
7031_ACEOF
7032cat confdefs.h >>conftest.$ac_ext
7033cat >>conftest.$ac_ext <<_ACEOF
7034/* end confdefs.h. */
7035$ac_includes_default
7036
7037#include <$ac_header>
7038_ACEOF
7039rm -f conftest.$ac_objext
7040if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7041 (eval $ac_compile) 2>conftest.er1
7042 ac_status=$?
7043 grep -v '^ *+' conftest.er1 >conftest.err
7044 rm -f conftest.er1
7045 cat conftest.err >&5
7046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7047 (exit $ac_status); } &&
7048 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7050 (eval $ac_try) 2>&5
7051 ac_status=$?
7052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7053 (exit $ac_status); }; } &&
7054 { ac_try='test -s conftest.$ac_objext'
7055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7056 (eval $ac_try) 2>&5
7057 ac_status=$?
7058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7059 (exit $ac_status); }; }; then
7060 eval "$as_ac_Header=yes"
7061else
7062 echo "$as_me: failed program was:" >&5
7063sed 's/^/| /' conftest.$ac_ext >&5
7064
7065eval "$as_ac_Header=no"
7066fi
7067rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7068fi
7069echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7070echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7071if test `eval echo '${'$as_ac_Header'}'` = yes; then
7072 cat >>confdefs.h <<_ACEOF
7073#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7074_ACEOF
7075
7076fi
7077
7078done
10656 7079
10657 7080
10658 7081
10659 7082
10660 7083
10673 7096
10674 7097
10675for ac_header in \ 7098for ac_header in \
10676 assert.h \ 7099 assert.h \
10677 fcntl.h \ 7100 fcntl.h \
10678 grp.h \
10679 libc.h \
10680 lastlog.h \
10681 stdarg.h \ 7101 stdarg.h \
10682 stdlib.h \ 7102 stdlib.h \
10683 string.h \ 7103 string.h \
10684 termios.h \ 7104 termios.h \
10685 unistd.h \ 7105 unistd.h \
10687 sys/ioctl.h \ 7107 sys/ioctl.h \
10688 sys/select.h \ 7108 sys/select.h \
10689 sys/sockio.h \ 7109 sys/sockio.h \
10690 sys/strredir.h \ 7110 sys/strredir.h \
10691 sys/time.h \ 7111 sys/time.h \
10692 utmp.h \ 7112 stdint.h \
10693 utmpx.h \ 7113 wchar.h \
10694 stdint.h \ 7114 cwchar \
7115 clocale \
10695 7116
10696do 7117do
10697as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7118as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10698if eval "test \"\${$as_ac_Header+set}\" = set"; then 7119if eval "test \"\${$as_ac_Header+set}\" = set"; then
10699 echo "$as_me:$LINENO: checking for $ac_header" >&5 7120 echo "$as_me:$LINENO: checking for $ac_header" >&5
11483_ACEOF 7904_ACEOF
11484 7905
11485fi 7906fi
11486 7907
11487 7908
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 7909echo "$as_me:$LINENO: checking for short" >&5
11896echo $ECHO_N "checking for short... $ECHO_C" >&6 7910echo $ECHO_N "checking for short... $ECHO_C" >&6
11897if test "${ac_cv_type_short+set}" = set; then 7911if test "${ac_cv_type_short+set}" = set; then
11898 echo $ECHO_N "(cached) $ECHO_C" >&6 7912 echo $ECHO_N "(cached) $ECHO_C" >&6
11899else 7913else
12702cat >>confdefs.h <<_ACEOF 8716cat >>confdefs.h <<_ACEOF
12703#define SIZEOF_INT $ac_cv_sizeof_int 8717#define SIZEOF_INT $ac_cv_sizeof_int
12704_ACEOF 8718_ACEOF
12705 8719
12706 8720
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 8721echo "$as_me:$LINENO: checking for long long" >&5
13114echo $ECHO_N "checking for long long... $ECHO_C" >&6 8722echo $ECHO_N "checking for long long... $ECHO_C" >&6
13115if test "${ac_cv_type_long_long+set}" = set; then 8723if test "${ac_cv_type_long_long+set}" = set; then
13116 echo $ECHO_N "(cached) $ECHO_C" >&6 8724 echo $ECHO_N "(cached) $ECHO_C" >&6
13117else 8725else
13968 rxvt_cv_int16_t=yes 9576 rxvt_cv_int16_t=yes
13969else 9577else
13970 echo "$as_me: failed program was:" >&5 9578 echo "$as_me: failed program was:" >&5
13971sed 's/^/| /' conftest.$ac_ext >&5 9579sed 's/^/| /' conftest.$ac_ext >&5
13972 9580
13973if test $ac_cv_sizeof_char -ge 2; then 9581if test "$ac_cv_sizeof_char" -ge 2; then
13974 rxvt_cv_int16_t=" char" 9582 rxvt_cv_int16_t=" char"
13975else 9583else
13976 if test $ac_cv_sizeof_short -ge 2; then 9584 if test "$ac_cv_sizeof_short" -ge 2; then
13977 rxvt_cv_int16_t=" short" 9585 rxvt_cv_int16_t=" short"
13978 else 9586 else
13979 if test $ac_cv_sizeof_int -ge 2; then 9587 if test "$ac_cv_sizeof_int" -ge 2; then
13980 rxvt_cv_int16_t=" int" 9588 rxvt_cv_int16_t=" int"
13981 else 9589 else
13982 if test $ac_cv_sizeof_long -ge 2; then 9590 if test "$ac_cv_sizeof_long" -ge 2; then
13983 rxvt_cv_int16_t=" long" 9591 rxvt_cv_int16_t=" long"
13984 else 9592 else
13985 if test $ac_cv_sizeof_long_long -ge 2; then 9593 if test "$ac_cv_sizeof_long_long" -ge 2; then
13986 rxvt_cv_int16_t=" long long" 9594 rxvt_cv_int16_t=" long long"
13987 else 9595 else
13988 rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default 9596 rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default
13989 fi 9597 fi
13990 fi 9598 fi
14050 rxvt_cv_uint16_t=yes 9658 rxvt_cv_uint16_t=yes
14051else 9659else
14052 echo "$as_me: failed program was:" >&5 9660 echo "$as_me: failed program was:" >&5
14053sed 's/^/| /' conftest.$ac_ext >&5 9661sed 's/^/| /' conftest.$ac_ext >&5
14054 9662
14055if test $ac_cv_sizeof_char -ge 2; then 9663if test "$ac_cv_sizeof_char" -ge 2; then
14056 rxvt_cv_uint16_t="unsigned char" 9664 rxvt_cv_uint16_t="unsigned char"
14057else 9665else
14058 if test $ac_cv_sizeof_short -ge 2; then 9666 if test "$ac_cv_sizeof_short" -ge 2; then
14059 rxvt_cv_uint16_t="unsigned short" 9667 rxvt_cv_uint16_t="unsigned short"
14060 else 9668 else
14061 if test $ac_cv_sizeof_int -ge 2; then 9669 if test "$ac_cv_sizeof_int" -ge 2; then
14062 rxvt_cv_uint16_t="unsigned int" 9670 rxvt_cv_uint16_t="unsigned int"
14063 else 9671 else
14064 if test $ac_cv_sizeof_long -ge 2; then 9672 if test "$ac_cv_sizeof_long" -ge 2; then
14065 rxvt_cv_uint16_t="unsigned long" 9673 rxvt_cv_uint16_t="unsigned long"
14066 else 9674 else
14067 if test $ac_cv_sizeof_long_long -ge 2; then 9675 if test "$ac_cv_sizeof_long_long" -ge 2; then
14068 rxvt_cv_uint16_t="unsigned long long" 9676 rxvt_cv_uint16_t="unsigned long long"
14069 else 9677 else
14070 rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default 9678 rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default
14071 fi 9679 fi
14072 fi 9680 fi
14132 rxvt_cv_int32_t=yes 9740 rxvt_cv_int32_t=yes
14133else 9741else
14134 echo "$as_me: failed program was:" >&5 9742 echo "$as_me: failed program was:" >&5
14135sed 's/^/| /' conftest.$ac_ext >&5 9743sed 's/^/| /' conftest.$ac_ext >&5
14136 9744
14137if test $ac_cv_sizeof_char -ge 4; then 9745if test "$ac_cv_sizeof_char" -ge 4; then
14138 rxvt_cv_int32_t=" char" 9746 rxvt_cv_int32_t=" char"
14139else 9747else
14140 if test $ac_cv_sizeof_short -ge 4; then 9748 if test "$ac_cv_sizeof_short" -ge 4; then
14141 rxvt_cv_int32_t=" short" 9749 rxvt_cv_int32_t=" short"
14142 else 9750 else
14143 if test $ac_cv_sizeof_int -ge 4; then 9751 if test "$ac_cv_sizeof_int" -ge 4; then
14144 rxvt_cv_int32_t=" int" 9752 rxvt_cv_int32_t=" int"
14145 else 9753 else
14146 if test $ac_cv_sizeof_long -ge 4; then 9754 if test "$ac_cv_sizeof_long" -ge 4; then
14147 rxvt_cv_int32_t=" long" 9755 rxvt_cv_int32_t=" long"
14148 else 9756 else
14149 if test $ac_cv_sizeof_long_long -ge 4; then 9757 if test "$ac_cv_sizeof_long_long" -ge 4; then
14150 rxvt_cv_int32_t=" long long" 9758 rxvt_cv_int32_t=" long long"
14151 else 9759 else
14152 rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default 9760 rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default
14153 fi 9761 fi
14154 fi 9762 fi
14214 rxvt_cv_uint32_t=yes 9822 rxvt_cv_uint32_t=yes
14215else 9823else
14216 echo "$as_me: failed program was:" >&5 9824 echo "$as_me: failed program was:" >&5
14217sed 's/^/| /' conftest.$ac_ext >&5 9825sed 's/^/| /' conftest.$ac_ext >&5
14218 9826
14219if test $ac_cv_sizeof_char -ge 4; then 9827if test "$ac_cv_sizeof_char" -ge 4; then
14220 rxvt_cv_uint32_t="unsigned char" 9828 rxvt_cv_uint32_t="unsigned char"
14221else 9829else
14222 if test $ac_cv_sizeof_short -ge 4; then 9830 if test "$ac_cv_sizeof_short" -ge 4; then
14223 rxvt_cv_uint32_t="unsigned short" 9831 rxvt_cv_uint32_t="unsigned short"
14224 else 9832 else
14225 if test $ac_cv_sizeof_int -ge 4; then 9833 if test "$ac_cv_sizeof_int" -ge 4; then
14226 rxvt_cv_uint32_t="unsigned int" 9834 rxvt_cv_uint32_t="unsigned int"
14227 else 9835 else
14228 if test $ac_cv_sizeof_long -ge 4; then 9836 if test "$ac_cv_sizeof_long" -ge 4; then
14229 rxvt_cv_uint32_t="unsigned long" 9837 rxvt_cv_uint32_t="unsigned long"
14230 else 9838 else
14231 if test $ac_cv_sizeof_long_long -ge 4; then 9839 if test "$ac_cv_sizeof_long_long" -ge 4; then
14232 rxvt_cv_uint32_t="unsigned long long" 9840 rxvt_cv_uint32_t="unsigned long long"
14233 else 9841 else
14234 rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default 9842 rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default
14235 fi 9843 fi
14236 fi 9844 fi
14250 else 9858 else
14251 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */" 9859 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
14252 fi 9860 fi
14253fi 9861fi
14254 9862
14255if test $ac_cv_sizeof_int_p -eq 8; then 9863if test "$ac_cv_sizeof_int_p" -eq 8; then
14256 rxvt_intp_define="#define intp_t int64_t" 9864 rxvt_intp_define="#define intp_t int64_t"
14257 rxvt_u_intp_define="#define u_intp_t u_int64_t" 9865 rxvt_u_intp_define="#define u_intp_t u_int64_t"
14258else 9866else
14259 if test $ac_cv_sizeof_int_p -eq 4; then 9867 if test "$ac_cv_sizeof_int_p" -eq 4; then
14260 rxvt_intp_define="#define intp_t int32_t" 9868 rxvt_intp_define="#define intp_t int32_t"
14261 rxvt_u_intp_define="#define u_intp_t u_int32_t" 9869 rxvt_u_intp_define="#define u_intp_t u_int32_t"
14262 else 9870 else
14263 if test $ac_cv_sizeof_int_p -eq 2; then 9871 if test "$ac_cv_sizeof_int_p" -eq 2; then
14264 rxvt_intp_define="#define intp_t int16_t" 9872 rxvt_intp_define="#define intp_t int16_t"
14265 rxvt_u_intp_define="#define u_intp_t u_int16_t" 9873 rxvt_u_intp_define="#define u_intp_t u_int16_t"
14266 else 9874 else
14267 rxvt_intp_define="#error set intp_t" 9875 rxvt_intp_define="#error set intp_t"
14268 rxvt_u_intp_define="#error set u_intp_t" 9876 rxvt_u_intp_define="#error set u_intp_t"
14339#define RETSIGTYPE $ac_cv_type_signal 9947#define RETSIGTYPE $ac_cv_type_signal
14340_ACEOF 9948_ACEOF
14341 9949
14342 9950
14343 9951
14344case "$host_alias" in
14345 *ultrix) ac_cv_func_setsid='no' ;;
14346 *) break;;
14347esac
14348
14349
14350
14351
14352
14353
14354
14355
14356
14357
14358
14359
14360
14361 9952
14362 9953
14363 9954
14364 9955
14365 9956
14366 9957
14367for ac_func in \ 9958for ac_func in \
14368 atexit \
14369 revoke \
14370 unsetenv \ 9959 unsetenv \
14371 setutent \ 9960 setutent \
14372 seteuid \ 9961 seteuid \
9962 setresuid \
14373 setreuid \ 9963 setreuid \
14374 setsid \
14375 setpgrp \
14376 setpgid \
14377 openpty \
14378 _getpty \
14379 grantpt \
14380 unlockpt \
14381 isastream \
14382 on_exit \ 9964 on_exit \
14383 nanosleep \
14384 updwtmp \
14385 ttyslot \
14386 9965
14387do 9966do
14388as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9967as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14389echo "$as_me:$LINENO: checking for $ac_func" >&5 9968echo "$as_me:$LINENO: checking for $ac_func" >&5
14390echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9969echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14479 cat >>confdefs.h <<_ACEOF 10058 cat >>confdefs.h <<_ACEOF
14480#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 10059#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14481_ACEOF 10060_ACEOF
14482 10061
14483fi 10062fi
10063done
10064
10065
10066
10067support_utmp=yes
10068support_wtmp=yes
10069support_lastlog=yes
10070
10071# Check whether --enable-utmp or --disable-utmp was given.
10072if test "${enable_utmp+set}" = set; then
10073 enableval="$enable_utmp"
10074 if test x$enableval = xyes -o x$enableval = xno; then
10075 support_utmp=$enableval
10076 fi
10077fi;
10078
10079# Check whether --enable-wtmp or --disable-wtmp was given.
10080if test "${enable_wtmp+set}" = set; then
10081 enableval="$enable_wtmp"
10082 if test x$enableval = xyes -o x$enableval = xno; then
10083 support_wtmp=$enableval
10084 fi
10085fi;
10086
10087# Check whether --enable-lastlog or --disable-lastlog was given.
10088if test "${enable_lastlog+set}" = set; then
10089 enableval="$enable_lastlog"
10090 if test x$enableval = xyes -o x$enableval = xno; then
10091 support_lastlog=$enableval
10092 fi
10093fi;
10094
10095if test x$support_utmp = xyes; then
10096
10097cat >>confdefs.h <<\_ACEOF
10098#define UTMP_SUPPORT 1
10099_ACEOF
10100
10101fi
10102if test x$support_wtmp = xyes; then
10103
10104cat >>confdefs.h <<\_ACEOF
10105#define WTMP_SUPPORT 1
10106_ACEOF
10107
10108fi
10109if test x$support_lastlog = xyes; then
10110
10111cat >>confdefs.h <<\_ACEOF
10112#define LASTLOG_SUPPORT 1
10113_ACEOF
10114
10115fi
10116
10117
10118
10119
10120for ac_func in \
10121 ttyslot \
10122 updwtmp \
10123 updwtmpx \
10124
10125do
10126as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10127echo "$as_me:$LINENO: checking for $ac_func" >&5
10128echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10129if eval "test \"\${$as_ac_var+set}\" = set"; then
10130 echo $ECHO_N "(cached) $ECHO_C" >&6
10131else
10132 cat >conftest.$ac_ext <<_ACEOF
10133/* confdefs.h. */
10134_ACEOF
10135cat confdefs.h >>conftest.$ac_ext
10136cat >>conftest.$ac_ext <<_ACEOF
10137/* end confdefs.h. */
10138/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10139 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10140#define $ac_func innocuous_$ac_func
10141
10142/* System header to define __stub macros and hopefully few prototypes,
10143 which can conflict with char $ac_func (); below.
10144 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10145 <limits.h> exists even on freestanding compilers. */
10146
10147#ifdef __STDC__
10148# include <limits.h>
10149#else
10150# include <assert.h>
10151#endif
10152
10153#undef $ac_func
10154
10155/* Override any gcc2 internal prototype to avoid an error. */
10156#ifdef __cplusplus
10157extern "C"
10158{
10159#endif
10160/* We use char because int might match the return type of a gcc2
10161 builtin and then its argument prototype would still apply. */
10162char $ac_func ();
10163/* The GNU C library defines this for functions which it implements
10164 to always fail with ENOSYS. Some functions are actually named
10165 something starting with __ and the normal name is an alias. */
10166#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10167choke me
10168#else
10169char (*f) () = $ac_func;
10170#endif
10171#ifdef __cplusplus
10172}
10173#endif
10174
10175int
10176main ()
10177{
10178return f != $ac_func;
10179 ;
10180 return 0;
10181}
10182_ACEOF
10183rm -f conftest.$ac_objext conftest$ac_exeext
10184if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10185 (eval $ac_link) 2>conftest.er1
10186 ac_status=$?
10187 grep -v '^ *+' conftest.er1 >conftest.err
10188 rm -f conftest.er1
10189 cat conftest.err >&5
10190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10191 (exit $ac_status); } &&
10192 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10194 (eval $ac_try) 2>&5
10195 ac_status=$?
10196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10197 (exit $ac_status); }; } &&
10198 { ac_try='test -s conftest$ac_exeext'
10199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10200 (eval $ac_try) 2>&5
10201 ac_status=$?
10202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10203 (exit $ac_status); }; }; then
10204 eval "$as_ac_var=yes"
10205else
10206 echo "$as_me: failed program was:" >&5
10207sed 's/^/| /' conftest.$ac_ext >&5
10208
10209eval "$as_ac_var=no"
10210fi
10211rm -f conftest.err conftest.$ac_objext \
10212 conftest$ac_exeext conftest.$ac_ext
10213fi
10214echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10215echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10216if test `eval echo '${'$as_ac_var'}'` = yes; then
10217 cat >>confdefs.h <<_ACEOF
10218#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10219_ACEOF
10220
10221fi
10222done
10223
10224
10225
10226
10227
10228for ac_header in \
10229 utmp.h \
10230 utmpx.h \
10231 lastlog.h \
10232
10233do
10234as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10235if eval "test \"\${$as_ac_Header+set}\" = set"; then
10236 echo "$as_me:$LINENO: checking for $ac_header" >&5
10237echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10238if eval "test \"\${$as_ac_Header+set}\" = set"; then
10239 echo $ECHO_N "(cached) $ECHO_C" >&6
10240fi
10241echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10242echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10243else
10244 # Is the header compilable?
10245echo "$as_me:$LINENO: checking $ac_header usability" >&5
10246echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10247cat >conftest.$ac_ext <<_ACEOF
10248/* confdefs.h. */
10249_ACEOF
10250cat confdefs.h >>conftest.$ac_ext
10251cat >>conftest.$ac_ext <<_ACEOF
10252/* end confdefs.h. */
10253$ac_includes_default
10254#include <$ac_header>
10255_ACEOF
10256rm -f conftest.$ac_objext
10257if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10258 (eval $ac_compile) 2>conftest.er1
10259 ac_status=$?
10260 grep -v '^ *+' conftest.er1 >conftest.err
10261 rm -f conftest.er1
10262 cat conftest.err >&5
10263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10264 (exit $ac_status); } &&
10265 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10267 (eval $ac_try) 2>&5
10268 ac_status=$?
10269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10270 (exit $ac_status); }; } &&
10271 { ac_try='test -s conftest.$ac_objext'
10272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10273 (eval $ac_try) 2>&5
10274 ac_status=$?
10275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10276 (exit $ac_status); }; }; then
10277 ac_header_compiler=yes
10278else
10279 echo "$as_me: failed program was:" >&5
10280sed 's/^/| /' conftest.$ac_ext >&5
10281
10282ac_header_compiler=no
10283fi
10284rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10285echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10286echo "${ECHO_T}$ac_header_compiler" >&6
10287
10288# Is the header present?
10289echo "$as_me:$LINENO: checking $ac_header presence" >&5
10290echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10291cat >conftest.$ac_ext <<_ACEOF
10292/* confdefs.h. */
10293_ACEOF
10294cat confdefs.h >>conftest.$ac_ext
10295cat >>conftest.$ac_ext <<_ACEOF
10296/* end confdefs.h. */
10297#include <$ac_header>
10298_ACEOF
10299if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10300 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10301 ac_status=$?
10302 grep -v '^ *+' conftest.er1 >conftest.err
10303 rm -f conftest.er1
10304 cat conftest.err >&5
10305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10306 (exit $ac_status); } >/dev/null; then
10307 if test -s conftest.err; then
10308 ac_cpp_err=$ac_cxx_preproc_warn_flag
10309 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10310 else
10311 ac_cpp_err=
10312 fi
10313else
10314 ac_cpp_err=yes
10315fi
10316if test -z "$ac_cpp_err"; then
10317 ac_header_preproc=yes
10318else
10319 echo "$as_me: failed program was:" >&5
10320sed 's/^/| /' conftest.$ac_ext >&5
10321
10322 ac_header_preproc=no
10323fi
10324rm -f conftest.err conftest.$ac_ext
10325echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10326echo "${ECHO_T}$ac_header_preproc" >&6
10327
10328# So? What about this header?
10329case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10330 yes:no: )
10331 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10332echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10333 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10334echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10335 ac_header_preproc=yes
10336 ;;
10337 no:yes:* )
10338 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10339echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10340 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10341echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10342 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10343echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10344 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10345echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10346 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10347echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10348 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10349echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10350 (
10351 cat <<\_ASBOX
10352## ------------------------------------------ ##
10353## Report this to the AC_PACKAGE_NAME lists. ##
10354## ------------------------------------------ ##
10355_ASBOX
10356 ) |
10357 sed "s/^/$as_me: WARNING: /" >&2
10358 ;;
10359esac
10360echo "$as_me:$LINENO: checking for $ac_header" >&5
10361echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10362if eval "test \"\${$as_ac_Header+set}\" = set"; then
10363 echo $ECHO_N "(cached) $ECHO_C" >&6
10364else
10365 eval "$as_ac_Header=\$ac_header_preproc"
10366fi
10367echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10368echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10369
10370fi
10371if test `eval echo '${'$as_ac_Header'}'` = yes; then
10372 cat >>confdefs.h <<_ACEOF
10373#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10374_ACEOF
10375
10376fi
10377
14484done 10378done
14485 10379
14486 10380
14487 10381
14488if test "${ac_cv_header_utmp_h+set}" = set; then 10382if test "${ac_cv_header_utmp_h+set}" = set; then
14622 10516
14623fi 10517fi
14624if test $ac_cv_header_utmp_h = yes; then 10518if test $ac_cv_header_utmp_h = yes; then
14625 echo "$as_me:$LINENO: checking for struct utmp" >&5 10519 echo "$as_me:$LINENO: checking for struct utmp" >&5
14626echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6 10520echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
14627if test "${rxvt_cv_struct_utmp+set}" = set; then 10521if test "${struct_utmp+set}" = set; then
14628 echo $ECHO_N "(cached) $ECHO_C" >&6 10522 echo $ECHO_N "(cached) $ECHO_C" >&6
14629else 10523else
14630 cat >conftest.$ac_ext <<_ACEOF 10524 cat >conftest.$ac_ext <<_ACEOF
14631/* confdefs.h. */ 10525/* confdefs.h. */
14632_ACEOF 10526_ACEOF
14633cat confdefs.h >>conftest.$ac_ext 10527cat confdefs.h >>conftest.$ac_ext
14634cat >>conftest.$ac_ext <<_ACEOF 10528cat >>conftest.$ac_ext <<_ACEOF
14635/* end confdefs.h. */ 10529/* end confdefs.h. */
14636#include <sys/types.h> 10530#include <sys/types.h>
14637#include <stdint.h>
14638#include <utmp.h> 10531#include <utmp.h>
14639int 10532int
14640main () 10533main ()
14641{ 10534{
14642struct utmp ut; 10535struct utmp ut;
14663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14664 (eval $ac_try) 2>&5 10557 (eval $ac_try) 2>&5
14665 ac_status=$? 10558 ac_status=$?
14666 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14667 (exit $ac_status); }; }; then 10560 (exit $ac_status); }; }; then
14668 rxvt_cv_struct_utmp=yes 10561 struct_utmp=yes
14669else 10562else
14670 echo "$as_me: failed program was:" >&5 10563 echo "$as_me: failed program was:" >&5
14671sed 's/^/| /' conftest.$ac_ext >&5 10564sed 's/^/| /' conftest.$ac_ext >&5
14672 10565
14673rxvt_cv_struct_utmp=no 10566struct_utmp=no
14674fi 10567fi
14675rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10568rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14676fi 10569fi
14677echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5 10570echo "$as_me:$LINENO: result: $struct_utmp" >&5
14678echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6 10571echo "${ECHO_T}$struct_utmp" >&6
14679if test x$rxvt_cv_struct_utmp = xyes; then 10572if test x$struct_utmp = xyes; then
14680 10573
14681cat >>confdefs.h <<\_ACEOF 10574cat >>confdefs.h <<\_ACEOF
14682#define HAVE_STRUCT_UTMP 1 10575#define HAVE_STRUCT_UTMP 1
14683_ACEOF 10576_ACEOF
14684 10577
14685fi 10578fi
14686 10579
14687 10580
14688echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5 10581echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
14689echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6 10582echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
14690if test "${rxvt_cv_struct_utmp_host+set}" = set; then 10583if test "${struct_utmp_host+set}" = set; then
14691 echo $ECHO_N "(cached) $ECHO_C" >&6 10584 echo $ECHO_N "(cached) $ECHO_C" >&6
14692else 10585else
14693 cat >conftest.$ac_ext <<_ACEOF 10586 cat >conftest.$ac_ext <<_ACEOF
14694/* confdefs.h. */ 10587/* confdefs.h. */
14695_ACEOF 10588_ACEOF
14725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14726 (eval $ac_try) 2>&5 10619 (eval $ac_try) 2>&5
14727 ac_status=$? 10620 ac_status=$?
14728 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14729 (exit $ac_status); }; }; then 10622 (exit $ac_status); }; }; then
14730 rxvt_cv_struct_utmp_host=yes 10623 struct_utmp_host=yes
14731else 10624else
14732 echo "$as_me: failed program was:" >&5 10625 echo "$as_me: failed program was:" >&5
14733sed 's/^/| /' conftest.$ac_ext >&5 10626sed 's/^/| /' conftest.$ac_ext >&5
14734 10627
14735rxvt_cv_struct_utmp_host=no 10628struct_utmp_host=no
14736fi 10629fi
14737rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10630rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14738fi 10631fi
14739echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5 10632echo "$as_me:$LINENO: result: $struct_utmp_host" >&5
14740echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6 10633echo "${ECHO_T}$struct_utmp_host" >&6
14741if test x$rxvt_cv_struct_utmp_host = xyes; then 10634if test x$struct_utmp_host = xyes; then
14742 10635
14743cat >>confdefs.h <<\_ACEOF 10636cat >>confdefs.h <<\_ACEOF
14744#define HAVE_UTMP_HOST 1 10637#define HAVE_UTMP_HOST 1
14745_ACEOF 10638_ACEOF
14746 10639
14747fi 10640fi
14748 10641
14749echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5 10642echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
14750echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6 10643echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
14751if test "${rxvt_cv_struct_utmp_pid+set}" = set; then 10644if test "${struct_utmp_pid+set}" = set; then
14752 echo $ECHO_N "(cached) $ECHO_C" >&6 10645 echo $ECHO_N "(cached) $ECHO_C" >&6
14753else 10646else
14754 cat >conftest.$ac_ext <<_ACEOF 10647 cat >conftest.$ac_ext <<_ACEOF
14755/* confdefs.h. */ 10648/* confdefs.h. */
14756_ACEOF 10649_ACEOF
14786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14787 (eval $ac_try) 2>&5 10680 (eval $ac_try) 2>&5
14788 ac_status=$? 10681 ac_status=$?
14789 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14790 (exit $ac_status); }; }; then 10683 (exit $ac_status); }; }; then
14791 rxvt_cv_struct_utmp_pid=yes 10684 struct_utmp_pid=yes
14792else 10685else
14793 echo "$as_me: failed program was:" >&5 10686 echo "$as_me: failed program was:" >&5
14794sed 's/^/| /' conftest.$ac_ext >&5 10687sed 's/^/| /' conftest.$ac_ext >&5
14795 10688
14796rxvt_cv_struct_utmp_pid=no 10689struct_utmp_pid=no
14797fi 10690fi
14798rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10691rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14799fi 10692fi
14800echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5 10693echo "$as_me:$LINENO: result: $struct_utmp_pid" >&5
14801echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6 10694echo "${ECHO_T}$struct_utmp_pid" >&6
14802if test x$rxvt_cv_struct_utmp_pid = xyes; then 10695if test x$struct_utmp_pid = xyes; then
14803 10696
14804cat >>confdefs.h <<\_ACEOF 10697cat >>confdefs.h <<\_ACEOF
14805#define HAVE_UTMP_PID 1 10698#define HAVE_UTMP_PID 1
14806_ACEOF 10699_ACEOF
14807 10700
14948 10841
14949fi 10842fi
14950if test $ac_cv_header_utmpx_h = yes; then 10843if test $ac_cv_header_utmpx_h = yes; then
14951 echo "$as_me:$LINENO: checking for struct utmpx" >&5 10844 echo "$as_me:$LINENO: checking for struct utmpx" >&5
14952echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6 10845echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
14953if test "${rxvt_cv_struct_utmpx+set}" = set; then 10846if test "${struct_utmpx+set}" = set; then
14954 echo $ECHO_N "(cached) $ECHO_C" >&6 10847 echo $ECHO_N "(cached) $ECHO_C" >&6
14955else 10848else
14956 cat >conftest.$ac_ext <<_ACEOF 10849 cat >conftest.$ac_ext <<_ACEOF
14957/* confdefs.h. */ 10850/* confdefs.h. */
14958_ACEOF 10851_ACEOF
14988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14989 (eval $ac_try) 2>&5 10882 (eval $ac_try) 2>&5
14990 ac_status=$? 10883 ac_status=$?
14991 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14992 (exit $ac_status); }; }; then 10885 (exit $ac_status); }; }; then
14993 rxvt_cv_struct_utmpx=yes 10886 struct_utmpx=yes
14994else 10887else
14995 echo "$as_me: failed program was:" >&5 10888 echo "$as_me: failed program was:" >&5
14996sed 's/^/| /' conftest.$ac_ext >&5 10889sed 's/^/| /' conftest.$ac_ext >&5
14997 10890
14998rxvt_cv_struct_utmpx=no 10891struct_utmpx=no
14999fi 10892fi
15000rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10893rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15001fi 10894fi
15002echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5 10895echo "$as_me:$LINENO: result: $struct_utmpx" >&5
15003echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6 10896echo "${ECHO_T}$struct_utmpx" >&6
15004if test x$rxvt_cv_struct_utmpx = xyes; then 10897if test x$struct_utmpx = xyes; then
15005 10898
15006cat >>confdefs.h <<\_ACEOF 10899cat >>confdefs.h <<\_ACEOF
15007#define HAVE_STRUCT_UTMPX 1 10900#define HAVE_STRUCT_UTMPX 1
15008_ACEOF 10901_ACEOF
15009 10902
15010fi 10903fi
15011 10904
15012 10905
15013echo "$as_me:$LINENO: checking for host in utmpx struct" >&5 10906echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
15014echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6 10907echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
15015if test "${rxvt_cv_struct_utmpx_host+set}" = set; then 10908if test "${struct_utmpx_host+set}" = set; then
15016 echo $ECHO_N "(cached) $ECHO_C" >&6 10909 echo $ECHO_N "(cached) $ECHO_C" >&6
15017else 10910else
15018 cat >conftest.$ac_ext <<_ACEOF 10911 cat >conftest.$ac_ext <<_ACEOF
15019/* confdefs.h. */ 10912/* confdefs.h. */
15020_ACEOF 10913_ACEOF
15050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15051 (eval $ac_try) 2>&5 10944 (eval $ac_try) 2>&5
15052 ac_status=$? 10945 ac_status=$?
15053 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15054 (exit $ac_status); }; }; then 10947 (exit $ac_status); }; }; then
15055 rxvt_cv_struct_utmpx_host=yes 10948 struct_utmpx_host=yes
15056else 10949else
15057 echo "$as_me: failed program was:" >&5 10950 echo "$as_me: failed program was:" >&5
15058sed 's/^/| /' conftest.$ac_ext >&5 10951sed 's/^/| /' conftest.$ac_ext >&5
15059 10952
15060rxvt_cv_struct_utmpx_host=no 10953struct_utmpx_host=no
15061fi 10954fi
15062rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10955rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15063fi 10956fi
15064echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5 10957echo "$as_me:$LINENO: result: $struct_utmpx_host" >&5
15065echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6 10958echo "${ECHO_T}$struct_utmpx_host" >&6
15066if test x$rxvt_cv_struct_utmpx_host = xyes; then 10959if test x$struct_utmpx_host = xyes; then
15067 10960
15068cat >>confdefs.h <<\_ACEOF 10961cat >>confdefs.h <<\_ACEOF
15069#define HAVE_UTMPX_HOST 1 10962#define HAVE_UTMPX_HOST 1
15070_ACEOF 10963_ACEOF
15071 10964
15072fi 10965fi
15073 10966
15074fi 10967echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
10968echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6
10969if test "${struct_utmpx_session+set}" = set; then
10970 echo $ECHO_N "(cached) $ECHO_C" >&6
10971else
10972 cat >conftest.$ac_ext <<_ACEOF
10973/* confdefs.h. */
10974_ACEOF
10975cat confdefs.h >>conftest.$ac_ext
10976cat >>conftest.$ac_ext <<_ACEOF
10977/* end confdefs.h. */
10978#include <sys/types.h>
10979#include <utmpx.h>
10980int
10981main ()
10982{
10983struct utmpx utx; utx.ut_session;
10984 ;
10985 return 0;
10986}
10987_ACEOF
10988rm -f conftest.$ac_objext
10989if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10990 (eval $ac_compile) 2>conftest.er1
10991 ac_status=$?
10992 grep -v '^ *+' conftest.er1 >conftest.err
10993 rm -f conftest.er1
10994 cat conftest.err >&5
10995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10996 (exit $ac_status); } &&
10997 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10999 (eval $ac_try) 2>&5
11000 ac_status=$?
11001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11002 (exit $ac_status); }; } &&
11003 { ac_try='test -s conftest.$ac_objext'
11004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11005 (eval $ac_try) 2>&5
11006 ac_status=$?
11007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11008 (exit $ac_status); }; }; then
11009 struct_utmpx_session=yes
11010else
11011 echo "$as_me: failed program was:" >&5
11012sed 's/^/| /' conftest.$ac_ext >&5
15075 11013
11014struct_utmpx_session=no
11015fi
11016rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11017fi
11018echo "$as_me:$LINENO: result: $struct_utmpx_session" >&5
11019echo "${ECHO_T}$struct_utmpx_session" >&6
11020if test x$struct_utmpx_session = xyes; then
11021
11022cat >>confdefs.h <<\_ACEOF
11023#define HAVE_UTMPX_SESSION 1
11024_ACEOF
11025
11026fi
11027
11028fi
15076 11029
15077 11030
15078echo "$as_me:$LINENO: checking for struct lastlog" >&5 11031echo "$as_me:$LINENO: checking for struct lastlog" >&5
15079echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6 11032echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
15080if test "${rxvt_cv_struct_lastlog+set}" = set; then 11033if test "${struct_lastlog+set}" = set; then
15081 echo $ECHO_N "(cached) $ECHO_C" >&6 11034 echo $ECHO_N "(cached) $ECHO_C" >&6
15082else 11035else
15083 cat >conftest.$ac_ext <<_ACEOF 11036 cat >conftest.$ac_ext <<_ACEOF
15084/* confdefs.h. */ 11037/* confdefs.h. */
15085_ACEOF 11038_ACEOF
15119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15120 (eval $ac_try) 2>&5 11073 (eval $ac_try) 2>&5
15121 ac_status=$? 11074 ac_status=$?
15122 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15123 (exit $ac_status); }; }; then 11076 (exit $ac_status); }; }; then
15124 rxvt_cv_struct_lastlog=yes 11077 struct_lastlog=yes
15125else 11078else
15126 echo "$as_me: failed program was:" >&5 11079 echo "$as_me: failed program was:" >&5
15127sed 's/^/| /' conftest.$ac_ext >&5 11080sed 's/^/| /' conftest.$ac_ext >&5
15128 11081
15129rxvt_cv_struct_lastlog=no 11082struct_lastlog=no
15130fi 11083fi
15131rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11084rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15132fi 11085fi
15133echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5 11086echo "$as_me:$LINENO: result: $struct_lastlog" >&5
15134echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6 11087echo "${ECHO_T}$struct_lastlog" >&6
15135if test x$rxvt_cv_struct_lastlog = xyes; then 11088if test x$struct_lastlog = xyes; then
15136 11089
15137cat >>confdefs.h <<\_ACEOF 11090cat >>confdefs.h <<\_ACEOF
15138#define HAVE_STRUCT_LASTLOG 1 11091#define HAVE_STRUCT_LASTLOG 1
15139_ACEOF 11092_ACEOF
15140 11093
15141fi 11094fi
15142 11095
15143echo "$as_me:$LINENO: checking for struct lastlogx" >&5 11096echo "$as_me:$LINENO: checking for struct lastlogx" >&5
15144echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6 11097echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
15145if test "${rxvt_cv_struct_lastlogx+set}" = set; then 11098if test "${struct_lastlogx+set}" = set; then
15146 echo $ECHO_N "(cached) $ECHO_C" >&6 11099 echo $ECHO_N "(cached) $ECHO_C" >&6
15147else 11100else
15148 cat >conftest.$ac_ext <<_ACEOF 11101 cat >conftest.$ac_ext <<_ACEOF
15149/* confdefs.h. */ 11102/* confdefs.h. */
15150_ACEOF 11103_ACEOF
15184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15185 (eval $ac_try) 2>&5 11138 (eval $ac_try) 2>&5
15186 ac_status=$? 11139 ac_status=$?
15187 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15188 (exit $ac_status); }; }; then 11141 (exit $ac_status); }; }; then
15189 rxvt_cv_struct_lastlogx=yes 11142 struct_lastlogx=yes
15190else 11143else
15191 echo "$as_me: failed program was:" >&5 11144 echo "$as_me: failed program was:" >&5
15192sed 's/^/| /' conftest.$ac_ext >&5 11145sed 's/^/| /' conftest.$ac_ext >&5
15193 11146
15194rxvt_cv_struct_lastlogx=no 11147struct_lastlogx=no
15195fi 11148fi
15196rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11149rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15197fi 11150fi
15198echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5 11151echo "$as_me:$LINENO: result: $struct_lastlogx" >&5
15199echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6 11152echo "${ECHO_T}$struct_lastlogx" >&6
15200if test x$rxvt_cv_struct_lastlogx = xyes; then 11153if test x$struct_lastlogx = xyes; then
15201 11154
15202cat >>confdefs.h <<\_ACEOF 11155cat >>confdefs.h <<\_ACEOF
15203#define HAVE_STRUCT_LASTLOGX 1 11156#define HAVE_STRUCT_LASTLOGX 1
15204_ACEOF 11157_ACEOF
15205 11158
15206fi 11159fi
15207 11160
15208 11161
15209echo "$as_me:$LINENO: checking where utmp is located" >&5 11162echo "$as_me:$LINENO: checking where utmp is located" >&5
15210echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6 11163echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
15211if test "${rxvt_cv_path_utmp+set}" = set; then 11164if test "${path_utmp+set}" = set; then
15212 echo $ECHO_N "(cached) $ECHO_C" >&6 11165 echo $ECHO_N "(cached) $ECHO_C" >&6
15213else 11166else
15214 if test "$cross_compiling" = yes; then 11167 if test "$cross_compiling" = yes; then
15215 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&5 11168 { echo "$as_me:$LINENO: WARNING: Define UTMP_FILE in config.h manually" >&5
15216echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;} 11169echo "$as_me: WARNING: Define UTMP_FILE in config.h manually" >&2;}
15217else 11170else
15218 cat >conftest.$ac_ext <<_ACEOF 11171 cat >conftest.$ac_ext <<_ACEOF
15219/* confdefs.h. */ 11172/* confdefs.h. */
15220_ACEOF 11173_ACEOF
15221cat confdefs.h >>conftest.$ac_ext 11174cat confdefs.h >>conftest.$ac_ext
15257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15258 (eval $ac_try) 2>&5 11211 (eval $ac_try) 2>&5
15259 ac_status=$? 11212 ac_status=$?
15260 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15261 (exit $ac_status); }; }; then 11214 (exit $ac_status); }; }; then
15262 rxvt_cv_path_utmp=`cat conftestval` 11215 path_utmp=`cat conftestval`
15263else 11216else
15264 echo "$as_me: program exited with status $ac_status" >&5 11217 echo "$as_me: program exited with status $ac_status" >&5
15265echo "$as_me: failed program was:" >&5 11218echo "$as_me: failed program was:" >&5
15266sed 's/^/| /' conftest.$ac_ext >&5 11219sed 's/^/| /' conftest.$ac_ext >&5
15267 11220
15268( exit $ac_status ) 11221( exit $ac_status )
15269rxvt_cv_path_utmp= 11222path_utmp=
15270fi 11223fi
15271rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11224rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15272fi 11225fi
15273fi 11226fi
15274echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5 11227echo "$as_me:$LINENO: result: $path_utmp" >&5
15275echo "${ECHO_T}$rxvt_cv_path_utmp" >&6 11228echo "${ECHO_T}$path_utmp" >&6
15276if test x$rxvt_cv_path_utmp != x; then 11229if test x$path_utmp != x; then
15277 11230
15278cat >>confdefs.h <<_ACEOF 11231cat >>confdefs.h <<_ACEOF
15279#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp" 11232#define UTMP_FILE "$path_utmp"
15280_ACEOF 11233_ACEOF
15281 11234
15282fi 11235fi
15283 11236
15284 11237
15285echo "$as_me:$LINENO: checking where utmpx is located" >&5 11238echo "$as_me:$LINENO: checking where utmpx is located" >&5
15286echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6 11239echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
15287if test "${rxvt_cv_path_utmpx+set}" = set; then 11240if test "${path_utmpx+set}" = set; then
15288 echo $ECHO_N "(cached) $ECHO_C" >&6 11241 echo $ECHO_N "(cached) $ECHO_C" >&6
15289else 11242else
15290 if test "$cross_compiling" = yes; then 11243 if test "$cross_compiling" = yes; then
15291 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&5 11244 { echo "$as_me:$LINENO: WARNING: Define UTMPX_FILE in config.h manually" >&5
15292echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;} 11245echo "$as_me: WARNING: Define UTMPX_FILE in config.h manually" >&2;}
15293else 11246else
15294 cat >conftest.$ac_ext <<_ACEOF 11247 cat >conftest.$ac_ext <<_ACEOF
15295/* confdefs.h. */ 11248/* confdefs.h. */
15296_ACEOF 11249_ACEOF
15297cat confdefs.h >>conftest.$ac_ext 11250cat confdefs.h >>conftest.$ac_ext
15343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15344 (eval $ac_try) 2>&5 11297 (eval $ac_try) 2>&5
15345 ac_status=$? 11298 ac_status=$?
15346 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15347 (exit $ac_status); }; }; then 11300 (exit $ac_status); }; }; then
15348 rxvt_cv_path_utmpx=`cat conftestval` 11301 path_utmpx=`cat conftestval`
15349else 11302else
15350 echo "$as_me: program exited with status $ac_status" >&5 11303 echo "$as_me: program exited with status $ac_status" >&5
15351echo "$as_me: failed program was:" >&5 11304echo "$as_me: failed program was:" >&5
15352sed 's/^/| /' conftest.$ac_ext >&5 11305sed 's/^/| /' conftest.$ac_ext >&5
15353 11306
15354( exit $ac_status ) 11307( exit $ac_status )
15355rxvt_cv_path_utmpx= 11308path_utmpx=
15356fi 11309fi
15357rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11310rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15358fi 11311fi
15359fi 11312fi
15360echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5 11313echo "$as_me:$LINENO: result: $path_utmpx" >&5
15361echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6 11314echo "${ECHO_T}$path_utmpx" >&6
15362if test x$rxvt_cv_path_utmpx != x; then 11315if test x$path_utmpx != x; then
15363 11316
15364cat >>confdefs.h <<_ACEOF 11317cat >>confdefs.h <<_ACEOF
15365#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx" 11318#define UTMPX_FILE "$path_utmpx"
15366_ACEOF 11319_ACEOF
15367 11320
15368fi 11321fi
15369 11322
15370 11323
15371echo "$as_me:$LINENO: checking where wtmp is located" >&5 11324echo "$as_me:$LINENO: checking where wtmp is located" >&5
15372echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6 11325echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
15373if test "${rxvt_cv_path_wtmp+set}" = set; then 11326if test "${path_wtmp+set}" = set; then
15374 echo $ECHO_N "(cached) $ECHO_C" >&6 11327 echo $ECHO_N "(cached) $ECHO_C" >&6
15375else 11328else
15376 if test "$cross_compiling" = yes; then 11329 if test "$cross_compiling" = yes; then
15377 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&5 11330 { echo "$as_me:$LINENO: WARNING: Define WTMP_FILE in config.h manually" >&5
15378echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;} 11331echo "$as_me: WARNING: Define WTMP_FILE in config.h manually" >&2;}
15379else 11332else
15380 cat >conftest.$ac_ext <<_ACEOF 11333 cat >conftest.$ac_ext <<_ACEOF
15381/* confdefs.h. */ 11334/* confdefs.h. */
15382_ACEOF 11335_ACEOF
15383cat confdefs.h >>conftest.$ac_ext 11336cat confdefs.h >>conftest.$ac_ext
15421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15422 (eval $ac_try) 2>&5 11375 (eval $ac_try) 2>&5
15423 ac_status=$? 11376 ac_status=$?
15424 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15425 (exit $ac_status); }; }; then 11378 (exit $ac_status); }; }; then
15426 rxvt_cv_path_wtmp=`cat conftestval` 11379 path_wtmp=`cat conftestval`
15427else 11380else
15428 echo "$as_me: program exited with status $ac_status" >&5 11381 echo "$as_me: program exited with status $ac_status" >&5
15429echo "$as_me: failed program was:" >&5 11382echo "$as_me: failed program was:" >&5
15430sed 's/^/| /' conftest.$ac_ext >&5 11383sed 's/^/| /' conftest.$ac_ext >&5
15431 11384
15432( exit $ac_status ) 11385( exit $ac_status )
15433rxvt_cv_path_wtmp= 11386path_wtmp=
15434fi 11387fi
15435rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11388rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15436fi 11389fi
15437fi 11390fi
15438echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5 11391echo "$as_me:$LINENO: result: $path_wtmp" >&5
15439echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6 11392echo "${ECHO_T}$path_wtmp" >&6
15440if test x$rxvt_cv_path_wtmp != x; then 11393if test x$path_wtmp != x; then
15441 11394
15442cat >>confdefs.h <<_ACEOF 11395cat >>confdefs.h <<_ACEOF
15443#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp" 11396#define WTMP_FILE "$path_wtmp"
15444_ACEOF 11397_ACEOF
15445 11398
15446fi 11399fi
15447 11400
15448echo "$as_me:$LINENO: checking where wtmpx is located" >&5 11401echo "$as_me:$LINENO: checking where wtmpx is located" >&5
15449echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6 11402echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
15450if test "${rxvt_cv_path_wtmpx+set}" = set; then 11403if test "${path_wtmpx+set}" = set; then
15451 echo $ECHO_N "(cached) $ECHO_C" >&6 11404 echo $ECHO_N "(cached) $ECHO_C" >&6
15452else 11405else
15453 if test "$cross_compiling" = yes; then 11406 if test "$cross_compiling" = yes; then
15454 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&5 11407 { echo "$as_me:$LINENO: WARNING: Define WTMPX_FILE in config.h manually" >&5
15455echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;} 11408echo "$as_me: WARNING: Define WTMPX_FILE in config.h manually" >&2;}
15456else 11409else
15457 cat >conftest.$ac_ext <<_ACEOF 11410 cat >conftest.$ac_ext <<_ACEOF
15458/* confdefs.h. */ 11411/* confdefs.h. */
15459_ACEOF 11412_ACEOF
15460cat confdefs.h >>conftest.$ac_ext 11413cat confdefs.h >>conftest.$ac_ext
15497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15498 (eval $ac_try) 2>&5 11451 (eval $ac_try) 2>&5
15499 ac_status=$? 11452 ac_status=$?
15500 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15501 (exit $ac_status); }; }; then 11454 (exit $ac_status); }; }; then
15502 rxvt_cv_path_wtmpx=`cat conftestval` 11455 path_wtmpx=`cat conftestval`
15503else 11456else
15504 echo "$as_me: program exited with status $ac_status" >&5 11457 echo "$as_me: program exited with status $ac_status" >&5
15505echo "$as_me: failed program was:" >&5 11458echo "$as_me: failed program was:" >&5
15506sed 's/^/| /' conftest.$ac_ext >&5 11459sed 's/^/| /' conftest.$ac_ext >&5
15507 11460
15508( exit $ac_status ) 11461( exit $ac_status )
15509rxvt_cv_path_wtmpx= 11462path_wtmpx=
15510fi 11463fi
15511rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11464rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15512fi 11465fi
15513fi 11466fi
15514echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5 11467echo "$as_me:$LINENO: result: $path_wtmpx" >&5
15515echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6 11468echo "${ECHO_T}$path_wtmpx" >&6
15516if test x$rxvt_cv_path_wtmpx != x; then 11469if test x$path_wtmpx != x; then
15517 11470
15518cat >>confdefs.h <<_ACEOF 11471cat >>confdefs.h <<_ACEOF
15519#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx" 11472#define WTMPX_FILE "$path_wtmpx"
15520_ACEOF 11473_ACEOF
15521 11474
15522fi 11475fi
15523 11476
15524echo "$as_me:$LINENO: checking where lastlog is located" >&5 11477echo "$as_me:$LINENO: checking where lastlog is located" >&5
15525echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6 11478echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
15526if test "${rxvt_cv_path_lastlog+set}" = set; then 11479if test "${path_lastlog+set}" = set; then
15527 echo $ECHO_N "(cached) $ECHO_C" >&6 11480 echo $ECHO_N "(cached) $ECHO_C" >&6
15528else 11481else
15529 if test "$cross_compiling" = yes; then 11482 if test "$cross_compiling" = yes; then
15530 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&5 11483 { echo "$as_me:$LINENO: WARNING: Define LASTLOG_FILE in config.h manually" >&5
15531echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;} 11484echo "$as_me: WARNING: Define LASTLOG_FILE in config.h manually" >&2;}
15532else 11485else
15533 cat >conftest.$ac_ext <<_ACEOF 11486 cat >conftest.$ac_ext <<_ACEOF
15534/* confdefs.h. */ 11487/* confdefs.h. */
15535_ACEOF 11488_ACEOF
15536cat confdefs.h >>conftest.$ac_ext 11489cat confdefs.h >>conftest.$ac_ext
15578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15579 (eval $ac_try) 2>&5 11532 (eval $ac_try) 2>&5
15580 ac_status=$? 11533 ac_status=$?
15581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15582 (exit $ac_status); }; }; then 11535 (exit $ac_status); }; }; then
15583 rxvt_cv_path_lastlog=`cat conftestval` 11536 path_lastlog=`cat conftestval`
15584else 11537else
15585 echo "$as_me: program exited with status $ac_status" >&5 11538 echo "$as_me: program exited with status $ac_status" >&5
15586echo "$as_me: failed program was:" >&5 11539echo "$as_me: failed program was:" >&5
15587sed 's/^/| /' conftest.$ac_ext >&5 11540sed 's/^/| /' conftest.$ac_ext >&5
15588 11541
15589( exit $ac_status ) 11542( exit $ac_status )
15590rxvt_cv_path_lastlog= 11543path_lastlog=
15591fi 11544fi
15592rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11545rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15593fi 11546fi
15594fi 11547fi
15595echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5 11548echo "$as_me:$LINENO: result: $path_lastlog" >&5
15596echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6 11549echo "${ECHO_T}$path_lastlog" >&6
15597if test x$rxvt_cv_path_lastlog != x; then 11550if test x$path_lastlog != x; then
15598 11551
15599cat >>confdefs.h <<_ACEOF 11552cat >>confdefs.h <<_ACEOF
15600#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog" 11553#define LASTLOG_FILE "$path_lastlog"
15601_ACEOF 11554_ACEOF
15602 11555
15603 if test -d "$rxvt_cv_path_lastlog"; then 11556 if test -d "$path_lastlog"; then
15604 11557
15605cat >>confdefs.h <<\_ACEOF 11558cat >>confdefs.h <<\_ACEOF
15606#define LASTLOG_IS_DIR 1 11559#define LASTLOG_IS_DIR 1
15607_ACEOF 11560_ACEOF
15608 11561
15609 fi 11562 fi
15610fi 11563fi
15611 11564
15612echo "$as_me:$LINENO: checking where lastlogx is located" >&5 11565echo "$as_me:$LINENO: checking where lastlogx is located" >&5
15613echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6 11566echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
15614if test "${rxvt_cv_path_lastlogx+set}" = set; then 11567if test "${path_lastlogx+set}" = set; then
15615 echo $ECHO_N "(cached) $ECHO_C" >&6 11568 echo $ECHO_N "(cached) $ECHO_C" >&6
15616else 11569else
15617 if test "$cross_compiling" = yes; then 11570 if test "$cross_compiling" = yes; then
15618 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&5 11571 { echo "$as_me:$LINENO: WARNING: Define LASTLOGX_FILE in config.h manually" >&5
15619echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;} 11572echo "$as_me: WARNING: Define LASTLOGX_FILE in config.h manually" >&2;}
15620else 11573else
15621 cat >conftest.$ac_ext <<_ACEOF 11574 cat >conftest.$ac_ext <<_ACEOF
15622/* confdefs.h. */ 11575/* confdefs.h. */
15623_ACEOF 11576_ACEOF
15624cat confdefs.h >>conftest.$ac_ext 11577cat confdefs.h >>conftest.$ac_ext
15660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15661 (eval $ac_try) 2>&5 11614 (eval $ac_try) 2>&5
15662 ac_status=$? 11615 ac_status=$?
15663 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15664 (exit $ac_status); }; }; then 11617 (exit $ac_status); }; }; then
15665 rxvt_cv_path_lastlogx=`cat conftestval` 11618 path_lastlogx=`cat conftestval`
15666else 11619else
15667 echo "$as_me: program exited with status $ac_status" >&5 11620 echo "$as_me: program exited with status $ac_status" >&5
15668echo "$as_me: failed program was:" >&5 11621echo "$as_me: failed program was:" >&5
15669sed 's/^/| /' conftest.$ac_ext >&5 11622sed 's/^/| /' conftest.$ac_ext >&5
15670 11623
15671( exit $ac_status ) 11624( exit $ac_status )
15672rxvt_cv_path_lastlogx= 11625path_lastlogx=
15673fi 11626fi
15674rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11627rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15675fi 11628fi
15676fi 11629fi
15677echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5 11630echo "$as_me:$LINENO: result: $path_lastlogx" >&5
15678echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6 11631echo "${ECHO_T}$path_lastlogx" >&6
15679if test x$rxvt_cv_path_lastlogx != x; then 11632if test x$path_lastlogx != x; then
15680 11633
15681cat >>confdefs.h <<_ACEOF 11634cat >>confdefs.h <<_ACEOF
15682#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx" 11635#define LASTLOGX_FILE "$path_lastlogx"
15683_ACEOF 11636_ACEOF
15684 11637
15685fi 11638fi
11639
11640if test x$support_utmp != xyes; then
11641 echo " utmp support: disabled"
11642 echo
11643else
11644 echo " utmp support: enabled
11645 utmp file: $path_utmp
11646 utmpx file: $path_utmpx
11647 wtmp file: $path_wtmp
11648 wtmpx file: $path_wtmpx
11649 lastlog file: $path_lastlog
11650 lastlogx file: $path_lastlogx"
11651fi
11652
15686 11653
15687 11654
15688echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5 11655echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
15689echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6 11656echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
15690if test "${rxvt_cv_path_ttytab+set}" = set; then 11657if test "${rxvt_cv_path_ttytab+set}" = set; then
15957#define HAVE_NL_LANGINFO 1 11924#define HAVE_NL_LANGINFO 1
15958_ACEOF 11925_ACEOF
15959 11926
15960fi 11927fi
15961 11928
15962echo "$as_me:$LINENO: checking for getpt" >&5 11929
15963echo $ECHO_N "checking for getpt... $ECHO_C" >&6 11930echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
15964if test "${rxvt_cv_func_getpt+set}" = set; then 11931echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6
11932if test "${can_pass_fds+set}" = set; then
15965 echo $ECHO_N "(cached) $ECHO_C" >&6 11933 echo $ECHO_N "(cached) $ECHO_C" >&6
15966else 11934else
15967 cat >conftest.$ac_ext <<_ACEOF 11935 cat >conftest.$ac_ext <<_ACEOF
15968/* confdefs.h. */ 11936/* confdefs.h. */
15969_ACEOF 11937_ACEOF
15970cat confdefs.h >>conftest.$ac_ext 11938cat confdefs.h >>conftest.$ac_ext
15971cat >>conftest.$ac_ext <<_ACEOF 11939cat >>conftest.$ac_ext <<_ACEOF
15972/* end confdefs.h. */ 11940/* end confdefs.h. */
15973#define _GNU_SOURCE 11941
15974#ifdef HAVE_STDLIB_H 11942#include <cstddef> // broken bsds (is that redundant) need this
15975# include <cstdlib> 11943#include <sys/types.h>
15976#endif 11944#include <sys/socket.h>
11945#include <sys/uio.h>
11946
15977int 11947int
15978main () 11948main ()
15979{ 11949{
15980(void)getpt(); 11950
11951{
11952 msghdr msg;
11953 iovec iov;
11954 char buf [100];
11955 char data = 0;
11956
11957 iov.iov_base = &data;
11958 iov.iov_len = 1;
11959
11960 msg.msg_iov = &iov;
11961 msg.msg_iovlen = 1;
11962 msg.msg_control = buf;
11963 msg.msg_controllen = sizeof buf;
11964
11965 cmsghdr *cmsg = CMSG_FIRSTHDR (&msg);
11966 cmsg->cmsg_level = SOL_SOCKET;
11967 cmsg->cmsg_type = SCM_RIGHTS;
11968 cmsg->cmsg_len = 100;
11969
11970 *(int *)CMSG_DATA (cmsg) = 5;
11971
11972 return sendmsg (3, &msg, 0);
11973}
11974
15981 ; 11975 ;
15982 return 0; 11976 return 0;
15983} 11977}
15984_ACEOF 11978_ACEOF
15985rm -f conftest.$ac_objext conftest$ac_exeext 11979rm -f conftest.$ac_objext conftest$ac_exeext
16001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16002 (eval $ac_try) 2>&5 11996 (eval $ac_try) 2>&5
16003 ac_status=$? 11997 ac_status=$?
16004 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16005 (exit $ac_status); }; }; then 11999 (exit $ac_status); }; }; then
16006 rxvt_cv_func_getpt=yes 12000 can_pass_fds=yes
16007else 12001else
16008 echo "$as_me: failed program was:" >&5 12002 echo "$as_me: failed program was:" >&5
16009sed 's/^/| /' conftest.$ac_ext >&5 12003sed 's/^/| /' conftest.$ac_ext >&5
16010 12004
16011rxvt_cv_func_getpt=no 12005can_pass_fds=no
16012fi 12006fi
16013rm -f conftest.err conftest.$ac_objext \ 12007rm -f conftest.err conftest.$ac_objext \
16014 conftest$ac_exeext conftest.$ac_ext 12008 conftest$ac_exeext conftest.$ac_ext
16015fi 12009fi
16016echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5 12010echo "$as_me:$LINENO: result: $can_pass_fds" >&5
16017echo "${ECHO_T}$rxvt_cv_func_getpt" >&6 12011echo "${ECHO_T}$can_pass_fds" >&6
16018if test x$rxvt_cv_func_getpt = xyes; then 12012if test x$can_pass_fds = xyes; then
16019 12013
16020cat >>confdefs.h <<\_ACEOF 12014cat >>confdefs.h <<\_ACEOF
16021#define HAVE_GETPT 1 12015#define HAVE_UNIX_FDPASS 1
16022_ACEOF 12016_ACEOF
16023 12017
12018else
12019 { { echo "$as_me:$LINENO: error: libptytty requires unix-compliant filehandle passing ability" >&5
12020echo "$as_me: error: libptytty requires unix-compliant filehandle passing ability" >&2;}
12021 { (exit 1); exit 1; }; }
16024fi 12022fi
16025 12023
16026echo "$as_me:$LINENO: checking for pty/tty type" >&5 12024
12025echo "$as_me:$LINENO: checking for broken XIM callback" >&5
16027echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6 12026echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
16028if test "${rxvt_cv_ptys+set}" = set; then 12027if test "${rxvt_broken_ximcb+set}" = set; then
16029 echo $ECHO_N "(cached) $ECHO_C" >&6 12028 echo $ECHO_N "(cached) $ECHO_C" >&6
16030else 12029else
16031 if test x$ac_cv_func_openpty = xyes; then
16032 rxvt_cv_ptys=OPENPTY
16033 else if test x$ac_cv_func__getpty = xyes; then
16034 rxvt_cv_ptys=SGI4
16035 else if test -c /dev/ttyp20; then
16036 rxvt_cv_ptys=SCO
16037 else if test -c /dev/ptym/clone; then
16038 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
16042 rxvt_cv_ptys=PTC
16043 else if test -c /dev/ptc -a -d /dev/pts; then
16044 rxvt_cv_ptys=PTC
16045 else if test -c /dev/ptmx -a -c /dev/pts/0; then
16046 rxvt_cv_ptys=STREAMS
16047 else if test x$ac_cv_func_grantpt = xyes && test x$ac_cv_func_unlockpt = xyes; then
16048 rxvt_cv_ptys=STREAMS
16049 else
16050 rxvt_cv_ptys=BSD
16051fi
16052fi
16053fi
16054fi
16055fi
16056fi
16057fi
16058fi
16059fi
16060
16061fi
16062echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
16063echo "${ECHO_T}$rxvt_cv_ptys" >&6
16064
16065if test x$rxvt_cv_ptys = xOPENPTY; then
16066
16067cat >>confdefs.h <<\_ACEOF
16068#define PTYS_ARE_OPENPTY 1
16069_ACEOF
16070
16071fi
16072if test x$rxvt_cv_ptys = xSCO; then
16073
16074cat >>confdefs.h <<\_ACEOF
16075#define PTYS_ARE_NUMERIC 1
16076_ACEOF
16077
16078fi
16079if test x$rxvt_cv_ptys = xSTREAMS; then
16080
16081cat >>confdefs.h <<\_ACEOF
16082#define PTYS_ARE_PTMX 1
16083_ACEOF
16084
16085fi
16086if test x$rxvt_cv_ptys = xPTC; then
16087
16088cat >>confdefs.h <<\_ACEOF
16089#define PTYS_ARE_PTC 1
16090_ACEOF
16091
16092fi
16093if test x$rxvt_cv_ptys = xSGI4; then
16094
16095cat >>confdefs.h <<\_ACEOF
16096#define PTYS_ARE__GETPTY 1
16097_ACEOF
16098
16099fi
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
16115
16116cat >>confdefs.h <<\_ACEOF
16117#define PTYS_ARE_CLONE 1
16118_ACEOF
16119
16120fi
16121if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then
16122
16123cat >>confdefs.h <<\_ACEOF
16124#define PTYS_ARE_SEARCHED 1
16125_ACEOF
16126
16127fi
16128
16129
16130{ echo "$as_me:$LINENO: checking for pty ranges..." >&5
16131echo "$as_me: checking for pty ranges..." >&6;}
16132ptys=`echo /dev/pty??`
16133pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
16134pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
16135if test x$pch1 != x; then
16136
16137cat >>confdefs.h <<_ACEOF
16138#define PTYCHAR1 "$pch1"
16139_ACEOF
16140
16141fi
16142if test x$pch2 != x; then
16143
16144cat >>confdefs.h <<_ACEOF
16145#define PTYCHAR2 "$pch2"
16146_ACEOF
16147
16148fi
16149
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 12030 cat >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 12031
16164/* Override any gcc2 internal prototype to avoid an error. */ 12032#include <X11/Xlib.h>
16165#ifdef __cplusplus 12033
16166extern "C" 12034void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
16167#endif 12035
16168/* We use char because int might match the return type of a gcc2 12036void f() {
16169 builtin and then its argument prototype would still apply. */ 12037 XIMCallback cb;
16170char setlocale (); 12038 cb.callback = im_destroy_cb;
16171int
16172main ()
16173{
16174setlocale ();
16175 ;
16176 return 0;
16177} 12039}
12040
16178_ACEOF 12041_ACEOF
16179rm -f conftest.$ac_objext conftest$ac_exeext 12042rm -f conftest.$ac_objext
16180if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12043if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16181 (eval $ac_link) 2>conftest.er1 12044 (eval $ac_compile) 2>conftest.er1
16182 ac_status=$? 12045 ac_status=$?
16183 grep -v '^ *+' conftest.er1 >conftest.err 12046 grep -v '^ *+' conftest.er1 >conftest.err
16184 rm -f conftest.er1 12047 rm -f conftest.er1
16185 cat conftest.err >&5 12048 cat conftest.err >&5
16186 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16190 (eval $ac_try) 2>&5 12053 (eval $ac_try) 2>&5
16191 ac_status=$? 12054 ac_status=$?
16192 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16193 (exit $ac_status); }; } && 12056 (exit $ac_status); }; } &&
16194 { ac_try='test -s conftest$ac_exeext' 12057 { ac_try='test -s conftest.$ac_objext'
16195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16196 (eval $ac_try) 2>&5 12059 (eval $ac_try) 2>&5
16197 ac_status=$? 12060 ac_status=$?
16198 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16199 (exit $ac_status); }; }; then 12062 (exit $ac_status); }; }; then
16200 ac_cv_lib_xpg4_setlocale=yes 12063 rxvt_broken_ximcb=yes
16201else 12064else
16202 echo "$as_me: failed program was:" >&5 12065 echo "$as_me: failed program was:" >&5
16203sed 's/^/| /' conftest.$ac_ext >&5 12066sed 's/^/| /' conftest.$ac_ext >&5
16204 12067
16205ac_cv_lib_xpg4_setlocale=no 12068rxvt_broken_ximcb=no
16206fi 12069fi
16207rm -f conftest.err conftest.$ac_objext \ 12070rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16208 conftest$ac_exeext conftest.$ac_ext
16209LIBS=$ac_check_lib_save_LIBS
16210fi 12071fi
16211echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5 12072echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
16212echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6 12073echo "${ECHO_T}$rxvt_broken_ximcb" >&6
16213if test $ac_cv_lib_xpg4_setlocale = yes; then
16214 LIBS="$LIBS -lxpg4"
16215fi
16216 12074
16217 12075if test x$rxvt_broken_ximcb = xyes; then
16218if test x$support_inheritpixmap = xyes; then
16219 12076
16220cat >>confdefs.h <<\_ACEOF 12077cat >>confdefs.h <<\_ACEOF
16221#define TRANSPARENT 1 12078#define XIMCB_PROTO_BROKEN 1
16222_ACEOF 12079_ACEOF
16223 12080
16224fi 12081fi
16225if test x$support_keepscrolling = xno; then
16226 12082
16227cat >>confdefs.h <<\_ACEOF
16228#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
16229_ACEOF
16230 12083
16231fi
16232if test x$support_selectionscrolling = xyes; then
16233 12084
16234cat >>confdefs.h <<\_ACEOF
16235#define SELECTION_SCROLLING 1
16236_ACEOF
16237 12085
16238fi
16239if test x$support_menubar = xyes; then
16240 12086
16241cat >>confdefs.h <<\_ACEOF
16242#define MENUBAR 1
16243_ACEOF
16244 12087
16245fi
16246if test x$support_frills = xno; then
16247 12088
16248cat >>confdefs.h <<\_ACEOF 12089for ac_header in \
16249#define NO_FRILLS 1 12090 pty.h \
16250_ACEOF 12091 util.h \
12092 libutil.h \
12093 sys/ioctl.h \
12094 sys/stropts.h \
16251 12095
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
16547 LIBS="$LIBS `pkg-config xft --libs`"
16548 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
16549 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
16550
16551
16552for ac_header in X11/Xft/Xft.h
16553do 12096do
16554as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12097as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16555if eval "test \"\${$as_ac_Header+set}\" = set"; then 12098if eval "test \"\${$as_ac_Header+set}\" = set"; then
16556 echo "$as_me:$LINENO: checking for $ac_header" >&5 12099 echo "$as_me:$LINENO: checking for $ac_header" >&5
16557echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12100echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16691if test `eval echo '${'$as_ac_Header'}'` = yes; then 12234if test `eval echo '${'$as_ac_Header'}'` = yes; then
16692 cat >>confdefs.h <<_ACEOF 12235 cat >>confdefs.h <<_ACEOF
16693#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 12236#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16694_ACEOF 12237_ACEOF
16695 12238
12239fi
12240
12241done
12242
12243
12244
12245
12246
12247
12248
12249for ac_func in \
12250 revoke \
12251 _getpty \
12252 getpt \
12253 posix_openpt \
12254 isastream \
12255
12256do
12257as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12258echo "$as_me:$LINENO: checking for $ac_func" >&5
12259echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12260if eval "test \"\${$as_ac_var+set}\" = set"; then
12261 echo $ECHO_N "(cached) $ECHO_C" >&6
12262else
12263 cat >conftest.$ac_ext <<_ACEOF
12264/* confdefs.h. */
12265_ACEOF
12266cat confdefs.h >>conftest.$ac_ext
12267cat >>conftest.$ac_ext <<_ACEOF
12268/* end confdefs.h. */
12269/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12270 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12271#define $ac_func innocuous_$ac_func
12272
12273/* System header to define __stub macros and hopefully few prototypes,
12274 which can conflict with char $ac_func (); below.
12275 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12276 <limits.h> exists even on freestanding compilers. */
12277
12278#ifdef __STDC__
12279# include <limits.h>
12280#else
12281# include <assert.h>
12282#endif
12283
12284#undef $ac_func
12285
12286/* Override any gcc2 internal prototype to avoid an error. */
12287#ifdef __cplusplus
12288extern "C"
12289{
12290#endif
12291/* We use char because int might match the return type of a gcc2
12292 builtin and then its argument prototype would still apply. */
12293char $ac_func ();
12294/* The GNU C library defines this for functions which it implements
12295 to always fail with ENOSYS. Some functions are actually named
12296 something starting with __ and the normal name is an alias. */
12297#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12298choke me
12299#else
12300char (*f) () = $ac_func;
12301#endif
12302#ifdef __cplusplus
12303}
12304#endif
12305
12306int
12307main ()
12308{
12309return f != $ac_func;
12310 ;
12311 return 0;
12312}
12313_ACEOF
12314rm -f conftest.$ac_objext conftest$ac_exeext
12315if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12316 (eval $ac_link) 2>conftest.er1
12317 ac_status=$?
12318 grep -v '^ *+' conftest.er1 >conftest.err
12319 rm -f conftest.er1
12320 cat conftest.err >&5
12321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12322 (exit $ac_status); } &&
12323 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12325 (eval $ac_try) 2>&5
12326 ac_status=$?
12327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12328 (exit $ac_status); }; } &&
12329 { ac_try='test -s conftest$ac_exeext'
12330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12331 (eval $ac_try) 2>&5
12332 ac_status=$?
12333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12334 (exit $ac_status); }; }; then
12335 eval "$as_ac_var=yes"
12336else
12337 echo "$as_me: failed program was:" >&5
12338sed 's/^/| /' conftest.$ac_ext >&5
12339
12340eval "$as_ac_var=no"
12341fi
12342rm -f conftest.err conftest.$ac_objext \
12343 conftest$ac_exeext conftest.$ac_ext
12344fi
12345echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12346echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12347if test `eval echo '${'$as_ac_var'}'` = yes; then
12348 cat >>confdefs.h <<_ACEOF
12349#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12350_ACEOF
12351
12352fi
12353done
12354
12355
12356have_clone=no
12357
12358echo "$as_me:$LINENO: checking for /dev/ptym/clone" >&5
12359echo $ECHO_N "checking for /dev/ptym/clone... $ECHO_C" >&6
12360if test -e /dev/ptym/clone; then
12361 echo "$as_me:$LINENO: result: yes" >&5
12362echo "${ECHO_T}yes" >&6
12363
12364cat >>confdefs.h <<\_ACEOF
12365#define HAVE_DEV_CLONE 1
12366_ACEOF
12367
12368
12369cat >>confdefs.h <<\_ACEOF
12370#define CLONE_DEVICE "/dev/ptym/clone"
12371_ACEOF
12372
12373 have_clone=yes
12374else
12375 echo "$as_me:$LINENO: result: no" >&5
12376echo "${ECHO_T}no" >&6
12377fi
12378
12379echo "$as_me:$LINENO: checking for /dev/ptc" >&5
12380echo $ECHO_N "checking for /dev/ptc... $ECHO_C" >&6
12381if test -e /dev/ptc; then
12382 echo "$as_me:$LINENO: result: yes" >&5
12383echo "${ECHO_T}yes" >&6
12384
12385cat >>confdefs.h <<\_ACEOF
12386#define HAVE_DEV_PTC 1
12387_ACEOF
12388
12389
12390cat >>confdefs.h <<\_ACEOF
12391#define CLONE_DEVICE "/dev/ptc"
12392_ACEOF
12393
12394 have_clone=yes
12395else
12396 echo "$as_me:$LINENO: result: no" >&5
12397echo "${ECHO_T}no" >&6
12398fi
12399
12400case $host in
12401 *-*-cygwin*)
12402 have_clone=yes
12403
12404cat >>confdefs.h <<\_ACEOF
12405#define CLONE_DEVICE "/dev/ptmx"
12406_ACEOF
12407
12408 ;;
12409 *)
12410 echo "$as_me:$LINENO: checking for /dev/ptmx" >&5
12411echo $ECHO_N "checking for /dev/ptmx... $ECHO_C" >&6
12412 if test -e /dev/ptmx; then
12413 echo "$as_me:$LINENO: result: yes" >&5
12414echo "${ECHO_T}yes" >&6
12415
12416cat >>confdefs.h <<\_ACEOF
12417#define HAVE_DEV_PTMX 1
12418_ACEOF
12419
12420
12421cat >>confdefs.h <<\_ACEOF
12422#define CLONE_DEVICE "/dev/ptmx"
12423_ACEOF
12424
12425 have_clone=yes
12426 else
12427 echo "$as_me:$LINENO: result: no" >&5
12428echo "${ECHO_T}no" >&6
12429 fi
12430 ;;
12431esac
12432
12433if test x$ac_cv_func_getpt = xyes -o x$ac_cv_func_posix_openpt = xyes -o x$have_clone = xyes; then
12434 echo "$as_me:$LINENO: checking for UNIX98 ptys" >&5
12435echo $ECHO_N "checking for UNIX98 ptys... $ECHO_C" >&6
12436 cat >conftest.$ac_ext <<_ACEOF
12437/* confdefs.h. */
12438_ACEOF
12439cat confdefs.h >>conftest.$ac_ext
12440cat >>conftest.$ac_ext <<_ACEOF
12441/* end confdefs.h. */
12442#include <stdlib.h>
12443int
12444main ()
12445{
12446grantpt(0);unlockpt(0);ptsname(0);
12447 ;
12448 return 0;
12449}
12450_ACEOF
12451rm -f conftest.$ac_objext conftest$ac_exeext
12452if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12453 (eval $ac_link) 2>conftest.er1
12454 ac_status=$?
12455 grep -v '^ *+' conftest.er1 >conftest.err
12456 rm -f conftest.er1
12457 cat conftest.err >&5
12458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12459 (exit $ac_status); } &&
12460 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12462 (eval $ac_try) 2>&5
12463 ac_status=$?
12464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12465 (exit $ac_status); }; } &&
12466 { ac_try='test -s conftest$ac_exeext'
12467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12468 (eval $ac_try) 2>&5
12469 ac_status=$?
12470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12471 (exit $ac_status); }; }; then
12472 unix98_pty=yes
12473
12474cat >>confdefs.h <<\_ACEOF
12475#define UNIX98_PTY 1
12476_ACEOF
12477
12478 echo "$as_me:$LINENO: result: yes" >&5
12479echo "${ECHO_T}yes" >&6
12480else
12481 echo "$as_me: failed program was:" >&5
12482sed 's/^/| /' conftest.$ac_ext >&5
12483
12484echo "$as_me:$LINENO: result: no" >&5
12485echo "${ECHO_T}no" >&6
12486fi
12487rm -f conftest.err conftest.$ac_objext \
12488 conftest$ac_exeext conftest.$ac_ext
12489fi
12490
12491if test -z "$unix98_pty"; then
12492
12493for ac_func in openpty
12494do
12495as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12496echo "$as_me:$LINENO: checking for $ac_func" >&5
12497echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12498if eval "test \"\${$as_ac_var+set}\" = set"; then
12499 echo $ECHO_N "(cached) $ECHO_C" >&6
12500else
12501 cat >conftest.$ac_ext <<_ACEOF
12502/* confdefs.h. */
12503_ACEOF
12504cat confdefs.h >>conftest.$ac_ext
12505cat >>conftest.$ac_ext <<_ACEOF
12506/* end confdefs.h. */
12507/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12508 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12509#define $ac_func innocuous_$ac_func
12510
12511/* System header to define __stub macros and hopefully few prototypes,
12512 which can conflict with char $ac_func (); below.
12513 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12514 <limits.h> exists even on freestanding compilers. */
12515
12516#ifdef __STDC__
12517# include <limits.h>
12518#else
12519# include <assert.h>
12520#endif
12521
12522#undef $ac_func
12523
12524/* Override any gcc2 internal prototype to avoid an error. */
12525#ifdef __cplusplus
12526extern "C"
12527{
12528#endif
12529/* We use char because int might match the return type of a gcc2
12530 builtin and then its argument prototype would still apply. */
12531char $ac_func ();
12532/* The GNU C library defines this for functions which it implements
12533 to always fail with ENOSYS. Some functions are actually named
12534 something starting with __ and the normal name is an alias. */
12535#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12536choke me
12537#else
12538char (*f) () = $ac_func;
12539#endif
12540#ifdef __cplusplus
12541}
12542#endif
12543
12544int
12545main ()
12546{
12547return f != $ac_func;
12548 ;
12549 return 0;
12550}
12551_ACEOF
12552rm -f conftest.$ac_objext conftest$ac_exeext
12553if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12554 (eval $ac_link) 2>conftest.er1
12555 ac_status=$?
12556 grep -v '^ *+' conftest.er1 >conftest.err
12557 rm -f conftest.er1
12558 cat conftest.err >&5
12559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12560 (exit $ac_status); } &&
12561 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12563 (eval $ac_try) 2>&5
12564 ac_status=$?
12565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12566 (exit $ac_status); }; } &&
12567 { ac_try='test -s conftest$ac_exeext'
12568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12569 (eval $ac_try) 2>&5
12570 ac_status=$?
12571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12572 (exit $ac_status); }; }; then
12573 eval "$as_ac_var=yes"
12574else
12575 echo "$as_me: failed program was:" >&5
12576sed 's/^/| /' conftest.$ac_ext >&5
12577
12578eval "$as_ac_var=no"
12579fi
12580rm -f conftest.err conftest.$ac_objext \
12581 conftest$ac_exeext conftest.$ac_ext
12582fi
12583echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12584echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12585if test `eval echo '${'$as_ac_var'}'` = yes; then
12586 cat >>confdefs.h <<_ACEOF
12587#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12588_ACEOF
12589
12590else
12591 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
12592echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
12593if test "${ac_cv_lib_util_openpty+set}" = set; then
12594 echo $ECHO_N "(cached) $ECHO_C" >&6
12595else
12596 ac_check_lib_save_LIBS=$LIBS
12597LIBS="-lutil $LIBS"
12598cat >conftest.$ac_ext <<_ACEOF
12599/* confdefs.h. */
12600_ACEOF
12601cat confdefs.h >>conftest.$ac_ext
12602cat >>conftest.$ac_ext <<_ACEOF
12603/* end confdefs.h. */
12604
12605/* Override any gcc2 internal prototype to avoid an error. */
12606#ifdef __cplusplus
12607extern "C"
12608#endif
12609/* We use char because int might match the return type of a gcc2
12610 builtin and then its argument prototype would still apply. */
12611char openpty ();
12612int
12613main ()
12614{
12615openpty ();
12616 ;
12617 return 0;
12618}
12619_ACEOF
12620rm -f conftest.$ac_objext conftest$ac_exeext
12621if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12622 (eval $ac_link) 2>conftest.er1
12623 ac_status=$?
12624 grep -v '^ *+' conftest.er1 >conftest.err
12625 rm -f conftest.er1
12626 cat conftest.err >&5
12627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12628 (exit $ac_status); } &&
12629 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12631 (eval $ac_try) 2>&5
12632 ac_status=$?
12633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12634 (exit $ac_status); }; } &&
12635 { ac_try='test -s conftest$ac_exeext'
12636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12637 (eval $ac_try) 2>&5
12638 ac_status=$?
12639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12640 (exit $ac_status); }; }; then
12641 ac_cv_lib_util_openpty=yes
12642else
12643 echo "$as_me: failed program was:" >&5
12644sed 's/^/| /' conftest.$ac_ext >&5
12645
12646ac_cv_lib_util_openpty=no
12647fi
12648rm -f conftest.err conftest.$ac_objext \
12649 conftest$ac_exeext conftest.$ac_ext
12650LIBS=$ac_check_lib_save_LIBS
12651fi
12652echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12653echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
12654if test $ac_cv_lib_util_openpty = yes; then
12655 cat >>confdefs.h <<\_ACEOF
12656#define HAVE_OPENPTY 1
12657_ACEOF
12658 LIBS="$LIBS -lutil"
12659fi
12660
12661fi
12662done
12663
12664fi
12665
12666
12667
12668echo "$as_me:$LINENO: checking for tty group" >&5
12669echo $ECHO_N "checking for tty group... $ECHO_C" >&6
12670if test "${tty_group+set}" = set; then
12671 echo $ECHO_N "(cached) $ECHO_C" >&6
12672else
12673 if test "$cross_compiling" = yes; then
12674 tty_group=no
12675else
12676 cat >conftest.$ac_ext <<_ACEOF
12677/* confdefs.h. */
12678_ACEOF
12679cat confdefs.h >>conftest.$ac_ext
12680cat >>conftest.$ac_ext <<_ACEOF
12681/* end confdefs.h. */
12682
12683#include <sys/types.h>
12684#include <sys/stat.h>
12685#include <unistd.h>
12686#include <grp.h>
12687
12688main()
12689{
12690 struct stat st;
12691 struct group *gr;
12692 char *tty;
12693 gr = getgrnam("tty");
12694 tty = ttyname(0);
12695 if (gr != 0
12696 && tty != 0
12697 && (stat(tty, &st)) == 0
12698 && st.st_gid == gr->gr_gid)
12699 return 0;
12700 else
12701 return 1;
12702}
12703_ACEOF
12704rm -f conftest$ac_exeext
12705if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12706 (eval $ac_link) 2>&5
12707 ac_status=$?
12708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12709 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12711 (eval $ac_try) 2>&5
12712 ac_status=$?
12713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12714 (exit $ac_status); }; }; then
12715 tty_group=yes
12716else
12717 echo "$as_me: program exited with status $ac_status" >&5
12718echo "$as_me: failed program was:" >&5
12719sed 's/^/| /' conftest.$ac_ext >&5
12720
12721( exit $ac_status )
12722tty_group=no
12723fi
12724rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12725fi
12726fi
12727echo "$as_me:$LINENO: result: $tty_group" >&5
12728echo "${ECHO_T}$tty_group" >&6
12729if test x$tty_group = xyes; then
12730
12731cat >>confdefs.h <<\_ACEOF
12732#define TTY_GID_SUPPORT 1
12733_ACEOF
12734
12735fi
12736
12737if test x$support_xft = xyes; then
12738 # Extract the first word of "pkg-config", so it can be a program name with args.
12739set dummy pkg-config; ac_word=$2
12740echo "$as_me:$LINENO: checking for $ac_word" >&5
12741echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12742if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12743 echo $ECHO_N "(cached) $ECHO_C" >&6
12744else
12745 case $PKG_CONFIG in
12746 [\\/]* | ?:[\\/]*)
12747 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12748 ;;
12749 *)
12750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12751for as_dir in $PATH
12752do
12753 IFS=$as_save_IFS
12754 test -z "$as_dir" && as_dir=.
12755 for ac_exec_ext in '' $ac_executable_extensions; do
12756 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12757 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12758 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12759 break 2
12760 fi
12761done
12762done
12763
12764 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12765 ;;
12766esac
12767fi
12768PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12769
12770if test -n "$PKG_CONFIG"; then
12771 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12772echo "${ECHO_T}$PKG_CONFIG" >&6
12773else
12774 echo "$as_me:$LINENO: result: no" >&5
12775echo "${ECHO_T}no" >&6
12776fi
12777
12778 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then
12779 LIBS="$LIBS `$PKG_CONFIG xft --libs`"
12780 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`"
12781 else
12782 # Extract the first word of "xft-config", so it can be a program name with args.
12783set dummy xft-config; ac_word=$2
12784echo "$as_me:$LINENO: checking for $ac_word" >&5
12785echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12786if test "${ac_cv_path_XFT_CONFIG+set}" = set; then
12787 echo $ECHO_N "(cached) $ECHO_C" >&6
12788else
12789 case $XFT_CONFIG in
12790 [\\/]* | ?:[\\/]*)
12791 ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path.
12792 ;;
12793 *)
12794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12795for as_dir in $PATH
12796do
12797 IFS=$as_save_IFS
12798 test -z "$as_dir" && as_dir=.
12799 for ac_exec_ext in '' $ac_executable_extensions; do
12800 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12801 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12802 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12803 break 2
12804 fi
12805done
12806done
12807
12808 test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no"
12809 ;;
12810esac
12811fi
12812XFT_CONFIG=$ac_cv_path_XFT_CONFIG
12813
12814if test -n "$XFT_CONFIG"; then
12815 echo "$as_me:$LINENO: result: $XFT_CONFIG" >&5
12816echo "${ECHO_T}$XFT_CONFIG" >&6
12817else
12818 echo "$as_me:$LINENO: result: no" >&5
12819echo "${ECHO_T}no" >&6
12820fi
12821
12822 if test $XFT_CONFIG != no; then
12823 LIBS="$LIBS `$XFT_CONFIG --libs`"
12824 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
12825 fi
12826 fi
12827
12828
12829for ac_header in X11/Xft/Xft.h
12830do
12831as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12832if eval "test \"\${$as_ac_Header+set}\" = set"; then
12833 echo "$as_me:$LINENO: checking for $ac_header" >&5
12834echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12835if eval "test \"\${$as_ac_Header+set}\" = set"; then
12836 echo $ECHO_N "(cached) $ECHO_C" >&6
12837fi
12838echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12839echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12840else
12841 # Is the header compilable?
12842echo "$as_me:$LINENO: checking $ac_header usability" >&5
12843echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12844cat >conftest.$ac_ext <<_ACEOF
12845/* confdefs.h. */
12846_ACEOF
12847cat confdefs.h >>conftest.$ac_ext
12848cat >>conftest.$ac_ext <<_ACEOF
12849/* end confdefs.h. */
12850$ac_includes_default
12851#include <$ac_header>
12852_ACEOF
12853rm -f conftest.$ac_objext
12854if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12855 (eval $ac_compile) 2>conftest.er1
12856 ac_status=$?
12857 grep -v '^ *+' conftest.er1 >conftest.err
12858 rm -f conftest.er1
12859 cat conftest.err >&5
12860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12861 (exit $ac_status); } &&
12862 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12864 (eval $ac_try) 2>&5
12865 ac_status=$?
12866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12867 (exit $ac_status); }; } &&
12868 { ac_try='test -s conftest.$ac_objext'
12869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12870 (eval $ac_try) 2>&5
12871 ac_status=$?
12872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12873 (exit $ac_status); }; }; then
12874 ac_header_compiler=yes
12875else
12876 echo "$as_me: failed program was:" >&5
12877sed 's/^/| /' conftest.$ac_ext >&5
12878
12879ac_header_compiler=no
12880fi
12881rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12882echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12883echo "${ECHO_T}$ac_header_compiler" >&6
12884
12885# Is the header present?
12886echo "$as_me:$LINENO: checking $ac_header presence" >&5
12887echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12888cat >conftest.$ac_ext <<_ACEOF
12889/* confdefs.h. */
12890_ACEOF
12891cat confdefs.h >>conftest.$ac_ext
12892cat >>conftest.$ac_ext <<_ACEOF
12893/* end confdefs.h. */
12894#include <$ac_header>
12895_ACEOF
12896if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12897 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12898 ac_status=$?
12899 grep -v '^ *+' conftest.er1 >conftest.err
12900 rm -f conftest.er1
12901 cat conftest.err >&5
12902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12903 (exit $ac_status); } >/dev/null; then
12904 if test -s conftest.err; then
12905 ac_cpp_err=$ac_cxx_preproc_warn_flag
12906 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
12907 else
12908 ac_cpp_err=
12909 fi
12910else
12911 ac_cpp_err=yes
12912fi
12913if test -z "$ac_cpp_err"; then
12914 ac_header_preproc=yes
12915else
12916 echo "$as_me: failed program was:" >&5
12917sed 's/^/| /' conftest.$ac_ext >&5
12918
12919 ac_header_preproc=no
12920fi
12921rm -f conftest.err conftest.$ac_ext
12922echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12923echo "${ECHO_T}$ac_header_preproc" >&6
12924
12925# So? What about this header?
12926case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
12927 yes:no: )
12928 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12929echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12930 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12931echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12932 ac_header_preproc=yes
12933 ;;
12934 no:yes:* )
12935 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12936echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12937 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12938echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12939 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12940echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12941 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12942echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12943 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12944echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12945 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12946echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12947 (
12948 cat <<\_ASBOX
12949## ------------------------------------------ ##
12950## Report this to the AC_PACKAGE_NAME lists. ##
12951## ------------------------------------------ ##
12952_ASBOX
12953 ) |
12954 sed "s/^/$as_me: WARNING: /" >&2
12955 ;;
12956esac
12957echo "$as_me:$LINENO: checking for $ac_header" >&5
12958echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12959if eval "test \"\${$as_ac_Header+set}\" = set"; then
12960 echo $ECHO_N "(cached) $ECHO_C" >&6
12961else
12962 eval "$as_ac_Header=\$ac_header_preproc"
12963fi
12964echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12965echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12966
12967fi
12968if test `eval echo '${'$as_ac_Header'}'` = yes; then
12969 cat >>confdefs.h <<_ACEOF
12970#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12971_ACEOF
12972
16696else 12973else
16697 support_xft=no 12974 support_xft=no
16698fi 12975fi
16699 12976
16700done 12977done
16781#define XFT 1 13058#define XFT 1
16782_ACEOF 13059_ACEOF
16783 13060
16784 fi 13061 fi
16785fi 13062fi
13063if test x$support_styles = xyes; then
16786 13064
13065cat >>confdefs.h <<\_ACEOF
13066#define ENABLE_STYLES 1
13067_ACEOF
13068
13069fi
13070if test x$support_iso14755 = xyes; then
13071
13072cat >>confdefs.h <<\_ACEOF
13073#define ISO_14755 1
13074_ACEOF
13075
13076fi
13077if test x$support_8bitctrls = xyes; then
13078
13079cat >>confdefs.h <<\_ACEOF
13080#define EIGHT_BIT_CONTROLS 1
13081_ACEOF
13082
13083fi
13084if test x$support_fading = xyes; then
13085
13086cat >>confdefs.h <<\_ACEOF
13087#define OFF_FOCUS_FADING 1
13088_ACEOF
13089
13090fi
13091if test x$support_tinting = xyes; then
13092
13093cat >>confdefs.h <<\_ACEOF
13094#define TINTING 1
13095_ACEOF
13096
13097fi
13098if test x$support_inheritpixmap = xyes; then
13099
13100cat >>confdefs.h <<\_ACEOF
13101#define TRANSPARENT 1
13102_ACEOF
13103
13104fi
13105if test x$support_keepscrolling = xno; then
13106
13107cat >>confdefs.h <<\_ACEOF
13108#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
13109_ACEOF
13110
13111fi
13112if test x$support_selectionscrolling = xyes; then
13113
13114cat >>confdefs.h <<\_ACEOF
13115#define SELECTION_SCROLLING 1
13116_ACEOF
13117
13118fi
13119if test x$support_frills = xyes; then
13120
13121cat >>confdefs.h <<\_ACEOF
13122#define ENABLE_FRILLS 1
13123_ACEOF
13124
13125fi
13126if test x$support_mousewheel = xyes; then
13127
13128cat >>confdefs.h <<\_ACEOF
13129#define MOUSE_WHEEL 1
13130_ACEOF
13131
13132fi
13133if test x$support_mouseslipwheel = xyes; then
13134
13135cat >>confdefs.h <<\_ACEOF
13136#define MOUSE_SLIP_WHEELING 1
13137_ACEOF
13138
13139fi
13140if test x$support_xim = xyes -o x$multichar_set = xyes; then
13141 if test x$rxvt_cv_func_xlocale = xyes; then
13142
13143cat >>confdefs.h <<\_ACEOF
13144#define USE_XIM 1
13145_ACEOF
13146
13147 fi
13148fi
13149if test x$support_xpm = xyes; then
13150
13151cat >>confdefs.h <<\_ACEOF
13152#define XPM_BACKGROUND 1
13153_ACEOF
13154
13155fi
13156if test x$support_scroll_rxvt = xyes; then
13157
13158cat >>confdefs.h <<\_ACEOF
13159#define RXVT_SCROLLBAR 1
13160_ACEOF
13161
13162 scrolltypes="rxvt"
13163fi
13164if test x$support_scroll_next = xyes; then
13165
13166cat >>confdefs.h <<\_ACEOF
13167#define NEXT_SCROLLBAR 1
13168_ACEOF
13169
13170 scrolltypes="$scrolltypes next"
13171fi
13172if test x$support_scroll_xterm = xyes; then
13173
13174cat >>confdefs.h <<\_ACEOF
13175#define XTERM_SCROLLBAR 1
13176_ACEOF
13177
13178 scrolltypes="$scrolltypes xterm"
13179fi
13180if test x$support_scroll_plain = xyes; then
13181
13182cat >>confdefs.h <<\_ACEOF
13183#define PLAIN_SCROLLBAR 1
13184_ACEOF
13185
13186 scrolltypes="$scrolltypes plain"
13187fi
13188if test x$support_pointer_blank = xyes; then
13189
13190cat >>confdefs.h <<\_ACEOF
13191#define POINTER_BLANK 1
13192_ACEOF
13193
13194fi
13195if test x$support_text_blink = xyes; then
13196
13197cat >>confdefs.h <<\_ACEOF
13198#define TEXT_BLINK 1
13199_ACEOF
13200
13201fi
13202if test x$support_unicode3 = xyes; then
13203
13204cat >>confdefs.h <<\_ACEOF
13205#define UNICODE_3 1
13206_ACEOF
13207
13208fi
13209if test x$support_combining = xyes; then
13210
13211cat >>confdefs.h <<\_ACEOF
13212#define ENABLE_COMBINING 1
13213_ACEOF
13214
13215fi
13216if test x$codesets = xall; then
13217 codesets=jp,jp-ext,kr,zh,zh-ext
13218fi
13219
13220cat >>confdefs.h <<\_ACEOF
13221#define ENCODING_EU 1
13222_ACEOF
13223
13224
13225cat >>confdefs.h <<\_ACEOF
13226#define ENCODING_VN 1
13227_ACEOF
13228
13229for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
13230 case "$codeset" in
13231 JP )
13232cat >>confdefs.h <<\_ACEOF
13233#define ENCODING_JP 1
13234_ACEOF
13235 ;;
13236 JP_EXT )
13237cat >>confdefs.h <<\_ACEOF
13238#define ENCODING_JP_EXT 1
13239_ACEOF
13240 ;;
13241 KR )
13242cat >>confdefs.h <<\_ACEOF
13243#define ENCODING_KR 1
13244_ACEOF
13245 ;;
13246 ZH )
13247cat >>confdefs.h <<\_ACEOF
13248#define ENCODING_ZH 1
13249_ACEOF
13250 ;;
13251 ZH_EXT )
13252cat >>confdefs.h <<\_ACEOF
13253#define ENCODING_ZH_EXT 1
13254_ACEOF
13255 ;;
13256 esac
13257done
13258
13259IF_PERL=\#
13260if test x$support_perl = xyes; then
13261 # Extract the first word of "perl5", so it can be a program name with args.
13262set dummy perl5; ac_word=$2
13263echo "$as_me:$LINENO: checking for $ac_word" >&5
13264echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13265if test "${ac_cv_path_PERL+set}" = set; then
13266 echo $ECHO_N "(cached) $ECHO_C" >&6
13267else
13268 case $PERL in
13269 [\\/]* | ?:[\\/]*)
13270 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
13271 ;;
13272 *)
13273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13274for as_dir in $PATH
13275do
13276 IFS=$as_save_IFS
13277 test -z "$as_dir" && as_dir=.
13278 for ac_exec_ext in '' $ac_executable_extensions; do
13279 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13280 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
13281 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13282 break 2
13283 fi
13284done
13285done
13286
13287 ;;
13288esac
13289fi
13290PERL=$ac_cv_path_PERL
13291
13292if test -n "$PERL"; then
13293 echo "$as_me:$LINENO: result: $PERL" >&5
13294echo "${ECHO_T}$PERL" >&6
13295else
13296 echo "$as_me:$LINENO: result: no" >&5
13297echo "${ECHO_T}no" >&6
13298fi
13299
13300 # Extract the first word of "perl", so it can be a program name with args.
13301set dummy perl; ac_word=$2
13302echo "$as_me:$LINENO: checking for $ac_word" >&5
13303echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13304if test "${ac_cv_path_PERL+set}" = set; then
13305 echo $ECHO_N "(cached) $ECHO_C" >&6
13306else
13307 case $PERL in
13308 [\\/]* | ?:[\\/]*)
13309 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
13310 ;;
13311 *)
13312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13313for as_dir in $PATH
13314do
13315 IFS=$as_save_IFS
13316 test -z "$as_dir" && as_dir=.
13317 for ac_exec_ext in '' $ac_executable_extensions; do
13318 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13319 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
13320 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13321 break 2
13322 fi
13323done
13324done
13325
13326 ;;
13327esac
13328fi
13329PERL=$ac_cv_path_PERL
13330
13331if test -n "$PERL"; then
13332 echo "$as_me:$LINENO: result: $PERL" >&5
13333echo "${ECHO_T}$PERL" >&6
13334else
13335 echo "$as_me:$LINENO: result: no" >&5
13336echo "${ECHO_T}no" >&6
13337fi
13338
13339
13340 echo "$as_me:$LINENO: checking for $PERL suitability" >&5
13341echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6
13342 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
13343
13344 save_CXXFLAGS="$CXXFLAGS"
13345 save_LIBS="$LIBS"
13346 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
13347 LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
13348 cat >conftest.$ac_ext <<_ACEOF
13349/* confdefs.h. */
13350_ACEOF
13351cat confdefs.h >>conftest.$ac_ext
13352cat >>conftest.$ac_ext <<_ACEOF
13353/* end confdefs.h. */
13354
13355#include <EXTERN.h>
13356#include <perl.h>
13357#include <XSUB.h>
13358
13359int
13360main ()
13361{
13362
13363 PerlInterpreter *perl = perl_alloc ();
13364
13365 ;
13366 return 0;
13367}
13368_ACEOF
13369rm -f conftest.$ac_objext conftest$ac_exeext
13370if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13371 (eval $ac_link) 2>conftest.er1
13372 ac_status=$?
13373 grep -v '^ *+' conftest.er1 >conftest.err
13374 rm -f conftest.er1
13375 cat conftest.err >&5
13376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13377 (exit $ac_status); } &&
13378 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13380 (eval $ac_try) 2>&5
13381 ac_status=$?
13382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13383 (exit $ac_status); }; } &&
13384 { ac_try='test -s conftest$ac_exeext'
13385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13386 (eval $ac_try) 2>&5
13387 ac_status=$?
13388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13389 (exit $ac_status); }; }; then
13390 rxvt_perl_link=yes
13391else
13392 echo "$as_me: failed program was:" >&5
13393sed 's/^/| /' conftest.$ac_ext >&5
13394
13395rxvt_perl_link=no
13396fi
13397rm -f conftest.err conftest.$ac_objext \
13398 conftest$ac_exeext conftest.$ac_ext
13399 CXXFLAGS="$save_CXXFLAGS"
13400 LIBS="$save_LIBS"
13401
13402 if test x$rxvt_perl_link = xyes; then
13403 echo "$as_me:$LINENO: result: ok" >&5
13404echo "${ECHO_T}ok" >&6
13405
13406cat >>confdefs.h <<\_ACEOF
13407#define ENABLE_PERL 1
13408_ACEOF
13409
13410 IF_PERL=
13411 PERL_O=rxvtperl.o
13412 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
13413 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
13414 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
13415 else
13416 { { echo "$as_me:$LINENO: error: no, unable to link" >&5
13417echo "$as_me: error: no, unable to link" >&2;}
13418 { (exit 1); exit 1; }; }
13419 fi
13420 else
13421 { { echo "$as_me:$LINENO: error: no working perl found, or perl not version >= 5.8" >&5
13422echo "$as_me: error: no working perl found, or perl not version >= 5.8" >&2;}
13423 { (exit 1); exit 1; }; }
13424 fi
13425fi
13426
13427
13428
13429
13430
13431
13432
13433if test x$support_perl = xyes; then
13434 support_frills=yes
13435fi
13436
13437
13438CFLAGS=${CFLAGS--O}
13439LDFLAGS=${LDFLAGS--O}
13440
13441CPPFLAGS="$CPPFLAGS"
13442
13443
13444
13445
13446
13447
13448
13449if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
13450 DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
13451 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
13452 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
13453 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
13454 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
13455fi
13456
13457
13458
13459
13460
13461test "$program_prefix" != NONE &&
13462 program_transform_name="s,^,$program_prefix,;$program_transform_name"
13463# Use a double $ so make ignores it.
13464test "$program_suffix" != NONE &&
13465 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
13466# Double any \ or $. echo might interpret backslashes.
13467# By default was `s,x,x', remove it if useless.
13468cat <<\_ACEOF >conftest.sed
13469s/[\\$]/&&/g;s/;s,x,x,$//
13470_ACEOF
13471program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
13472rm conftest.sed
13473
13474
13475
13476
13477
13478if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
13479 include_stdint_h="#include <stdint.h>"
13480else
13481 include_stdint_h="/* #include <stdint.h> */"
13482fi
13483if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
13484 include_stdarg_h="#include <cstdarg>"
13485else
13486 include_stdarg_h="/* #include <cstdarg> */"
13487fi
13488if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
13489 include_stdlib_h="#include <cstdlib>"
13490else
13491 include_stdlib_h="/* #include <cstdlib> */"
13492fi
13493if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
13494 include_unistd_h="#include <unistd.h>"
13495else
13496 include_unistd_h="/* #include <unistd.h> */"
13497fi
13498if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
13499 include_string_h="#include <cstring>"
13500else
13501 include_string_h="/* #include <cstring> */"
13502fi
13503if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
13504 include_fcntl_h="#include <fcntl.h>"
13505else
13506 include_fcntl_h="/* #include <fcntl.h> */"
13507fi
13508if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
13509 include_util_h="#include <util.h>"
13510else
13511 include_util_h="/* #include <util.h> */"
13512fi
13513if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
13514 include_assert_h="#include <assert.h>"
13515else
13516 include_assert_h="/* #include <assert.h> */"
13517fi
13518if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
13519 include_sys_ioctl_h="#include <sys/ioctl.h>"
13520else
13521 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
13522fi
13523if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
13524 include_sys_select_h="#include <sys/select.h>"
13525else
13526 include_sys_select_h="/* #include <sys/select.h> */"
13527fi
13528if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
13529 include_sys_strredir_h="#include <sys/strredir.h>"
13530else
13531 include_sys_strredir_h="/* #include <sys/strredir.h> */"
13532fi
13533if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
13534 include_sys_time_h="#include <sys/time.h>"
13535else
13536 include_sys_time_h="/* #include <sys/time.h> */"
13537fi
13538if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
13539 include_time_h="#include <time.h>"
13540else
13541 include_time_h="/* #include <time.h> */"
13542fi
13543
16787 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/test/Makefile src/rxvtlib.h W11/Makefile" 13544 ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/rxvtlib.h"
13545
16788cat >confcache <<\_ACEOF 13546cat >confcache <<\_ACEOF
16789# This file is a shell script that caches the results of configure 13547# 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 13548# tests run on this system so they can be shared between configure
16791# scripts and configure runs, see configure's option --config-cache. 13549# 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 13550# It is not useful on other systems. If it contains results you don't
17308cat >>$CONFIG_STATUS <<\_ACEOF 14066cat >>$CONFIG_STATUS <<\_ACEOF
17309for ac_config_target in $ac_config_targets 14067for ac_config_target in $ac_config_targets
17310do 14068do
17311 case "$ac_config_target" in 14069 case "$ac_config_target" in
17312 # Handling of arguments. 14070 # Handling of arguments.
17313 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
17314 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 14071 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17315 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 14072 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17316 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 14073 "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" ;; 14074 "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" ;; 14075 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
17321 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 14076 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
17322echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 14077echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
17323 { (exit 1); exit 1; }; };; 14078 { (exit 1); exit 1; }; };;
17324 esac 14079 esac
17325done 14080done
17400s,@DEFS@,$DEFS,;t t 14155s,@DEFS@,$DEFS,;t t
17401s,@ECHO_C@,$ECHO_C,;t t 14156s,@ECHO_C@,$ECHO_C,;t t
17402s,@ECHO_N@,$ECHO_N,;t t 14157s,@ECHO_N@,$ECHO_N,;t t
17403s,@ECHO_T@,$ECHO_T,;t t 14158s,@ECHO_T@,$ECHO_T,;t t
17404s,@LIBS@,$LIBS,;t t 14159s,@LIBS@,$LIBS,;t t
14160s,@build@,$build,;t t
14161s,@build_cpu@,$build_cpu,;t t
14162s,@build_vendor@,$build_vendor,;t t
14163s,@build_os@,$build_os,;t t
14164s,@host@,$host,;t t
14165s,@host_cpu@,$host_cpu,;t t
14166s,@host_vendor@,$host_vendor,;t t
14167s,@host_os@,$host_os,;t t
17405s,@VERSION@,$VERSION,;t t 14168s,@VERSION@,$VERSION,;t t
17406s,@DATE@,$DATE,;t t 14169s,@DATE@,$DATE,;t t
17407s,@LSMDATE@,$LSMDATE,;t t 14170s,@LSMDATE@,$LSMDATE,;t t
17408s,@LIBVERSION@,$LIBVERSION,;t t 14171s,@LIBVERSION@,$LIBVERSION,;t t
17409s,@CC@,$CC,;t t 14172s,@CC@,$CC,;t t
17418s,@ac_ct_CXX@,$ac_ct_CXX,;t t 14181s,@ac_ct_CXX@,$ac_ct_CXX,;t t
17419s,@CPP@,$CPP,;t t 14182s,@CPP@,$CPP,;t t
17420s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 14183s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17421s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 14184s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17422s,@INSTALL_DATA@,$INSTALL_DATA,;t t 14185s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17423s,@AWK@,$AWK,;t t 14186s,@EGREP@,$EGREP,;t t
17424s,@LINKER@,$LINKER,;t t 14187s,@LINKER@,$LINKER,;t t
17425s,@CXXCPP@,$CXXCPP,;t t
17426s,@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 14188s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17443s,@RXVTNAME@,$RXVTNAME,;t t 14189s,@RXVTNAME@,$RXVTNAME,;t t
17444s,@MV@,$MV,;t t 14190s,@MV@,$MV,;t t
17445s,@RM@,$RM,;t t
17446s,@CP@,$CP,;t t 14191s,@CP@,$CP,;t t
17447s,@LN@,$LN,;t t 14192s,@LN@,$LN,;t t
17448s,@SED@,$SED,;t t 14193s,@SED@,$SED,;t t
14194s,@ECHO@,$ECHO,;t t
17449s,@CMP@,$CMP,;t t 14195s,@CMP@,$CMP,;t t
17450s,@TBL@,$TBL,;t t 14196s,@TIC@,$TIC,;t t
14197s,@CXXCPP@,$CXXCPP,;t t
17451s,@X_CFLAGS@,$X_CFLAGS,;t t 14198s,@X_CFLAGS@,$X_CFLAGS,;t t
17452s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t 14199s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
17453s,@X_LIBS@,$X_LIBS,;t t 14200s,@X_LIBS@,$X_LIBS,;t t
17454s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t 14201s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
17455s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t 14202s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
17459s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t 14206s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
17460s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t 14207s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
17461s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t 14208s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
17462s,@rxvt_intp_define@,$rxvt_intp_define,;t t 14209s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17463s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 14210s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
14211s,@PKG_CONFIG@,$PKG_CONFIG,;t t
14212s,@XFT_CONFIG@,$XFT_CONFIG,;t t
14213s,@PERL@,$PERL,;t t
14214s,@PERLLIB@,$PERLLIB,;t t
14215s,@PERLFLAGS@,$PERLFLAGS,;t t
14216s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
14217s,@IF_PERL@,$IF_PERL,;t t
14218s,@PERL_O@,$PERL_O,;t t
17464s,@DEBUG@,$DEBUG,;t t 14219s,@DEBUG@,$DEBUG,;t t
17465s,@DINCLUDE@,$DINCLUDE,;t t 14220s,@DINCLUDE@,$DINCLUDE,;t t
17466s,@DLIB@,$DLIB,;t t 14221s,@DLIB@,$DLIB,;t t
17467s,@include_stdint_h@,$include_stdint_h,;t t 14222s,@include_stdint_h@,$include_stdint_h,;t t
17468s,@include_stdarg_h@,$include_stdarg_h,;t t 14223s,@include_stdarg_h@,$include_stdarg_h,;t t
17477s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t 14232s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
17478s,@include_sys_time_h@,$include_sys_time_h,;t t 14233s,@include_sys_time_h@,$include_sys_time_h,;t t
17479s,@include_time_h@,$include_time_h,;t t 14234s,@include_time_h@,$include_time_h,;t t
17480s,@LIBOBJS@,$LIBOBJS,;t t 14235s,@LIBOBJS@,$LIBOBJS,;t t
17481s,@LTLIBOBJS@,$LTLIBOBJS,;t t 14236s,@LTLIBOBJS@,$LTLIBOBJS,;t t
17482/@MCOMMON@/r $MCOMMON
17483s,@MCOMMON@,,;t t
17484CEOF 14237CEOF
17485 14238
17486_ACEOF 14239_ACEOF
17487 14240
17488 cat >>$CONFIG_STATUS <<\_ACEOF 14241 cat >>$CONFIG_STATUS <<\_ACEOF
17981 Install path: ${prefix}/bin 14734 Install path: ${prefix}/bin
17982 Compiler: $CXX 14735 Compiler: $CXX
17983 Compiler flags: $CFLAGS 14736 Compiler flags: $CFLAGS
17984 Linker: $LINKER" 14737 Linker: $LINKER"
17985 14738
17986if test "$MALLOC_TYPE" = S; then
17987 echo " malloc support: system default"
17988fi
17989if test "$MALLOC_TYPE" = G; then
17990 echo " malloc support: Gray Watson's dmalloc"
17991fi
17992if test "$MALLOC_TYPE" = D; then
17993 echo " malloc support: Doug Lea's malloc"
17994fi
17995
17996if test x$support_xpm = xyes; then 14739if test x$support_xpm = xyes; then
17997 echo " Xpm library: $XPM_LIBS" 14740 echo " Xpm library: $XPM_LIBS"
17998fi 14741fi
17999 14742
18000echo "
18001The following are set in config.h
18002"
18003echo " pty/tty type: "$rxvt_cv_ptys
18004if test x$support_utmp != xyes; then
18005 echo " utmp support: disabled"
18006 echo
18007else
18008 echo " utmp support: enabled
18009 utmp file: $rxvt_cv_path_utmp
18010 utmpx file: $rxvt_cv_path_utmpx
18011 wtmp file: $rxvt_cv_path_wtmp
18012 wtmpx file: $rxvt_cv_path_wtmpx
18013 lastlog file: $rxvt_cv_path_lastlog
18014 ttys/ttytab file: $rxvt_cv_path_ttytab"
18015 echo
18016fi
18017if test x$term != x; then 14743if test x$term != x; then
18018 echo " set TERM to: $term" 14744 echo " set TERM to: $term"
18019fi 14745fi
18020if test x$terminfo != x; then 14746if test x$terminfo != x; then
18021 echo " set TERMINFO to: $terminfo" 14747 echo " set TERMINFO to: $terminfo"
18024echo " resource class: $RESCLASS" 14750echo " resource class: $RESCLASS"
18025if test x$RESFALLBACK != x; then 14751if test x$RESFALLBACK != x; then
18026 echo " resource class fallback: $RESFALLBACK" 14752 echo " resource class fallback: $RESFALLBACK"
18027fi 14753fi
18028echo 14754echo
18029if test x$rxvt_cv_ptys = xUNKNOWN; then 14755echo " embedded perl: $support_perl"
18030 echo ".----------------------------------------------------------------." 14756echo
18031 echo ". WARNING: could not determine pty/tty type. Do not build until ."
18032 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
18033 echo ".----------------------------------------------------------------."
18034fi
18035if test x$support_xpm = xneedsmanualspecification; then 14757if test x$support_xpm = xneedsmanualspecification; then
18036 echo ".----------------------------------------------------------------." 14758 echo ".----------------------------------------------------------------."
18037 echo ". WARNING: --enable-xpm-background was specified however the ." 14759 echo ". WARNING: --enable-xpm-background was specified however the ."
18038 echo ". XPM includes files and libraries could not be found. ." 14760 echo ". XPM includes files and libraries could not be found. ."
18039 echo ". XPM backgrounds are now being DISABLED! If you want ." 14761 echo ". XPM backgrounds are now being DISABLED! If you want ."
18048 echo ". functions could not be found. ." 14770 echo ". functions could not be found. ."
18049 echo ". XIM is now being DISABLED! ." 14771 echo ". XIM is now being DISABLED! ."
18050 echo ".----------------------------------------------------------------." 14772 echo ".----------------------------------------------------------------."
18051fi 14773fi
18052 14774
18053echo " *** Please check src/feature.h for further options ***" 14775echo " *** Optionally check src/feature.h for further options ***"
18054echo 14776echo
18055 14777
18056echo ".----------------------------------------------------------------." 14778echo ".----------------------------------------------------------------."
18057echo ". NOTE: most features are disabled by default, try ." 14779echo ". NOTE: some features are disabled by default, try ."
18058echo ". configure --help to get an idea of the optional features ." 14780echo ". configure --help to get an idea of the optional features, ."
14781echo ". or read ./README.configure ."
14782echo ". ."
14783echo ". The script ./reconf gives a reasonable baseline, try it if ."
14784echo ". you do not want to read documentation and still want some ."
14785echo ". useful features. ."
18059echo ".----------------------------------------------------------------." 14786echo ".----------------------------------------------------------------."
18060echo 14787echo
18061 14788

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines