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

Comparing rxvt-unicode/configure (file contents):
Revision 1.33 by root, Fri Aug 13 03:36:56 2004 UTC vs.
Revision 1.106 by ayin, Tue Jun 26 22:08:16 2007 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 TIC CXXCPP X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS afterimage_config 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 LIBAFTERIMAGE_CFLAGS AFTERIMAGE_LIBS 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 background pixmaps
876 --enable-afterimage enable integration with libAfterImage for background images
877 --enable-afterstep enable integration with AfterStep window manager
1040 --enable-transparency enable transparent backgrounds 878 --enable-transparency enable transparent backgrounds
1041 --enable-tinting enable tinting of transparent bg 879 --enable-tinting enable tinting of transparent bg
1042 --enable-fading enable colors fading when off focus 880 --enable-fading enable colors fading when off focus
1043 --enable-menubar enable menubar
1044 --enable-rxvt-scroll enable rxvt style scrollbar 881 --enable-rxvt-scroll enable rxvt style scrollbar
1045 --enable-next-scroll enable NeXT style scrollbar 882 --enable-next-scroll enable NeXT style scrollbar
1046 --enable-xterm-scroll enable Xterm style scrollbar 883 --enable-xterm-scroll enable Xterm style scrollbar
884 --enable-perl enable embedded perl interpreter
1047 --enable-plain-scroll enable plain style scrollbar 885 --enable-plain-scroll enable plain style scrollbar
1048 --enable-half-shadow use half width/height shadow on rxvt scrollbar
1049 --enable-xim XIM (X Input Method) protocol support 886 --enable-xim XIM (X Input Method) protocol support
1050 --enable-ttygid enable tty setting to group named "tty"
1051 --disable-backspace-key disable handling of the backspace key 887 --disable-backspace-key disable handling of the backspace key
1052 --disable-delete-key disable handling of the delete key 888 --disable-delete-key disable handling of the delete key
1053 --disable-resources disable all resource checking 889 --disable-resources disable all resource checking
1054 --enable-xgetdefault enable resources via X instead of our small version
1055 --enable-8bitctrls enable 8 bit control sequences (not recommended) 890 --enable-8bitctrls enable 8 bit control sequences (not recommended)
1056 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt) 891 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1057 --enable-strings enable some replacement system functions
1058 --disable-swapscreen disable swap screen support 892 --disable-swapscreen disable swap screen support
893 --enable-iso14755 enable support for extended ISO 14755 modes
1059 --enable-frills enable support for rarely used features 894 --enable-frills enable support for rarely used features
1060 --enable-linespace enable support for linespace
1061 --enable-24bit enable support for using 24bit visuals if available
1062 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 895 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1063 --enable-selectionscrolling enable scrolling during selections 896 --enable-selectionscrolling enable scrolling during selections
1064 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 897 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1065 --enable-slipwheeling enable slip wheel scrolling (requires previous) 898 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1066 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1067 --enable-dlmalloc enable Doug Lea's malloc - for production use
1068 NOTE: enable only one malloc package
1069 --enable-smart-resize enable smart growth/shrink behaviour 899 --enable-smart-resize enable smart growth/shrink behaviour
1070 --enable-256-color enable 256-color support
1071 --enable-cursor-blink enable blinking cursor
1072 --enable-text-blink enable blinking text 900 --enable-text-blink enable blinking text
1073 --enable-pointer-blank enable pointer blank when typing or inactive pointer 901 --enable-pointer-blank enable pointer blank when typing or inactive pointer
902 --enable-utmp enable utmp (utmpx) support
903 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
904 --enable-lastlog enable lastlog support (requires --enable-utmp)
1074 905
1075Optional Packages: 906Optional Packages:
1076 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 907 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1077 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 908 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1078 --with-gnu-ld assume the C compiler uses GNU ld default=no 909 --with-afterimage-config=DIR use libAfterImage config script in DIR
1079 --with-pic try to use only PIC/non-PIC objects default=use both
1080 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all) 910 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
1081 --with-res-name=NAME use this as default resource name (default: urxvt) 911 --with-res-name=NAME use this as default resource name (default: urxvt)
1082 --with-res-class=CLASS use this as the resource class (default: URxvt) 912 --with-res-class=CLASS use this as the resource class (default: URxvt)
1083 --with-name=NAME set the basename for the installed binaries (default: urxvt) 913 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1084 --with-term=NAME set the terminal to NAME (default: rxvt) 914 --with-term=NAME set the terminal to NAME (default: rxvt)
1085 --with-terminfo=PATH set the path to the terminfo tree to PATH 915 --with-terminfo=PATH set the path to the terminfo tree to PATH
1189 echo 1019 echo
1190 $ac_configure --help 1020 $ac_configure --help
1191 else 1021 else
1192 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1022 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1193 fi 1023 fi
1194 cd "$ac_popdir" 1024 cd $ac_popdir
1195 done 1025 done
1196fi 1026fi
1197 1027
1198test -n "$ac_init_help" && exit 0 1028test -n "$ac_init_help" && exit 0
1199if $ac_init_version; then 1029if $ac_init_version; then
1537 1367
1538 1368
1539 1369
1540 1370
1541 1371
1372
1373 ac_config_headers="$ac_config_headers config.h:config.h.in"
1374
1375
1542ac_aux_dir= 1376ac_aux_dir=
1543for ac_dir in autoconf $srcdir/autoconf; do 1377for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1544 if test -f $ac_dir/install-sh; then 1378 if test -f $ac_dir/install-sh; then
1545 ac_aux_dir=$ac_dir 1379 ac_aux_dir=$ac_dir
1546 ac_install_sh="$ac_aux_dir/install-sh -c" 1380 ac_install_sh="$ac_aux_dir/install-sh -c"
1547 break 1381 break
1548 elif test -f $ac_dir/install.sh; then 1382 elif test -f $ac_dir/install.sh; then
1554 ac_install_sh="$ac_aux_dir/shtool install -c" 1388 ac_install_sh="$ac_aux_dir/shtool install -c"
1555 break 1389 break
1556 fi 1390 fi
1557done 1391done
1558if test -z "$ac_aux_dir"; then 1392if test -z "$ac_aux_dir"; then
1559 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&5 1393 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1560echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;} 1394echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1561 { (exit 1); exit 1; }; } 1395 { (exit 1); exit 1; }; }
1562fi 1396fi
1563ac_config_guess="$SHELL $ac_aux_dir/config.guess" 1397ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1564ac_config_sub="$SHELL $ac_aux_dir/config.sub" 1398ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1565ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1399ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1566 1400
1567 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in" 1401# Make sure we can run config.sub.
1402$ac_config_sub sun4 >/dev/null 2>&1 ||
1403 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1404echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1405 { (exit 1); exit 1; }; }
1406
1407echo "$as_me:$LINENO: checking build system type" >&5
1408echo $ECHO_N "checking build system type... $ECHO_C" >&6
1409if test "${ac_cv_build+set}" = set; then
1410 echo $ECHO_N "(cached) $ECHO_C" >&6
1411else
1412 ac_cv_build_alias=$build_alias
1413test -z "$ac_cv_build_alias" &&
1414 ac_cv_build_alias=`$ac_config_guess`
1415test -z "$ac_cv_build_alias" &&
1416 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1417echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1418 { (exit 1); exit 1; }; }
1419ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1420 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1421echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1422 { (exit 1); exit 1; }; }
1423
1424fi
1425echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1426echo "${ECHO_T}$ac_cv_build" >&6
1427build=$ac_cv_build
1428build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1429build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1430build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1431
1432
1433echo "$as_me:$LINENO: checking host system type" >&5
1434echo $ECHO_N "checking host system type... $ECHO_C" >&6
1435if test "${ac_cv_host+set}" = set; then
1436 echo $ECHO_N "(cached) $ECHO_C" >&6
1437else
1438 ac_cv_host_alias=$host_alias
1439test -z "$ac_cv_host_alias" &&
1440 ac_cv_host_alias=$ac_cv_build_alias
1441ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1442 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1443echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1444 { (exit 1); exit 1; }; }
1445
1446fi
1447echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1448echo "${ECHO_T}$ac_cv_host" >&6
1449host=$ac_cv_host
1450host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1451host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1452host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1453
1568 1454
1569 1455
1570VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1456VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1571DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1457DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1572LSMDATE=`sed -n -e 's/^.*[ \t]LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1573LIBVERSION=`sed -n -e 's/^.*[ \t]LIBVERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1574echo "" 1458echo ""
1575echo "configuring for rxvt $VERSION" 1459echo "configuring for rxvt $VERSION"
1576echo "" 1460echo ""
1461
1462orig_CXXFLAGS="$CXXFLAGS"
1577 1463
1578 1464
1579ac_ext=c 1465ac_ext=c
1580ac_cpp='$CPP $CPPFLAGS' 1466ac_cpp='$CPP $CPPFLAGS'
1581ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1467ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2142 grep -v '^ *+' conftest.er1 >conftest.err 2028 grep -v '^ *+' conftest.er1 >conftest.err
2143 rm -f conftest.er1 2029 rm -f conftest.er1
2144 cat conftest.err >&5 2030 cat conftest.err >&5
2145 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2146 (exit $ac_status); } && 2032 (exit $ac_status); } &&
2147 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2033 { ac_try='test -z "$ac_c_werror_flag"
2034 || test ! -s conftest.err'
2148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2149 (eval $ac_try) 2>&5 2036 (eval $ac_try) 2>&5
2150 ac_status=$? 2037 ac_status=$?
2151 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2152 (exit $ac_status); }; } && 2039 (exit $ac_status); }; } &&
2200 grep -v '^ *+' conftest.er1 >conftest.err 2087 grep -v '^ *+' conftest.er1 >conftest.err
2201 rm -f conftest.er1 2088 rm -f conftest.er1
2202 cat conftest.err >&5 2089 cat conftest.err >&5
2203 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2204 (exit $ac_status); } && 2091 (exit $ac_status); } &&
2205 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2092 { ac_try='test -z "$ac_c_werror_flag"
2093 || test ! -s conftest.err'
2206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2207 (eval $ac_try) 2>&5 2095 (eval $ac_try) 2>&5
2208 ac_status=$? 2096 ac_status=$?
2209 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2210 (exit $ac_status); }; } && 2098 (exit $ac_status); }; } &&
2316 grep -v '^ *+' conftest.er1 >conftest.err 2204 grep -v '^ *+' conftest.er1 >conftest.err
2317 rm -f conftest.er1 2205 rm -f conftest.er1
2318 cat conftest.err >&5 2206 cat conftest.err >&5
2319 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2320 (exit $ac_status); } && 2208 (exit $ac_status); } &&
2321 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2209 { ac_try='test -z "$ac_c_werror_flag"
2210 || test ! -s conftest.err'
2322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2323 (eval $ac_try) 2>&5 2212 (eval $ac_try) 2>&5
2324 ac_status=$? 2213 ac_status=$?
2325 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2326 (exit $ac_status); }; } && 2215 (exit $ac_status); }; } &&
2370 grep -v '^ *+' conftest.er1 >conftest.err 2259 grep -v '^ *+' conftest.er1 >conftest.err
2371 rm -f conftest.er1 2260 rm -f conftest.er1
2372 cat conftest.err >&5 2261 cat conftest.err >&5
2373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2374 (exit $ac_status); } && 2263 (exit $ac_status); } &&
2375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2264 { ac_try='test -z "$ac_c_werror_flag"
2265 || test ! -s conftest.err'
2376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2377 (eval $ac_try) 2>&5 2267 (eval $ac_try) 2>&5
2378 ac_status=$? 2268 ac_status=$?
2379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2380 (exit $ac_status); }; } && 2270 (exit $ac_status); }; } &&
2415 grep -v '^ *+' conftest.er1 >conftest.err 2305 grep -v '^ *+' conftest.er1 >conftest.err
2416 rm -f conftest.er1 2306 rm -f conftest.er1
2417 cat conftest.err >&5 2307 cat conftest.err >&5
2418 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2419 (exit $ac_status); } && 2309 (exit $ac_status); } &&
2420 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2310 { ac_try='test -z "$ac_c_werror_flag"
2311 || test ! -s conftest.err'
2421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2422 (eval $ac_try) 2>&5 2313 (eval $ac_try) 2>&5
2423 ac_status=$? 2314 ac_status=$?
2424 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2425 (exit $ac_status); }; } && 2316 (exit $ac_status); }; } &&
2459 grep -v '^ *+' conftest.er1 >conftest.err 2350 grep -v '^ *+' conftest.er1 >conftest.err
2460 rm -f conftest.er1 2351 rm -f conftest.er1
2461 cat conftest.err >&5 2352 cat conftest.err >&5
2462 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2463 (exit $ac_status); } && 2354 (exit $ac_status); } &&
2464 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2355 { ac_try='test -z "$ac_c_werror_flag"
2356 || test ! -s conftest.err'
2465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2466 (eval $ac_try) 2>&5 2358 (eval $ac_try) 2>&5
2467 ac_status=$? 2359 ac_status=$?
2468 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2469 (exit $ac_status); }; } && 2361 (exit $ac_status); }; } &&
2643 grep -v '^ *+' conftest.er1 >conftest.err 2535 grep -v '^ *+' conftest.er1 >conftest.err
2644 rm -f conftest.er1 2536 rm -f conftest.er1
2645 cat conftest.err >&5 2537 cat conftest.err >&5
2646 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2647 (exit $ac_status); } && 2539 (exit $ac_status); } &&
2648 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2540 { ac_try='test -z "$ac_cxx_werror_flag"
2541 || test ! -s conftest.err'
2649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2650 (eval $ac_try) 2>&5 2543 (eval $ac_try) 2>&5
2651 ac_status=$? 2544 ac_status=$?
2652 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2653 (exit $ac_status); }; } && 2546 (exit $ac_status); }; } &&
2701 grep -v '^ *+' conftest.er1 >conftest.err 2594 grep -v '^ *+' conftest.er1 >conftest.err
2702 rm -f conftest.er1 2595 rm -f conftest.er1
2703 cat conftest.err >&5 2596 cat conftest.err >&5
2704 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2705 (exit $ac_status); } && 2598 (exit $ac_status); } &&
2706 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2599 { ac_try='test -z "$ac_cxx_werror_flag"
2600 || test ! -s conftest.err'
2707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2708 (eval $ac_try) 2>&5 2602 (eval $ac_try) 2>&5
2709 ac_status=$? 2603 ac_status=$?
2710 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2711 (exit $ac_status); }; } && 2605 (exit $ac_status); }; } &&
2772 grep -v '^ *+' conftest.er1 >conftest.err 2666 grep -v '^ *+' conftest.er1 >conftest.err
2773 rm -f conftest.er1 2667 rm -f conftest.er1
2774 cat conftest.err >&5 2668 cat conftest.err >&5
2775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2776 (exit $ac_status); } && 2670 (exit $ac_status); } &&
2777 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2671 { ac_try='test -z "$ac_cxx_werror_flag"
2672 || test ! -s conftest.err'
2778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2779 (eval $ac_try) 2>&5 2674 (eval $ac_try) 2>&5
2780 ac_status=$? 2675 ac_status=$?
2781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2782 (exit $ac_status); }; } && 2677 (exit $ac_status); }; } &&
2816 grep -v '^ *+' conftest.er1 >conftest.err 2711 grep -v '^ *+' conftest.er1 >conftest.err
2817 rm -f conftest.er1 2712 rm -f conftest.er1
2818 cat conftest.err >&5 2713 cat conftest.err >&5
2819 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2820 (exit $ac_status); } && 2715 (exit $ac_status); } &&
2821 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2716 { ac_try='test -z "$ac_cxx_werror_flag"
2717 || test ! -s conftest.err'
2822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2823 (eval $ac_try) 2>&5 2719 (eval $ac_try) 2>&5
2824 ac_status=$? 2720 ac_status=$?
2825 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2826 (exit $ac_status); }; } && 2722 (exit $ac_status); }; } &&
3162 3058
3163test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 3059test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3164 3060
3165test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3061test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3166 3062
3167for ac_prog in gawk mawk nawk awk 3063
3168do 3064
3065
3066echo "$as_me:$LINENO: checking for egrep" >&5
3067echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3068if test "${ac_cv_prog_egrep+set}" = set; then
3069 echo $ECHO_N "(cached) $ECHO_C" >&6
3070else
3071 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3072 then ac_cv_prog_egrep='grep -E'
3073 else ac_cv_prog_egrep='egrep'
3074 fi
3075fi
3076echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3077echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3078 EGREP=$ac_cv_prog_egrep
3079
3080
3081
3082echo "$as_me:$LINENO: checking for AIX" >&5
3083echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3084cat >conftest.$ac_ext <<_ACEOF
3085/* confdefs.h. */
3086_ACEOF
3087cat confdefs.h >>conftest.$ac_ext
3088cat >>conftest.$ac_ext <<_ACEOF
3089/* end confdefs.h. */
3090#ifdef _AIX
3091 yes
3092#endif
3093
3094_ACEOF
3095if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3096 $EGREP "yes" >/dev/null 2>&1; then
3097 echo "$as_me:$LINENO: result: yes" >&5
3098echo "${ECHO_T}yes" >&6
3099cat >>confdefs.h <<\_ACEOF
3100#define _ALL_SOURCE 1
3101_ACEOF
3102
3103else
3104 echo "$as_me:$LINENO: result: no" >&5
3105echo "${ECHO_T}no" >&6
3106fi
3107rm -f conftest*
3108
3109
3110echo "$as_me:$LINENO: checking for library containing strerror" >&5
3111echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
3112if test "${ac_cv_search_strerror+set}" = set; then
3113 echo $ECHO_N "(cached) $ECHO_C" >&6
3114else
3115 ac_func_search_save_LIBS=$LIBS
3116ac_cv_search_strerror=no
3117cat >conftest.$ac_ext <<_ACEOF
3118/* confdefs.h. */
3119_ACEOF
3120cat confdefs.h >>conftest.$ac_ext
3121cat >>conftest.$ac_ext <<_ACEOF
3122/* end confdefs.h. */
3123
3124/* Override any gcc2 internal prototype to avoid an error. */
3125#ifdef __cplusplus
3126extern "C"
3127#endif
3128/* We use char because int might match the return type of a gcc2
3129 builtin and then its argument prototype would still apply. */
3130char strerror ();
3131int
3132main ()
3133{
3134strerror ();
3135 ;
3136 return 0;
3137}
3138_ACEOF
3139rm -f conftest.$ac_objext conftest$ac_exeext
3140if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3141 (eval $ac_link) 2>conftest.er1
3142 ac_status=$?
3143 grep -v '^ *+' conftest.er1 >conftest.err
3144 rm -f conftest.er1
3145 cat conftest.err >&5
3146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3147 (exit $ac_status); } &&
3148 { ac_try='test -z "$ac_c_werror_flag"
3149 || test ! -s conftest.err'
3150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3151 (eval $ac_try) 2>&5
3152 ac_status=$?
3153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3154 (exit $ac_status); }; } &&
3155 { ac_try='test -s conftest$ac_exeext'
3156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3157 (eval $ac_try) 2>&5
3158 ac_status=$?
3159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3160 (exit $ac_status); }; }; then
3161 ac_cv_search_strerror="none required"
3162else
3163 echo "$as_me: failed program was:" >&5
3164sed 's/^/| /' conftest.$ac_ext >&5
3165
3166fi
3167rm -f conftest.err conftest.$ac_objext \
3168 conftest$ac_exeext conftest.$ac_ext
3169if test "$ac_cv_search_strerror" = no; then
3170 for ac_lib in cposix; do
3171 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3172 cat >conftest.$ac_ext <<_ACEOF
3173/* confdefs.h. */
3174_ACEOF
3175cat confdefs.h >>conftest.$ac_ext
3176cat >>conftest.$ac_ext <<_ACEOF
3177/* end confdefs.h. */
3178
3179/* Override any gcc2 internal prototype to avoid an error. */
3180#ifdef __cplusplus
3181extern "C"
3182#endif
3183/* We use char because int might match the return type of a gcc2
3184 builtin and then its argument prototype would still apply. */
3185char strerror ();
3186int
3187main ()
3188{
3189strerror ();
3190 ;
3191 return 0;
3192}
3193_ACEOF
3194rm -f conftest.$ac_objext conftest$ac_exeext
3195if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3196 (eval $ac_link) 2>conftest.er1
3197 ac_status=$?
3198 grep -v '^ *+' conftest.er1 >conftest.err
3199 rm -f conftest.er1
3200 cat conftest.err >&5
3201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3202 (exit $ac_status); } &&
3203 { ac_try='test -z "$ac_c_werror_flag"
3204 || test ! -s conftest.err'
3205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3206 (eval $ac_try) 2>&5
3207 ac_status=$?
3208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3209 (exit $ac_status); }; } &&
3210 { ac_try='test -s conftest$ac_exeext'
3211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3212 (eval $ac_try) 2>&5
3213 ac_status=$?
3214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3215 (exit $ac_status); }; }; then
3216 ac_cv_search_strerror="-l$ac_lib"
3217break
3218else
3219 echo "$as_me: failed program was:" >&5
3220sed 's/^/| /' conftest.$ac_ext >&5
3221
3222fi
3223rm -f conftest.err conftest.$ac_objext \
3224 conftest$ac_exeext conftest.$ac_ext
3225 done
3226fi
3227LIBS=$ac_func_search_save_LIBS
3228fi
3229echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3230echo "${ECHO_T}$ac_cv_search_strerror" >&6
3231if test "$ac_cv_search_strerror" != no; then
3232 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3233
3234fi
3235
3236ac_ext=cc
3237ac_cpp='$CXXCPP $CPPFLAGS'
3238ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3239ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3240ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3241
3242
3243if test x$GCC = xyes && test x$GXX = xyes; then
3244 echo "$as_me:$LINENO: checking for working libsupc++" >&5
3245echo $ECHO_N "checking for working libsupc++... $ECHO_C" >&6
3246 save_CXX="$CXX"
3247 save_LIBS="$LIBS"
3248 CXX="$CC"
3249 LIBS="$LIBS -lsupc++"
3250 LINKER="$CC"
3251
3252cat >conftest.$ac_ext <<_ACEOF
3253/* confdefs.h. */
3254_ACEOF
3255cat confdefs.h >>conftest.$ac_ext
3256cat >>conftest.$ac_ext <<_ACEOF
3257/* end confdefs.h. */
3258struct test { }; void f() try { throw new test; } catch (...) { throw; }
3259int
3260main ()
3261{
3262
3263 ;
3264 return 0;
3265}
3266_ACEOF
3267rm -f conftest.$ac_objext conftest$ac_exeext
3268if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3269 (eval $ac_link) 2>conftest.er1
3270 ac_status=$?
3271 grep -v '^ *+' conftest.er1 >conftest.err
3272 rm -f conftest.er1
3273 cat conftest.err >&5
3274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3275 (exit $ac_status); } &&
3276 { ac_try='test -z "$ac_cxx_werror_flag"
3277 || test ! -s conftest.err'
3278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3279 (eval $ac_try) 2>&5
3280 ac_status=$?
3281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3282 (exit $ac_status); }; } &&
3283 { ac_try='test -s conftest$ac_exeext'
3284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3285 (eval $ac_try) 2>&5
3286 ac_status=$?
3287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3288 (exit $ac_status); }; }; then
3289 echo "$as_me:$LINENO: result: ok" >&5
3290echo "${ECHO_T}ok" >&6
3291else
3292 echo "$as_me: failed program was:" >&5
3293sed 's/^/| /' conftest.$ac_ext >&5
3294
3295
3296 echo "$as_me:$LINENO: result: no, making everything bigger and slower" >&5
3297echo "${ECHO_T}no, making everything bigger and slower" >&6
3298 LIBS="$save_LIBS"
3299 LINKER="$save_CXX"
3300
3301
3302fi
3303rm -f conftest.err conftest.$ac_objext \
3304 conftest$ac_exeext conftest.$ac_ext
3305 CXX="$save_CXX"
3306fi
3307LINKER=$LINKER
3308
3309
3310if test -z "$orig_CXXFLAGS"; then
3311 if test x$GCC = xyes && test "x$GXX" = xyes; then
3312 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs"
3313 cat >conftest.$ac_ext <<_ACEOF
3314/* confdefs.h. */
3315_ACEOF
3316cat confdefs.h >>conftest.$ac_ext
3317cat >>conftest.$ac_ext <<_ACEOF
3318/* end confdefs.h. */
3319
3320int
3321main ()
3322{
3323
3324 ;
3325 return 0;
3326}
3327_ACEOF
3328rm -f conftest.$ac_objext
3329if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3330 (eval $ac_compile) 2>conftest.er1
3331 ac_status=$?
3332 grep -v '^ *+' conftest.er1 >conftest.err
3333 rm -f conftest.er1
3334 cat conftest.err >&5
3335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3336 (exit $ac_status); } &&
3337 { ac_try='test -z "$ac_cxx_werror_flag"
3338 || test ! -s conftest.err'
3339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3340 (eval $ac_try) 2>&5
3341 ac_status=$?
3342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3343 (exit $ac_status); }; } &&
3344 { ac_try='test -s conftest.$ac_objext'
3345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3346 (eval $ac_try) 2>&5
3347 ac_status=$?
3348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3349 (exit $ac_status); }; }; then
3350 :
3351else
3352 echo "$as_me: failed program was:" >&5
3353sed 's/^/| /' conftest.$ac_ext >&5
3354
3355CXXFLAGS="-g -O3"
3356fi
3357rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3358 else
3359 CXXFLAGS="-O"
3360 fi
3361 CFLAGS="$CXXFLAGS"
3362fi
3363
3364
3365cat >>confdefs.h <<\_ACEOF
3366#define _GNU_SOURCE 1
3367_ACEOF
3368
3369
3370case $host in
3371 *-*-solaris* )
3372
3373cat >>confdefs.h <<\_ACEOF
3374#define _XOPEN_SOURCE 500
3375_ACEOF
3376
3377 ;;
3378esac
3379
3380
3381echo "$as_me:$LINENO: checking for setlocale" >&5
3382echo $ECHO_N "checking for setlocale... $ECHO_C" >&6
3383if test "${ac_cv_func_setlocale+set}" = set; then
3384 echo $ECHO_N "(cached) $ECHO_C" >&6
3385else
3386 cat >conftest.$ac_ext <<_ACEOF
3387/* confdefs.h. */
3388_ACEOF
3389cat confdefs.h >>conftest.$ac_ext
3390cat >>conftest.$ac_ext <<_ACEOF
3391/* end confdefs.h. */
3392/* Define setlocale to an innocuous variant, in case <limits.h> declares setlocale.
3393 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3394#define setlocale innocuous_setlocale
3395
3396/* System header to define __stub macros and hopefully few prototypes,
3397 which can conflict with char setlocale (); below.
3398 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3399 <limits.h> exists even on freestanding compilers. */
3400
3401#ifdef __STDC__
3402# include <limits.h>
3403#else
3404# include <assert.h>
3405#endif
3406
3407#undef setlocale
3408
3409/* Override any gcc2 internal prototype to avoid an error. */
3410#ifdef __cplusplus
3411extern "C"
3412{
3413#endif
3414/* We use char because int might match the return type of a gcc2
3415 builtin and then its argument prototype would still apply. */
3416char setlocale ();
3417/* The GNU C library defines this for functions which it implements
3418 to always fail with ENOSYS. Some functions are actually named
3419 something starting with __ and the normal name is an alias. */
3420#if defined (__stub_setlocale) || defined (__stub___setlocale)
3421choke me
3422#else
3423char (*f) () = setlocale;
3424#endif
3425#ifdef __cplusplus
3426}
3427#endif
3428
3429int
3430main ()
3431{
3432return f != setlocale;
3433 ;
3434 return 0;
3435}
3436_ACEOF
3437rm -f conftest.$ac_objext conftest$ac_exeext
3438if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3439 (eval $ac_link) 2>conftest.er1
3440 ac_status=$?
3441 grep -v '^ *+' conftest.er1 >conftest.err
3442 rm -f conftest.er1
3443 cat conftest.err >&5
3444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3445 (exit $ac_status); } &&
3446 { ac_try='test -z "$ac_cxx_werror_flag"
3447 || test ! -s conftest.err'
3448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3449 (eval $ac_try) 2>&5
3450 ac_status=$?
3451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3452 (exit $ac_status); }; } &&
3453 { ac_try='test -s conftest$ac_exeext'
3454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3455 (eval $ac_try) 2>&5
3456 ac_status=$?
3457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3458 (exit $ac_status); }; }; then
3459 ac_cv_func_setlocale=yes
3460else
3461 echo "$as_me: failed program was:" >&5
3462sed 's/^/| /' conftest.$ac_ext >&5
3463
3464ac_cv_func_setlocale=no
3465fi
3466rm -f conftest.err conftest.$ac_objext \
3467 conftest$ac_exeext conftest.$ac_ext
3468fi
3469echo "$as_me:$LINENO: result: $ac_cv_func_setlocale" >&5
3470echo "${ECHO_T}$ac_cv_func_setlocale" >&6
3471if test $ac_cv_func_setlocale = yes; then
3472 :
3473else
3474 echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3475echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3476if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3477 echo $ECHO_N "(cached) $ECHO_C" >&6
3478else
3479 ac_check_lib_save_LIBS=$LIBS
3480LIBS="-lxpg4 $LIBS"
3481cat >conftest.$ac_ext <<_ACEOF
3482/* confdefs.h. */
3483_ACEOF
3484cat confdefs.h >>conftest.$ac_ext
3485cat >>conftest.$ac_ext <<_ACEOF
3486/* end confdefs.h. */
3487
3488/* Override any gcc2 internal prototype to avoid an error. */
3489#ifdef __cplusplus
3490extern "C"
3491#endif
3492/* We use char because int might match the return type of a gcc2
3493 builtin and then its argument prototype would still apply. */
3494char setlocale ();
3495int
3496main ()
3497{
3498setlocale ();
3499 ;
3500 return 0;
3501}
3502_ACEOF
3503rm -f conftest.$ac_objext conftest$ac_exeext
3504if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3505 (eval $ac_link) 2>conftest.er1
3506 ac_status=$?
3507 grep -v '^ *+' conftest.er1 >conftest.err
3508 rm -f conftest.er1
3509 cat conftest.err >&5
3510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3511 (exit $ac_status); } &&
3512 { ac_try='test -z "$ac_cxx_werror_flag"
3513 || test ! -s conftest.err'
3514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3515 (eval $ac_try) 2>&5
3516 ac_status=$?
3517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3518 (exit $ac_status); }; } &&
3519 { ac_try='test -s conftest$ac_exeext'
3520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3521 (eval $ac_try) 2>&5
3522 ac_status=$?
3523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3524 (exit $ac_status); }; }; then
3525 ac_cv_lib_xpg4_setlocale=yes
3526else
3527 echo "$as_me: failed program was:" >&5
3528sed 's/^/| /' conftest.$ac_ext >&5
3529
3530ac_cv_lib_xpg4_setlocale=no
3531fi
3532rm -f conftest.err conftest.$ac_objext \
3533 conftest$ac_exeext conftest.$ac_ext
3534LIBS=$ac_check_lib_save_LIBS
3535fi
3536echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3537echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3538if test $ac_cv_lib_xpg4_setlocale = yes; then
3539 LIBS="$LIBS -lxpg4"
3540fi
3541
3542fi
3543
3544
3545echo "$as_me:$LINENO: checking for gethostbyname" >&5
3546echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
3547if test "${ac_cv_func_gethostbyname+set}" = set; then
3548 echo $ECHO_N "(cached) $ECHO_C" >&6
3549else
3550 cat >conftest.$ac_ext <<_ACEOF
3551/* confdefs.h. */
3552_ACEOF
3553cat confdefs.h >>conftest.$ac_ext
3554cat >>conftest.$ac_ext <<_ACEOF
3555/* end confdefs.h. */
3556/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
3557 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3558#define gethostbyname innocuous_gethostbyname
3559
3560/* System header to define __stub macros and hopefully few prototypes,
3561 which can conflict with char gethostbyname (); below.
3562 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3563 <limits.h> exists even on freestanding compilers. */
3564
3565#ifdef __STDC__
3566# include <limits.h>
3567#else
3568# include <assert.h>
3569#endif
3570
3571#undef gethostbyname
3572
3573/* Override any gcc2 internal prototype to avoid an error. */
3574#ifdef __cplusplus
3575extern "C"
3576{
3577#endif
3578/* We use char because int might match the return type of a gcc2
3579 builtin and then its argument prototype would still apply. */
3580char gethostbyname ();
3581/* The GNU C library defines this for functions which it implements
3582 to always fail with ENOSYS. Some functions are actually named
3583 something starting with __ and the normal name is an alias. */
3584#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
3585choke me
3586#else
3587char (*f) () = gethostbyname;
3588#endif
3589#ifdef __cplusplus
3590}
3591#endif
3592
3593int
3594main ()
3595{
3596return f != gethostbyname;
3597 ;
3598 return 0;
3599}
3600_ACEOF
3601rm -f conftest.$ac_objext conftest$ac_exeext
3602if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3603 (eval $ac_link) 2>conftest.er1
3604 ac_status=$?
3605 grep -v '^ *+' conftest.er1 >conftest.err
3606 rm -f conftest.er1
3607 cat conftest.err >&5
3608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3609 (exit $ac_status); } &&
3610 { ac_try='test -z "$ac_cxx_werror_flag"
3611 || test ! -s conftest.err'
3612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3613 (eval $ac_try) 2>&5
3614 ac_status=$?
3615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3616 (exit $ac_status); }; } &&
3617 { ac_try='test -s conftest$ac_exeext'
3618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3619 (eval $ac_try) 2>&5
3620 ac_status=$?
3621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3622 (exit $ac_status); }; }; then
3623 ac_cv_func_gethostbyname=yes
3624else
3625 echo "$as_me: failed program was:" >&5
3626sed 's/^/| /' conftest.$ac_ext >&5
3627
3628ac_cv_func_gethostbyname=no
3629fi
3630rm -f conftest.err conftest.$ac_objext \
3631 conftest$ac_exeext conftest.$ac_ext
3632fi
3633echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
3634echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
3635if test $ac_cv_func_gethostbyname = yes; then
3636 :
3637else
3638 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3639echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3640if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3641 echo $ECHO_N "(cached) $ECHO_C" >&6
3642else
3643 ac_check_lib_save_LIBS=$LIBS
3644LIBS="-lnsl $LIBS"
3645cat >conftest.$ac_ext <<_ACEOF
3646/* confdefs.h. */
3647_ACEOF
3648cat confdefs.h >>conftest.$ac_ext
3649cat >>conftest.$ac_ext <<_ACEOF
3650/* end confdefs.h. */
3651
3652/* Override any gcc2 internal prototype to avoid an error. */
3653#ifdef __cplusplus
3654extern "C"
3655#endif
3656/* We use char because int might match the return type of a gcc2
3657 builtin and then its argument prototype would still apply. */
3658char gethostbyname ();
3659int
3660main ()
3661{
3662gethostbyname ();
3663 ;
3664 return 0;
3665}
3666_ACEOF
3667rm -f conftest.$ac_objext conftest$ac_exeext
3668if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3669 (eval $ac_link) 2>conftest.er1
3670 ac_status=$?
3671 grep -v '^ *+' conftest.er1 >conftest.err
3672 rm -f conftest.er1
3673 cat conftest.err >&5
3674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3675 (exit $ac_status); } &&
3676 { ac_try='test -z "$ac_cxx_werror_flag"
3677 || test ! -s conftest.err'
3678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3679 (eval $ac_try) 2>&5
3680 ac_status=$?
3681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3682 (exit $ac_status); }; } &&
3683 { ac_try='test -s conftest$ac_exeext'
3684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3685 (eval $ac_try) 2>&5
3686 ac_status=$?
3687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3688 (exit $ac_status); }; }; then
3689 ac_cv_lib_nsl_gethostbyname=yes
3690else
3691 echo "$as_me: failed program was:" >&5
3692sed 's/^/| /' conftest.$ac_ext >&5
3693
3694ac_cv_lib_nsl_gethostbyname=no
3695fi
3696rm -f conftest.err conftest.$ac_objext \
3697 conftest$ac_exeext conftest.$ac_ext
3698LIBS=$ac_check_lib_save_LIBS
3699fi
3700echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3701echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3702if test $ac_cv_lib_nsl_gethostbyname = yes; then
3703 LIBS="$LIBS -lnsl"
3704fi
3705
3706fi
3707
3708echo "$as_me:$LINENO: checking for socket" >&5
3709echo $ECHO_N "checking for socket... $ECHO_C" >&6
3710if test "${ac_cv_func_socket+set}" = set; then
3711 echo $ECHO_N "(cached) $ECHO_C" >&6
3712else
3713 cat >conftest.$ac_ext <<_ACEOF
3714/* confdefs.h. */
3715_ACEOF
3716cat confdefs.h >>conftest.$ac_ext
3717cat >>conftest.$ac_ext <<_ACEOF
3718/* end confdefs.h. */
3719/* Define socket to an innocuous variant, in case <limits.h> declares socket.
3720 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3721#define socket innocuous_socket
3722
3723/* System header to define __stub macros and hopefully few prototypes,
3724 which can conflict with char socket (); below.
3725 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3726 <limits.h> exists even on freestanding compilers. */
3727
3728#ifdef __STDC__
3729# include <limits.h>
3730#else
3731# include <assert.h>
3732#endif
3733
3734#undef socket
3735
3736/* Override any gcc2 internal prototype to avoid an error. */
3737#ifdef __cplusplus
3738extern "C"
3739{
3740#endif
3741/* We use char because int might match the return type of a gcc2
3742 builtin and then its argument prototype would still apply. */
3743char socket ();
3744/* The GNU C library defines this for functions which it implements
3745 to always fail with ENOSYS. Some functions are actually named
3746 something starting with __ and the normal name is an alias. */
3747#if defined (__stub_socket) || defined (__stub___socket)
3748choke me
3749#else
3750char (*f) () = socket;
3751#endif
3752#ifdef __cplusplus
3753}
3754#endif
3755
3756int
3757main ()
3758{
3759return f != socket;
3760 ;
3761 return 0;
3762}
3763_ACEOF
3764rm -f conftest.$ac_objext conftest$ac_exeext
3765if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3766 (eval $ac_link) 2>conftest.er1
3767 ac_status=$?
3768 grep -v '^ *+' conftest.er1 >conftest.err
3769 rm -f conftest.er1
3770 cat conftest.err >&5
3771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3772 (exit $ac_status); } &&
3773 { ac_try='test -z "$ac_cxx_werror_flag"
3774 || test ! -s conftest.err'
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); }; } &&
3780 { ac_try='test -s conftest$ac_exeext'
3781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3782 (eval $ac_try) 2>&5
3783 ac_status=$?
3784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3785 (exit $ac_status); }; }; then
3786 ac_cv_func_socket=yes
3787else
3788 echo "$as_me: failed program was:" >&5
3789sed 's/^/| /' conftest.$ac_ext >&5
3790
3791ac_cv_func_socket=no
3792fi
3793rm -f conftest.err conftest.$ac_objext \
3794 conftest$ac_exeext conftest.$ac_ext
3795fi
3796echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
3797echo "${ECHO_T}$ac_cv_func_socket" >&6
3798if test $ac_cv_func_socket = yes; then
3799 :
3800else
3801 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3802echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3803if test "${ac_cv_lib_socket_socket+set}" = set; then
3804 echo $ECHO_N "(cached) $ECHO_C" >&6
3805else
3806 ac_check_lib_save_LIBS=$LIBS
3807LIBS="-lsocket $LIBS"
3808cat >conftest.$ac_ext <<_ACEOF
3809/* confdefs.h. */
3810_ACEOF
3811cat confdefs.h >>conftest.$ac_ext
3812cat >>conftest.$ac_ext <<_ACEOF
3813/* end confdefs.h. */
3814
3815/* Override any gcc2 internal prototype to avoid an error. */
3816#ifdef __cplusplus
3817extern "C"
3818#endif
3819/* We use char because int might match the return type of a gcc2
3820 builtin and then its argument prototype would still apply. */
3821char socket ();
3822int
3823main ()
3824{
3825socket ();
3826 ;
3827 return 0;
3828}
3829_ACEOF
3830rm -f conftest.$ac_objext conftest$ac_exeext
3831if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3832 (eval $ac_link) 2>conftest.er1
3833 ac_status=$?
3834 grep -v '^ *+' conftest.er1 >conftest.err
3835 rm -f conftest.er1
3836 cat conftest.err >&5
3837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3838 (exit $ac_status); } &&
3839 { ac_try='test -z "$ac_cxx_werror_flag"
3840 || test ! -s conftest.err'
3841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3842 (eval $ac_try) 2>&5
3843 ac_status=$?
3844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3845 (exit $ac_status); }; } &&
3846 { ac_try='test -s conftest$ac_exeext'
3847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3848 (eval $ac_try) 2>&5
3849 ac_status=$?
3850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851 (exit $ac_status); }; }; then
3852 ac_cv_lib_socket_socket=yes
3853else
3854 echo "$as_me: failed program was:" >&5
3855sed 's/^/| /' conftest.$ac_ext >&5
3856
3857ac_cv_lib_socket_socket=no
3858fi
3859rm -f conftest.err conftest.$ac_objext \
3860 conftest$ac_exeext conftest.$ac_ext
3861LIBS=$ac_check_lib_save_LIBS
3862fi
3863echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3864echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3865if test $ac_cv_lib_socket_socket = yes; then
3866 LIBS="$LIBS -lsocket"
3867fi
3868
3869fi
3870
3871
3872
3873support_frills=yes
3874support_inheritpixmap=yes
3875support_tinting=yes
3876support_fading=yes
3877support_keepscrolling=yes
3878support_selectionscrolling=yes
3879support_mousewheel=yes
3880support_mouseslipwheel=yes
3881support_text_blink=yes
3882support_pointer_blank=yes
3883support_scroll_rxvt=yes
3884support_scroll_next=yes
3885support_scroll_xterm=yes
3886support_scroll_plain=yes
3887support_xim=yes
3888support_xpm=yes
3889support_afterimage=yes
3890support_afterstep=yes
3891support_xft=yes
3892support_unicode3=no
3893support_combining=yes
3894support_8bitctrls=no
3895support_iso14755=yes
3896support_styles=yes
3897support_perl=yes
3898codesets=all
3899
3900
3901if test "x$enable_shared" = xyes; then
3902
3903cat >>confdefs.h <<\_ACEOF
3904#define LIBRXVT 1
3905_ACEOF
3906
3907 INSTALL_LIBRXVT=yes
3908fi
3909
3910
3911# Check whether --enable-everything or --disable-everything was given.
3912if test "${enable_everything+set}" = set; then
3913 enableval="$enable_everything"
3914
3915 if test x$enableval = xno; then
3916 support_frills=no
3917 support_inheritpixmap=no
3918 support_tinting=no
3919 support_fading=no
3920 support_keepscrolling=no
3921 support_selectionscrolling=no
3922 support_lastlog=no
3923 support_mousewheel=no
3924 support_mouseslipwheel=no
3925 support_text_blink=no
3926 support_pointer_blank=no
3927 support_scroll_rxvt=no
3928 support_scroll_next=no
3929 support_scroll_xterm=no
3930 support_scroll_plain=no
3931 support_utmp=no
3932 support_wtmp=no
3933 support_xim=no
3934 support_xpm=no
3935 support_afterimage=no
3936 support_afterstep=no
3937 support_xft=no
3938 support_unicode3=no
3939 support_combining=no
3940 support_8bitctrls=no
3941 support_iso14755=no
3942 support_styles=no
3943 support_perl=no
3944 codesets=
3945 fi
3946 if test x$enableval = xyes; then
3947 support_frills=yes
3948 support_inheritpixmap=yes
3949 support_tinting=yes
3950 support_fading=yes
3951 support_keepscrolling=yes
3952 support_selectionscrolling=yes
3953 support_lastlog=yes
3954 support_mousewheel=yes
3955 support_mouseslipwheel=yes
3956 support_text_blink=yes
3957 support_pointer_blank=yes
3958 support_scroll_rxvt=yes
3959 support_scroll_next=yes
3960 support_scroll_xterm=yes
3961 support_scroll_plain=yes
3962 support_utmp=yes
3963 support_wtmp=yes
3964 support_xim=yes
3965 support_xpm=yes
3966 support_afterimage=yes
3967 support_afterstep=yes
3968 support_xft=yes
3969 support_unicode3=yes
3970 support_combining=yes
3971 #support_8bitctrls=yes
3972 support_iso14755=yes
3973 support_styles=yes
3974 support_perl=yes
3975 codesets=all
3976 fi
3977
3978fi;
3979
3980# Check whether --enable-unicode3 or --disable-unicode3 was given.
3981if test "${enable_unicode3+set}" = set; then
3982 enableval="$enable_unicode3"
3983 if test x$enableval = xyes -o x$enableval = xno; then
3984 support_unicode3=$enableval
3985 fi
3986fi;
3987
3988# Check whether --enable-combining or --disable-combining was given.
3989if test "${enable_combining+set}" = set; then
3990 enableval="$enable_combining"
3991 if test x$enableval = xyes -o x$enableval = xno; then
3992 support_combining=$enableval
3993 fi
3994fi;
3995
3996# Check whether --enable-xft or --disable-xft was given.
3997if test "${enable_xft+set}" = set; then
3998 enableval="$enable_xft"
3999 if test x$enableval = xyes -o x$enableval = xno; then
4000 support_xft=$enableval
4001 fi
4002fi;
4003
4004# Check whether --enable-font-styles or --disable-font-styles was given.
4005if test "${enable_font_styles+set}" = set; then
4006 enableval="$enable_font_styles"
4007 if test x$enableval = xyes -o x$enableval = xno; then
4008 support_styles=$enableval
4009 fi
4010fi;
4011
4012# Check whether --enable-xpm-background or --disable-xpm-background was given.
4013if test "${enable_xpm_background+set}" = set; then
4014 enableval="$enable_xpm_background"
4015 if test x$enableval = xyes -o x$enableval = xno; then
4016 support_xpm=$enableval
4017 fi
4018fi;
4019
4020# Check whether --enable-afterimage or --disable-afterimage was given.
4021if test "${enable_afterimage+set}" = set; then
4022 enableval="$enable_afterimage"
4023 if test x$enableval = xyes -o x$enableval = xno; then
4024 support_afterimage=$enableval
4025 fi
4026fi;
4027
4028
4029# Check whether --with-afterimage_config or --without-afterimage_config was given.
4030if test "${with_afterimage_config+set}" = set; then
4031 withval="$with_afterimage_config"
4032 if test "x$withval" != x; then
4033 afterimage_config=$withval/afterimage-config
4034 fi
4035fi;
4036
4037# Check whether --enable-afterstep or --disable-afterstep was given.
4038if test "${enable_afterstep+set}" = set; then
4039 enableval="$enable_afterstep"
4040 if test x$enableval = xyes -o x$enableval = xno; then
4041 support_afterstep=$enableval
4042 fi
4043fi;
4044
4045# Check whether --enable-transparency or --disable-transparency was given.
4046if test "${enable_transparency+set}" = set; then
4047 enableval="$enable_transparency"
4048 if test x$enableval = xyes -o x$enableval = xno; then
4049 support_inheritpixmap=$enableval
4050 fi
4051fi;
4052
4053# Check whether --enable-tinting or --disable-tinting was given.
4054if test "${enable_tinting+set}" = set; then
4055 enableval="$enable_tinting"
4056 if test x$enableval = xyes -o x$enableval = xno; then
4057 support_tinting=$enableval
4058 fi
4059fi;
4060
4061# Check whether --enable-fading or --disable-fading was given.
4062if test "${enable_fading+set}" = set; then
4063 enableval="$enable_fading"
4064 if test x$enableval = xyes -o x$enableval = xno; then
4065 support_fading=$enableval
4066 fi
4067fi;
4068
4069# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
4070if test "${enable_rxvt_scroll+set}" = set; then
4071 enableval="$enable_rxvt_scroll"
4072 if test x$enableval = xyes -o x$enableval = xno; then
4073 support_scroll_rxvt=$enableval
4074 fi
4075fi;
4076
4077# Check whether --enable-next-scroll or --disable-next-scroll was given.
4078if test "${enable_next_scroll+set}" = set; then
4079 enableval="$enable_next_scroll"
4080 if test x$enableval = xyes -o x$enableval = xno; then
4081 support_scroll_next=$enableval
4082 fi
4083fi;
4084
4085# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
4086if test "${enable_xterm_scroll+set}" = set; then
4087 enableval="$enable_xterm_scroll"
4088 if test x$enableval = xyes -o x$enableval = xno; then
4089 support_scroll_xterm=$enableval
4090 fi
4091fi;
4092
4093# Check whether --enable-perl or --disable-perl was given.
4094if test "${enable_perl+set}" = set; then
4095 enableval="$enable_perl"
4096 if test x$enableval = xyes -o x$enableval = xno; then
4097 support_perl=$enableval
4098 fi
4099fi;
4100
4101# Check whether --enable-plain-scroll or --disable-plain-scroll was given.
4102if test "${enable_plain_scroll+set}" = set; then
4103 enableval="$enable_plain_scroll"
4104 if test x$enableval = xyes -o x$enableval = xno; then
4105 support_scroll_plain=$enableval
4106 fi
4107fi;
4108
4109
4110# Check whether --with-codesets or --without-codesets was given.
4111if test "${with_codesets+set}" = set; then
4112 withval="$with_codesets"
4113 codesets="$withval"
4114fi;
4115
4116# Check whether --enable-xim or --disable-xim was given.
4117if test "${enable_xim+set}" = set; then
4118 enableval="$enable_xim"
4119 if test x$enableval = xyes -o x$enableval = xno; then
4120 support_xim=$enableval
4121 fi
4122fi;
4123
4124# Check whether --enable-backspace-key or --disable-backspace-key was given.
4125if test "${enable_backspace_key+set}" = set; then
4126 enableval="$enable_backspace_key"
4127 if test x$enableval = xno; then
4128
4129cat >>confdefs.h <<\_ACEOF
4130#define NO_BACKSPACE_KEY 1
4131_ACEOF
4132
4133 fi
4134fi;
4135
4136# Check whether --enable-delete-key or --disable-delete-key was given.
4137if test "${enable_delete_key+set}" = set; then
4138 enableval="$enable_delete_key"
4139 if test x$enableval = xno; then
4140
4141cat >>confdefs.h <<\_ACEOF
4142#define NO_DELETE_KEY 1
4143_ACEOF
4144
4145 fi
4146fi;
4147
4148# Check whether --enable-resources or --disable-resources was given.
4149if test "${enable_resources+set}" = set; then
4150 enableval="$enable_resources"
4151 if test x$enableval = xno; then
4152
4153cat >>confdefs.h <<\_ACEOF
4154#define NO_RESOURCES 1
4155_ACEOF
4156
4157 fi
4158fi;
4159
4160# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
4161if test "${enable_8bitctrls+set}" = set; then
4162 enableval="$enable_8bitctrls"
4163 if test x$enableval = xyes -o x$enableval = xno; then
4164 support_8bitctrls=$enableval
4165 fi
4166fi;
4167
4168RESFALLBACK=Rxvt
4169# Check whether --enable-fallback or --disable-fallback was given.
4170if test "${enable_fallback+set}" = set; then
4171 enableval="$enable_fallback"
4172
4173 test x$enableval = xyes && enableval=Rxvt
4174 test x$enableval = xno && enableval=
4175 RESFALLBACK="$enableval"
4176
4177fi;
4178
4179if test x$RESFALLBACK != x; then
4180
4181cat >>confdefs.h <<_ACEOF
4182#define RESFALLBACK "$RESFALLBACK"
4183_ACEOF
4184
4185fi
4186
4187RESNAME=urxvt
4188
4189# Check whether --with-res-name or --without-res-name was given.
4190if test "${with_res_name+set}" = set; then
4191 withval="$with_res_name"
4192 RESNAME="$withval"
4193fi;
4194
4195cat >>confdefs.h <<_ACEOF
4196#define RESNAME "$RESNAME"
4197_ACEOF
4198
4199
4200RESCLASS=URxvt
4201
4202# Check whether --with-res-class or --without-res-class was given.
4203if test "${with_res_class+set}" = set; then
4204 withval="$with_res_class"
4205 RESCLASS="$withval"
4206fi;
4207
4208cat >>confdefs.h <<_ACEOF
4209#define RESCLASS "$RESCLASS"
4210_ACEOF
4211
4212
4213RXVTNAME=urxvt
4214
4215# Check whether --with-name or --without-name was given.
4216if test "${with_name+set}" = set; then
4217 withval="$with_name"
4218 RXVTNAME="$withval"
4219fi;
4220
4221cat >>confdefs.h <<_ACEOF
4222#define RXVTNAME "$RXVTNAME"
4223_ACEOF
4224
4225
4226RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
4227
4228
4229# Check whether --enable-swapscreen or --disable-swapscreen was given.
4230if test "${enable_swapscreen+set}" = set; then
4231 enableval="$enable_swapscreen"
4232 if test x$enableval = xno; then
4233
4234cat >>confdefs.h <<\_ACEOF
4235#define NO_SECONDARY_SCREEN 1
4236_ACEOF
4237
4238 fi
4239fi;
4240
4241# Check whether --enable-iso14755 or --disable-iso14755 was given.
4242if test "${enable_iso14755+set}" = set; then
4243 enableval="$enable_iso14755"
4244 if test x$enableval = xyes -o x$enableval = xno; then
4245 support_iso14755=$enableval
4246 fi
4247fi;
4248
4249# Check whether --enable-frills or --disable-frills was given.
4250if test "${enable_frills+set}" = set; then
4251 enableval="$enable_frills"
4252 if test x$enableval = xyes -o x$enableval = xno; then
4253 support_frills=$enableval
4254 fi
4255fi;
4256
4257# Check whether --enable-keepscrolling or --disable-keepscrolling was given.
4258if test "${enable_keepscrolling+set}" = set; then
4259 enableval="$enable_keepscrolling"
4260 if test x$enableval = xyes -o x$enableval = xno; then
4261 support_keepscrolling=$enableval
4262 fi
4263fi;
4264
4265# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
4266if test "${enable_selectionscrolling+set}" = set; then
4267 enableval="$enable_selectionscrolling"
4268 if test x$enableval = xyes -o x$enableval = xno; then
4269 support_selectionscrolling=$enableval
4270 fi
4271fi;
4272
4273# Check whether --enable-mousewheel or --disable-mousewheel was given.
4274if test "${enable_mousewheel+set}" = set; then
4275 enableval="$enable_mousewheel"
4276 if test x$enableval = xyes -o x$enableval = xno; then
4277 support_mousewheel=$enableval
4278 fi
4279fi;
4280
4281# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
4282if test "${enable_slipwheeling+set}" = set; then
4283 enableval="$enable_slipwheeling"
4284 if test x$enableval = xyes -o x$enableval = xno; then
4285 support_mouseslipwheel=$enableval
4286 fi
4287fi;
4288
4289# Check whether --enable-smart-resize or --disable-smart-resize was given.
4290if test "${enable_smart_resize+set}" = set; then
4291 enableval="$enable_smart_resize"
4292 if test x$enableval = xyes; then
4293
4294cat >>confdefs.h <<\_ACEOF
4295#define SMART_RESIZE 1
4296_ACEOF
4297
4298 fi
4299fi;
4300
4301# Check whether --enable-text-blink or --disable-text-blink was given.
4302if test "${enable_text_blink+set}" = set; then
4303 enableval="$enable_text_blink"
4304 if test x$enableval = xyes -o x$enableval = xno; then
4305 support_text_blink=$enableval
4306 fi
4307fi;
4308
4309# Check whether --enable-pointer-blank or --disable-pointer-blank was given.
4310if test "${enable_pointer_blank+set}" = set; then
4311 enableval="$enable_pointer_blank"
4312 if test x$enableval = xyes -o x$enableval = xno; then
4313 support_pointer_blank=$enableval
4314 fi
4315fi;
4316
4317
4318# Check whether --with-term or --without-term was given.
4319if test "${with_term+set}" = set; then
4320 withval="$with_term"
4321 if test x$withval != x; then
4322
4323cat >>confdefs.h <<_ACEOF
4324#define TERMENV "$withval"
4325_ACEOF
4326 term="$withval"
4327 fi
4328fi;
4329
4330
4331# Check whether --with-terminfo or --without-terminfo was given.
4332if test "${with_terminfo+set}" = set; then
4333 withval="$with_terminfo"
4334 if test x$withval != x; then
4335
4336cat >>confdefs.h <<_ACEOF
4337#define RXVT_TERMINFO "$withval"
4338_ACEOF
4339 terminfo="$withval"
4340 fi
4341fi;
4342
4343
3169 # Extract the first word of "$ac_prog", so it can be a program name with args. 4344# Extract the first word of "tic", so it can be a program name with args.
3170set dummy $ac_prog; ac_word=$2 4345set dummy tic; ac_word=$2
3171echo "$as_me:$LINENO: checking for $ac_word" >&5 4346echo "$as_me:$LINENO: checking for $ac_word" >&5
3172echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4347echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3173if test "${ac_cv_prog_AWK+set}" = set; then 4348if test "${ac_cv_path_TIC+set}" = set; then
3174 echo $ECHO_N "(cached) $ECHO_C" >&6 4349 echo $ECHO_N "(cached) $ECHO_C" >&6
3175else 4350else
3176 if test -n "$AWK"; then 4351 case $TIC in
4352 [\\/]* | ?:[\\/]*)
3177 ac_cv_prog_AWK="$AWK" # Let the user override the test. 4353 ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
3178else 4354 ;;
4355 *)
3179as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3180for as_dir in $PATH 4357for as_dir in $PATH
3181do 4358do
3182 IFS=$as_save_IFS 4359 IFS=$as_save_IFS
3183 test -z "$as_dir" && as_dir=. 4360 test -z "$as_dir" && as_dir=.
3184 for ac_exec_ext in '' $ac_executable_extensions; do 4361 for ac_exec_ext in '' $ac_executable_extensions; do
3185 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4362 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3186 ac_cv_prog_AWK="$ac_prog" 4363 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
3187 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4364 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3188 break 2 4365 break 2
3189 fi 4366 fi
3190done 4367done
3191done 4368done
3192 4369
4370 ;;
4371esac
3193fi 4372fi
3194fi 4373TIC=$ac_cv_path_TIC
3195AWK=$ac_cv_prog_AWK 4374
3196if test -n "$AWK"; then 4375if test -n "$TIC"; then
3197 echo "$as_me:$LINENO: result: $AWK" >&5 4376 echo "$as_me:$LINENO: result: $TIC" >&5
3198echo "${ECHO_T}$AWK" >&6 4377echo "${ECHO_T}$TIC" >&6
3199else 4378else
3200 echo "$as_me:$LINENO: result: no" >&5 4379 echo "$as_me:$LINENO: result: no" >&5
3201echo "${ECHO_T}no" >&6 4380echo "${ECHO_T}no" >&6
3202fi 4381fi
3203 4382
3204 test -n "$AWK" && break
3205done
3206
3207
3208ac_ext=c
3209ac_cpp='$CPP $CPPFLAGS'
3210ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3211ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3212ac_compiler_gnu=$ac_cv_c_compiler_gnu
3213
3214
3215LINKER="$CXX"
3216if test x$GCC = xyes && test x$GXX = xyes; then
3217
3218echo "$as_me:$LINENO: checking for main in -lsupc++" >&5
3219echo $ECHO_N "checking for main in -lsupc++... $ECHO_C" >&6
3220if test "${ac_cv_lib_supcpp_main+set}" = set; then
3221 echo $ECHO_N "(cached) $ECHO_C" >&6
3222else
3223 ac_check_lib_save_LIBS=$LIBS
3224LIBS="-lsupc++ $LIBS"
3225cat >conftest.$ac_ext <<_ACEOF
3226/* confdefs.h. */
3227_ACEOF
3228cat confdefs.h >>conftest.$ac_ext
3229cat >>conftest.$ac_ext <<_ACEOF
3230/* end confdefs.h. */
3231
3232
3233int
3234main ()
3235{
3236main ();
3237 ;
3238 return 0;
3239}
3240_ACEOF
3241rm -f conftest.$ac_objext conftest$ac_exeext
3242if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3243 (eval $ac_link) 2>conftest.er1
3244 ac_status=$?
3245 grep -v '^ *+' conftest.er1 >conftest.err
3246 rm -f conftest.er1
3247 cat conftest.err >&5
3248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3249 (exit $ac_status); } &&
3250 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3252 (eval $ac_try) 2>&5
3253 ac_status=$?
3254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3255 (exit $ac_status); }; } &&
3256 { ac_try='test -s conftest$ac_exeext'
3257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3258 (eval $ac_try) 2>&5
3259 ac_status=$?
3260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3261 (exit $ac_status); }; }; then
3262 ac_cv_lib_supcpp_main=yes
3263else
3264 echo "$as_me: failed program was:" >&5
3265sed 's/^/| /' conftest.$ac_ext >&5
3266
3267ac_cv_lib_supcpp_main=no
3268fi
3269rm -f conftest.err conftest.$ac_objext \
3270 conftest$ac_exeext conftest.$ac_ext
3271LIBS=$ac_check_lib_save_LIBS
3272fi
3273echo "$as_me:$LINENO: result: $ac_cv_lib_supcpp_main" >&5
3274echo "${ECHO_T}$ac_cv_lib_supcpp_main" >&6
3275if test $ac_cv_lib_supcpp_main = yes; then
3276
3277 LINKER="$CC"
3278 LIBS="$LIBS -lsupc++"
3279
3280fi
3281
3282fi
3283LINKER=$LINKER
3284
3285
3286CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3287
3288
3289ac_ext=cc
3290ac_cpp='$CXXCPP $CPPFLAGS'
3291ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3292ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3293ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3294 4383
3295 4384
3296 4385
3297ac_ext=cc 4386ac_ext=cc
3298ac_cpp='$CXXCPP $CPPFLAGS' 4387ac_cpp='$CXXCPP $CPPFLAGS'
3523ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4612ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3524ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4613ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3525ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 4614ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3526 4615
3527 4616
3528echo "$as_me:$LINENO: checking for egrep" >&5
3529echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3530if test "${ac_cv_prog_egrep+set}" = set; then
3531 echo $ECHO_N "(cached) $ECHO_C" >&6
3532else
3533 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3534 then ac_cv_prog_egrep='grep -E'
3535 else ac_cv_prog_egrep='egrep'
3536 fi
3537fi
3538echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3539echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3540 EGREP=$ac_cv_prog_egrep
3541
3542
3543
3544echo "$as_me:$LINENO: checking for AIX" >&5 4617echo "$as_me:$LINENO: checking for X" >&5
3545echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3546cat >conftest.$ac_ext <<_ACEOF
3547/* confdefs.h. */
3548_ACEOF
3549cat confdefs.h >>conftest.$ac_ext
3550cat >>conftest.$ac_ext <<_ACEOF
3551/* end confdefs.h. */
3552#ifdef _AIX
3553 yes
3554#endif
3555
3556_ACEOF
3557if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3558 $EGREP "yes" >/dev/null 2>&1; then
3559 echo "$as_me:$LINENO: result: yes" >&5
3560echo "${ECHO_T}yes" >&6
3561cat >>confdefs.h <<\_ACEOF
3562#define _ALL_SOURCE 1
3563_ACEOF
3564
3565else
3566 echo "$as_me:$LINENO: result: no" >&5
3567echo "${ECHO_T}no" >&6
3568fi
3569rm -f conftest*
3570
3571
3572echo "$as_me:$LINENO: checking for library containing strerror" >&5
3573echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
3574if test "${ac_cv_search_strerror+set}" = set; then
3575 echo $ECHO_N "(cached) $ECHO_C" >&6
3576else
3577 ac_func_search_save_LIBS=$LIBS
3578ac_cv_search_strerror=no
3579cat >conftest.$ac_ext <<_ACEOF
3580/* confdefs.h. */
3581_ACEOF
3582cat confdefs.h >>conftest.$ac_ext
3583cat >>conftest.$ac_ext <<_ACEOF
3584/* end confdefs.h. */
3585
3586/* Override any gcc2 internal prototype to avoid an error. */
3587#ifdef __cplusplus
3588extern "C"
3589#endif
3590/* We use char because int might match the return type of a gcc2
3591 builtin and then its argument prototype would still apply. */
3592char strerror ();
3593int
3594main ()
3595{
3596strerror ();
3597 ;
3598 return 0;
3599}
3600_ACEOF
3601rm -f conftest.$ac_objext conftest$ac_exeext
3602if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3603 (eval $ac_link) 2>conftest.er1
3604 ac_status=$?
3605 grep -v '^ *+' conftest.er1 >conftest.err
3606 rm -f conftest.er1
3607 cat conftest.err >&5
3608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3609 (exit $ac_status); } &&
3610 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3612 (eval $ac_try) 2>&5
3613 ac_status=$?
3614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3615 (exit $ac_status); }; } &&
3616 { ac_try='test -s conftest$ac_exeext'
3617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3618 (eval $ac_try) 2>&5
3619 ac_status=$?
3620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3621 (exit $ac_status); }; }; then
3622 ac_cv_search_strerror="none required"
3623else
3624 echo "$as_me: failed program was:" >&5
3625sed 's/^/| /' conftest.$ac_ext >&5
3626
3627fi
3628rm -f conftest.err conftest.$ac_objext \
3629 conftest$ac_exeext conftest.$ac_ext
3630if test "$ac_cv_search_strerror" = no; then
3631 for ac_lib in cposix; do
3632 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3633 cat >conftest.$ac_ext <<_ACEOF
3634/* confdefs.h. */
3635_ACEOF
3636cat confdefs.h >>conftest.$ac_ext
3637cat >>conftest.$ac_ext <<_ACEOF
3638/* end confdefs.h. */
3639
3640/* Override any gcc2 internal prototype to avoid an error. */
3641#ifdef __cplusplus
3642extern "C"
3643#endif
3644/* We use char because int might match the return type of a gcc2
3645 builtin and then its argument prototype would still apply. */
3646char strerror ();
3647int
3648main ()
3649{
3650strerror ();
3651 ;
3652 return 0;
3653}
3654_ACEOF
3655rm -f conftest.$ac_objext conftest$ac_exeext
3656if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3657 (eval $ac_link) 2>conftest.er1
3658 ac_status=$?
3659 grep -v '^ *+' conftest.er1 >conftest.err
3660 rm -f conftest.er1
3661 cat conftest.err >&5
3662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3663 (exit $ac_status); } &&
3664 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3666 (eval $ac_try) 2>&5
3667 ac_status=$?
3668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3669 (exit $ac_status); }; } &&
3670 { ac_try='test -s conftest$ac_exeext'
3671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3672 (eval $ac_try) 2>&5
3673 ac_status=$?
3674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3675 (exit $ac_status); }; }; then
3676 ac_cv_search_strerror="-l$ac_lib"
3677break
3678else
3679 echo "$as_me: failed program was:" >&5
3680sed 's/^/| /' conftest.$ac_ext >&5
3681
3682fi
3683rm -f conftest.err conftest.$ac_objext \
3684 conftest$ac_exeext conftest.$ac_ext
3685 done
3686fi
3687LIBS=$ac_func_search_save_LIBS
3688fi
3689echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
3690echo "${ECHO_T}$ac_cv_search_strerror" >&6
3691if test "$ac_cv_search_strerror" != no; then
3692 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
3693
3694fi
3695
3696
3697echo "$as_me:$LINENO: checking for setlocale in -lxpg4" >&5
3698echo $ECHO_N "checking for setlocale in -lxpg4... $ECHO_C" >&6
3699if test "${ac_cv_lib_xpg4_setlocale+set}" = set; then
3700 echo $ECHO_N "(cached) $ECHO_C" >&6
3701else
3702 ac_check_lib_save_LIBS=$LIBS
3703LIBS="-lxpg4 $LIBS"
3704cat >conftest.$ac_ext <<_ACEOF
3705/* confdefs.h. */
3706_ACEOF
3707cat confdefs.h >>conftest.$ac_ext
3708cat >>conftest.$ac_ext <<_ACEOF
3709/* end confdefs.h. */
3710
3711/* Override any gcc2 internal prototype to avoid an error. */
3712#ifdef __cplusplus
3713extern "C"
3714#endif
3715/* We use char because int might match the return type of a gcc2
3716 builtin and then its argument prototype would still apply. */
3717char setlocale ();
3718int
3719main ()
3720{
3721setlocale ();
3722 ;
3723 return 0;
3724}
3725_ACEOF
3726rm -f conftest.$ac_objext conftest$ac_exeext
3727if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3728 (eval $ac_link) 2>conftest.er1
3729 ac_status=$?
3730 grep -v '^ *+' conftest.er1 >conftest.err
3731 rm -f conftest.er1
3732 cat conftest.err >&5
3733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3734 (exit $ac_status); } &&
3735 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3737 (eval $ac_try) 2>&5
3738 ac_status=$?
3739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3740 (exit $ac_status); }; } &&
3741 { ac_try='test -s conftest$ac_exeext'
3742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3743 (eval $ac_try) 2>&5
3744 ac_status=$?
3745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3746 (exit $ac_status); }; }; then
3747 ac_cv_lib_xpg4_setlocale=yes
3748else
3749 echo "$as_me: failed program was:" >&5
3750sed 's/^/| /' conftest.$ac_ext >&5
3751
3752ac_cv_lib_xpg4_setlocale=no
3753fi
3754rm -f conftest.err conftest.$ac_objext \
3755 conftest$ac_exeext conftest.$ac_ext
3756LIBS=$ac_check_lib_save_LIBS
3757fi
3758echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4_setlocale" >&5
3759echo "${ECHO_T}$ac_cv_lib_xpg4_setlocale" >&6
3760if test $ac_cv_lib_xpg4_setlocale = yes; then
3761 LIBS="$LIBS -lxpg4"
3762fi
3763
3764
3765echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3766echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3767if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3768 echo $ECHO_N "(cached) $ECHO_C" >&6
3769else
3770 ac_check_lib_save_LIBS=$LIBS
3771LIBS="-lnsl $LIBS"
3772cat >conftest.$ac_ext <<_ACEOF
3773/* confdefs.h. */
3774_ACEOF
3775cat confdefs.h >>conftest.$ac_ext
3776cat >>conftest.$ac_ext <<_ACEOF
3777/* end confdefs.h. */
3778
3779/* Override any gcc2 internal prototype to avoid an error. */
3780#ifdef __cplusplus
3781extern "C"
3782#endif
3783/* We use char because int might match the return type of a gcc2
3784 builtin and then its argument prototype would still apply. */
3785char gethostbyname ();
3786int
3787main ()
3788{
3789gethostbyname ();
3790 ;
3791 return 0;
3792}
3793_ACEOF
3794rm -f conftest.$ac_objext conftest$ac_exeext
3795if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3796 (eval $ac_link) 2>conftest.er1
3797 ac_status=$?
3798 grep -v '^ *+' conftest.er1 >conftest.err
3799 rm -f conftest.er1
3800 cat conftest.err >&5
3801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3802 (exit $ac_status); } &&
3803 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3805 (eval $ac_try) 2>&5
3806 ac_status=$?
3807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3808 (exit $ac_status); }; } &&
3809 { ac_try='test -s conftest$ac_exeext'
3810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3811 (eval $ac_try) 2>&5
3812 ac_status=$?
3813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3814 (exit $ac_status); }; }; then
3815 ac_cv_lib_nsl_gethostbyname=yes
3816else
3817 echo "$as_me: failed program was:" >&5
3818sed 's/^/| /' conftest.$ac_ext >&5
3819
3820ac_cv_lib_nsl_gethostbyname=no
3821fi
3822rm -f conftest.err conftest.$ac_objext \
3823 conftest$ac_exeext conftest.$ac_ext
3824LIBS=$ac_check_lib_save_LIBS
3825fi
3826echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3827echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3828if test $ac_cv_lib_nsl_gethostbyname = yes; then
3829 LIBS="$LIBS -lnsl"
3830fi
3831
3832echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3833echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3834if test "${ac_cv_lib_socket_socket+set}" = set; then
3835 echo $ECHO_N "(cached) $ECHO_C" >&6
3836else
3837 ac_check_lib_save_LIBS=$LIBS
3838LIBS="-lsocket $LIBS"
3839cat >conftest.$ac_ext <<_ACEOF
3840/* confdefs.h. */
3841_ACEOF
3842cat confdefs.h >>conftest.$ac_ext
3843cat >>conftest.$ac_ext <<_ACEOF
3844/* end confdefs.h. */
3845
3846/* Override any gcc2 internal prototype to avoid an error. */
3847#ifdef __cplusplus
3848extern "C"
3849#endif
3850/* We use char because int might match the return type of a gcc2
3851 builtin and then its argument prototype would still apply. */
3852char socket ();
3853int
3854main ()
3855{
3856socket ();
3857 ;
3858 return 0;
3859}
3860_ACEOF
3861rm -f conftest.$ac_objext conftest$ac_exeext
3862if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3863 (eval $ac_link) 2>conftest.er1
3864 ac_status=$?
3865 grep -v '^ *+' conftest.er1 >conftest.err
3866 rm -f conftest.er1
3867 cat conftest.err >&5
3868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3869 (exit $ac_status); } &&
3870 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3872 (eval $ac_try) 2>&5
3873 ac_status=$?
3874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3875 (exit $ac_status); }; } &&
3876 { ac_try='test -s conftest$ac_exeext'
3877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3878 (eval $ac_try) 2>&5
3879 ac_status=$?
3880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3881 (exit $ac_status); }; }; then
3882 ac_cv_lib_socket_socket=yes
3883else
3884 echo "$as_me: failed program was:" >&5
3885sed 's/^/| /' conftest.$ac_ext >&5
3886
3887ac_cv_lib_socket_socket=no
3888fi
3889rm -f conftest.err conftest.$ac_objext \
3890 conftest$ac_exeext conftest.$ac_ext
3891LIBS=$ac_check_lib_save_LIBS
3892fi
3893echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3894echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3895if test $ac_cv_lib_socket_socket = yes; then
3896 LIBS="$LIBS -lsocket"
3897fi
3898
3899
3900# Check whether --enable-shared or --disable-shared was given.
3901if test "${enable_shared+set}" = set; then
3902 enableval="$enable_shared"
3903 p=${PACKAGE-default}
3904case "$enableval" in
3905yes) enable_shared=yes ;;
3906no) enable_shared=no ;;
3907*)
3908 enable_shared=no
3909 # Look at the argument we got. We use all the common list separators.
3910 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3911 for pkg in $enableval; do
3912 if test "X$pkg" = "X$p"; then
3913 enable_shared=yes
3914 fi
3915 done
3916 IFS="$ac_save_ifs"
3917 ;;
3918esac
3919else
3920 enable_shared=no
3921fi; # Check whether --enable-static or --disable-static was given.
3922if test "${enable_static+set}" = set; then
3923 enableval="$enable_static"
3924 p=${PACKAGE-default}
3925case "$enableval" in
3926yes) enable_static=yes ;;
3927no) enable_static=no ;;
3928*)
3929 enable_static=no
3930 # Look at the argument we got. We use all the common list separators.
3931 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3932 for pkg in $enableval; do
3933 if test "X$pkg" = "X$p"; then
3934 enable_static=yes
3935 fi
3936 done
3937 IFS="$ac_save_ifs"
3938 ;;
3939esac
3940else
3941 enable_static=yes
3942fi; # Check whether --enable-fast-install or --disable-fast-install was given.
3943if test "${enable_fast_install+set}" = set; then
3944 enableval="$enable_fast_install"
3945 p=${PACKAGE-default}
3946case "$enableval" in
3947yes) enable_fast_install=yes ;;
3948no) enable_fast_install=no ;;
3949*)
3950 enable_fast_install=no
3951 # Look at the argument we got. We use all the common list separators.
3952 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3953 for pkg in $enableval; do
3954 if test "X$pkg" = "X$p"; then
3955 enable_fast_install=yes
3956 fi
3957 done
3958 IFS="$ac_save_ifs"
3959 ;;
3960esac
3961else
3962 enable_fast_install=yes
3963fi;
3964# Make sure we can run config.sub.
3965$ac_config_sub sun4 >/dev/null 2>&1 ||
3966 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
3967echo "$as_me: error: cannot run $ac_config_sub" >&2;}
3968 { (exit 1); exit 1; }; }
3969
3970echo "$as_me:$LINENO: checking build system type" >&5
3971echo $ECHO_N "checking build system type... $ECHO_C" >&6
3972if test "${ac_cv_build+set}" = set; then
3973 echo $ECHO_N "(cached) $ECHO_C" >&6
3974else
3975 ac_cv_build_alias=$build_alias
3976test -z "$ac_cv_build_alias" &&
3977 ac_cv_build_alias=`$ac_config_guess`
3978test -z "$ac_cv_build_alias" &&
3979 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
3980echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
3981 { (exit 1); exit 1; }; }
3982ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
3983 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
3984echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
3985 { (exit 1); exit 1; }; }
3986
3987fi
3988echo "$as_me:$LINENO: result: $ac_cv_build" >&5
3989echo "${ECHO_T}$ac_cv_build" >&6
3990build=$ac_cv_build
3991build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
3992build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
3993build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
3994
3995
3996echo "$as_me:$LINENO: checking host system type" >&5
3997echo $ECHO_N "checking host system type... $ECHO_C" >&6
3998if test "${ac_cv_host+set}" = set; then
3999 echo $ECHO_N "(cached) $ECHO_C" >&6
4000else
4001 ac_cv_host_alias=$host_alias
4002test -z "$ac_cv_host_alias" &&
4003 ac_cv_host_alias=$ac_cv_build_alias
4004ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
4005 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
4006echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
4007 { (exit 1); exit 1; }; }
4008
4009fi
4010echo "$as_me:$LINENO: result: $ac_cv_host" >&5
4011echo "${ECHO_T}$ac_cv_host" >&6
4012host=$ac_cv_host
4013host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
4014host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
4015host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
4016
4017
4018
4019# Check whether --with-gnu-ld or --without-gnu-ld was given.
4020if test "${with_gnu_ld+set}" = set; then
4021 withval="$with_gnu_ld"
4022 test "$withval" = no || with_gnu_ld=yes
4023else
4024 with_gnu_ld=no
4025fi;
4026ac_prog=ld
4027if test "$GCC" = yes; then
4028 # Check if gcc -print-prog-name=ld gives a path.
4029 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
4030echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
4031 case $host in
4032 *-*-mingw*)
4033 # gcc leaves a trailing carriage return which upsets mingw
4034 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4035 *)
4036 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4037 esac
4038 case "$ac_prog" in
4039 # Accept absolute paths.
4040 [\\/]* | [A-Za-z]:[\\/]*)
4041 re_direlt='/[^/][^/]*/\.\./'
4042 # Canonicalize the path of ld
4043 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
4044 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
4045 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
4046 done
4047 test -z "$LD" && LD="$ac_prog"
4048 ;;
4049 "")
4050 # If it fails, then pretend we aren't using GCC.
4051 ac_prog=ld
4052 ;;
4053 *)
4054 # If it is relative, then search for the first ld in PATH.
4055 with_gnu_ld=unknown
4056 ;;
4057 esac
4058elif test "$with_gnu_ld" = yes; then
4059 echo "$as_me:$LINENO: checking for GNU ld" >&5
4060echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
4061else
4062 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4063echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
4064fi
4065if test "${lt_cv_path_LD+set}" = set; then
4066 echo $ECHO_N "(cached) $ECHO_C" >&6
4067else
4068 if test -z "$LD"; then
4069 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
4070 for ac_dir in $PATH; do
4071 test -z "$ac_dir" && ac_dir=.
4072 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4073 lt_cv_path_LD="$ac_dir/$ac_prog"
4074 # Check to see if the program is GNU ld. I'd rather use --version,
4075 # but apparently some GNU ld's only accept -v.
4076 # Break only if it was the GNU/non-GNU ld that we prefer.
4077 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
4078 test "$with_gnu_ld" != no && break
4079 else
4080 test "$with_gnu_ld" != yes && break
4081 fi
4082 fi
4083 done
4084 IFS="$ac_save_ifs"
4085else
4086 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4087fi
4088fi
4089
4090LD="$lt_cv_path_LD"
4091if test -n "$LD"; then
4092 echo "$as_me:$LINENO: result: $LD" >&5
4093echo "${ECHO_T}$LD" >&6
4094else
4095 echo "$as_me:$LINENO: result: no" >&5
4096echo "${ECHO_T}no" >&6
4097fi
4098test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4099echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4100 { (exit 1); exit 1; }; }
4101echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4102echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
4103if test "${lt_cv_prog_gnu_ld+set}" = set; then
4104 echo $ECHO_N "(cached) $ECHO_C" >&6
4105else
4106 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
4107if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
4108 lt_cv_prog_gnu_ld=yes
4109else
4110 lt_cv_prog_gnu_ld=no
4111fi
4112fi
4113echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4114echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
4115with_gnu_ld=$lt_cv_prog_gnu_ld
4116
4117
4118echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
4119echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
4120if test "${lt_cv_ld_reload_flag+set}" = set; then
4121 echo $ECHO_N "(cached) $ECHO_C" >&6
4122else
4123 lt_cv_ld_reload_flag='-r'
4124fi
4125echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
4126echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
4127reload_flag=$lt_cv_ld_reload_flag
4128test -n "$reload_flag" && reload_flag=" $reload_flag"
4129
4130echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
4131echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
4132if test "${lt_cv_path_NM+set}" = set; then
4133 echo $ECHO_N "(cached) $ECHO_C" >&6
4134else
4135 if test -n "$NM"; then
4136 # Let the user override the test.
4137 lt_cv_path_NM="$NM"
4138else
4139 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
4140 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
4141 test -z "$ac_dir" && ac_dir=.
4142 tmp_nm=$ac_dir/${ac_tool_prefix}nm
4143 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
4144 # Check to see if the nm accepts a BSD-compat flag.
4145 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4146 # nm: unknown option "B" ignored
4147 # Tru64's nm complains that /dev/null is an invalid object file
4148 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
4149 lt_cv_path_NM="$tmp_nm -B"
4150 break
4151 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
4152 lt_cv_path_NM="$tmp_nm -p"
4153 break
4154 else
4155 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4156 continue # so that we can try to find one that supports BSD flags
4157 fi
4158 fi
4159 done
4160 IFS="$ac_save_ifs"
4161 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
4162fi
4163fi
4164
4165NM="$lt_cv_path_NM"
4166echo "$as_me:$LINENO: result: $NM" >&5
4167echo "${ECHO_T}$NM" >&6
4168
4169echo "$as_me:$LINENO: checking whether ln -s works" >&5
4170echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
4171LN_S=$as_ln_s
4172if test "$LN_S" = "ln -s"; then
4173 echo "$as_me:$LINENO: result: yes" >&5
4174echo "${ECHO_T}yes" >&6
4175else
4176 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4177echo "${ECHO_T}no, using $LN_S" >&6
4178fi
4179
4180echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
4181echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
4182if test "${lt_cv_deplibs_check_method+set}" = set; then
4183 echo $ECHO_N "(cached) $ECHO_C" >&6
4184else
4185 lt_cv_file_magic_cmd='$MAGIC_CMD'
4186lt_cv_file_magic_test_file=
4187lt_cv_deplibs_check_method='unknown'
4188# Need to set the preceding variable on all platforms that support
4189# interlibrary dependencies.
4190# 'none' -- dependencies not supported.
4191# `unknown' -- same as none, but documents that we really don't know.
4192# 'pass_all' -- all dependencies passed with no checks.
4193# 'test_compile' -- check by making test program.
4194# ['file_magic [regex]'] -- check by looking for files in library path
4195# which responds to the $file_magic_cmd with a given egrep regex.
4196# If you have `file' or equivalent on your system and you're not sure
4197# whether `pass_all' will *always* work, you probably want this one.
4198
4199case "$host_os" in
4200aix4*)
4201 lt_cv_deplibs_check_method=pass_all
4202 ;;
4203
4204beos*)
4205 lt_cv_deplibs_check_method=pass_all
4206 ;;
4207
4208bsdi4*)
4209 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4210 lt_cv_file_magic_cmd='/usr/bin/file -L'
4211 lt_cv_file_magic_test_file=/shlib/libc.so
4212 ;;
4213
4214cygwin* | mingw* | pw32*)
4215 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4216 lt_cv_file_magic_cmd='$OBJDUMP -f'
4217 ;;
4218
4219darwin*|rhapsody*)
4220 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
4221 lt_cv_file_magiic_cmd=/usr/bin/file
4222 lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`
4223 ;;
4224
4225freebsd*)
4226 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4227 case "$host_cpu" in
4228 i*86 )
4229 # Not sure whether the presence of OpenBSD here was a mistake.
4230 # Let's accept both of them until this is cleared up.
4231 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
4232 lt_cv_file_magic_cmd=/usr/bin/file
4233 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4234 ;;
4235 esac
4236 else
4237 lt_cv_deplibs_check_method=pass_all
4238 fi
4239 ;;
4240
4241gnu*)
4242 lt_cv_deplibs_check_method=pass_all
4243 ;;
4244
4245hpux10.20*|hpux11*)
4246 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
4247 lt_cv_file_magic_cmd=/usr/bin/file
4248 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4249 ;;
4250
4251irix5* | irix6*)
4252 case "$host_os" in
4253 irix5*)
4254 # this will be overridden with pass_all, but let us keep it just in case
4255 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
4256 ;;
4257 *)
4258 case "$LD" in
4259 *-32|*"-32 ") libmagic=32-bit;;
4260 *-n32|*"-n32 ") libmagic=N32;;
4261 *-64|*"-64 ") libmagic=64-bit;;
4262 *) libmagic=never-match;;
4263 esac
4264 # this will be overridden with pass_all, but let us keep it just in case
4265 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
4266 ;;
4267 esac
4268 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
4269 lt_cv_deplibs_check_method=pass_all
4270 ;;
4271
4272# This must be Linux ELF.
4273linux-gnu*)
4274 case "$host_cpu" in
4275 alpha* | i*86 | powerpc* | sparc* | ia64* )
4276 lt_cv_deplibs_check_method=pass_all ;;
4277 *)
4278 # glibc up to 2.1.1 does not perform some relocations on ARM
4279 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
4280 esac
4281 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
4282 ;;
4283
4284netbsd*)
4285 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4286 lt_cv_deplibs_check_method='file_magic NetBSD/[a-z0-9]* demand paged shared library'
4287 else
4288 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
4289 fi
4290 lt_cv_file_magic_cmd='/usr/bin/file -L'
4291 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4292 ;;
4293
4294newos6*)
4295 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4296 lt_cv_file_magic_cmd=/usr/bin/file
4297 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4298 ;;
4299
4300osf3* | osf4* | osf5*)
4301 # this will be overridden with pass_all, but let us keep it just in case
4302 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
4303 lt_cv_file_magic_test_file=/shlib/libc.so
4304 lt_cv_deplibs_check_method=pass_all
4305 ;;
4306
4307sco3.2v5*)
4308 lt_cv_deplibs_check_method=pass_all
4309 ;;
4310
4311solaris*)
4312 lt_cv_deplibs_check_method=pass_all
4313 lt_cv_file_magic_test_file=/lib/libc.so
4314 ;;
4315
4316sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
4317 case "$host_vendor" in
4318 motorola)
4319 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]'
4320 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4321 ;;
4322 ncr)
4323 lt_cv_deplibs_check_method=pass_all
4324 ;;
4325 sequent)
4326 lt_cv_file_magic_cmd='/bin/file'
4327 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4328 ;;
4329 sni)
4330 lt_cv_file_magic_cmd='/bin/file'
4331 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4332 lt_cv_file_magic_test_file=/lib/libc.so
4333 ;;
4334 esac
4335 ;;
4336esac
4337
4338fi
4339echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
4340echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
4341file_magic_cmd=$lt_cv_file_magic_cmd
4342deplibs_check_method=$lt_cv_deplibs_check_method
4343
4344
4345
4346
4347
4348
4349
4350# Check for command to grab the raw symbol name followed by C symbol from nm.
4351echo "$as_me:$LINENO: checking command to parse $NM output" >&5
4352echo $ECHO_N "checking command to parse $NM output... $ECHO_C" >&6
4353if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
4354 echo $ECHO_N "(cached) $ECHO_C" >&6
4355else
4356
4357# These are sane defaults that work on at least a few old systems.
4358# [They come from Ultrix. What could be older than Ultrix?!! ;)]
4359
4360# Character class describing NM global symbol codes.
4361symcode='[BCDEGRST]'
4362
4363# Regexp to match symbols that can be accessed directly from C.
4364sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
4365
4366# Transform the above into a raw symbol and a C symbol.
4367symxfrm='\1 \2\3 \3'
4368
4369# Transform an extracted symbol line into a proper C declaration
4370lt_cv_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'"
4371
4372# Define system-specific variables.
4373case "$host_os" in
4374aix*)
4375 symcode='[BCDT]'
4376 ;;
4377cygwin* | mingw* | pw32*)
4378 symcode='[ABCDGISTW]'
4379 ;;
4380hpux*) # Its linker distinguishes data from code symbols
4381 lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^. .* \(.*\)$/extern char \1;/p'"
4382 ;;
4383irix*)
4384 symcode='[BCDEGRST]'
4385 ;;
4386solaris* | sysv5*)
4387 symcode='[BDT]'
4388 ;;
4389sysv4)
4390 symcode='[DFNSTU]'
4391 ;;
4392esac
4393
4394# Handle CRLF in mingw tool chain
4395opt_cr=
4396case "$host_os" in
4397mingw*)
4398 opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4399 ;;
4400esac
4401
4402# If we're using GNU nm, then use its standard symbol codes.
4403if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
4404 symcode='[ABCDGISTW]'
4405fi
4406
4407# Try without a prefix undercore, then with it.
4408for ac_symprfx in "" "_"; do
4409
4410 # Write the raw and C identifiers.
4411lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode\)[ ][ ]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
4412
4413 # Check to see that the pipe works correctly.
4414 pipe_works=no
4415 rm -f conftest*
4416 cat > conftest.$ac_ext <<EOF
4417#ifdef __cplusplus
4418extern "C" {
4419#endif
4420char nm_test_var;
4421void nm_test_func(){}
4422#ifdef __cplusplus
4423}
4424#endif
4425main(){nm_test_var='a';nm_test_func();return(0);}
4426EOF
4427
4428 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4429 (eval $ac_compile) 2>&5
4430 ac_status=$?
4431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4432 (exit $ac_status); }; then
4433 # Now try to grab the symbols.
4434 nlist=conftest.nm
4435 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
4436 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
4437 ac_status=$?
4438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4439 (exit $ac_status); } && test -s "$nlist"; then
4440 # Try sorting and uniquifying the output.
4441 if sort "$nlist" | uniq > "$nlist"T; then
4442 mv -f "$nlist"T "$nlist"
4443 else
4444 rm -f "$nlist"T
4445 fi
4446
4447 # Make sure that we snagged all the symbols we need.
4448 if egrep ' nm_test_var$' "$nlist" >/dev/null; then
4449 if egrep ' nm_test_func$' "$nlist" >/dev/null; then
4450 cat <<EOF > conftest.$ac_ext
4451#ifdef __cplusplus
4452extern "C" {
4453#endif
4454
4455EOF
4456 # Now generate the symbol file.
4457 eval "$lt_cv_global_symbol_to_cdecl"' < "$nlist" >> conftest.$ac_ext'
4458
4459 cat <<EOF >> conftest.$ac_ext
4460#if defined (__STDC__) && __STDC__
4461# define lt_ptr_t void *
4462#else
4463# define lt_ptr_t char *
4464# define const
4465#endif
4466
4467/* The mapping between symbol names and symbols. */
4468const struct {
4469 const char *name;
4470 lt_ptr_t address;
4471}
4472lt_preloaded_symbols[] =
4473{
4474EOF
4475 sed 's/^. \(.*\) \(.*\)$/ {"\2", (lt_ptr_t) \&\2},/' < "$nlist" >> conftest.$ac_ext
4476 cat <<\EOF >> conftest.$ac_ext
4477 {0, (lt_ptr_t) 0}
4478};
4479
4480#ifdef __cplusplus
4481}
4482#endif
4483EOF
4484 # Now try linking the two files.
4485 mv conftest.$ac_objext conftstm.$ac_objext
4486 save_LIBS="$LIBS"
4487 save_CFLAGS="$CFLAGS"
4488 LIBS="conftstm.$ac_objext"
4489 CFLAGS="$CFLAGS$no_builtin_flag"
4490 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4491 (eval $ac_link) 2>&5
4492 ac_status=$?
4493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4494 (exit $ac_status); } && test -s conftest; then
4495 pipe_works=yes
4496 fi
4497 LIBS="$save_LIBS"
4498 CFLAGS="$save_CFLAGS"
4499 else
4500 echo "cannot find nm_test_func in $nlist" >&5
4501 fi
4502 else
4503 echo "cannot find nm_test_var in $nlist" >&5
4504 fi
4505 else
4506 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
4507 fi
4508 else
4509 echo "$progname: failed program was:" >&5
4510 cat conftest.$ac_ext >&5
4511 fi
4512 rm -f conftest* conftst*
4513
4514 # Do not use the global_symbol_pipe unless it works.
4515 if test "$pipe_works" = yes; then
4516 break
4517 else
4518 lt_cv_sys_global_symbol_pipe=
4519 fi
4520done
4521
4522fi
4523
4524global_symbol_pipe="$lt_cv_sys_global_symbol_pipe"
4525if test -z "$lt_cv_sys_global_symbol_pipe"; then
4526 global_symbol_to_cdecl=
4527else
4528 global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
4529fi
4530if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then
4531 echo "$as_me:$LINENO: result: failed" >&5
4532echo "${ECHO_T}failed" >&6
4533else
4534 echo "$as_me:$LINENO: result: ok" >&5
4535echo "${ECHO_T}ok" >&6
4536fi
4537
4538echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4539echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4540if test "${ac_cv_header_stdc+set}" = set; then
4541 echo $ECHO_N "(cached) $ECHO_C" >&6
4542else
4543 cat >conftest.$ac_ext <<_ACEOF
4544/* confdefs.h. */
4545_ACEOF
4546cat confdefs.h >>conftest.$ac_ext
4547cat >>conftest.$ac_ext <<_ACEOF
4548/* end confdefs.h. */
4549#include <stdlib.h>
4550#include <stdarg.h>
4551#include <string.h>
4552#include <float.h>
4553
4554int
4555main ()
4556{
4557
4558 ;
4559 return 0;
4560}
4561_ACEOF
4562rm -f conftest.$ac_objext
4563if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4564 (eval $ac_compile) 2>conftest.er1
4565 ac_status=$?
4566 grep -v '^ *+' conftest.er1 >conftest.err
4567 rm -f conftest.er1
4568 cat conftest.err >&5
4569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4570 (exit $ac_status); } &&
4571 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4573 (eval $ac_try) 2>&5
4574 ac_status=$?
4575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4576 (exit $ac_status); }; } &&
4577 { ac_try='test -s conftest.$ac_objext'
4578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4579 (eval $ac_try) 2>&5
4580 ac_status=$?
4581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4582 (exit $ac_status); }; }; then
4583 ac_cv_header_stdc=yes
4584else
4585 echo "$as_me: failed program was:" >&5
4586sed 's/^/| /' conftest.$ac_ext >&5
4587
4588ac_cv_header_stdc=no
4589fi
4590rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4591
4592if test $ac_cv_header_stdc = yes; then
4593 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4594 cat >conftest.$ac_ext <<_ACEOF
4595/* confdefs.h. */
4596_ACEOF
4597cat confdefs.h >>conftest.$ac_ext
4598cat >>conftest.$ac_ext <<_ACEOF
4599/* end confdefs.h. */
4600#include <string.h>
4601
4602_ACEOF
4603if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4604 $EGREP "memchr" >/dev/null 2>&1; then
4605 :
4606else
4607 ac_cv_header_stdc=no
4608fi
4609rm -f conftest*
4610
4611fi
4612
4613if test $ac_cv_header_stdc = yes; then
4614 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4615 cat >conftest.$ac_ext <<_ACEOF
4616/* confdefs.h. */
4617_ACEOF
4618cat confdefs.h >>conftest.$ac_ext
4619cat >>conftest.$ac_ext <<_ACEOF
4620/* end confdefs.h. */
4621#include <stdlib.h>
4622
4623_ACEOF
4624if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4625 $EGREP "free" >/dev/null 2>&1; then
4626 :
4627else
4628 ac_cv_header_stdc=no
4629fi
4630rm -f conftest*
4631
4632fi
4633
4634if test $ac_cv_header_stdc = yes; then
4635 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4636 if test "$cross_compiling" = yes; then
4637 :
4638else
4639 cat >conftest.$ac_ext <<_ACEOF
4640/* confdefs.h. */
4641_ACEOF
4642cat confdefs.h >>conftest.$ac_ext
4643cat >>conftest.$ac_ext <<_ACEOF
4644/* end confdefs.h. */
4645#include <ctype.h>
4646#if ((' ' & 0x0FF) == 0x020)
4647# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4648# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4649#else
4650# define ISLOWER(c) \
4651 (('a' <= (c) && (c) <= 'i') \
4652 || ('j' <= (c) && (c) <= 'r') \
4653 || ('s' <= (c) && (c) <= 'z'))
4654# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4655#endif
4656
4657#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4658int
4659main ()
4660{
4661 int i;
4662 for (i = 0; i < 256; i++)
4663 if (XOR (islower (i), ISLOWER (i))
4664 || toupper (i) != TOUPPER (i))
4665 exit(2);
4666 exit (0);
4667}
4668_ACEOF
4669rm -f conftest$ac_exeext
4670if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4671 (eval $ac_link) 2>&5
4672 ac_status=$?
4673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4674 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4676 (eval $ac_try) 2>&5
4677 ac_status=$?
4678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4679 (exit $ac_status); }; }; then
4680 :
4681else
4682 echo "$as_me: program exited with status $ac_status" >&5
4683echo "$as_me: failed program was:" >&5
4684sed 's/^/| /' conftest.$ac_ext >&5
4685
4686( exit $ac_status )
4687ac_cv_header_stdc=no
4688fi
4689rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4690fi
4691fi
4692fi
4693echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4694echo "${ECHO_T}$ac_cv_header_stdc" >&6
4695if test $ac_cv_header_stdc = yes; then
4696
4697cat >>confdefs.h <<\_ACEOF
4698#define STDC_HEADERS 1
4699_ACEOF
4700
4701fi
4702
4703# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4714 inttypes.h stdint.h unistd.h
4715do
4716as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4717echo "$as_me:$LINENO: checking for $ac_header" >&5
4718echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4719if eval "test \"\${$as_ac_Header+set}\" = set"; then
4720 echo $ECHO_N "(cached) $ECHO_C" >&6
4721else
4722 cat >conftest.$ac_ext <<_ACEOF
4723/* confdefs.h. */
4724_ACEOF
4725cat confdefs.h >>conftest.$ac_ext
4726cat >>conftest.$ac_ext <<_ACEOF
4727/* end confdefs.h. */
4728$ac_includes_default
4729
4730#include <$ac_header>
4731_ACEOF
4732rm -f conftest.$ac_objext
4733if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4734 (eval $ac_compile) 2>conftest.er1
4735 ac_status=$?
4736 grep -v '^ *+' conftest.er1 >conftest.err
4737 rm -f conftest.er1
4738 cat conftest.err >&5
4739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4740 (exit $ac_status); } &&
4741 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4743 (eval $ac_try) 2>&5
4744 ac_status=$?
4745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4746 (exit $ac_status); }; } &&
4747 { ac_try='test -s conftest.$ac_objext'
4748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4749 (eval $ac_try) 2>&5
4750 ac_status=$?
4751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4752 (exit $ac_status); }; }; then
4753 eval "$as_ac_Header=yes"
4754else
4755 echo "$as_me: failed program was:" >&5
4756sed 's/^/| /' conftest.$ac_ext >&5
4757
4758eval "$as_ac_Header=no"
4759fi
4760rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4761fi
4762echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4763echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4764if test `eval echo '${'$as_ac_Header'}'` = yes; then
4765 cat >>confdefs.h <<_ACEOF
4766#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4767_ACEOF
4768
4769fi
4770
4771done
4772
4773
4774
4775for ac_header in dlfcn.h
4776do
4777as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4778if eval "test \"\${$as_ac_Header+set}\" = set"; then
4779 echo "$as_me:$LINENO: checking for $ac_header" >&5
4780echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4781if eval "test \"\${$as_ac_Header+set}\" = set"; then
4782 echo $ECHO_N "(cached) $ECHO_C" >&6
4783fi
4784echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4785echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4786else
4787 # Is the header compilable?
4788echo "$as_me:$LINENO: checking $ac_header usability" >&5
4789echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4790cat >conftest.$ac_ext <<_ACEOF
4791/* confdefs.h. */
4792_ACEOF
4793cat confdefs.h >>conftest.$ac_ext
4794cat >>conftest.$ac_ext <<_ACEOF
4795/* end confdefs.h. */
4796$ac_includes_default
4797#include <$ac_header>
4798_ACEOF
4799rm -f conftest.$ac_objext
4800if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4801 (eval $ac_compile) 2>conftest.er1
4802 ac_status=$?
4803 grep -v '^ *+' conftest.er1 >conftest.err
4804 rm -f conftest.er1
4805 cat conftest.err >&5
4806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4807 (exit $ac_status); } &&
4808 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
4809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4810 (eval $ac_try) 2>&5
4811 ac_status=$?
4812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4813 (exit $ac_status); }; } &&
4814 { ac_try='test -s conftest.$ac_objext'
4815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4816 (eval $ac_try) 2>&5
4817 ac_status=$?
4818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4819 (exit $ac_status); }; }; then
4820 ac_header_compiler=yes
4821else
4822 echo "$as_me: failed program was:" >&5
4823sed 's/^/| /' conftest.$ac_ext >&5
4824
4825ac_header_compiler=no
4826fi
4827rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4828echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4829echo "${ECHO_T}$ac_header_compiler" >&6
4830
4831# Is the header present?
4832echo "$as_me:$LINENO: checking $ac_header presence" >&5
4833echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4834cat >conftest.$ac_ext <<_ACEOF
4835/* confdefs.h. */
4836_ACEOF
4837cat confdefs.h >>conftest.$ac_ext
4838cat >>conftest.$ac_ext <<_ACEOF
4839/* end confdefs.h. */
4840#include <$ac_header>
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 ac_header_preproc=yes
4861else
4862 echo "$as_me: failed program was:" >&5
4863sed 's/^/| /' conftest.$ac_ext >&5
4864
4865 ac_header_preproc=no
4866fi
4867rm -f conftest.err conftest.$ac_ext
4868echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4869echo "${ECHO_T}$ac_header_preproc" >&6
4870
4871# So? What about this header?
4872case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
4873 yes:no: )
4874 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4875echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4876 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4877echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4878 ac_header_preproc=yes
4879 ;;
4880 no:yes:* )
4881 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4882echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4883 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4884echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4885 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4886echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4887 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4888echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4889 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4890echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4891 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4892echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4893 (
4894 cat <<\_ASBOX
4895## ------------------------------------------ ##
4896## Report this to the AC_PACKAGE_NAME lists. ##
4897## ------------------------------------------ ##
4898_ASBOX
4899 ) |
4900 sed "s/^/$as_me: WARNING: /" >&2
4901 ;;
4902esac
4903echo "$as_me:$LINENO: checking for $ac_header" >&5
4904echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4905if eval "test \"\${$as_ac_Header+set}\" = set"; then
4906 echo $ECHO_N "(cached) $ECHO_C" >&6
4907else
4908 eval "$as_ac_Header=\$ac_header_preproc"
4909fi
4910echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4911echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4912
4913fi
4914if test `eval echo '${'$as_ac_Header'}'` = yes; then
4915 cat >>confdefs.h <<_ACEOF
4916#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4917_ACEOF
4918
4919fi
4920
4921done
4922
4923
4924
4925
4926
4927# Only perform the check for file, if the check method requires it
4928case "$deplibs_check_method" in
4929file_magic*)
4930 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
4931 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
4932echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
4933if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
4934 echo $ECHO_N "(cached) $ECHO_C" >&6
4935else
4936 case "$MAGIC_CMD" in
4937 /*)
4938 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
4939 ;;
4940 ?:/*)
4941 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
4942 ;;
4943 *)
4944 ac_save_MAGIC_CMD="$MAGIC_CMD"
4945 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4946 ac_dummy="/usr/bin:$PATH"
4947 for ac_dir in $ac_dummy; do
4948 test -z "$ac_dir" && ac_dir=.
4949 if test -f $ac_dir/${ac_tool_prefix}file; then
4950 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
4951 if test -n "$file_magic_test_file"; then
4952 case "$deplibs_check_method" in
4953 "file_magic "*)
4954 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
4955 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
4956 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
4957 egrep "$file_magic_regex" > /dev/null; then
4958 :
4959 else
4960 cat <<EOF 1>&2
4961
4962*** Warning: the command libtool uses to detect shared libraries,
4963*** $file_magic_cmd, produces output that libtool cannot recognize.
4964*** The result is that libtool may fail to recognize shared libraries
4965*** as such. This will affect the creation of libtool libraries that
4966*** depend on shared libraries, but programs linked with such libtool
4967*** libraries will work regardless of this problem. Nevertheless, you
4968*** may want to report the problem to your system manager and/or to
4969*** bug-libtool@gnu.org
4970
4971EOF
4972 fi ;;
4973 esac
4974 fi
4975 break
4976 fi
4977 done
4978 IFS="$ac_save_ifs"
4979 MAGIC_CMD="$ac_save_MAGIC_CMD"
4980 ;;
4981esac
4982fi
4983
4984MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
4985if test -n "$MAGIC_CMD"; then
4986 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
4987echo "${ECHO_T}$MAGIC_CMD" >&6
4988else
4989 echo "$as_me:$LINENO: result: no" >&5
4990echo "${ECHO_T}no" >&6
4991fi
4992
4993if test -z "$lt_cv_path_MAGIC_CMD"; then
4994 if test -n "$ac_tool_prefix"; then
4995 echo "$as_me:$LINENO: checking for file" >&5
4996echo $ECHO_N "checking for file... $ECHO_C" >&6
4997if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
4998 echo $ECHO_N "(cached) $ECHO_C" >&6
4999else
5000 case "$MAGIC_CMD" in
5001 /*)
5002 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
5003 ;;
5004 ?:/*)
5005 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
5006 ;;
5007 *)
5008 ac_save_MAGIC_CMD="$MAGIC_CMD"
5009 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5010 ac_dummy="/usr/bin:$PATH"
5011 for ac_dir in $ac_dummy; do
5012 test -z "$ac_dir" && ac_dir=.
5013 if test -f $ac_dir/file; then
5014 lt_cv_path_MAGIC_CMD="$ac_dir/file"
5015 if test -n "$file_magic_test_file"; then
5016 case "$deplibs_check_method" in
5017 "file_magic "*)
5018 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
5019 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
5020 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
5021 egrep "$file_magic_regex" > /dev/null; then
5022 :
5023 else
5024 cat <<EOF 1>&2
5025
5026*** Warning: the command libtool uses to detect shared libraries,
5027*** $file_magic_cmd, produces output that libtool cannot recognize.
5028*** The result is that libtool may fail to recognize shared libraries
5029*** as such. This will affect the creation of libtool libraries that
5030*** depend on shared libraries, but programs linked with such libtool
5031*** libraries will work regardless of this problem. Nevertheless, you
5032*** may want to report the problem to your system manager and/or to
5033*** bug-libtool@gnu.org
5034
5035EOF
5036 fi ;;
5037 esac
5038 fi
5039 break
5040 fi
5041 done
5042 IFS="$ac_save_ifs"
5043 MAGIC_CMD="$ac_save_MAGIC_CMD"
5044 ;;
5045esac
5046fi
5047
5048MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
5049if test -n "$MAGIC_CMD"; then
5050 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
5051echo "${ECHO_T}$MAGIC_CMD" >&6
5052else
5053 echo "$as_me:$LINENO: result: no" >&5
5054echo "${ECHO_T}no" >&6
5055fi
5056
5057 else
5058 MAGIC_CMD=:
5059 fi
5060fi
5061
5062 fi
5063 ;;
5064esac
5065
5066if test -n "$ac_tool_prefix"; then
5067 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5068set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5069echo "$as_me:$LINENO: checking for $ac_word" >&5
5070echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5071if test "${ac_cv_prog_RANLIB+set}" = set; then
5072 echo $ECHO_N "(cached) $ECHO_C" >&6
5073else
5074 if test -n "$RANLIB"; then
5075 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5076else
5077as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5078for as_dir in $PATH
5079do
5080 IFS=$as_save_IFS
5081 test -z "$as_dir" && as_dir=.
5082 for ac_exec_ext in '' $ac_executable_extensions; do
5083 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5084 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5085 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5086 break 2
5087 fi
5088done
5089done
5090
5091fi
5092fi
5093RANLIB=$ac_cv_prog_RANLIB
5094if test -n "$RANLIB"; then
5095 echo "$as_me:$LINENO: result: $RANLIB" >&5
5096echo "${ECHO_T}$RANLIB" >&6
5097else
5098 echo "$as_me:$LINENO: result: no" >&5
5099echo "${ECHO_T}no" >&6
5100fi
5101
5102fi
5103if test -z "$ac_cv_prog_RANLIB"; then
5104 ac_ct_RANLIB=$RANLIB
5105 # Extract the first word of "ranlib", so it can be a program name with args.
5106set dummy ranlib; ac_word=$2
5107echo "$as_me:$LINENO: checking for $ac_word" >&5
5108echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5109if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5110 echo $ECHO_N "(cached) $ECHO_C" >&6
5111else
5112 if test -n "$ac_ct_RANLIB"; then
5113 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5114else
5115as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5116for as_dir in $PATH
5117do
5118 IFS=$as_save_IFS
5119 test -z "$as_dir" && as_dir=.
5120 for ac_exec_ext in '' $ac_executable_extensions; do
5121 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5122 ac_cv_prog_ac_ct_RANLIB="ranlib"
5123 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5124 break 2
5125 fi
5126done
5127done
5128
5129 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
5130fi
5131fi
5132ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5133if test -n "$ac_ct_RANLIB"; then
5134 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5135echo "${ECHO_T}$ac_ct_RANLIB" >&6
5136else
5137 echo "$as_me:$LINENO: result: no" >&5
5138echo "${ECHO_T}no" >&6
5139fi
5140
5141 RANLIB=$ac_ct_RANLIB
5142else
5143 RANLIB="$ac_cv_prog_RANLIB"
5144fi
5145
5146if test -n "$ac_tool_prefix"; then
5147 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5148set dummy ${ac_tool_prefix}strip; ac_word=$2
5149echo "$as_me:$LINENO: checking for $ac_word" >&5
5150echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5151if test "${ac_cv_prog_STRIP+set}" = set; then
5152 echo $ECHO_N "(cached) $ECHO_C" >&6
5153else
5154 if test -n "$STRIP"; then
5155 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5156else
5157as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5158for as_dir in $PATH
5159do
5160 IFS=$as_save_IFS
5161 test -z "$as_dir" && as_dir=.
5162 for ac_exec_ext in '' $ac_executable_extensions; do
5163 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5164 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5165 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5166 break 2
5167 fi
5168done
5169done
5170
5171fi
5172fi
5173STRIP=$ac_cv_prog_STRIP
5174if test -n "$STRIP"; then
5175 echo "$as_me:$LINENO: result: $STRIP" >&5
5176echo "${ECHO_T}$STRIP" >&6
5177else
5178 echo "$as_me:$LINENO: result: no" >&5
5179echo "${ECHO_T}no" >&6
5180fi
5181
5182fi
5183if test -z "$ac_cv_prog_STRIP"; then
5184 ac_ct_STRIP=$STRIP
5185 # Extract the first word of "strip", so it can be a program name with args.
5186set dummy strip; ac_word=$2
5187echo "$as_me:$LINENO: checking for $ac_word" >&5
5188echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5189if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5190 echo $ECHO_N "(cached) $ECHO_C" >&6
5191else
5192 if test -n "$ac_ct_STRIP"; then
5193 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5194else
5195as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5196for as_dir in $PATH
5197do
5198 IFS=$as_save_IFS
5199 test -z "$as_dir" && as_dir=.
5200 for ac_exec_ext in '' $ac_executable_extensions; do
5201 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5202 ac_cv_prog_ac_ct_STRIP="strip"
5203 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5204 break 2
5205 fi
5206done
5207done
5208
5209 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
5210fi
5211fi
5212ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5213if test -n "$ac_ct_STRIP"; then
5214 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5215echo "${ECHO_T}$ac_ct_STRIP" >&6
5216else
5217 echo "$as_me:$LINENO: result: no" >&5
5218echo "${ECHO_T}no" >&6
5219fi
5220
5221 STRIP=$ac_ct_STRIP
5222else
5223 STRIP="$ac_cv_prog_STRIP"
5224fi
5225
5226
5227enable_dlopen=no
5228enable_win32_dll=no
5229
5230# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
5231if test "${enable_libtool_lock+set}" = set; then
5232 enableval="$enable_libtool_lock"
5233
5234fi;
5235test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5236
5237# Some flags need to be propagated to the compiler or linker for good
5238# libtool support.
5239case "$host" in
5240*-*-irix6*)
5241 # Find out which ABI we are using.
5242 echo '#line 5242 "configure"' > conftest.$ac_ext
5243 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5244 (eval $ac_compile) 2>&5
5245 ac_status=$?
5246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5247 (exit $ac_status); }; then
5248 case "`/usr/bin/file conftest.$ac_objext`" in
5249 *32-bit*)
5250 LD="${LD-ld} -32"
5251 ;;
5252 *N32*)
5253 LD="${LD-ld} -n32"
5254 ;;
5255 *64-bit*)
5256 LD="${LD-ld} -64"
5257 ;;
5258 esac
5259 fi
5260 rm -rf conftest*
5261 ;;
5262
5263*-*-sco3.2v5*)
5264 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5265 SAVE_CFLAGS="$CFLAGS"
5266 CFLAGS="$CFLAGS -belf"
5267 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
5268echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
5269if test "${lt_cv_cc_needs_belf+set}" = set; then
5270 echo $ECHO_N "(cached) $ECHO_C" >&6
5271else
5272
5273
5274 ac_ext=c
5275ac_cpp='$CPP $CPPFLAGS'
5276ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5277ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5278ac_compiler_gnu=$ac_cv_c_compiler_gnu
5279
5280 cat >conftest.$ac_ext <<_ACEOF
5281/* confdefs.h. */
5282_ACEOF
5283cat confdefs.h >>conftest.$ac_ext
5284cat >>conftest.$ac_ext <<_ACEOF
5285/* end confdefs.h. */
5286
5287int
5288main ()
5289{
5290
5291 ;
5292 return 0;
5293}
5294_ACEOF
5295rm -f conftest.$ac_objext conftest$ac_exeext
5296if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5297 (eval $ac_link) 2>conftest.er1
5298 ac_status=$?
5299 grep -v '^ *+' conftest.er1 >conftest.err
5300 rm -f conftest.er1
5301 cat conftest.err >&5
5302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5303 (exit $ac_status); } &&
5304 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5306 (eval $ac_try) 2>&5
5307 ac_status=$?
5308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5309 (exit $ac_status); }; } &&
5310 { ac_try='test -s conftest$ac_exeext'
5311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5312 (eval $ac_try) 2>&5
5313 ac_status=$?
5314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5315 (exit $ac_status); }; }; then
5316 lt_cv_cc_needs_belf=yes
5317else
5318 echo "$as_me: failed program was:" >&5
5319sed 's/^/| /' conftest.$ac_ext >&5
5320
5321lt_cv_cc_needs_belf=no
5322fi
5323rm -f conftest.err conftest.$ac_objext \
5324 conftest$ac_exeext conftest.$ac_ext
5325 ac_ext=cc
5326ac_cpp='$CXXCPP $CPPFLAGS'
5327ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5328ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5329ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5330
5331fi
5332echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
5333echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
5334 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5335 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5336 CFLAGS="$SAVE_CFLAGS"
5337 fi
5338 ;;
5339
5340
5341esac
5342
5343# Sed substitution that helps us do robust quoting. It backslashifies
5344# metacharacters that are still active within double-quoted strings.
5345Xsed='sed -e s/^X//'
5346sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
5347
5348# Same as above, but do not quote variable references.
5349double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'
5350
5351# Sed substitution to delay expansion of an escaped shell variable in a
5352# double_quote_subst'ed string.
5353delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5354
5355# Constants:
5356rm="rm -f"
5357
5358# Global variables:
5359default_ofile=libtool
5360can_build_shared=yes
5361
5362# All known linkers require a `.a' archive for static linking (except M$VC,
5363# which needs '.lib').
5364libext=a
5365ltmain="$ac_aux_dir/ltmain.sh"
5366ofile="$default_ofile"
5367with_gnu_ld="$lt_cv_prog_gnu_ld"
5368need_locks="$enable_libtool_lock"
5369
5370old_CC="$CC"
5371old_CFLAGS="$CFLAGS"
5372
5373# Set sane defaults for various variables
5374test -z "$AR" && AR=ar
5375test -z "$AR_FLAGS" && AR_FLAGS=cru
5376test -z "$AS" && AS=as
5377test -z "$CC" && CC=cc
5378test -z "$DLLTOOL" && DLLTOOL=dlltool
5379test -z "$LD" && LD=ld
5380test -z "$LN_S" && LN_S="ln -s"
5381test -z "$MAGIC_CMD" && MAGIC_CMD=file
5382test -z "$NM" && NM=nm
5383test -z "$OBJDUMP" && OBJDUMP=objdump
5384test -z "$RANLIB" && RANLIB=:
5385test -z "$STRIP" && STRIP=:
5386test -z "$ac_objext" && ac_objext=o
5387
5388if test x"$host" != x"$build"; then
5389 ac_tool_prefix=${host_alias}-
5390else
5391 ac_tool_prefix=
5392fi
5393
5394# Transform linux* to *-*-linux-gnu*, to support old configure scripts.
5395case "$host_os" in
5396linux-gnu*) ;;
5397linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
5398esac
5399
5400case "$host_os" in
5401aix3*)
5402 # AIX sometimes has problems with the GCC collect2 program. For some
5403 # reason, if we set the COLLECT_NAMES environment variable, the problems
5404 # vanish in a puff of smoke.
5405 if test "X${COLLECT_NAMES+set}" != Xset; then
5406 COLLECT_NAMES=
5407 export COLLECT_NAMES
5408 fi
5409 ;;
5410esac
5411
5412# Determine commands to create old-style static archives.
5413old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
5414old_postinstall_cmds='chmod 644 $oldlib'
5415old_postuninstall_cmds=
5416
5417if test -n "$RANLIB"; then
5418 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5419 old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
5420fi
5421
5422# Allow CC to be a program name with arguments.
5423set dummy $CC
5424compiler="$2"
5425
5426## FIXME: this should be a separate macro
5427##
5428echo "$as_me:$LINENO: checking for objdir" >&5
5429echo $ECHO_N "checking for objdir... $ECHO_C" >&6
5430rm -f .libs 2>/dev/null
5431mkdir .libs 2>/dev/null
5432if test -d .libs; then
5433 objdir=.libs
5434else
5435 # MS-DOS does not allow filenames that begin with a dot.
5436 objdir=_libs
5437fi
5438rmdir .libs 2>/dev/null
5439echo "$as_me:$LINENO: result: $objdir" >&5
5440echo "${ECHO_T}$objdir" >&6
5441##
5442## END FIXME
5443
5444
5445## FIXME: this should be a separate macro
5446##
5447
5448# Check whether --with-pic or --without-pic was given.
5449if test "${with_pic+set}" = set; then
5450 withval="$with_pic"
5451 pic_mode="$withval"
5452else
5453 pic_mode=default
5454fi;
5455test -z "$pic_mode" && pic_mode=default
5456
5457# We assume here that the value for lt_cv_prog_cc_pic will not be cached
5458# in isolation, and that seeing it set (from the cache) indicates that
5459# the associated values are set (in the cache) correctly too.
5460echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
5461echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
5462if test "${lt_cv_prog_cc_pic+set}" = set; then
5463 echo $ECHO_N "(cached) $ECHO_C" >&6
5464else
5465 lt_cv_prog_cc_pic=
5466 lt_cv_prog_cc_shlib=
5467 lt_cv_prog_cc_wl=
5468 lt_cv_prog_cc_static=
5469 lt_cv_prog_cc_no_builtin=
5470 lt_cv_prog_cc_can_build_shared=$can_build_shared
5471
5472 if test "$GCC" = yes; then
5473 lt_cv_prog_cc_wl='-Wl,'
5474 lt_cv_prog_cc_static='-static'
5475
5476 case "$host_os" in
5477 beos* | irix5* | irix6* | osf3* | osf4* | osf5*)
5478 # PIC is the default for these OSes.
5479 ;;
5480 aix*)
5481 # Below there is a dirty hack to force normal static linking with -ldl
5482 # The problem is because libdl dynamically linked with both libc and
5483 # libC (AIX C++ library), which obviously doesn't included in libraries
5484 # list by gcc. This cause undefined symbols with -static flags.
5485 # This hack allows C programs to be linked with "-static -ldl", but
5486 # we not sure about C++ programs.
5487 lt_cv_prog_cc_static="$lt_cv_prog_cc_static ${lt_cv_prog_cc_wl}-lC"
5488 ;;
5489 cygwin* | mingw* | pw32* | os2*)
5490 # This hack is so that the source file can tell whether it is being
5491 # built for inclusion in a dll (and should export symbols for example).
5492 lt_cv_prog_cc_pic='-DDLL_EXPORT'
5493 ;;
5494 amigaos*)
5495 # FIXME: we need at least 68020 code to build shared libraries, but
5496 # adding the `-m68020' flag to GCC prevents building anything better,
5497 # like `-m68040'.
5498 lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4'
5499 ;;
5500 sysv4*MP*)
5501 if test -d /usr/nec; then
5502 lt_cv_prog_cc_pic=-Kconform_pic
5503 fi
5504 ;;
5505 *)
5506 lt_cv_prog_cc_pic='-fPIC'
5507 ;;
5508 esac
5509 else
5510 # PORTME Check for PIC flags for the system compiler.
5511 case "$host_os" in
5512 aix3* | aix4*)
5513 # All AIX code is PIC.
5514 lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
5515 ;;
5516
5517 hpux9* | hpux10* | hpux11*)
5518 # Is there a better lt_cv_prog_cc_static that works with the bundled CC?
5519 lt_cv_prog_cc_wl='-Wl,'
5520 lt_cv_prog_cc_static="${lt_cv_prog_cc_wl}-a ${lt_cv_prog_cc_wl}archive"
5521 lt_cv_prog_cc_pic='+Z'
5522 ;;
5523
5524 irix5* | irix6*)
5525 lt_cv_prog_cc_wl='-Wl,'
5526 lt_cv_prog_cc_static='-non_shared'
5527 # PIC (with -KPIC) is the default.
5528 ;;
5529
5530 cygwin* | mingw* | pw32* | os2*)
5531 # This hack is so that the source file can tell whether it is being
5532 # built for inclusion in a dll (and should export symbols for example).
5533 lt_cv_prog_cc_pic='-DDLL_EXPORT'
5534 ;;
5535
5536 newsos6)
5537 lt_cv_prog_cc_pic='-KPIC'
5538 lt_cv_prog_cc_static='-Bstatic'
5539 ;;
5540
5541 osf3* | osf4* | osf5*)
5542 # All OSF/1 code is PIC.
5543 lt_cv_prog_cc_wl='-Wl,'
5544 lt_cv_prog_cc_static='-non_shared'
5545 ;;
5546
5547 sco3.2v5*)
5548 lt_cv_prog_cc_pic='-Kpic'
5549 lt_cv_prog_cc_static='-dn'
5550 lt_cv_prog_cc_shlib='-belf'
5551 ;;
5552
5553 solaris*)
5554 lt_cv_prog_cc_pic='-KPIC'
5555 lt_cv_prog_cc_static='-Bstatic'
5556 lt_cv_prog_cc_wl='-Wl,'
5557 ;;
5558
5559 sunos4*)
5560 lt_cv_prog_cc_pic='-PIC'
5561 lt_cv_prog_cc_static='-Bstatic'
5562 lt_cv_prog_cc_wl='-Qoption ld '
5563 ;;
5564
5565 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
5566 lt_cv_prog_cc_pic='-KPIC'
5567 lt_cv_prog_cc_static='-Bstatic'
5568 if test "x$host_vendor" = xsni; then
5569 lt_cv_prog_cc_wl='-LD'
5570 else
5571 lt_cv_prog_cc_wl='-Wl,'
5572 fi
5573 ;;
5574
5575 uts4*)
5576 lt_cv_prog_cc_pic='-pic'
5577 lt_cv_prog_cc_static='-Bstatic'
5578 ;;
5579
5580 sysv4*MP*)
5581 if test -d /usr/nec ;then
5582 lt_cv_prog_cc_pic='-Kconform_pic'
5583 lt_cv_prog_cc_static='-Bstatic'
5584 fi
5585 ;;
5586
5587 *)
5588 lt_cv_prog_cc_can_build_shared=no
5589 ;;
5590 esac
5591 fi
5592
5593fi
5594
5595if test -z "$lt_cv_prog_cc_pic"; then
5596 echo "$as_me:$LINENO: result: none" >&5
5597echo "${ECHO_T}none" >&6
5598else
5599 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic" >&5
5600echo "${ECHO_T}$lt_cv_prog_cc_pic" >&6
5601
5602 # Check to make sure the pic_flag actually works.
5603 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
5604echo $ECHO_N "checking if $compiler PIC flag $lt_cv_prog_cc_pic works... $ECHO_C" >&6
5605 if test "${lt_cv_prog_cc_pic_works+set}" = set; then
5606 echo $ECHO_N "(cached) $ECHO_C" >&6
5607else
5608 save_CFLAGS="$CFLAGS"
5609 CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
5610 cat >conftest.$ac_ext <<_ACEOF
5611/* confdefs.h. */
5612_ACEOF
5613cat confdefs.h >>conftest.$ac_ext
5614cat >>conftest.$ac_ext <<_ACEOF
5615/* end confdefs.h. */
5616
5617int
5618main ()
5619{
5620
5621 ;
5622 return 0;
5623}
5624_ACEOF
5625rm -f conftest.$ac_objext
5626if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5627 (eval $ac_compile) 2>conftest.er1
5628 ac_status=$?
5629 grep -v '^ *+' conftest.er1 >conftest.err
5630 rm -f conftest.er1
5631 cat conftest.err >&5
5632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5633 (exit $ac_status); } &&
5634 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5636 (eval $ac_try) 2>&5
5637 ac_status=$?
5638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5639 (exit $ac_status); }; } &&
5640 { ac_try='test -s conftest.$ac_objext'
5641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5642 (eval $ac_try) 2>&5
5643 ac_status=$?
5644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5645 (exit $ac_status); }; }; then
5646 case "$host_os" in
5647 hpux9* | hpux10* | hpux11*)
5648 # On HP-UX, both CC and GCC only warn that PIC is supported... then
5649 # they create non-PIC objects. So, if there were any warnings, we
5650 # assume that PIC is not supported.
5651 if test -s conftest.err; then
5652 lt_cv_prog_cc_pic_works=no
5653 else
5654 lt_cv_prog_cc_pic_works=yes
5655 fi
5656 ;;
5657 *)
5658 lt_cv_prog_cc_pic_works=yes
5659 ;;
5660 esac
5661
5662else
5663 echo "$as_me: failed program was:" >&5
5664sed 's/^/| /' conftest.$ac_ext >&5
5665
5666 lt_cv_prog_cc_pic_works=no
5667
5668fi
5669rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5670 CFLAGS="$save_CFLAGS"
5671
5672fi
5673
5674
5675 if test "X$lt_cv_prog_cc_pic_works" = Xno; then
5676 lt_cv_prog_cc_pic=
5677 lt_cv_prog_cc_can_build_shared=no
5678 else
5679 lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
5680 fi
5681
5682 echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5
5683echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
5684fi
5685##
5686## END FIXME
5687
5688# Check for any special shared library compilation flags.
5689if test -n "$lt_cv_prog_cc_shlib"; then
5690 { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&5
5691echo "$as_me: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&2;}
5692 if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_cv_prog_cc_shlib[ ]" >/dev/null; then :
5693 else
5694 { echo "$as_me:$LINENO: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
5695echo "$as_me: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
5696 lt_cv_prog_cc_can_build_shared=no
5697 fi
5698fi
5699
5700## FIXME: this should be a separate macro
5701##
5702echo "$as_me:$LINENO: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
5703echo $ECHO_N "checking if $compiler static flag $lt_cv_prog_cc_static works... $ECHO_C" >&6
5704if test "${lt_cv_prog_cc_static_works+set}" = set; then
5705 echo $ECHO_N "(cached) $ECHO_C" >&6
5706else
5707 lt_cv_prog_cc_static_works=no
5708 save_LDFLAGS="$LDFLAGS"
5709 LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
5710 cat >conftest.$ac_ext <<_ACEOF
5711/* confdefs.h. */
5712_ACEOF
5713cat confdefs.h >>conftest.$ac_ext
5714cat >>conftest.$ac_ext <<_ACEOF
5715/* end confdefs.h. */
5716
5717int
5718main ()
5719{
5720
5721 ;
5722 return 0;
5723}
5724_ACEOF
5725rm -f conftest.$ac_objext conftest$ac_exeext
5726if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5727 (eval $ac_link) 2>conftest.er1
5728 ac_status=$?
5729 grep -v '^ *+' conftest.er1 >conftest.err
5730 rm -f conftest.er1
5731 cat conftest.err >&5
5732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5733 (exit $ac_status); } &&
5734 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5736 (eval $ac_try) 2>&5
5737 ac_status=$?
5738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5739 (exit $ac_status); }; } &&
5740 { ac_try='test -s conftest$ac_exeext'
5741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5742 (eval $ac_try) 2>&5
5743 ac_status=$?
5744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5745 (exit $ac_status); }; }; then
5746 lt_cv_prog_cc_static_works=yes
5747else
5748 echo "$as_me: failed program was:" >&5
5749sed 's/^/| /' conftest.$ac_ext >&5
5750
5751fi
5752rm -f conftest.err conftest.$ac_objext \
5753 conftest$ac_exeext conftest.$ac_ext
5754 LDFLAGS="$save_LDFLAGS"
5755
5756fi
5757
5758
5759# Belt *and* braces to stop my trousers falling down:
5760test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
5761echo "$as_me:$LINENO: result: $lt_cv_prog_cc_static_works" >&5
5762echo "${ECHO_T}$lt_cv_prog_cc_static_works" >&6
5763
5764pic_flag="$lt_cv_prog_cc_pic"
5765special_shlib_compile_flags="$lt_cv_prog_cc_shlib"
5766wl="$lt_cv_prog_cc_wl"
5767link_static_flag="$lt_cv_prog_cc_static"
5768no_builtin_flag="$lt_cv_prog_cc_no_builtin"
5769can_build_shared="$lt_cv_prog_cc_can_build_shared"
5770##
5771## END FIXME
5772
5773
5774## FIXME: this should be a separate macro
5775##
5776# Check to see if options -o and -c are simultaneously supported by compiler
5777echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
5778echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
5779$rm -r conftest 2>/dev/null
5780mkdir conftest
5781cd conftest
5782echo "int some_variable = 0;" > conftest.$ac_ext
5783mkdir out
5784# According to Tom Tromey, Ian Lance Taylor reported there are C compilers
5785# that will create temporary files in the current directory regardless of
5786# the output directory. Thus, making CWD read-only will cause this test
5787# to fail, enabling locking or at least warning the user not to do parallel
5788# builds.
5789chmod -w .
5790save_CFLAGS="$CFLAGS"
5791CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5792compiler_c_o=no
5793if { (eval echo configure:5793: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
5794 # The compiler can only warn and ignore the option if not recognized
5795 # So say no if there are warnings
5796 if test -s out/conftest.err; then
5797 compiler_c_o=no
5798 else
5799 compiler_c_o=yes
5800 fi
5801else
5802 # Append any errors to the config.log.
5803 cat out/conftest.err 1>&5
5804 compiler_c_o=no
5805fi
5806echo "$as_me:$LINENO: result: $compiler_c_o" >&5
5807echo "${ECHO_T}$compiler_c_o" >&6
5808CFLAGS="$save_CFLAGS"
5809chmod u+w .
5810$rm conftest* out/*
5811rmdir out
5812cd ..
5813rmdir conftest
5814$rm -r conftest 2>/dev/null
5815
5816if test x"$compiler_c_o" = x"yes"; then
5817 # Check to see if we can write to a .lo
5818 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.lo" >&5
5819echo $ECHO_N "checking if $compiler supports -c -o file.lo... $ECHO_C" >&6
5820 compiler_o_lo=no
5821 save_CFLAGS="$CFLAGS"
5822 CFLAGS="$CFLAGS -c -o conftest.lo"
5823 cat >conftest.$ac_ext <<_ACEOF
5824/* confdefs.h. */
5825_ACEOF
5826cat confdefs.h >>conftest.$ac_ext
5827cat >>conftest.$ac_ext <<_ACEOF
5828/* end confdefs.h. */
5829
5830int
5831main ()
5832{
5833int some_variable = 0;
5834 ;
5835 return 0;
5836}
5837_ACEOF
5838rm -f conftest.$ac_objext
5839if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5840 (eval $ac_compile) 2>conftest.er1
5841 ac_status=$?
5842 grep -v '^ *+' conftest.er1 >conftest.err
5843 rm -f conftest.er1
5844 cat conftest.err >&5
5845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5846 (exit $ac_status); } &&
5847 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5849 (eval $ac_try) 2>&5
5850 ac_status=$?
5851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5852 (exit $ac_status); }; } &&
5853 { ac_try='test -s conftest.$ac_objext'
5854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5855 (eval $ac_try) 2>&5
5856 ac_status=$?
5857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5858 (exit $ac_status); }; }; then
5859 # The compiler can only warn and ignore the option if not recognized
5860 # So say no if there are warnings
5861 if test -s conftest.err; then
5862 compiler_o_lo=no
5863 else
5864 compiler_o_lo=yes
5865 fi
5866
5867else
5868 echo "$as_me: failed program was:" >&5
5869sed 's/^/| /' conftest.$ac_ext >&5
5870
5871fi
5872rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5873 echo "$as_me:$LINENO: result: $compiler_c_o" >&5
5874echo "${ECHO_T}$compiler_c_o" >&6
5875 CFLAGS="$save_CFLAGS"
5876else
5877 compiler_o_lo=no
5878fi
5879##
5880## END FIXME
5881
5882## FIXME: this should be a separate macro
5883##
5884# Check to see if we can do hard links to lock some files if needed
5885hard_links="nottested"
5886if test "$compiler_c_o" = no && test "$need_locks" != no; then
5887 # do not overwrite the value of need_locks provided by the user
5888 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
5889echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
5890 hard_links=yes
5891 $rm conftest*
5892 ln conftest.a conftest.b 2>/dev/null && hard_links=no
5893 touch conftest.a
5894 ln conftest.a conftest.b 2>&5 || hard_links=no
5895 ln conftest.a conftest.b 2>/dev/null && hard_links=no
5896 echo "$as_me:$LINENO: result: $hard_links" >&5
5897echo "${ECHO_T}$hard_links" >&6
5898 if test "$hard_links" = no; then
5899 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
5900echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
5901 need_locks=warn
5902 fi
5903else
5904 need_locks=no
5905fi
5906##
5907## END FIXME
5908
5909## FIXME: this should be a separate macro
5910##
5911if test "$GCC" = yes; then
5912 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
5913 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
5914echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
5915 echo "int some_variable = 0;" > conftest.$ac_ext
5916 save_CFLAGS="$CFLAGS"
5917 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
5918 compiler_rtti_exceptions=no
5919 cat >conftest.$ac_ext <<_ACEOF
5920/* confdefs.h. */
5921_ACEOF
5922cat confdefs.h >>conftest.$ac_ext
5923cat >>conftest.$ac_ext <<_ACEOF
5924/* end confdefs.h. */
5925
5926int
5927main ()
5928{
5929int some_variable = 0;
5930 ;
5931 return 0;
5932}
5933_ACEOF
5934rm -f conftest.$ac_objext
5935if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5936 (eval $ac_compile) 2>conftest.er1
5937 ac_status=$?
5938 grep -v '^ *+' conftest.er1 >conftest.err
5939 rm -f conftest.er1
5940 cat conftest.err >&5
5941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5942 (exit $ac_status); } &&
5943 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5945 (eval $ac_try) 2>&5
5946 ac_status=$?
5947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5948 (exit $ac_status); }; } &&
5949 { ac_try='test -s conftest.$ac_objext'
5950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5951 (eval $ac_try) 2>&5
5952 ac_status=$?
5953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5954 (exit $ac_status); }; }; then
5955 # The compiler can only warn and ignore the option if not recognized
5956 # So say no if there are warnings
5957 if test -s conftest.err; then
5958 compiler_rtti_exceptions=no
5959 else
5960 compiler_rtti_exceptions=yes
5961 fi
5962
5963else
5964 echo "$as_me: failed program was:" >&5
5965sed 's/^/| /' conftest.$ac_ext >&5
5966
5967fi
5968rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5969 CFLAGS="$save_CFLAGS"
5970 echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5
5971echo "${ECHO_T}$compiler_rtti_exceptions" >&6
5972
5973 if test "$compiler_rtti_exceptions" = "yes"; then
5974 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
5975 else
5976 no_builtin_flag=' -fno-builtin'
5977 fi
5978fi
5979##
5980## END FIXME
5981
5982## FIXME: this should be a separate macro
5983##
5984# See if the linker supports building shared libraries.
5985echo "$as_me:$LINENO: checking whether the linker ($LD) supports shared libraries" >&5
5986echo $ECHO_N "checking whether the linker ($LD) supports shared libraries... $ECHO_C" >&6
5987
5988allow_undefined_flag=
5989no_undefined_flag=
5990need_lib_prefix=unknown
5991need_version=unknown
5992# when you set need_version to no, make sure it does not cause -set_version
5993# flags to be left without arguments
5994archive_cmds=
5995archive_expsym_cmds=
5996old_archive_from_new_cmds=
5997old_archive_from_expsyms_cmds=
5998export_dynamic_flag_spec=
5999whole_archive_flag_spec=
6000thread_safe_flag_spec=
6001hardcode_into_libs=no
6002hardcode_libdir_flag_spec=
6003hardcode_libdir_separator=
6004hardcode_direct=no
6005hardcode_minus_L=no
6006hardcode_shlibpath_var=unsupported
6007runpath_var=
6008link_all_deplibs=unknown
6009always_export_symbols=no
6010export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols'
6011# include_expsyms should be a list of space-separated symbols to be *always*
6012# included in the symbol list
6013include_expsyms=
6014# exclude_expsyms can be an egrep regular expression of symbols to exclude
6015# it will be wrapped by ` (' and `)$', so one must not match beginning or
6016# end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
6017# as well as any symbol that contains `d'.
6018exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
6019# Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
6020# platforms (ab)use it in PIC code, but their linkers get confused if
6021# the symbol is explicitly referenced. Since portable code cannot
6022# rely on this symbol name, it's probably fine to never include it in
6023# preloaded symbol tables.
6024extract_expsyms_cmds=
6025
6026case "$host_os" in
6027cygwin* | mingw* | pw32* )
6028 # FIXME: the MSVC++ port hasn't been tested in a loooong time
6029 # When not using gcc, we currently assume that we are using
6030 # Microsoft Visual C++.
6031 if test "$GCC" != yes; then
6032 with_gnu_ld=no
6033 fi
6034 ;;
6035
6036esac
6037
6038ld_shlibs=yes
6039if test "$with_gnu_ld" = yes; then
6040 # If archive_cmds runs LD, not CC, wlarc should be empty
6041 wlarc='${wl}'
6042
6043 # See if GNU ld supports shared libraries.
6044 case "$host_os" in
6045 aix3* | aix4*)
6046 # On AIX, the GNU linker is very broken
6047 ld_shlibs=no
6048 cat <<EOF 1>&2
6049
6050*** Warning: the GNU linker, at least up to release 2.9.1, is reported
6051*** to be unable to reliably create shared libraries on AIX.
6052*** Therefore, libtool is disabling shared libraries support. If you
6053*** really care for shared libraries, you may want to modify your PATH
6054*** so that a non-GNU linker is found, and then restart.
6055
6056EOF
6057 ;;
6058
6059 amigaos*)
6060 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)'
6061 hardcode_libdir_flag_spec='-L$libdir'
6062 hardcode_minus_L=yes
6063
6064 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
6065 # that the semantics of dynamic libraries on AmigaOS, at least up
6066 # to version 4, is to share data among multiple programs linked
6067 # with the same dynamic library. Since this doesn't match the
6068 # behavior of shared libraries on other platforms, we can use
6069 # them.
6070 ld_shlibs=no
6071 ;;
6072
6073 beos*)
6074 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
6075 allow_undefined_flag=unsupported
6076 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
6077 # support --undefined. This deserves some investigation. FIXME
6078 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6079 else
6080 ld_shlibs=no
6081 fi
6082 ;;
6083
6084 cygwin* | mingw* | pw32*)
6085 # hardcode_libdir_flag_spec is actually meaningless, as there is
6086 # no search path for DLLs.
6087 hardcode_libdir_flag_spec='-L$libdir'
6088 allow_undefined_flag=unsupported
6089 always_export_symbols=yes
6090
6091 extract_expsyms_cmds='test -f $output_objdir/impgen.c || \
6092 sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < $''0 > $output_objdir/impgen.c~
6093 test -f $output_objdir/impgen.exe || (cd $output_objdir && \
6094 if test "x$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \
6095 else $CC -o impgen impgen.c ; fi)~
6096 $output_objdir/impgen $dir/$soname > $output_objdir/$soname-def'
6097
6098 old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'
6099
6100 # cygwin and mingw dlls have different entry points and sets of symbols
6101 # to exclude.
6102 # FIXME: what about values for MSVC?
6103 dll_entry=__cygwin_dll_entry@12
6104 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
6105 case "$host_os" in
6106 mingw*)
6107 # mingw values
6108 dll_entry=_DllMainCRTStartup@12
6109 dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
6110 ;;
6111 esac
6112
6113 # mingw and cygwin differ, and it's simplest to just exclude the union
6114 # of the two symbol sets.
6115 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
6116
6117 # recent cygwin and mingw systems supply a stub DllMain which the user
6118 # can override, but on older systems we have to supply one (in ltdll.c)
6119 if test "x$lt_cv_need_dllmain" = "xyes"; then
6120 ltdll_obj='$output_objdir/$soname-ltdll.'"$ac_objext "
6121 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~
6122 test -f $output_objdir/$soname-ltdll.$ac_objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
6123 else
6124 ltdll_obj=
6125 ltdll_cmds=
6126 fi
6127
6128 # Extract the symbol export list from an `--export-all' def file,
6129 # then regenerate the def file from the symbol export list, so that
6130 # the compiled dll only exports the symbol export list.
6131 # Be careful not to strip the DATA tag left be newer dlltools.
6132 export_symbols_cmds="$ltdll_cmds"'
6133 $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
6134 sed -e "1,/EXPORTS/d" -e "s/ @ [0-9]*//" -e "s/ *;.*$//" < $output_objdir/$soname-def > $export_symbols'
6135
6136 # If DATA tags from a recent dlltool are present, honour them!
6137 archive_expsym_cmds='echo EXPORTS > $output_objdir/$soname-def~
6138 _lt_hint=1;
6139 cat $export_symbols | while read symbol; do
6140 set dummy \$symbol;
6141 case \$# in
6142 2) echo " \$2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
6143 *) echo " \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;;
6144 esac;
6145 _lt_hint=`expr 1 + \$_lt_hint`;
6146 done~
6147 '"$ltdll_cmds"'
6148 $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~
6149 $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~
6150 $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~
6151 $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~
6152 $CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $lib '$ltdll_obj'$libobjs $deplibs $compiler_flags'
6153 ;;
6154
6155 netbsd*)
6156 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6157 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
6158 wlarc=
6159 else
6160 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6161 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6162 fi
6163 ;;
6164
6165 solaris* | sysv5*)
6166 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
6167 ld_shlibs=no
6168 cat <<EOF 1>&2
6169
6170*** Warning: The releases 2.8.* of the GNU linker cannot reliably
6171*** create shared libraries on Solaris systems. Therefore, libtool
6172*** is disabling shared libraries support. We urge you to upgrade GNU
6173*** binutils to release 2.9.1 or newer. Another option is to modify
6174*** your PATH or compiler configuration so that the native linker is
6175*** used, and then restart.
6176
6177EOF
6178 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
6179 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6180 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6181 else
6182 ld_shlibs=no
6183 fi
6184 ;;
6185
6186 sunos4*)
6187 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6188 wlarc=
6189 hardcode_direct=yes
6190 hardcode_shlibpath_var=no
6191 ;;
6192
6193 *)
6194 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
6195 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6196 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6197 else
6198 ld_shlibs=no
6199 fi
6200 ;;
6201 esac
6202
6203 if test "$ld_shlibs" = yes; then
6204 runpath_var=LD_RUN_PATH
6205 hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
6206 export_dynamic_flag_spec='${wl}--export-dynamic'
6207 case $host_os in
6208 cygwin* | mingw* | pw32*)
6209 # dlltool doesn't understand --whole-archive et. al.
6210 whole_archive_flag_spec=
6211 ;;
6212 *)
6213 # ancient GNU ld didn't support --whole-archive et. al.
6214 if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
6215 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
6216 else
6217 whole_archive_flag_spec=
6218 fi
6219 ;;
6220 esac
6221 fi
6222else
6223 # PORTME fill in a description of your system's linker (not GNU ld)
6224 case "$host_os" in
6225 aix3*)
6226 allow_undefined_flag=unsupported
6227 always_export_symbols=yes
6228 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'
6229 # Note: this linker hardcodes the directories in LIBPATH if there
6230 # are no directories specified by -L.
6231 hardcode_minus_L=yes
6232 if test "$GCC" = yes && test -z "$link_static_flag"; then
6233 # Neither direct hardcoding nor static linking is supported with a
6234 # broken collect2.
6235 hardcode_direct=unsupported
6236 fi
6237 ;;
6238
6239 aix4*)
6240 hardcode_libdir_flag_spec='${wl}-b ${wl}nolibpath ${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib'
6241 hardcode_libdir_separator=':'
6242 if test "$GCC" = yes; then
6243 collect2name=`${CC} -print-prog-name=collect2`
6244 if test -f "$collect2name" && \
6245 strings "$collect2name" | grep resolve_lib_name >/dev/null
6246 then
6247 # We have reworked collect2
6248 hardcode_direct=yes
6249 else
6250 # We have old collect2
6251 hardcode_direct=unsupported
6252 # It fails to find uninstalled libraries when the uninstalled
6253 # path is not listed in the libpath. Setting hardcode_minus_L
6254 # to unsupported forces relinking
6255 hardcode_minus_L=yes
6256 hardcode_libdir_flag_spec='-L$libdir'
6257 hardcode_libdir_separator=
6258 fi
6259 shared_flag='-shared'
6260 else
6261 shared_flag='${wl}-bM:SRE'
6262 hardcode_direct=yes
6263 fi
6264 allow_undefined_flag=' ${wl}-berok'
6265 archive_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bexpall ${wl}-bnoentry${allow_undefined_flag}'
6266 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}'
6267 case "$host_os" in aix4.[01]|aix4.[01].*)
6268 # According to Greg Wooledge, -bexpall is only supported from AIX 4.2 on
6269 always_export_symbols=yes ;;
6270 esac
6271
6272 # We don't want to build shared libraries on unknown CPU types.
6273 case $host_cpu in
6274 powerpc | rs6000) ;;
6275 *) ld_shlibs=no ;;
6276 esac
6277 ;;
6278
6279 amigaos*)
6280 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)'
6281 hardcode_libdir_flag_spec='-L$libdir'
6282 hardcode_minus_L=yes
6283 # see comment about different semantics on the GNU ld section
6284 ld_shlibs=no
6285 ;;
6286
6287 cygwin* | mingw* | pw32*)
6288 # When not using gcc, we currently assume that we are using
6289 # Microsoft Visual C++.
6290 # hardcode_libdir_flag_spec is actually meaningless, as there is
6291 # no search path for DLLs.
6292 hardcode_libdir_flag_spec=' '
6293 allow_undefined_flag=unsupported
6294 # Tell ltmain to make .lib files, not .a files.
6295 libext=lib
6296 # FIXME: Setting linknames here is a bad hack.
6297 archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
6298 # The linker will automatically build a .lib file if we build a DLL.
6299 old_archive_from_new_cmds='true'
6300 # FIXME: Should let the user specify the lib program.
6301 old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
6302 fix_srcfile_path='`cygpath -w "$srcfile"`'
6303 ;;
6304
6305 darwin* | rhapsody*)
6306 allow_undefined_flag='-undefined warning'
6307 archive_cmds='$CC `if test "$module" = "yes"; then echo -bundle; else
6308 echo -dynamiclib; fi` -o $lib $libobjs $deplibs $linkopts'
6309 archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
6310 ## What we need is to hardcode the path to the library, not the search path
6311 #hardcode_direct=yes
6312 #hardcode_libdir_flag_spec='-install_name $libdir/$lib'
6313 hardcode_shlibpath_var=no
6314 whole_archive_flag_spec='-all_load'
6315 ;;
6316
6317 freebsd1*)
6318 ld_shlibs=no
6319 ;;
6320
6321 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
6322 # support. Future versions do this automatically, but an explicit c++rt0.o
6323 # does not break anything, and helps significantly (at the cost of a little
6324 # extra space).
6325 freebsd2.2*)
6326 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
6327 hardcode_libdir_flag_spec='-R$libdir'
6328 hardcode_direct=yes
6329 hardcode_shlibpath_var=no
6330 ;;
6331
6332 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6333 freebsd2*)
6334 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6335 hardcode_direct=yes
6336 hardcode_minus_L=yes
6337 hardcode_shlibpath_var=no
6338 ;;
6339
6340 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
6341 freebsd*)
6342 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
6343 hardcode_libdir_flag_spec='-R$libdir'
6344 hardcode_direct=yes
6345 hardcode_shlibpath_var=no
6346 ;;
6347
6348 hpux9* | hpux10* | hpux11*)
6349 case "$host_os" in
6350 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' ;;
6351 *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;;
6352 esac
6353 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
6354 hardcode_libdir_separator=:
6355 hardcode_direct=yes
6356 hardcode_minus_L=yes # Not in the search PATH, but as the default
6357 # location of the library.
6358 export_dynamic_flag_spec='${wl}-E'
6359 ;;
6360
6361 irix5* | irix6*)
6362 if test "$GCC" = yes; then
6363 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'
6364 else
6365 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'
6366 fi
6367 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
6368 hardcode_libdir_separator=:
6369 link_all_deplibs=yes
6370 ;;
6371
6372 netbsd*)
6373 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6374 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
6375 else
6376 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
6377 fi
6378 hardcode_libdir_flag_spec='-R$libdir'
6379 hardcode_direct=yes
6380 hardcode_shlibpath_var=no
6381 ;;
6382
6383 newsos6)
6384 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
6385 hardcode_direct=yes
6386 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
6387 hardcode_libdir_separator=:
6388 hardcode_shlibpath_var=no
6389 ;;
6390
6391 openbsd*)
6392 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6393 hardcode_libdir_flag_spec='-R$libdir'
6394 hardcode_direct=yes
6395 hardcode_shlibpath_var=no
6396 ;;
6397
6398 os2*)
6399 hardcode_libdir_flag_spec='-L$libdir'
6400 hardcode_minus_L=yes
6401 allow_undefined_flag=unsupported
6402 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'
6403 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
6404 ;;
6405
6406 osf3*)
6407 if test "$GCC" = yes; then
6408 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
6409 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'
6410 else
6411 allow_undefined_flag=' -expect_unresolved \*'
6412 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'
6413 fi
6414 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
6415 hardcode_libdir_separator=:
6416 ;;
6417
6418 osf4* | osf5*) # as osf3* with the addition of -msym flag
6419 if test "$GCC" = yes; then
6420 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
6421 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'
6422 else
6423 allow_undefined_flag=' -expect_unresolved \*'
6424 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'
6425 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
6426 $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'
6427 fi
6428#Both c and cxx compiler support -rpath directly
6429 hardcode_libdir_flag_spec='-rpath $libdir'
6430 hardcode_libdir_separator=:
6431 ;;
6432
6433 sco3.2v5*)
6434 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6435 hardcode_shlibpath_var=no
6436 runpath_var=LD_RUN_PATH
6437 hardcode_runpath_var=yes
6438 ;;
6439
6440 solaris*)
6441 no_undefined_flag=' -z text'
6442 # $CC -shared without GNU ld will not create a library from C++
6443 # object files and a static libstdc++, better avoid it by now
6444 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
6445 archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6446 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
6447 hardcode_libdir_flag_spec='-R$libdir'
6448 hardcode_shlibpath_var=no
6449 case "$host_os" in
6450 solaris2.[0-5] | solaris2.[0-5].*) ;;
6451 *) # Supported since Solaris 2.6 (maybe 2.5.1?)
6452 whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
6453 esac
6454 link_all_deplibs=yes
6455 ;;
6456
6457 sunos4*)
6458 if test "x$host_vendor" = xsequent; then
6459 # Use $CC to link under sequent, because it throws in some extra .o
6460 # files that make .init and .fini sections work.
6461 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
6462 else
6463 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
6464 fi
6465 hardcode_libdir_flag_spec='-L$libdir'
6466 hardcode_direct=yes
6467 hardcode_minus_L=yes
6468 hardcode_shlibpath_var=no
6469 ;;
6470
6471 sysv4)
6472 if test "x$host_vendor" = xsno; then
6473 archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linkopts'
6474 hardcode_direct=yes # is this really true???
6475 else
6476 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6477 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
6478 fi
6479 runpath_var='LD_RUN_PATH'
6480 hardcode_shlibpath_var=no
6481 ;;
6482
6483 sysv4.3*)
6484 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6485 hardcode_shlibpath_var=no
6486 export_dynamic_flag_spec='-Bexport'
6487 ;;
6488
6489 sysv5*)
6490 no_undefined_flag=' -z text'
6491 # $CC -shared without GNU ld will not create a library from C++
6492 # object files and a static libstdc++, better avoid it by now
6493 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
6494 archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6495 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
6496 hardcode_libdir_flag_spec=
6497 hardcode_shlibpath_var=no
6498 runpath_var='LD_RUN_PATH'
6499 ;;
6500
6501 uts4*)
6502 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6503 hardcode_libdir_flag_spec='-L$libdir'
6504 hardcode_shlibpath_var=no
6505 ;;
6506
6507 dgux*)
6508 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6509 hardcode_libdir_flag_spec='-L$libdir'
6510 hardcode_shlibpath_var=no
6511 ;;
6512
6513 sysv4*MP*)
6514 if test -d /usr/nec; then
6515 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6516 hardcode_shlibpath_var=no
6517 runpath_var=LD_RUN_PATH
6518 hardcode_runpath_var=yes
6519 ld_shlibs=yes
6520 fi
6521 ;;
6522
6523 sysv4.2uw2*)
6524 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
6525 hardcode_direct=yes
6526 hardcode_minus_L=no
6527 hardcode_shlibpath_var=no
6528 hardcode_runpath_var=yes
6529 runpath_var=LD_RUN_PATH
6530 ;;
6531
6532 unixware7*)
6533 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6534 runpath_var='LD_RUN_PATH'
6535 hardcode_shlibpath_var=no
6536 ;;
6537
6538 *)
6539 ld_shlibs=no
6540 ;;
6541 esac
6542fi
6543echo "$as_me:$LINENO: result: $ld_shlibs" >&5
6544echo "${ECHO_T}$ld_shlibs" >&6
6545test "$ld_shlibs" = no && can_build_shared=no
6546##
6547## END FIXME
6548
6549## FIXME: this should be a separate macro
6550##
6551# Check hardcoding attributes.
6552echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
6553echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
6554hardcode_action=
6555if test -n "$hardcode_libdir_flag_spec" || \
6556 test -n "$runpath_var"; then
6557
6558 # We can hardcode non-existant directories.
6559 if test "$hardcode_direct" != no &&
6560 # If the only mechanism to avoid hardcoding is shlibpath_var, we
6561 # have to relink, otherwise we might link with an installed library
6562 # when we should be linking with a yet-to-be-installed one
6563 ## test "$hardcode_shlibpath_var" != no &&
6564 test "$hardcode_minus_L" != no; then
6565 # Linking always hardcodes the temporary library directory.
6566 hardcode_action=relink
6567 else
6568 # We can link without hardcoding, and we can hardcode nonexisting dirs.
6569 hardcode_action=immediate
6570 fi
6571else
6572 # We cannot hardcode anything, or else we can only hardcode existing
6573 # directories.
6574 hardcode_action=unsupported
6575fi
6576echo "$as_me:$LINENO: result: $hardcode_action" >&5
6577echo "${ECHO_T}$hardcode_action" >&6
6578##
6579## END FIXME
6580
6581## FIXME: this should be a separate macro
6582##
6583striplib=
6584old_striplib=
6585echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
6586echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
6587if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
6588 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
6589 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
6590 echo "$as_me:$LINENO: result: yes" >&5
6591echo "${ECHO_T}yes" >&6
6592else
6593 echo "$as_me:$LINENO: result: no" >&5
6594echo "${ECHO_T}no" >&6
6595fi
6596##
6597## END FIXME
6598
6599reload_cmds='$LD$reload_flag -o $output$reload_objs'
6600test -z "$deplibs_check_method" && deplibs_check_method=unknown
6601
6602## FIXME: this should be a separate macro
6603##
6604# PORTME Fill in your ld.so characteristics
6605echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
6606echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
6607library_names_spec=
6608libname_spec='lib$name'
6609soname_spec=
6610postinstall_cmds=
6611postuninstall_cmds=
6612finish_cmds=
6613finish_eval=
6614shlibpath_var=
6615shlibpath_overrides_runpath=unknown
6616version_type=none
6617dynamic_linker="$host_os ld.so"
6618sys_lib_dlsearch_path_spec="/lib /usr/lib"
6619sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
6620
6621case "$host_os" in
6622aix3*)
6623 version_type=linux
6624 library_names_spec='${libname}${release}.so$versuffix $libname.a'
6625 shlibpath_var=LIBPATH
6626
6627 # AIX has no versioning support, so we append a major version to the name.
6628 soname_spec='${libname}${release}.so$major'
6629 ;;
6630
6631aix4*)
6632 version_type=linux
6633 # AIX has no versioning support, so currently we can not hardcode correct
6634 # soname into executable. Probably we can add versioning support to
6635 # collect2, so additional links can be useful in future.
6636 # We preserve .a as extension for shared libraries though AIX4.2
6637 # and later linker supports .so
6638 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.a'
6639 shlibpath_var=LIBPATH
6640 ;;
6641
6642amigaos*)
6643 library_names_spec='$libname.ixlibrary $libname.a'
6644 # Create ${libname}_ixlibrary.a entries in /sys/libs.
6645 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'
6646 ;;
6647
6648beos*)
6649 library_names_spec='${libname}.so'
6650 dynamic_linker="$host_os ld.so"
6651 shlibpath_var=LIBRARY_PATH
6652 ;;
6653
6654bsdi4*)
6655 version_type=linux
6656 need_version=no
6657 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6658 soname_spec='${libname}${release}.so$major'
6659 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
6660 shlibpath_var=LD_LIBRARY_PATH
6661 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
6662 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
6663 export_dynamic_flag_spec=-rdynamic
6664 # the default ld.so.conf also contains /usr/contrib/lib and
6665 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
6666 # libtool to hard-code these into programs
6667 ;;
6668
6669cygwin* | mingw* | pw32*)
6670 version_type=windows
6671 need_version=no
6672 need_lib_prefix=no
6673 if test "$GCC" = yes; then
6674 library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
6675 else
6676 library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
6677 fi
6678 dynamic_linker='Win32 ld.exe'
6679 # FIXME: first we should search . and the directory the executable is in
6680 shlibpath_var=PATH
6681 ;;
6682
6683darwin* | rhapsody*)
6684 need_lib_prefix=no
6685 need_version=no
6686 library_names_spec='${libname}.`if test "$module" = "yes"; then echo so; else echo dylib; fi`'
6687 shlibpath_overrides_runpath=yes
6688 shlibpath_var=DYLD_LIBRARY_PATH
6689 postinstall_cmds='chmod +x $lib'
6690 ;;
6691
6692freebsd1*)
6693 dynamic_linker=no
6694 ;;
6695
6696freebsd*)
6697 objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
6698 version_type=freebsd-$objformat
6699 case "$version_type" in
6700 freebsd-elf*)
6701 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
6702 need_version=no
6703 need_lib_prefix=no
6704 ;;
6705 freebsd-*)
6706 library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix'
6707 need_version=yes
6708 ;;
6709 esac
6710 shlibpath_var=LD_LIBRARY_PATH
6711 case "$host_os" in
6712 freebsd2*)
6713 shlibpath_overrides_runpath=yes
6714 ;;
6715 *)
6716 shlibpath_overrides_runpath=no
6717 hardcode_into_libs=yes
6718 ;;
6719 esac
6720 ;;
6721
6722gnu*)
6723 version_type=linux
6724 need_lib_prefix=no
6725 need_version=no
6726 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
6727 soname_spec='${libname}${release}.so$major'
6728 shlibpath_var=LD_LIBRARY_PATH
6729 hardcode_into_libs=yes
6730 ;;
6731
6732hpux9* | hpux10* | hpux11*)
6733 # Give a soname corresponding to the major version so that dld.sl refuses to
6734 # link against other versions.
6735 dynamic_linker="$host_os dld.sl"
6736 version_type=sunos
6737 need_lib_prefix=no
6738 need_version=no
6739 shlibpath_var=SHLIB_PATH
6740 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
6741 library_names_spec='${libname}${release}.sl$versuffix ${libname}${release}.sl$major $libname.sl'
6742 soname_spec='${libname}${release}.sl$major'
6743 # HP-UX runs *really* slowly unless shared libraries are mode 555.
6744 postinstall_cmds='chmod 555 $lib'
6745 ;;
6746
6747irix5* | irix6*)
6748 version_type=irix
6749 need_lib_prefix=no
6750 need_version=no
6751 soname_spec='${libname}${release}.so$major'
6752 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so'
6753 case "$host_os" in
6754 irix5*)
6755 libsuff= shlibsuff=
6756 ;;
6757 *)
6758 case "$LD" in # libtool.m4 will add one of these switches to LD
6759 *-32|*"-32 ") libsuff= shlibsuff= libmagic=32-bit;;
6760 *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 libmagic=N32;;
6761 *-64|*"-64 ") libsuff=64 shlibsuff=64 libmagic=64-bit;;
6762 *) libsuff= shlibsuff= libmagic=never-match;;
6763 esac
6764 ;;
6765 esac
6766 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
6767 shlibpath_overrides_runpath=no
6768 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
6769 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
6770 ;;
6771
6772# No shared lib support for Linux oldld, aout, or coff.
6773linux-gnuoldld* | linux-gnuaout* | linux-gnucoff*)
6774 dynamic_linker=no
6775 ;;
6776
6777# This must be Linux ELF.
6778linux-gnu*)
6779 version_type=linux
6780 need_lib_prefix=no
6781 need_version=no
6782 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6783 soname_spec='${libname}${release}.so$major'
6784 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
6785 shlibpath_var=LD_LIBRARY_PATH
6786 shlibpath_overrides_runpath=no
6787 # This implies no fast_install, which is unacceptable.
6788 # Some rework will be needed to allow for fast_install
6789 # before this can be enabled.
6790 hardcode_into_libs=yes
6791
6792 # We used to test for /lib/ld.so.1 and disable shared libraries on
6793 # powerpc, because MkLinux only supported shared libraries with the
6794 # GNU dynamic linker. Since this was broken with cross compilers,
6795 # most powerpc-linux boxes support dynamic linking these days and
6796 # people can always --disable-shared, the test was removed, and we
6797 # assume the GNU/Linux dynamic linker is in use.
6798 dynamic_linker='GNU/Linux ld.so'
6799 ;;
6800
6801netbsd*)
6802 version_type=sunos
6803 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6804 library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
6805 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
6806 dynamic_linker='NetBSD (a.out) ld.so'
6807 else
6808 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so ${libname}.so'
6809 soname_spec='${libname}${release}.so$major'
6810 dynamic_linker='NetBSD ld.elf_so'
6811 fi
6812 shlibpath_var=LD_LIBRARY_PATH
6813 shlibpath_overrides_runpath=yes
6814 hardcode_into_libs=yes
6815 ;;
6816
6817newsos6)
6818 version_type=linux
6819 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6820 shlibpath_var=LD_LIBRARY_PATH
6821 shlibpath_overrides_runpath=yes
6822 ;;
6823
6824openbsd*)
6825 version_type=sunos
6826 if test "$with_gnu_ld" = yes; then
6827 need_lib_prefix=no
6828 need_version=no
6829 fi
6830 library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
6831 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
6832 shlibpath_var=LD_LIBRARY_PATH
6833 ;;
6834
6835os2*)
6836 libname_spec='$name'
6837 need_lib_prefix=no
6838 library_names_spec='$libname.dll $libname.a'
6839 dynamic_linker='OS/2 ld.exe'
6840 shlibpath_var=LIBPATH
6841 ;;
6842
6843osf3* | osf4* | osf5*)
6844 version_type=osf
6845 need_version=no
6846 soname_spec='${libname}${release}.so'
6847 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
6848 shlibpath_var=LD_LIBRARY_PATH
6849 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
6850 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
6851 ;;
6852
6853sco3.2v5*)
6854 version_type=osf
6855 soname_spec='${libname}${release}.so$major'
6856 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6857 shlibpath_var=LD_LIBRARY_PATH
6858 ;;
6859
6860solaris*)
6861 version_type=linux
6862 need_lib_prefix=no
6863 need_version=no
6864 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6865 soname_spec='${libname}${release}.so$major'
6866 shlibpath_var=LD_LIBRARY_PATH
6867 shlibpath_overrides_runpath=yes
6868 hardcode_into_libs=yes
6869 # ldd complains unless libraries are executable
6870 postinstall_cmds='chmod +x $lib'
6871 ;;
6872
6873sunos4*)
6874 version_type=sunos
6875 library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
6876 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
6877 shlibpath_var=LD_LIBRARY_PATH
6878 shlibpath_overrides_runpath=yes
6879 if test "$with_gnu_ld" = yes; then
6880 need_lib_prefix=no
6881 fi
6882 need_version=yes
6883 ;;
6884
6885sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
6886 version_type=linux
6887 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6888 soname_spec='${libname}${release}.so$major'
6889 shlibpath_var=LD_LIBRARY_PATH
6890 case "$host_vendor" in
6891 sni)
6892 shlibpath_overrides_runpath=no
6893 ;;
6894 motorola)
6895 need_lib_prefix=no
6896 need_version=no
6897 shlibpath_overrides_runpath=no
6898 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
6899 ;;
6900 esac
6901 ;;
6902
6903uts4*)
6904 version_type=linux
6905 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6906 soname_spec='${libname}${release}.so$major'
6907 shlibpath_var=LD_LIBRARY_PATH
6908 ;;
6909
6910dgux*)
6911 version_type=linux
6912 need_lib_prefix=no
6913 need_version=no
6914 library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
6915 soname_spec='${libname}${release}.so$major'
6916 shlibpath_var=LD_LIBRARY_PATH
6917 ;;
6918
6919sysv4*MP*)
6920 if test -d /usr/nec ;then
6921 version_type=linux
6922 library_names_spec='$libname.so.$versuffix $libname.so.$major $libname.so'
6923 soname_spec='$libname.so.$major'
6924 shlibpath_var=LD_LIBRARY_PATH
6925 fi
6926 ;;
6927
6928*)
6929 dynamic_linker=no
6930 ;;
6931esac
6932echo "$as_me:$LINENO: result: $dynamic_linker" >&5
6933echo "${ECHO_T}$dynamic_linker" >&6
6934test "$dynamic_linker" = no && can_build_shared=no
6935##
6936## END FIXME
6937
6938## FIXME: this should be a separate macro
6939##
6940# Report the final consequences.
6941echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
6942echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
6943echo "$as_me:$LINENO: result: $can_build_shared" >&5
6944echo "${ECHO_T}$can_build_shared" >&6
6945##
6946## END FIXME
6947
6948if test "$hardcode_action" = relink; then
6949 # Fast installation is not supported
6950 enable_fast_install=no
6951elif test "$shlibpath_overrides_runpath" = yes ||
6952 test "$enable_shared" = no; then
6953 # Fast installation is not necessary
6954 enable_fast_install=needless
6955fi
6956
6957variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
6958if test "$GCC" = yes; then
6959 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
6960fi
6961
6962if test "x$enable_dlopen" != xyes; then
6963 enable_dlopen=unknown
6964 enable_dlopen_self=unknown
6965 enable_dlopen_self_static=unknown
6966else
6967 lt_cv_dlopen=no
6968 lt_cv_dlopen_libs=
6969
6970 case "$host_os" in
6971 beos*)
6972 lt_cv_dlopen="load_add_on"
6973 lt_cv_dlopen_libs=
6974 lt_cv_dlopen_self=yes
6975 ;;
6976
6977 cygwin* | mingw* | pw32*)
6978 lt_cv_dlopen="LoadLibrary"
6979 lt_cv_dlopen_libs=
6980 ;;
6981
6982 *)
6983 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
6984echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
6985if test "${ac_cv_lib_dl_dlopen+set}" = set; then
6986 echo $ECHO_N "(cached) $ECHO_C" >&6
6987else
6988 ac_check_lib_save_LIBS=$LIBS
6989LIBS="-ldl $LIBS"
6990cat >conftest.$ac_ext <<_ACEOF
6991/* confdefs.h. */
6992_ACEOF
6993cat confdefs.h >>conftest.$ac_ext
6994cat >>conftest.$ac_ext <<_ACEOF
6995/* end confdefs.h. */
6996
6997/* Override any gcc2 internal prototype to avoid an error. */
6998#ifdef __cplusplus
6999extern "C"
7000#endif
7001/* We use char because int might match the return type of a gcc2
7002 builtin and then its argument prototype would still apply. */
7003char dlopen ();
7004int
7005main ()
7006{
7007dlopen ();
7008 ;
7009 return 0;
7010}
7011_ACEOF
7012rm -f conftest.$ac_objext conftest$ac_exeext
7013if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7014 (eval $ac_link) 2>conftest.er1
7015 ac_status=$?
7016 grep -v '^ *+' conftest.er1 >conftest.err
7017 rm -f conftest.er1
7018 cat conftest.err >&5
7019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7020 (exit $ac_status); } &&
7021 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7023 (eval $ac_try) 2>&5
7024 ac_status=$?
7025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7026 (exit $ac_status); }; } &&
7027 { ac_try='test -s conftest$ac_exeext'
7028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7029 (eval $ac_try) 2>&5
7030 ac_status=$?
7031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7032 (exit $ac_status); }; }; then
7033 ac_cv_lib_dl_dlopen=yes
7034else
7035 echo "$as_me: failed program was:" >&5
7036sed 's/^/| /' conftest.$ac_ext >&5
7037
7038ac_cv_lib_dl_dlopen=no
7039fi
7040rm -f conftest.err conftest.$ac_objext \
7041 conftest$ac_exeext conftest.$ac_ext
7042LIBS=$ac_check_lib_save_LIBS
7043fi
7044echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
7045echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
7046if test $ac_cv_lib_dl_dlopen = yes; then
7047 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
7048else
7049 echo "$as_me:$LINENO: checking for dlopen" >&5
7050echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
7051if test "${ac_cv_func_dlopen+set}" = set; then
7052 echo $ECHO_N "(cached) $ECHO_C" >&6
7053else
7054 cat >conftest.$ac_ext <<_ACEOF
7055/* confdefs.h. */
7056_ACEOF
7057cat confdefs.h >>conftest.$ac_ext
7058cat >>conftest.$ac_ext <<_ACEOF
7059/* end confdefs.h. */
7060/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
7061 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7062#define dlopen innocuous_dlopen
7063
7064/* System header to define __stub macros and hopefully few prototypes,
7065 which can conflict with char dlopen (); below.
7066 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7067 <limits.h> exists even on freestanding compilers. */
7068
7069#ifdef __STDC__
7070# include <limits.h>
7071#else
7072# include <assert.h>
7073#endif
7074
7075#undef dlopen
7076
7077/* Override any gcc2 internal prototype to avoid an error. */
7078#ifdef __cplusplus
7079extern "C"
7080{
7081#endif
7082/* We use char because int might match the return type of a gcc2
7083 builtin and then its argument prototype would still apply. */
7084char dlopen ();
7085/* The GNU C library defines this for functions which it implements
7086 to always fail with ENOSYS. Some functions are actually named
7087 something starting with __ and the normal name is an alias. */
7088#if defined (__stub_dlopen) || defined (__stub___dlopen)
7089choke me
7090#else
7091char (*f) () = dlopen;
7092#endif
7093#ifdef __cplusplus
7094}
7095#endif
7096
7097int
7098main ()
7099{
7100return f != dlopen;
7101 ;
7102 return 0;
7103}
7104_ACEOF
7105rm -f conftest.$ac_objext conftest$ac_exeext
7106if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7107 (eval $ac_link) 2>conftest.er1
7108 ac_status=$?
7109 grep -v '^ *+' conftest.er1 >conftest.err
7110 rm -f conftest.er1
7111 cat conftest.err >&5
7112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7113 (exit $ac_status); } &&
7114 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7116 (eval $ac_try) 2>&5
7117 ac_status=$?
7118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7119 (exit $ac_status); }; } &&
7120 { ac_try='test -s conftest$ac_exeext'
7121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7122 (eval $ac_try) 2>&5
7123 ac_status=$?
7124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7125 (exit $ac_status); }; }; then
7126 ac_cv_func_dlopen=yes
7127else
7128 echo "$as_me: failed program was:" >&5
7129sed 's/^/| /' conftest.$ac_ext >&5
7130
7131ac_cv_func_dlopen=no
7132fi
7133rm -f conftest.err conftest.$ac_objext \
7134 conftest$ac_exeext conftest.$ac_ext
7135fi
7136echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
7137echo "${ECHO_T}$ac_cv_func_dlopen" >&6
7138if test $ac_cv_func_dlopen = yes; then
7139 lt_cv_dlopen="dlopen"
7140else
7141 echo "$as_me:$LINENO: checking for shl_load" >&5
7142echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
7143if test "${ac_cv_func_shl_load+set}" = set; then
7144 echo $ECHO_N "(cached) $ECHO_C" >&6
7145else
7146 cat >conftest.$ac_ext <<_ACEOF
7147/* confdefs.h. */
7148_ACEOF
7149cat confdefs.h >>conftest.$ac_ext
7150cat >>conftest.$ac_ext <<_ACEOF
7151/* end confdefs.h. */
7152/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
7153 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7154#define shl_load innocuous_shl_load
7155
7156/* System header to define __stub macros and hopefully few prototypes,
7157 which can conflict with char shl_load (); below.
7158 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7159 <limits.h> exists even on freestanding compilers. */
7160
7161#ifdef __STDC__
7162# include <limits.h>
7163#else
7164# include <assert.h>
7165#endif
7166
7167#undef shl_load
7168
7169/* Override any gcc2 internal prototype to avoid an error. */
7170#ifdef __cplusplus
7171extern "C"
7172{
7173#endif
7174/* We use char because int might match the return type of a gcc2
7175 builtin and then its argument prototype would still apply. */
7176char shl_load ();
7177/* The GNU C library defines this for functions which it implements
7178 to always fail with ENOSYS. Some functions are actually named
7179 something starting with __ and the normal name is an alias. */
7180#if defined (__stub_shl_load) || defined (__stub___shl_load)
7181choke me
7182#else
7183char (*f) () = shl_load;
7184#endif
7185#ifdef __cplusplus
7186}
7187#endif
7188
7189int
7190main ()
7191{
7192return f != shl_load;
7193 ;
7194 return 0;
7195}
7196_ACEOF
7197rm -f conftest.$ac_objext conftest$ac_exeext
7198if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7199 (eval $ac_link) 2>conftest.er1
7200 ac_status=$?
7201 grep -v '^ *+' conftest.er1 >conftest.err
7202 rm -f conftest.er1
7203 cat conftest.err >&5
7204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7205 (exit $ac_status); } &&
7206 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7208 (eval $ac_try) 2>&5
7209 ac_status=$?
7210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7211 (exit $ac_status); }; } &&
7212 { ac_try='test -s conftest$ac_exeext'
7213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7214 (eval $ac_try) 2>&5
7215 ac_status=$?
7216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7217 (exit $ac_status); }; }; then
7218 ac_cv_func_shl_load=yes
7219else
7220 echo "$as_me: failed program was:" >&5
7221sed 's/^/| /' conftest.$ac_ext >&5
7222
7223ac_cv_func_shl_load=no
7224fi
7225rm -f conftest.err conftest.$ac_objext \
7226 conftest$ac_exeext conftest.$ac_ext
7227fi
7228echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
7229echo "${ECHO_T}$ac_cv_func_shl_load" >&6
7230if test $ac_cv_func_shl_load = yes; then
7231 lt_cv_dlopen="shl_load"
7232else
7233 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
7234echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
7235if test "${ac_cv_lib_svld_dlopen+set}" = set; then
7236 echo $ECHO_N "(cached) $ECHO_C" >&6
7237else
7238 ac_check_lib_save_LIBS=$LIBS
7239LIBS="-lsvld $LIBS"
7240cat >conftest.$ac_ext <<_ACEOF
7241/* confdefs.h. */
7242_ACEOF
7243cat confdefs.h >>conftest.$ac_ext
7244cat >>conftest.$ac_ext <<_ACEOF
7245/* end confdefs.h. */
7246
7247/* Override any gcc2 internal prototype to avoid an error. */
7248#ifdef __cplusplus
7249extern "C"
7250#endif
7251/* We use char because int might match the return type of a gcc2
7252 builtin and then its argument prototype would still apply. */
7253char dlopen ();
7254int
7255main ()
7256{
7257dlopen ();
7258 ;
7259 return 0;
7260}
7261_ACEOF
7262rm -f conftest.$ac_objext conftest$ac_exeext
7263if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7264 (eval $ac_link) 2>conftest.er1
7265 ac_status=$?
7266 grep -v '^ *+' conftest.er1 >conftest.err
7267 rm -f conftest.er1
7268 cat conftest.err >&5
7269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7270 (exit $ac_status); } &&
7271 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7273 (eval $ac_try) 2>&5
7274 ac_status=$?
7275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7276 (exit $ac_status); }; } &&
7277 { ac_try='test -s conftest$ac_exeext'
7278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7279 (eval $ac_try) 2>&5
7280 ac_status=$?
7281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7282 (exit $ac_status); }; }; then
7283 ac_cv_lib_svld_dlopen=yes
7284else
7285 echo "$as_me: failed program was:" >&5
7286sed 's/^/| /' conftest.$ac_ext >&5
7287
7288ac_cv_lib_svld_dlopen=no
7289fi
7290rm -f conftest.err conftest.$ac_objext \
7291 conftest$ac_exeext conftest.$ac_ext
7292LIBS=$ac_check_lib_save_LIBS
7293fi
7294echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
7295echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
7296if test $ac_cv_lib_svld_dlopen = yes; then
7297 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
7298else
7299 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
7300echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
7301if test "${ac_cv_lib_dld_shl_load+set}" = set; then
7302 echo $ECHO_N "(cached) $ECHO_C" >&6
7303else
7304 ac_check_lib_save_LIBS=$LIBS
7305LIBS="-ldld $LIBS"
7306cat >conftest.$ac_ext <<_ACEOF
7307/* confdefs.h. */
7308_ACEOF
7309cat confdefs.h >>conftest.$ac_ext
7310cat >>conftest.$ac_ext <<_ACEOF
7311/* end confdefs.h. */
7312
7313/* Override any gcc2 internal prototype to avoid an error. */
7314#ifdef __cplusplus
7315extern "C"
7316#endif
7317/* We use char because int might match the return type of a gcc2
7318 builtin and then its argument prototype would still apply. */
7319char shl_load ();
7320int
7321main ()
7322{
7323shl_load ();
7324 ;
7325 return 0;
7326}
7327_ACEOF
7328rm -f conftest.$ac_objext conftest$ac_exeext
7329if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7330 (eval $ac_link) 2>conftest.er1
7331 ac_status=$?
7332 grep -v '^ *+' conftest.er1 >conftest.err
7333 rm -f conftest.er1
7334 cat conftest.err >&5
7335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7336 (exit $ac_status); } &&
7337 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7339 (eval $ac_try) 2>&5
7340 ac_status=$?
7341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7342 (exit $ac_status); }; } &&
7343 { ac_try='test -s conftest$ac_exeext'
7344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7345 (eval $ac_try) 2>&5
7346 ac_status=$?
7347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7348 (exit $ac_status); }; }; then
7349 ac_cv_lib_dld_shl_load=yes
7350else
7351 echo "$as_me: failed program was:" >&5
7352sed 's/^/| /' conftest.$ac_ext >&5
7353
7354ac_cv_lib_dld_shl_load=no
7355fi
7356rm -f conftest.err conftest.$ac_objext \
7357 conftest$ac_exeext conftest.$ac_ext
7358LIBS=$ac_check_lib_save_LIBS
7359fi
7360echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
7361echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
7362if test $ac_cv_lib_dld_shl_load = yes; then
7363 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
7364fi
7365
7366
7367fi
7368
7369
7370fi
7371
7372
7373fi
7374
7375
7376fi
7377
7378 ;;
7379 esac
7380
7381 if test "x$lt_cv_dlopen" != xno; then
7382 enable_dlopen=yes
7383 else
7384 enable_dlopen=no
7385 fi
7386
7387 case "$lt_cv_dlopen" in
7388 dlopen)
7389 save_CPPFLAGS="$CPP_FLAGS"
7390 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
7391
7392 save_LDFLAGS="$LDFLAGS"
7393 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
7394
7395 save_LIBS="$LIBS"
7396 LIBS="$lt_cv_dlopen_libs $LIBS"
7397
7398 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
7399echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
7400if test "${lt_cv_dlopen_self+set}" = set; then
7401 echo $ECHO_N "(cached) $ECHO_C" >&6
7402else
7403 if test "$cross_compiling" = yes; then :
7404 lt_cv_dlopen_self=cross
7405else
7406 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7407 lt_status=$lt_dlunknown
7408 cat > conftest.$ac_ext <<EOF
7409#line 7409 "configure"
7410#include "confdefs.h"
7411
7412#if HAVE_DLFCN_H
7413#include <dlfcn.h>
7414#endif
7415
7416#include <stdio.h>
7417
7418#ifdef RTLD_GLOBAL
7419# define LT_DLGLOBAL RTLD_GLOBAL
7420#else
7421# ifdef DL_GLOBAL
7422# define LT_DLGLOBAL DL_GLOBAL
7423# else
7424# define LT_DLGLOBAL 0
7425# endif
7426#endif
7427
7428/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
7429 find out it does not work in some platform. */
7430#ifndef LT_DLLAZY_OR_NOW
7431# ifdef RTLD_LAZY
7432# define LT_DLLAZY_OR_NOW RTLD_LAZY
7433# else
7434# ifdef DL_LAZY
7435# define LT_DLLAZY_OR_NOW DL_LAZY
7436# else
7437# ifdef RTLD_NOW
7438# define LT_DLLAZY_OR_NOW RTLD_NOW
7439# else
7440# ifdef DL_NOW
7441# define LT_DLLAZY_OR_NOW DL_NOW
7442# else
7443# define LT_DLLAZY_OR_NOW 0
7444# endif
7445# endif
7446# endif
7447# endif
7448#endif
7449
7450#ifdef __cplusplus
7451extern "C" void exit (int);
7452#endif
7453
7454fnord() { int i=42;}
7455main ()
7456{
7457 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
7458 int status = $lt_dlunknown;
7459
7460 if (self)
7461 {
7462 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
7463 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
7464 /* dlclose (self); */
7465 }
7466
7467 exit (status);
7468}
7469EOF
7470 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7471 (eval $ac_link) 2>&5
7472 ac_status=$?
7473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7474 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
7475 (./conftest; exit; ) 2>/dev/null
7476 lt_status=$?
7477 case x$lt_status in
7478 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
7479 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
7480 x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
7481 esac
7482 else :
7483 # compilation failed
7484 lt_cv_dlopen_self=no
7485 fi
7486fi
7487rm -fr conftest*
7488
7489
7490fi
7491echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
7492echo "${ECHO_T}$lt_cv_dlopen_self" >&6
7493
7494 if test "x$lt_cv_dlopen_self" = xyes; then
7495 LDFLAGS="$LDFLAGS $link_static_flag"
7496 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
7497echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
7498if test "${lt_cv_dlopen_self_static+set}" = set; then
7499 echo $ECHO_N "(cached) $ECHO_C" >&6
7500else
7501 if test "$cross_compiling" = yes; then :
7502 lt_cv_dlopen_self_static=cross
7503else
7504 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7505 lt_status=$lt_dlunknown
7506 cat > conftest.$ac_ext <<EOF
7507#line 7507 "configure"
7508#include "confdefs.h"
7509
7510#if HAVE_DLFCN_H
7511#include <dlfcn.h>
7512#endif
7513
7514#include <stdio.h>
7515
7516#ifdef RTLD_GLOBAL
7517# define LT_DLGLOBAL RTLD_GLOBAL
7518#else
7519# ifdef DL_GLOBAL
7520# define LT_DLGLOBAL DL_GLOBAL
7521# else
7522# define LT_DLGLOBAL 0
7523# endif
7524#endif
7525
7526/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
7527 find out it does not work in some platform. */
7528#ifndef LT_DLLAZY_OR_NOW
7529# ifdef RTLD_LAZY
7530# define LT_DLLAZY_OR_NOW RTLD_LAZY
7531# else
7532# ifdef DL_LAZY
7533# define LT_DLLAZY_OR_NOW DL_LAZY
7534# else
7535# ifdef RTLD_NOW
7536# define LT_DLLAZY_OR_NOW RTLD_NOW
7537# else
7538# ifdef DL_NOW
7539# define LT_DLLAZY_OR_NOW DL_NOW
7540# else
7541# define LT_DLLAZY_OR_NOW 0
7542# endif
7543# endif
7544# endif
7545# endif
7546#endif
7547
7548#ifdef __cplusplus
7549extern "C" void exit (int);
7550#endif
7551
7552fnord() { int i=42;}
7553main ()
7554{
7555 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
7556 int status = $lt_dlunknown;
7557
7558 if (self)
7559 {
7560 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
7561 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
7562 /* dlclose (self); */
7563 }
7564
7565 exit (status);
7566}
7567EOF
7568 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7569 (eval $ac_link) 2>&5
7570 ac_status=$?
7571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7572 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
7573 (./conftest; exit; ) 2>/dev/null
7574 lt_status=$?
7575 case x$lt_status in
7576 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
7577 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
7578 x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
7579 esac
7580 else :
7581 # compilation failed
7582 lt_cv_dlopen_self_static=no
7583 fi
7584fi
7585rm -fr conftest*
7586
7587
7588fi
7589echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
7590echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
7591 fi
7592
7593 CPPFLAGS="$save_CPPFLAGS"
7594 LDFLAGS="$save_LDFLAGS"
7595 LIBS="$save_LIBS"
7596 ;;
7597 esac
7598
7599 case "$lt_cv_dlopen_self" in
7600 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
7601 *) enable_dlopen_self=unknown ;;
7602 esac
7603
7604 case "$lt_cv_dlopen_self_static" in
7605 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
7606 *) enable_dlopen_self_static=unknown ;;
7607 esac
7608fi
7609
7610
7611## FIXME: this should be a separate macro
7612##
7613if test "$enable_shared" = yes && test "$GCC" = yes; then
7614 case "$archive_cmds" in
7615 *'~'*)
7616 # FIXME: we may have to deal with multi-command sequences.
7617 ;;
7618 '$CC '*)
7619 # Test whether the compiler implicitly links with -lc since on some
7620 # systems, -lgcc has to come before -lc. If gcc already passes -lc
7621 # to ld, don't add -lc before -lgcc.
7622 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
7623echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
7624 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
7625 echo $ECHO_N "(cached) $ECHO_C" >&6
7626else
7627 $rm conftest*
7628 echo 'static int dummy;' > conftest.$ac_ext
7629
7630 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7631 (eval $ac_compile) 2>&5
7632 ac_status=$?
7633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7634 (exit $ac_status); }; then
7635 soname=conftest
7636 lib=conftest
7637 libobjs=conftest.$ac_objext
7638 deplibs=
7639 wl=$lt_cv_prog_cc_wl
7640 compiler_flags=-v
7641 linker_flags=-v
7642 verstring=
7643 output_objdir=.
7644 libname=conftest
7645 save_allow_undefined_flag=$allow_undefined_flag
7646 allow_undefined_flag=
7647 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
7648 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
7649 ac_status=$?
7650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7651 (exit $ac_status); }
7652 then
7653 lt_cv_archive_cmds_need_lc=no
7654 else
7655 lt_cv_archive_cmds_need_lc=yes
7656 fi
7657 allow_undefined_flag=$save_allow_undefined_flag
7658 else
7659 cat conftest.err 1>&5
7660 fi
7661fi
7662
7663 echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
7664echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
7665 ;;
7666 esac
7667fi
7668need_lc=${lt_cv_archive_cmds_need_lc-yes}
7669##
7670## END FIXME
7671
7672## FIXME: this should be a separate macro
7673##
7674# The second clause should only fire when bootstrapping the
7675# libtool distribution, otherwise you forgot to ship ltmain.sh
7676# with your package, and you will get complaints that there are
7677# no rules to generate ltmain.sh.
7678if test -f "$ltmain"; then
7679 :
7680else
7681 # If there is no Makefile yet, we rely on a make rule to execute
7682 # `config.status --recheck' to rerun these tests and create the
7683 # libtool script then.
7684 test -f Makefile && make "$ltmain"
7685fi
7686
7687if test -f "$ltmain"; then
7688 trap "$rm \"${ofile}T\"; exit 1" 1 2 15
7689 $rm -f "${ofile}T"
7690
7691 echo creating $ofile
7692
7693 # Now quote all the things that may contain metacharacters while being
7694 # careful not to overquote the AC_SUBSTed values. We take copies of the
7695 # variables and quote the copies for generation of the libtool script.
7696 for var in echo old_CC old_CFLAGS \
7697 AR AR_FLAGS CC LD LN_S NM SHELL \
7698 reload_flag reload_cmds wl \
7699 pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
7700 thread_safe_flag_spec whole_archive_flag_spec libname_spec \
7701 library_names_spec soname_spec \
7702 RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds \
7703 old_postuninstall_cmds archive_cmds archive_expsym_cmds postinstall_cmds \
7704 postuninstall_cmds extract_expsyms_cmds old_archive_from_expsyms_cmds \
7705 old_striplib striplib file_magic_cmd export_symbols_cmds \
7706 deplibs_check_method allow_undefined_flag no_undefined_flag \
7707 finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl \
7708 hardcode_libdir_flag_spec hardcode_libdir_separator \
7709 sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
7710 compiler_c_o compiler_o_lo need_locks exclude_expsyms include_expsyms; do
7711
7712 case "$var" in
7713 reload_cmds | old_archive_cmds | old_archive_from_new_cmds | \
7714 old_postinstall_cmds | old_postuninstall_cmds | \
7715 export_symbols_cmds | archive_cmds | archive_expsym_cmds | \
7716 extract_expsyms_cmds | old_archive_from_expsyms_cmds | \
7717 postinstall_cmds | postuninstall_cmds | \
7718 finish_cmds | sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
7719 # Double-quote double-evaled strings.
7720 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
7721 ;;
7722 *)
7723 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
7724 ;;
7725 esac
7726 done
7727
7728 cat <<__EOF__ > "${ofile}T"
7729#! $SHELL
7730
7731# `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
7732# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
7733# NOTE: Changes made to this file will be lost: look at ltmain.sh.
7734#
7735# Copyright (C) 1996-2000 Free Software Foundation, Inc.
7736# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
7737#
7738# This program is free software; you can redistribute it and/or modify
7739# it under the terms of the GNU General Public License as published by
7740# the Free Software Foundation; either version 2 of the License, or
7741# (at your option) any later version.
7742#
7743# This program is distributed in the hope that it will be useful, but
7744# WITHOUT ANY WARRANTY; without even the implied warranty of
7745# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
7746# General Public License for more details.
7747#
7748# You should have received a copy of the GNU General Public License
7749# along with this program; if not, write to the Free Software
7750# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
7751#
7752# As a special exception to the GNU General Public License, if you
7753# distribute this file as part of a program that contains a
7754# configuration script generated by Autoconf, you may include it under
7755# the same distribution terms that you use for the rest of that program.
7756
7757# Sed that helps us avoid accidentally triggering echo(1) options like -n.
7758Xsed="sed -e s/^X//"
7759
7760# The HP-UX ksh and POSIX shell print the target directory to stdout
7761# if CDPATH is set.
7762if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
7763
7764# ### BEGIN LIBTOOL CONFIG
7765
7766# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
7767
7768# Shell to use when invoking shell scripts.
7769SHELL=$lt_SHELL
7770
7771# Whether or not to build shared libraries.
7772build_libtool_libs=$enable_shared
7773
7774# Whether or not to add -lc for building shared libraries.
7775build_libtool_need_lc=$need_lc
7776
7777# Whether or not to build static libraries.
7778build_old_libs=$enable_static
7779
7780# Whether or not to optimize for fast installation.
7781fast_install=$enable_fast_install
7782
7783# The host system.
7784host_alias=$host_alias
7785host=$host
7786
7787# An echo program that does not interpret backslashes.
7788echo=$lt_echo
7789
7790# The archiver.
7791AR=$lt_AR
7792AR_FLAGS=$lt_AR_FLAGS
7793
7794# The default C compiler.
7795CC=$lt_CC
7796
7797# Is the compiler the GNU C compiler?
7798with_gcc=$GCC
7799
7800# The linker used to build libraries.
7801LD=$lt_LD
7802
7803# Whether we need hard or soft links.
7804LN_S=$lt_LN_S
7805
7806# A BSD-compatible nm program.
7807NM=$lt_NM
7808
7809# A symbol stripping program
7810STRIP=$STRIP
7811
7812# Used to examine libraries when file_magic_cmd begins "file"
7813MAGIC_CMD=$MAGIC_CMD
7814
7815# Used on cygwin: DLL creation program.
7816DLLTOOL="$DLLTOOL"
7817
7818# Used on cygwin: object dumper.
7819OBJDUMP="$OBJDUMP"
7820
7821# Used on cygwin: assembler.
7822AS="$AS"
7823
7824# The name of the directory that contains temporary libtool files.
7825objdir=$objdir
7826
7827# How to create reloadable object files.
7828reload_flag=$lt_reload_flag
7829reload_cmds=$lt_reload_cmds
7830
7831# How to pass a linker flag through the compiler.
7832wl=$lt_wl
7833
7834# Object file suffix (normally "o").
7835objext="$ac_objext"
7836
7837# Old archive suffix (normally "a").
7838libext="$libext"
7839
7840# Executable file suffix (normally "").
7841exeext="$exeext"
7842
7843# Additional compiler flags for building library objects.
7844pic_flag=$lt_pic_flag
7845pic_mode=$pic_mode
7846
7847# Does compiler simultaneously support -c and -o options?
7848compiler_c_o=$lt_compiler_c_o
7849
7850# Can we write directly to a .lo ?
7851compiler_o_lo=$lt_compiler_o_lo
7852
7853# Must we lock files when doing compilation ?
7854need_locks=$lt_need_locks
7855
7856# Do we need the lib prefix for modules?
7857need_lib_prefix=$need_lib_prefix
7858
7859# Do we need a version for libraries?
7860need_version=$need_version
7861
7862# Whether dlopen is supported.
7863dlopen_support=$enable_dlopen
7864
7865# Whether dlopen of programs is supported.
7866dlopen_self=$enable_dlopen_self
7867
7868# Whether dlopen of statically linked programs is supported.
7869dlopen_self_static=$enable_dlopen_self_static
7870
7871# Compiler flag to prevent dynamic linking.
7872link_static_flag=$lt_link_static_flag
7873
7874# Compiler flag to turn off builtin functions.
7875no_builtin_flag=$lt_no_builtin_flag
7876
7877# Compiler flag to allow reflexive dlopens.
7878export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
7879
7880# Compiler flag to generate shared objects directly from archives.
7881whole_archive_flag_spec=$lt_whole_archive_flag_spec
7882
7883# Compiler flag to generate thread-safe objects.
7884thread_safe_flag_spec=$lt_thread_safe_flag_spec
7885
7886# Library versioning type.
7887version_type=$version_type
7888
7889# Format of library name prefix.
7890libname_spec=$lt_libname_spec
7891
7892# List of archive names. First name is the real one, the rest are links.
7893# The last name is the one that the linker finds with -lNAME.
7894library_names_spec=$lt_library_names_spec
7895
7896# The coded name of the library, if different from the real name.
7897soname_spec=$lt_soname_spec
7898
7899# Commands used to build and install an old-style archive.
7900RANLIB=$lt_RANLIB
7901old_archive_cmds=$lt_old_archive_cmds
7902old_postinstall_cmds=$lt_old_postinstall_cmds
7903old_postuninstall_cmds=$lt_old_postuninstall_cmds
7904
7905# Create an old-style archive from a shared archive.
7906old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
7907
7908# Create a temporary old-style archive to link instead of a shared archive.
7909old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
7910
7911# Commands used to build and install a shared archive.
7912archive_cmds=$lt_archive_cmds
7913archive_expsym_cmds=$lt_archive_expsym_cmds
7914postinstall_cmds=$lt_postinstall_cmds
7915postuninstall_cmds=$lt_postuninstall_cmds
7916
7917# Commands to strip libraries.
7918old_striplib=$lt_old_striplib
7919striplib=$lt_striplib
7920
7921# Method to check whether dependent libraries are shared objects.
7922deplibs_check_method=$lt_deplibs_check_method
7923
7924# Command to use when deplibs_check_method == file_magic.
7925file_magic_cmd=$lt_file_magic_cmd
7926
7927# Flag that allows shared libraries with undefined symbols to be built.
7928allow_undefined_flag=$lt_allow_undefined_flag
7929
7930# Flag that forces no undefined symbols.
7931no_undefined_flag=$lt_no_undefined_flag
7932
7933# Commands used to finish a libtool library installation in a directory.
7934finish_cmds=$lt_finish_cmds
7935
7936# Same as above, but a single script fragment to be evaled but not shown.
7937finish_eval=$lt_finish_eval
7938
7939# Take the output of nm and produce a listing of raw symbols and C names.
7940global_symbol_pipe=$lt_global_symbol_pipe
7941
7942# Transform the output of nm in a proper C declaration
7943global_symbol_to_cdecl=$lt_global_symbol_to_cdecl
7944
7945# This is the shared library runtime path variable.
7946runpath_var=$runpath_var
7947
7948# This is the shared library path variable.
7949shlibpath_var=$shlibpath_var
7950
7951# Is shlibpath searched before the hard-coded library search path?
7952shlibpath_overrides_runpath=$shlibpath_overrides_runpath
7953
7954# How to hardcode a shared library path into an executable.
7955hardcode_action=$hardcode_action
7956
7957# Whether we should hardcode library paths into libraries.
7958hardcode_into_libs=$hardcode_into_libs
7959
7960# Flag to hardcode \$libdir into a binary during linking.
7961# This must work even if \$libdir does not exist.
7962hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
7963
7964# Whether we need a single -rpath flag with a separated argument.
7965hardcode_libdir_separator=$lt_hardcode_libdir_separator
7966
7967# Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
7968# resulting binary.
7969hardcode_direct=$hardcode_direct
7970
7971# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
7972# resulting binary.
7973hardcode_minus_L=$hardcode_minus_L
7974
7975# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
7976# the resulting binary.
7977hardcode_shlibpath_var=$hardcode_shlibpath_var
7978
7979# Variables whose values should be saved in libtool wrapper scripts and
7980# restored at relink time.
7981variables_saved_for_relink="$variables_saved_for_relink"
7982
7983# Whether libtool must link a program against all its dependency libraries.
7984link_all_deplibs=$link_all_deplibs
7985
7986# Compile-time system search path for libraries
7987sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
7988
7989# Run-time system search path for libraries
7990sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
7991
7992# Fix the shell variable \$srcfile for the compiler.
7993fix_srcfile_path="$fix_srcfile_path"
7994
7995# Set to yes if exported symbols are required.
7996always_export_symbols=$always_export_symbols
7997
7998# The commands to list exported symbols.
7999export_symbols_cmds=$lt_export_symbols_cmds
8000
8001# The commands to extract the exported symbol list from a shared archive.
8002extract_expsyms_cmds=$lt_extract_expsyms_cmds
8003
8004# Symbols that should not be listed in the preloaded symbols.
8005exclude_expsyms=$lt_exclude_expsyms
8006
8007# Symbols that must always be exported.
8008include_expsyms=$lt_include_expsyms
8009
8010# ### END LIBTOOL CONFIG
8011
8012__EOF__
8013
8014 case "$host_os" in
8015 aix3*)
8016 cat <<\EOF >> "${ofile}T"
8017
8018# AIX sometimes has problems with the GCC collect2 program. For some
8019# reason, if we set the COLLECT_NAMES environment variable, the problems
8020# vanish in a puff of smoke.
8021if test "X${COLLECT_NAMES+set}" != Xset; then
8022 COLLECT_NAMES=
8023 export COLLECT_NAMES
8024fi
8025EOF
8026 ;;
8027 esac
8028
8029 case "$host_os" in
8030 cygwin* | mingw* | pw32* | os2*)
8031 cat <<'EOF' >> "${ofile}T"
8032 # This is a source program that is used to create dlls on Windows
8033 # Don't remove nor modify the starting and closing comments
8034# /* ltdll.c starts here */
8035# #define WIN32_LEAN_AND_MEAN
8036# #include <windows.h>
8037# #undef WIN32_LEAN_AND_MEAN
8038# #include <stdio.h>
8039#
8040# #ifndef __CYGWIN__
8041# # ifdef __CYGWIN32__
8042# # define __CYGWIN__ __CYGWIN32__
8043# # endif
8044# #endif
8045#
8046# #ifdef __cplusplus
8047# extern "C" {
8048# #endif
8049# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
8050# #ifdef __cplusplus
8051# }
8052# #endif
8053#
8054# #ifdef __CYGWIN__
8055# #include <cygwin/cygwin_dll.h>
8056# DECLARE_CYGWIN_DLL( DllMain );
8057# #endif
8058# HINSTANCE __hDllInstance_base;
8059#
8060# BOOL APIENTRY
8061# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
8062# {
8063# __hDllInstance_base = hInst;
8064# return TRUE;
8065# }
8066# /* ltdll.c ends here */
8067 # This is a source program that is used to create import libraries
8068 # on Windows for dlls which lack them. Don't remove nor modify the
8069 # starting and closing comments
8070# /* impgen.c starts here */
8071# /* Copyright (C) 1999-2000 Free Software Foundation, Inc.
8072#
8073# This file is part of GNU libtool.
8074#
8075# This program is free software; you can redistribute it and/or modify
8076# it under the terms of the GNU General Public License as published by
8077# the Free Software Foundation; either version 2 of the License, or
8078# (at your option) any later version.
8079#
8080# This program is distributed in the hope that it will be useful,
8081# but WITHOUT ANY WARRANTY; without even the implied warranty of
8082# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8083# GNU General Public License for more details.
8084#
8085# You should have received a copy of the GNU General Public License
8086# along with this program; if not, write to the Free Software
8087# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
8088# */
8089#
8090# #include <stdio.h> /* for printf() */
8091# #include <unistd.h> /* for open(), lseek(), read() */
8092# #include <fcntl.h> /* for O_RDONLY, O_BINARY */
8093# #include <string.h> /* for strdup() */
8094#
8095# /* O_BINARY isn't required (or even defined sometimes) under Unix */
8096# #ifndef O_BINARY
8097# #define O_BINARY 0
8098# #endif
8099#
8100# static unsigned int
8101# pe_get16 (fd, offset)
8102# int fd;
8103# int offset;
8104# {
8105# unsigned char b[2];
8106# lseek (fd, offset, SEEK_SET);
8107# read (fd, b, 2);
8108# return b[0] + (b[1]<<8);
8109# }
8110#
8111# static unsigned int
8112# pe_get32 (fd, offset)
8113# int fd;
8114# int offset;
8115# {
8116# unsigned char b[4];
8117# lseek (fd, offset, SEEK_SET);
8118# read (fd, b, 4);
8119# return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);
8120# }
8121#
8122# static unsigned int
8123# pe_as32 (ptr)
8124# void *ptr;
8125# {
8126# unsigned char *b = ptr;
8127# return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);
8128# }
8129#
8130# int
8131# main (argc, argv)
8132# int argc;
8133# char *argv[];
8134# {
8135# int dll;
8136# unsigned long pe_header_offset, opthdr_ofs, num_entries, i;
8137# unsigned long export_rva, export_size, nsections, secptr, expptr;
8138# unsigned long name_rvas, nexp;
8139# unsigned char *expdata, *erva;
8140# char *filename, *dll_name;
8141#
8142# filename = argv[1];
8143#
8144# dll = open(filename, O_RDONLY|O_BINARY);
8145# if (!dll)
8146# return 1;
8147#
8148# dll_name = filename;
8149#
8150# for (i=0; filename[i]; i++)
8151# if (filename[i] == '/' || filename[i] == '\\' || filename[i] == ':')
8152# dll_name = filename + i +1;
8153#
8154# pe_header_offset = pe_get32 (dll, 0x3c);
8155# opthdr_ofs = pe_header_offset + 4 + 20;
8156# num_entries = pe_get32 (dll, opthdr_ofs + 92);
8157#
8158# if (num_entries < 1) /* no exports */
8159# return 1;
8160#
8161# export_rva = pe_get32 (dll, opthdr_ofs + 96);
8162# export_size = pe_get32 (dll, opthdr_ofs + 100);
8163# nsections = pe_get16 (dll, pe_header_offset + 4 +2);
8164# secptr = (pe_header_offset + 4 + 20 +
8165# pe_get16 (dll, pe_header_offset + 4 + 16));
8166#
8167# expptr = 0;
8168# for (i = 0; i < nsections; i++)
8169# {
8170# char sname[8];
8171# unsigned long secptr1 = secptr + 40 * i;
8172# unsigned long vaddr = pe_get32 (dll, secptr1 + 12);
8173# unsigned long vsize = pe_get32 (dll, secptr1 + 16);
8174# unsigned long fptr = pe_get32 (dll, secptr1 + 20);
8175# lseek(dll, secptr1, SEEK_SET);
8176# read(dll, sname, 8);
8177# if (vaddr <= export_rva && vaddr+vsize > export_rva)
8178# {
8179# expptr = fptr + (export_rva - vaddr);
8180# if (export_rva + export_size > vaddr + vsize)
8181# export_size = vsize - (export_rva - vaddr);
8182# break;
8183# }
8184# }
8185#
8186# expdata = (unsigned char*)malloc(export_size);
8187# lseek (dll, expptr, SEEK_SET);
8188# read (dll, expdata, export_size);
8189# erva = expdata - export_rva;
8190#
8191# nexp = pe_as32 (expdata+24);
8192# name_rvas = pe_as32 (expdata+32);
8193#
8194# printf ("EXPORTS\n");
8195# for (i = 0; i<nexp; i++)
8196# {
8197# unsigned long name_rva = pe_as32 (erva+name_rvas+i*4);
8198# printf ("\t%s @ %ld ;\n", erva+name_rva, 1+ i);
8199# }
8200#
8201# return 0;
8202# }
8203# /* impgen.c ends here */
8204
8205EOF
8206 ;;
8207 esac
8208
8209 # We use sed instead of cat because bash on DJGPP gets confused if
8210 # if finds mixed CR/LF and LF-only lines. Since sed operates in
8211 # text mode, it properly converts lines to CR/LF. This bash problem
8212 # is reportedly fixed, but why not run on old versions too?
8213 sed '$q' "$ltmain" >> "${ofile}T" || (rm -f "${ofile}T"; exit 1)
8214
8215 mv -f "${ofile}T" "$ofile" || \
8216 (rm -f "$ofile" && cp "${ofile}T" "$ofile" && rm -f "${ofile}T")
8217 chmod +x "$ofile"
8218fi
8219##
8220## END FIXME
8221
8222
8223
8224
8225
8226# This can be used to rebuild libtool when needed
8227LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
8228
8229# Always use our own libtool.
8230LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8231
8232# Prevent multiple expansion
8233
8234
8235MALLOC_TYPE=S
8236support_addstrings=no
8237support_frills=no
8238support_linespace=no
8239support_inheritpixmap=no
8240support_tinting=no
8241support_fading=no
8242support_keepscrolling=no
8243support_selectionscrolling=no
8244support_menubar=no
8245support_mousewheel=no
8246support_mouseslipwheel=no
8247support_utmp=no
8248support_wtmp=no
8249support_lastlog=no
8250support_cursor_blink=no
8251support_text_blink=no
8252support_pointer_blank=no
8253support_scroll_rxvt=no
8254support_scroll_next=no
8255support_scroll_xterm=no
8256support_scroll_plain=no
8257support_xim=no
8258support_xpm=no
8259support_xft=no
8260support_unicode3=no
8261support_combining=no
8262support_8bitctrls=no
8263codesets=
8264
8265
8266if test "x$enable_shared" = xyes; then
8267
8268cat >>confdefs.h <<\_ACEOF
8269#define LIBRXVT 1
8270_ACEOF
8271
8272 INSTALL_LIBRXVT=yes
8273fi
8274
8275
8276# Check whether --enable-everything or --disable-everything was given.
8277if test "${enable_everything+set}" = set; then
8278 enableval="$enable_everything"
8279 if test x$enableval = xyes; then
8280 support_24bit=yes
8281 support_frills=yes
8282 support_linespace=yes
8283 support_inheritpixmap=yes
8284 support_tinting=yes
8285 support_fading=yes
8286 support_keepscrolling=yes
8287 support_selectionscrolling=yes
8288 support_lastlog=yes
8289 support_menubar=yes
8290 support_mousewheel=yes
8291 support_mouseslipwheel=yes
8292 support_cursor_blink=yes
8293 support_text_blink=yes
8294 support_pointer_blank=yes
8295 support_scroll_rxvt=yes
8296 support_scroll_next=yes
8297 support_scroll_xterm=yes
8298 support_scroll_plain=yes
8299 support_utmp=yes
8300 support_wtmp=yes
8301 support_xim=yes
8302 support_xpm=yes
8303 support_xft=yes
8304 support_unicode3=yes
8305 support_combining=yes
8306 #support_8bitctrls=yes
8307 codesets=all
8308 fi
8309fi;
8310
8311# Check whether --enable-unicode3 or --disable-unicode3 was given.
8312if test "${enable_unicode3+set}" = set; then
8313 enableval="$enable_unicode3"
8314 if test x$enableval = xyes -o x$enableval = xno; then
8315 support_unicode3=yes
8316 fi
8317fi;
8318
8319# Check whether --enable-combining or --disable-combining was given.
8320if test "${enable_combining+set}" = set; then
8321 enableval="$enable_combining"
8322 if test x$enableval = xyes -o x$enableval = xno; then
8323 support_combining=yes
8324 fi
8325fi;
8326
8327# Check whether --enable-xft or --disable-xft was given.
8328if test "${enable_xft+set}" = set; then
8329 enableval="$enable_xft"
8330 if test x$enableval = xyes -o x$enableval = xno; then
8331 support_xft=yes
8332 fi
8333fi;
8334
8335# Check whether --enable-utmp or --disable-utmp was given.
8336if test "${enable_utmp+set}" = set; then
8337 enableval="$enable_utmp"
8338 if test x$enableval = xyes -o x$enableval = xno; then
8339 support_utmp=$enableval
8340 fi
8341fi;
8342
8343# Check whether --enable-wtmp or --disable-wtmp was given.
8344if test "${enable_wtmp+set}" = set; then
8345 enableval="$enable_wtmp"
8346 if test x$enableval = xyes -o x$enableval = xno; then
8347 support_wtmp=$enableval
8348 fi
8349fi;
8350
8351# Check whether --enable-lastlog or --disable-lastlog was given.
8352if test "${enable_lastlog+set}" = set; then
8353 enableval="$enable_lastlog"
8354 if test x$enableval = xyes -o x$enableval = xno; then
8355 support_lastlog=$enableval
8356 fi
8357fi;
8358
8359# Check whether --enable-xpm-background or --disable-xpm-background was given.
8360if test "${enable_xpm_background+set}" = set; then
8361 enableval="$enable_xpm_background"
8362 if test x$enableval = xyes -o x$enableval = xno; then
8363 support_xpm=$enableval
8364 fi
8365fi;
8366
8367# Check whether --enable-transparency or --disable-transparency was given.
8368if test "${enable_transparency+set}" = set; then
8369 enableval="$enable_transparency"
8370 if test x$enableval = xyes -o x$enableval = xno; then
8371 support_inheritpixmap=$enableval
8372 fi
8373fi;
8374
8375# Check whether --enable-tinting or --disable-tinting was given.
8376if test "${enable_tinting+set}" = set; then
8377 enableval="$enable_tinting"
8378 if test x$enableval = xyes -o x$enableval = xno; then
8379 support_tinting=$enableval
8380 fi
8381fi;
8382
8383# Check whether --enable-fading or --disable-fading was given.
8384if test "${enable_fading+set}" = set; then
8385 enableval="$enable_fading"
8386 if test x$enableval = xyes -o x$enableval = xno; then
8387 support_fading=$enableval
8388 fi
8389fi;
8390
8391# Check whether --enable-menubar or --disable-menubar was given.
8392if test "${enable_menubar+set}" = set; then
8393 enableval="$enable_menubar"
8394 if test x$enableval = xyes -o x$enableval = xno; then
8395 support_menubar=$enableval
8396 fi
8397fi;
8398
8399# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
8400if test "${enable_rxvt_scroll+set}" = set; then
8401 enableval="$enable_rxvt_scroll"
8402 if test x$enableval = xyes -o x$enableval = xno; then
8403 support_scroll_rxvt=$enableval
8404 fi
8405fi;
8406
8407# Check whether --enable-next-scroll or --disable-next-scroll was given.
8408if test "${enable_next_scroll+set}" = set; then
8409 enableval="$enable_next_scroll"
8410 if test x$enableval = xyes -o x$enableval = xno; then
8411 support_scroll_next=$enableval
8412 fi
8413fi;
8414
8415# Check whether --enable-xterm-scroll or --disable-xterm-scroll was given.
8416if test "${enable_xterm_scroll+set}" = set; then
8417 enableval="$enable_xterm_scroll"
8418 if test x$enableval = xyes -o x$enableval = xno; then
8419 support_scroll_xterm=$enableval
8420 fi
8421fi;
8422
8423# Check whether --enable-plain-scroll or --disable-plain-scroll was given.
8424if test "${enable_plain_scroll+set}" = set; then
8425 enableval="$enable_plain_scroll"
8426 if test x$enableval = xyes -o x$enableval = xno; then
8427 support_scroll_plain=$enableval
8428 fi
8429fi;
8430
8431# Check whether --enable-half-shadow or --disable-half-shadow was given.
8432if test "${enable_half_shadow+set}" = set; then
8433 enableval="$enable_half_shadow"
8434 if test x$enableval = xyes; then
8435
8436cat >>confdefs.h <<\_ACEOF
8437#define HALFSHADOW 1
8438_ACEOF
8439
8440 fi
8441fi;
8442
8443
8444# Check whether --with-codesets or --without-codesets was given.
8445if test "${with_codesets+set}" = set; then
8446 withval="$with_codesets"
8447 codesets="$withval"
8448fi;
8449
8450# Check whether --enable-xim or --disable-xim was given.
8451if test "${enable_xim+set}" = set; then
8452 enableval="$enable_xim"
8453 if test x$enableval = xyes -o x$enableval = xno; then
8454 support_xim=$enableval
8455 fi
8456fi;
8457
8458# Check whether --enable-ttygid or --disable-ttygid was given.
8459if test "${enable_ttygid+set}" = set; then
8460 enableval="$enable_ttygid"
8461 if test x$enableval = xyes; then
8462
8463cat >>confdefs.h <<\_ACEOF
8464#define TTY_GID_SUPPORT 1
8465_ACEOF
8466
8467 fi
8468fi;
8469
8470# Check whether --enable-backspace-key or --disable-backspace-key was given.
8471if test "${enable_backspace_key+set}" = set; then
8472 enableval="$enable_backspace_key"
8473 if test x$enableval = xno; then
8474
8475cat >>confdefs.h <<\_ACEOF
8476#define NO_BACKSPACE_KEY 1
8477_ACEOF
8478
8479 fi
8480fi;
8481
8482# Check whether --enable-delete-key or --disable-delete-key was given.
8483if test "${enable_delete_key+set}" = set; then
8484 enableval="$enable_delete_key"
8485 if test x$enableval = xno; then
8486
8487cat >>confdefs.h <<\_ACEOF
8488#define NO_DELETE_KEY 1
8489_ACEOF
8490
8491 fi
8492fi;
8493
8494# Check whether --enable-resources or --disable-resources was given.
8495if test "${enable_resources+set}" = set; then
8496 enableval="$enable_resources"
8497 if test x$enableval = xno; then
8498
8499cat >>confdefs.h <<\_ACEOF
8500#define NO_RESOURCES 1
8501_ACEOF
8502
8503 fi
8504fi;
8505
8506# Check whether --enable-xgetdefault or --disable-xgetdefault was given.
8507if test "${enable_xgetdefault+set}" = set; then
8508 enableval="$enable_xgetdefault"
8509 if test x$enableval = xyes; then
8510
8511cat >>confdefs.h <<\_ACEOF
8512#define USE_XGETDEFAULT 1
8513_ACEOF
8514
8515 fi
8516fi;
8517
8518# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
8519if test "${enable_8bitctrls+set}" = set; then
8520 enableval="$enable_8bitctrls"
8521 if test x$enableval = xyes -o x$enableval = xno; then
8522 support_8bitctrls=yes
8523 fi
8524fi;
8525
8526RESFALLBACK=Rxvt
8527# Check whether --enable-fallback or --disable-fallback was given.
8528if test "${enable_fallback+set}" = set; then
8529 enableval="$enable_fallback"
8530
8531 test x$enableval = xyes && enableval=Rxvt
8532 test x$enableval = xno && enableval=
8533 RESFALLBACK="$enableval"
8534
8535fi;
8536
8537if test x$RESFALLBACK != x; then
8538
8539cat >>confdefs.h <<_ACEOF
8540#define RESFALLBACK "$RESFALLBACK"
8541_ACEOF
8542
8543fi
8544
8545RESNAME=urxvt
8546
8547# Check whether --with-res-name or --without-res-name was given.
8548if test "${with_res_name+set}" = set; then
8549 withval="$with_res_name"
8550 RESNAME="$withval"
8551fi;
8552
8553cat >>confdefs.h <<_ACEOF
8554#define RESNAME "$RESNAME"
8555_ACEOF
8556
8557
8558RESCLASS=URxvt
8559
8560# Check whether --with-res-class or --without-res-class was given.
8561if test "${with_res_class+set}" = set; then
8562 withval="$with_res_class"
8563 RESCLASS="$withval"
8564fi;
8565
8566cat >>confdefs.h <<_ACEOF
8567#define RESCLASS "$RESCLASS"
8568_ACEOF
8569
8570
8571RXVTNAME=urxvt
8572
8573# Check whether --with-name or --without-name was given.
8574if test "${with_name+set}" = set; then
8575 withval="$with_name"
8576 RXVTNAME="$withval"
8577fi;
8578
8579RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
8580
8581
8582# Check whether --enable-strings or --disable-strings was given.
8583if test "${enable_strings+set}" = set; then
8584 enableval="$enable_strings"
8585 if test x$enableval = xyes -o x$enableval = xno; then
8586 support_addstrings=$enableval
8587 fi
8588fi;
8589
8590# Check whether --enable-swapscreen or --disable-swapscreen was given.
8591if test "${enable_swapscreen+set}" = set; then
8592 enableval="$enable_swapscreen"
8593 if test x$enableval = xno; then
8594
8595cat >>confdefs.h <<\_ACEOF
8596#define NO_SECONDARY_SCREEN 1
8597_ACEOF
8598
8599 fi
8600fi;
8601
8602# Check whether --enable-frills or --disable-frills was given.
8603if test "${enable_frills+set}" = set; then
8604 enableval="$enable_frills"
8605 if test x$enableval = xyes -o x$enableval = xno; then
8606 support_frills=$enableval
8607 fi
8608fi;
8609
8610# Check whether --enable-linespace or --disable-linespace was given.
8611if test "${enable_linespace+set}" = set; then
8612 enableval="$enable_linespace"
8613 if test x$enableval = xyes -o x$enableval = xno; then
8614 support_linespace=$enableval
8615 fi
8616fi;
8617
8618# Check whether --enable-24bit or --disable-24bit was given.
8619if test "${enable_24bit+set}" = set; then
8620 enableval="$enable_24bit"
8621 if test x$enableval = xyes -o x$enableval = xno; then
8622 support_24bit=$enableval
8623 fi
8624fi;
8625
8626# Check whether --enable-keepscrolling or --disable-keepscrolling was given.
8627if test "${enable_keepscrolling+set}" = set; then
8628 enableval="$enable_keepscrolling"
8629 if test x$enableval = xyes -o x$enableval = xno; then
8630 support_keepscrolling=$enableval
8631 fi
8632fi;
8633
8634# Check whether --enable-selectionscrolling or --disable-selectionscrolling was given.
8635if test "${enable_selectionscrolling+set}" = set; then
8636 enableval="$enable_selectionscrolling"
8637 if test x$enableval = xyes -o x$enableval = xno; then
8638 support_selectionscrolling=$enableval
8639 fi
8640fi;
8641
8642# Check whether --enable-mousewheel or --disable-mousewheel was given.
8643if test "${enable_mousewheel+set}" = set; then
8644 enableval="$enable_mousewheel"
8645 if test x$enableval = xyes -o x$enableval = xno; then
8646 support_mousewheel=$enableval
8647 fi
8648fi;
8649
8650# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
8651if test "${enable_slipwheeling+set}" = set; then
8652 enableval="$enable_slipwheeling"
8653 if test x$enableval = xyes -o x$enableval = xno; then
8654 support_mouseslipwheel=$enableval
8655 fi
8656fi;
8657
8658# Check whether --enable-dmalloc or --disable-dmalloc was given.
8659if test "${enable_dmalloc+set}" = set; then
8660 enableval="$enable_dmalloc"
8661 if test x$enableval = xyes; then
8662 MALLOC_TYPE=G
8663 DEBUG=-DDEBUG_MALLOC
8664 DLIB="-L/usr/local/lib -ldmalloc"
8665 DINCLUDE=-I/usr/local/include
8666 fi
8667fi;
8668
8669# Check whether --enable-dlmalloc or --disable-dlmalloc was given.
8670if test "${enable_dlmalloc+set}" = set; then
8671 enableval="$enable_dlmalloc"
8672 if test x$enableval = xyes; then
8673 MALLOC_TYPE=D
8674 DEBUG=
8675 DLIB="-L/usr/local/lib -ldlmalloc"
8676 DINCLUDE=
8677 fi
8678fi;
8679
8680# Check whether --enable-smart-resize or --disable-smart-resize was given.
8681if test "${enable_smart_resize+set}" = set; then
8682 enableval="$enable_smart_resize"
8683 if test x$enableval = xyes; then
8684
8685cat >>confdefs.h <<\_ACEOF
8686#define SMART_RESIZE 1
8687_ACEOF
8688
8689 fi
8690fi;
8691
8692# Check whether --enable-256-color or --disable-256-color was given.
8693if test "${enable_256_color+set}" = set; then
8694 enableval="$enable_256_color"
8695 if test x$enableval = xyes; then
8696
8697cat >>confdefs.h <<\_ACEOF
8698#define TTY_256COLOR 1
8699_ACEOF
8700
8701 fi
8702fi;
8703
8704# Check whether --enable-cursor-blink or --disable-cursor-blink was given.
8705if test "${enable_cursor_blink+set}" = set; then
8706 enableval="$enable_cursor_blink"
8707 if test x$enableval = xyes -o x$enableval = xno; then
8708 support_cursor_blink=$enableval
8709 fi
8710fi;
8711
8712# Check whether --enable-text-blink or --disable-text-blink was given.
8713if test "${enable_text_blink+set}" = set; then
8714 enableval="$enable_text_blink"
8715 if test x$enableval = xyes -o x$enableval = xno; then
8716 support_text_blink=$enableval
8717 fi
8718fi;
8719
8720# Check whether --enable-pointer-blank or --disable-pointer-blank was given.
8721if test "${enable_pointer_blank+set}" = set; then
8722 enableval="$enable_pointer_blank"
8723 if test x$enableval = xyes -o x$enableval = xno; then
8724 support_pointer_blank=$enableval
8725 fi
8726fi;
8727
8728
8729# Check whether --with-term or --without-term was given.
8730if test "${with_term+set}" = set; then
8731 withval="$with_term"
8732 if test x$withval != x; then
8733
8734cat >>confdefs.h <<_ACEOF
8735#define TERMENV "$withval"
8736_ACEOF
8737 term="$withval"
8738 fi
8739fi;
8740
8741
8742# Check whether --with-terminfo or --without-terminfo was given.
8743if test "${with_terminfo+set}" = set; then
8744 withval="$with_terminfo"
8745 if test x$withval != x; then
8746
8747cat >>confdefs.h <<_ACEOF
8748#define RXVT_TERMINFO "$withval"
8749_ACEOF
8750 terminfo="$withval"
8751 fi
8752fi;
8753
8754
8755
8756cat >>confdefs.h <<\_ACEOF
8757#define PROTOTYPES 1
8758_ACEOF
8759
8760
8761if test -z "$CFLAGS"; then
8762 if test -z "$CCOPTS"; then
8763 CCOPTS='-O'
8764 fi
8765 CFLAGS="$CCOPTS"
8766fi
8767
8768# Extract the first word of "mv", so it can be a program name with args.
8769set dummy mv; ac_word=$2
8770echo "$as_me:$LINENO: checking for $ac_word" >&5
8771echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8772if test "${ac_cv_path_MV+set}" = set; then
8773 echo $ECHO_N "(cached) $ECHO_C" >&6
8774else
8775 case $MV in
8776 [\\/]* | ?:[\\/]*)
8777 ac_cv_path_MV="$MV" # Let the user override the test with a path.
8778 ;;
8779 *)
8780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8781for as_dir in $PATH
8782do
8783 IFS=$as_save_IFS
8784 test -z "$as_dir" && as_dir=.
8785 for ac_exec_ext in '' $ac_executable_extensions; do
8786 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8787 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
8788 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8789 break 2
8790 fi
8791done
8792done
8793
8794 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
8795 ;;
8796esac
8797fi
8798MV=$ac_cv_path_MV
8799
8800if test -n "$MV"; then
8801 echo "$as_me:$LINENO: result: $MV" >&5
8802echo "${ECHO_T}$MV" >&6
8803else
8804 echo "$as_me:$LINENO: result: no" >&5
8805echo "${ECHO_T}no" >&6
8806fi
8807
8808# Extract the first word of "rm", so it can be a program name with args.
8809set dummy rm; ac_word=$2
8810echo "$as_me:$LINENO: checking for $ac_word" >&5
8811echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8812if test "${ac_cv_path_RM+set}" = set; then
8813 echo $ECHO_N "(cached) $ECHO_C" >&6
8814else
8815 case $RM in
8816 [\\/]* | ?:[\\/]*)
8817 ac_cv_path_RM="$RM" # Let the user override the test with a path.
8818 ;;
8819 *)
8820 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8821for as_dir in $PATH
8822do
8823 IFS=$as_save_IFS
8824 test -z "$as_dir" && as_dir=.
8825 for ac_exec_ext in '' $ac_executable_extensions; do
8826 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8827 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
8828 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8829 break 2
8830 fi
8831done
8832done
8833
8834 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
8835 ;;
8836esac
8837fi
8838RM=$ac_cv_path_RM
8839
8840if test -n "$RM"; then
8841 echo "$as_me:$LINENO: result: $RM" >&5
8842echo "${ECHO_T}$RM" >&6
8843else
8844 echo "$as_me:$LINENO: result: no" >&5
8845echo "${ECHO_T}no" >&6
8846fi
8847
8848# Extract the first word of "cp", so it can be a program name with args.
8849set dummy cp; ac_word=$2
8850echo "$as_me:$LINENO: checking for $ac_word" >&5
8851echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8852if test "${ac_cv_path_CP+set}" = set; then
8853 echo $ECHO_N "(cached) $ECHO_C" >&6
8854else
8855 case $CP in
8856 [\\/]* | ?:[\\/]*)
8857 ac_cv_path_CP="$CP" # Let the user override the test with a path.
8858 ;;
8859 *)
8860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8861for as_dir in $PATH
8862do
8863 IFS=$as_save_IFS
8864 test -z "$as_dir" && as_dir=.
8865 for ac_exec_ext in '' $ac_executable_extensions; do
8866 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8867 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
8868 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8869 break 2
8870 fi
8871done
8872done
8873
8874 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
8875 ;;
8876esac
8877fi
8878CP=$ac_cv_path_CP
8879
8880if test -n "$CP"; then
8881 echo "$as_me:$LINENO: result: $CP" >&5
8882echo "${ECHO_T}$CP" >&6
8883else
8884 echo "$as_me:$LINENO: result: no" >&5
8885echo "${ECHO_T}no" >&6
8886fi
8887
8888# Extract the first word of "ln", so it can be a program name with args.
8889set dummy ln; ac_word=$2
8890echo "$as_me:$LINENO: checking for $ac_word" >&5
8891echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8892if test "${ac_cv_path_LN+set}" = set; then
8893 echo $ECHO_N "(cached) $ECHO_C" >&6
8894else
8895 case $LN in
8896 [\\/]* | ?:[\\/]*)
8897 ac_cv_path_LN="$LN" # Let the user override the test with a path.
8898 ;;
8899 *)
8900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8901for as_dir in $PATH
8902do
8903 IFS=$as_save_IFS
8904 test -z "$as_dir" && as_dir=.
8905 for ac_exec_ext in '' $ac_executable_extensions; do
8906 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8907 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
8908 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8909 break 2
8910 fi
8911done
8912done
8913
8914 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
8915 ;;
8916esac
8917fi
8918LN=$ac_cv_path_LN
8919
8920if test -n "$LN"; then
8921 echo "$as_me:$LINENO: result: $LN" >&5
8922echo "${ECHO_T}$LN" >&6
8923else
8924 echo "$as_me:$LINENO: result: no" >&5
8925echo "${ECHO_T}no" >&6
8926fi
8927
8928# Extract the first word of "sed", so it can be a program name with args.
8929set dummy sed; ac_word=$2
8930echo "$as_me:$LINENO: checking for $ac_word" >&5
8931echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8932if test "${ac_cv_path_SED+set}" = set; then
8933 echo $ECHO_N "(cached) $ECHO_C" >&6
8934else
8935 case $SED in
8936 [\\/]* | ?:[\\/]*)
8937 ac_cv_path_SED="$SED" # Let the user override the test with a path.
8938 ;;
8939 *)
8940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8941for as_dir in $PATH
8942do
8943 IFS=$as_save_IFS
8944 test -z "$as_dir" && as_dir=.
8945 for ac_exec_ext in '' $ac_executable_extensions; do
8946 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8947 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
8948 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8949 break 2
8950 fi
8951done
8952done
8953
8954 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
8955 ;;
8956esac
8957fi
8958SED=$ac_cv_path_SED
8959
8960if test -n "$SED"; then
8961 echo "$as_me:$LINENO: result: $SED" >&5
8962echo "${ECHO_T}$SED" >&6
8963else
8964 echo "$as_me:$LINENO: result: no" >&5
8965echo "${ECHO_T}no" >&6
8966fi
8967
8968# Extract the first word of "echo", so it can be a program name with args.
8969set dummy echo; ac_word=$2
8970echo "$as_me:$LINENO: checking for $ac_word" >&5
8971echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8972if test "${ac_cv_path_ECHO+set}" = set; then
8973 echo $ECHO_N "(cached) $ECHO_C" >&6
8974else
8975 case $ECHO in
8976 [\\/]* | ?:[\\/]*)
8977 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
8978 ;;
8979 *)
8980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8981for as_dir in $PATH
8982do
8983 IFS=$as_save_IFS
8984 test -z "$as_dir" && as_dir=.
8985 for ac_exec_ext in '' $ac_executable_extensions; do
8986 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8987 ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
8988 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8989 break 2
8990 fi
8991done
8992done
8993
8994 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
8995 ;;
8996esac
8997fi
8998ECHO=$ac_cv_path_ECHO
8999
9000if test -n "$ECHO"; then
9001 echo "$as_me:$LINENO: result: $ECHO" >&5
9002echo "${ECHO_T}$ECHO" >&6
9003else
9004 echo "$as_me:$LINENO: result: no" >&5
9005echo "${ECHO_T}no" >&6
9006fi
9007
9008# Extract the first word of "cmp", so it can be a program name with args.
9009set dummy cmp; ac_word=$2
9010echo "$as_me:$LINENO: checking for $ac_word" >&5
9011echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9012if test "${ac_cv_path_CMP+set}" = set; then
9013 echo $ECHO_N "(cached) $ECHO_C" >&6
9014else
9015 case $CMP in
9016 [\\/]* | ?:[\\/]*)
9017 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
9018 ;;
9019 *)
9020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9021for as_dir in $PATH
9022do
9023 IFS=$as_save_IFS
9024 test -z "$as_dir" && as_dir=.
9025 for ac_exec_ext in '' $ac_executable_extensions; do
9026 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9027 ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
9028 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9029 break 2
9030 fi
9031done
9032done
9033
9034 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
9035 ;;
9036esac
9037fi
9038CMP=$ac_cv_path_CMP
9039
9040if test -n "$CMP"; then
9041 echo "$as_me:$LINENO: result: $CMP" >&5
9042echo "${ECHO_T}$CMP" >&6
9043else
9044 echo "$as_me:$LINENO: result: no" >&5
9045echo "${ECHO_T}no" >&6
9046fi
9047
9048# Extract the first word of "tbl", so it can be a program name with args.
9049set dummy tbl; ac_word=$2
9050echo "$as_me:$LINENO: checking for $ac_word" >&5
9051echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9052if test "${ac_cv_path_TBL+set}" = set; then
9053 echo $ECHO_N "(cached) $ECHO_C" >&6
9054else
9055 case $TBL in
9056 [\\/]* | ?:[\\/]*)
9057 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
9058 ;;
9059 *)
9060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9061for as_dir in $PATH
9062do
9063 IFS=$as_save_IFS
9064 test -z "$as_dir" && as_dir=.
9065 for ac_exec_ext in '' $ac_executable_extensions; do
9066 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9067 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
9068 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9069 break 2
9070 fi
9071done
9072done
9073
9074 ;;
9075esac
9076fi
9077TBL=$ac_cv_path_TBL
9078
9079if test -n "$TBL"; then
9080 echo "$as_me:$LINENO: result: $TBL" >&5
9081echo "${ECHO_T}$TBL" >&6
9082else
9083 echo "$as_me:$LINENO: result: no" >&5
9084echo "${ECHO_T}no" >&6
9085fi
9086
9087
9088
9089
9090
9091if test "x$ac_path_x_has_been_run" != xyes; then
9092 echo "$as_me:$LINENO: checking for X" >&5
9093echo $ECHO_N "checking for X... $ECHO_C" >&6 4618echo $ECHO_N "checking for X... $ECHO_C" >&6
9094 4619
9095ac_path_x_has_been_run=yes
9096 4620
9097# Check whether --with-x or --without-x was given. 4621# Check whether --with-x or --without-x was given.
9098if test "${with_x+set}" = set; then 4622if test "${with_x+set}" = set; then
9099 withval="$with_x" 4623 withval="$with_x"
9100 4624
9183 4707
9184/usr/openwin/include 4708/usr/openwin/include
9185/usr/openwin/share/include' 4709/usr/openwin/share/include'
9186 4710
9187if test "$ac_x_includes" = no; then 4711if test "$ac_x_includes" = no; then
9188 # Guess where to find include files, by looking for a specified header file. 4712 # Guess where to find include files, by looking for Intrinsic.h.
9189 # First, try using that file with no special directory specified. 4713 # First, try using that file with no special directory specified.
9190 cat >conftest.$ac_ext <<_ACEOF 4714 cat >conftest.$ac_ext <<_ACEOF
9191/* confdefs.h. */ 4715/* confdefs.h. */
9192_ACEOF 4716_ACEOF
9193cat confdefs.h >>conftest.$ac_ext 4717cat confdefs.h >>conftest.$ac_ext
9257 grep -v '^ *+' conftest.er1 >conftest.err 4781 grep -v '^ *+' conftest.er1 >conftest.err
9258 rm -f conftest.er1 4782 rm -f conftest.er1
9259 cat conftest.err >&5 4783 cat conftest.err >&5
9260 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9261 (exit $ac_status); } && 4785 (exit $ac_status); } &&
9262 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 4786 { ac_try='test -z "$ac_cxx_werror_flag"
4787 || test ! -s conftest.err'
9263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9264 (eval $ac_try) 2>&5 4789 (eval $ac_try) 2>&5
9265 ac_status=$? 4790 ac_status=$?
9266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9267 (exit $ac_status); }; } && 4792 (exit $ac_status); }; } &&
9317 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 4842 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9318 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 4843 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9319 # Update the cache value to reflect the command line values. 4844 # Update the cache value to reflect the command line values.
9320 ac_cv_have_x="have_x=yes \ 4845 ac_cv_have_x="have_x=yes \
9321 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 4846 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9322 # It might be that x_includes is empty (headers are found in the
9323 # standard search path. Then output the corresponding message
9324 ac_out_x_includes=$x_includes
9325 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
9326 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5 4847 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
9327echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6 4848echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
9328fi 4849fi
9329 4850
9330fi
9331if test "$no_x" = yes; then 4851if test "$no_x" = yes; then
9332 # Not all programs may use this symbol, but it does not hurt to define it. 4852 # Not all programs may use this symbol, but it does not hurt to define it.
9333 4853
9334cat >>confdefs.h <<\_ACEOF 4854cat >>confdefs.h <<\_ACEOF
9335#define X_DISPLAY_MISSING 1 4855#define X_DISPLAY_MISSING 1
9373 grep -v '^ *+' conftest.er1 >conftest.err 4893 grep -v '^ *+' conftest.er1 >conftest.err
9374 rm -f conftest.er1 4894 rm -f conftest.er1
9375 cat conftest.err >&5 4895 cat conftest.err >&5
9376 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9377 (exit $ac_status); } && 4897 (exit $ac_status); } &&
9378 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 4898 { ac_try='test -z "$ac_cxx_werror_flag"
4899 || test ! -s conftest.err'
9379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9380 (eval $ac_try) 2>&5 4901 (eval $ac_try) 2>&5
9381 ac_status=$? 4902 ac_status=$?
9382 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9383 (exit $ac_status); }; } && 4904 (exit $ac_status); }; } &&
9424 grep -v '^ *+' conftest.er1 >conftest.err 4945 grep -v '^ *+' conftest.er1 >conftest.err
9425 rm -f conftest.er1 4946 rm -f conftest.er1
9426 cat conftest.err >&5 4947 cat conftest.err >&5
9427 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9428 (exit $ac_status); } && 4949 (exit $ac_status); } &&
9429 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 4950 { ac_try='test -z "$ac_cxx_werror_flag"
4951 || test ! -s conftest.err'
9430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9431 (eval $ac_try) 2>&5 4953 (eval $ac_try) 2>&5
9432 ac_status=$? 4954 ac_status=$?
9433 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9434 (exit $ac_status); }; } && 4956 (exit $ac_status); }; } &&
9500 grep -v '^ *+' conftest.er1 >conftest.err 5022 grep -v '^ *+' conftest.er1 >conftest.err
9501 rm -f conftest.er1 5023 rm -f conftest.er1
9502 cat conftest.err >&5 5024 cat conftest.err >&5
9503 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9504 (exit $ac_status); } && 5026 (exit $ac_status); } &&
9505 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5027 { ac_try='test -z "$ac_cxx_werror_flag"
5028 || test ! -s conftest.err'
9506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9507 (eval $ac_try) 2>&5 5030 (eval $ac_try) 2>&5
9508 ac_status=$? 5031 ac_status=$?
9509 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9510 (exit $ac_status); }; } && 5033 (exit $ac_status); }; } &&
9555 grep -v '^ *+' conftest.er1 >conftest.err 5078 grep -v '^ *+' conftest.er1 >conftest.err
9556 rm -f conftest.er1 5079 rm -f conftest.er1
9557 cat conftest.err >&5 5080 cat conftest.err >&5
9558 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9559 (exit $ac_status); } && 5082 (exit $ac_status); } &&
9560 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5083 { ac_try='test -z "$ac_cxx_werror_flag"
5084 || test ! -s conftest.err'
9561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9562 (eval $ac_try) 2>&5 5086 (eval $ac_try) 2>&5
9563 ac_status=$? 5087 ac_status=$?
9564 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9565 (exit $ac_status); }; } && 5089 (exit $ac_status); }; } &&
9623 grep -v '^ *+' conftest.er1 >conftest.err 5147 grep -v '^ *+' conftest.er1 >conftest.err
9624 rm -f conftest.er1 5148 rm -f conftest.er1
9625 cat conftest.err >&5 5149 cat conftest.err >&5
9626 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9627 (exit $ac_status); } && 5151 (exit $ac_status); } &&
9628 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5152 { ac_try='test -z "$ac_cxx_werror_flag"
5153 || test ! -s conftest.err'
9629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9630 (eval $ac_try) 2>&5 5155 (eval $ac_try) 2>&5
9631 ac_status=$? 5156 ac_status=$?
9632 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9633 (exit $ac_status); }; } && 5158 (exit $ac_status); }; } &&
9731 grep -v '^ *+' conftest.er1 >conftest.err 5256 grep -v '^ *+' conftest.er1 >conftest.err
9732 rm -f conftest.er1 5257 rm -f conftest.er1
9733 cat conftest.err >&5 5258 cat conftest.err >&5
9734 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9735 (exit $ac_status); } && 5260 (exit $ac_status); } &&
9736 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5261 { ac_try='test -z "$ac_cxx_werror_flag"
5262 || test ! -s conftest.err'
9737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9738 (eval $ac_try) 2>&5 5264 (eval $ac_try) 2>&5
9739 ac_status=$? 5265 ac_status=$?
9740 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9741 (exit $ac_status); }; } && 5267 (exit $ac_status); }; } &&
9795 grep -v '^ *+' conftest.er1 >conftest.err 5321 grep -v '^ *+' conftest.er1 >conftest.err
9796 rm -f conftest.er1 5322 rm -f conftest.er1
9797 cat conftest.err >&5 5323 cat conftest.err >&5
9798 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9799 (exit $ac_status); } && 5325 (exit $ac_status); } &&
9800 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5326 { ac_try='test -z "$ac_cxx_werror_flag"
5327 || test ! -s conftest.err'
9801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9802 (eval $ac_try) 2>&5 5329 (eval $ac_try) 2>&5
9803 ac_status=$? 5330 ac_status=$?
9804 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9805 (exit $ac_status); }; } && 5332 (exit $ac_status); }; } &&
9863 grep -v '^ *+' conftest.er1 >conftest.err 5390 grep -v '^ *+' conftest.er1 >conftest.err
9864 rm -f conftest.er1 5391 rm -f conftest.er1
9865 cat conftest.err >&5 5392 cat conftest.err >&5
9866 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9867 (exit $ac_status); } && 5394 (exit $ac_status); } &&
9868 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5395 { ac_try='test -z "$ac_cxx_werror_flag"
5396 || test ! -s conftest.err'
9869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9870 (eval $ac_try) 2>&5 5398 (eval $ac_try) 2>&5
9871 ac_status=$? 5399 ac_status=$?
9872 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9873 (exit $ac_status); }; } && 5401 (exit $ac_status); }; } &&
9967 grep -v '^ *+' conftest.er1 >conftest.err 5495 grep -v '^ *+' conftest.er1 >conftest.err
9968 rm -f conftest.er1 5496 rm -f conftest.er1
9969 cat conftest.err >&5 5497 cat conftest.err >&5
9970 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9971 (exit $ac_status); } && 5499 (exit $ac_status); } &&
9972 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5500 { ac_try='test -z "$ac_cxx_werror_flag"
5501 || test ! -s conftest.err'
9973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9974 (eval $ac_try) 2>&5 5503 (eval $ac_try) 2>&5
9975 ac_status=$? 5504 ac_status=$?
9976 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9977 (exit $ac_status); }; } && 5506 (exit $ac_status); }; } &&
10031 grep -v '^ *+' conftest.er1 >conftest.err 5560 grep -v '^ *+' conftest.er1 >conftest.err
10032 rm -f conftest.er1 5561 rm -f conftest.er1
10033 cat conftest.err >&5 5562 cat conftest.err >&5
10034 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10035 (exit $ac_status); } && 5564 (exit $ac_status); } &&
10036 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5565 { ac_try='test -z "$ac_cxx_werror_flag"
5566 || test ! -s conftest.err'
10037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10038 (eval $ac_try) 2>&5 5568 (eval $ac_try) 2>&5
10039 ac_status=$? 5569 ac_status=$?
10040 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10041 (exit $ac_status); }; } && 5571 (exit $ac_status); }; } &&
10128 grep -v '^ *+' conftest.er1 >conftest.err 5658 grep -v '^ *+' conftest.er1 >conftest.err
10129 rm -f conftest.er1 5659 rm -f conftest.er1
10130 cat conftest.err >&5 5660 cat conftest.err >&5
10131 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10132 (exit $ac_status); } && 5662 (exit $ac_status); } &&
10133 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5663 { ac_try='test -z "$ac_cxx_werror_flag"
5664 || test ! -s conftest.err'
10134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10135 (eval $ac_try) 2>&5 5666 (eval $ac_try) 2>&5
10136 ac_status=$? 5667 ac_status=$?
10137 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10138 (exit $ac_status); }; } && 5669 (exit $ac_status); }; } &&
10192 grep -v '^ *+' conftest.er1 >conftest.err 5723 grep -v '^ *+' conftest.er1 >conftest.err
10193 rm -f conftest.er1 5724 rm -f conftest.er1
10194 cat conftest.err >&5 5725 cat conftest.err >&5
10195 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10196 (exit $ac_status); } && 5727 (exit $ac_status); } &&
10197 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5728 { ac_try='test -z "$ac_cxx_werror_flag"
5729 || test ! -s conftest.err'
10198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10199 (eval $ac_try) 2>&5 5731 (eval $ac_try) 2>&5
10200 ac_status=$? 5732 ac_status=$?
10201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10202 (exit $ac_status); }; } && 5734 (exit $ac_status); }; } &&
10289 grep -v '^ *+' conftest.er1 >conftest.err 5821 grep -v '^ *+' conftest.er1 >conftest.err
10290 rm -f conftest.er1 5822 rm -f conftest.er1
10291 cat conftest.err >&5 5823 cat conftest.err >&5
10292 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10293 (exit $ac_status); } && 5825 (exit $ac_status); } &&
10294 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5826 { ac_try='test -z "$ac_cxx_werror_flag"
5827 || test ! -s conftest.err'
10295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10296 (eval $ac_try) 2>&5 5829 (eval $ac_try) 2>&5
10297 ac_status=$? 5830 ac_status=$?
10298 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10299 (exit $ac_status); }; } && 5832 (exit $ac_status); }; } &&
10353 grep -v '^ *+' conftest.er1 >conftest.err 5886 grep -v '^ *+' conftest.er1 >conftest.err
10354 rm -f conftest.er1 5887 rm -f conftest.er1
10355 cat conftest.err >&5 5888 cat conftest.err >&5
10356 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10357 (exit $ac_status); } && 5890 (exit $ac_status); } &&
10358 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5891 { ac_try='test -z "$ac_cxx_werror_flag"
5892 || test ! -s conftest.err'
10359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10360 (eval $ac_try) 2>&5 5894 (eval $ac_try) 2>&5
10361 ac_status=$? 5895 ac_status=$?
10362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10363 (exit $ac_status); }; } && 5897 (exit $ac_status); }; } &&
10432 grep -v '^ *+' conftest.er1 >conftest.err 5966 grep -v '^ *+' conftest.er1 >conftest.err
10433 rm -f conftest.er1 5967 rm -f conftest.er1
10434 cat conftest.err >&5 5968 cat conftest.err >&5
10435 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10436 (exit $ac_status); } && 5970 (exit $ac_status); } &&
10437 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5971 { ac_try='test -z "$ac_cxx_werror_flag"
5972 || test ! -s conftest.err'
10438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10439 (eval $ac_try) 2>&5 5974 (eval $ac_try) 2>&5
10440 ac_status=$? 5975 ac_status=$?
10441 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10442 (exit $ac_status); }; } && 5977 (exit $ac_status); }; } &&
10467 6002
10468fi 6003fi
10469 6004
10470 6005
10471 6006
6007LIBAFTERIMAGE_CFLAGS=
6008AFTERIMAGE_LIBS=
6009have_afterimage=
6010
10472if test x$support_xpm = xyes; then 6011if test x$support_afterimage = xyes; then
6012 support_afterimage=no
6013
6014 if test "x$afterimage_config" = "x" ; then
6015 # Extract the first word of "afterimage-config", so it can be a program name with args.
6016set dummy afterimage-config; ac_word=$2
6017echo "$as_me:$LINENO: checking for $ac_word" >&5
6018echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6019if test "${ac_cv_path_afterimage_config+set}" = set; then
6020 echo $ECHO_N "(cached) $ECHO_C" >&6
6021else
6022 case $afterimage_config in
6023 [\\/]* | ?:[\\/]*)
6024 ac_cv_path_afterimage_config="$afterimage_config" # Let the user override the test with a path.
6025 ;;
6026 *)
6027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6028for as_dir in $PATH
6029do
6030 IFS=$as_save_IFS
6031 test -z "$as_dir" && as_dir=.
6032 for ac_exec_ext in '' $ac_executable_extensions; do
6033 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6034 ac_cv_path_afterimage_config="$as_dir/$ac_word$ac_exec_ext"
6035 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6036 break 2
6037 fi
6038done
6039done
6040
6041 test -z "$ac_cv_path_afterimage_config" && ac_cv_path_afterimage_config="no"
6042 ;;
6043esac
6044fi
6045afterimage_config=$ac_cv_path_afterimage_config
6046
6047if test -n "$afterimage_config"; then
6048 echo "$as_me:$LINENO: result: $afterimage_config" >&5
6049echo "${ECHO_T}$afterimage_config" >&6
6050else
6051 echo "$as_me:$LINENO: result: no" >&5
6052echo "${ECHO_T}no" >&6
6053fi
6054
6055 fi
6056
6057 echo "$as_me:$LINENO: checking for libAfterImage" >&5
6058echo $ECHO_N "checking for libAfterImage... $ECHO_C" >&6
6059 if $afterimage_config --version >/dev/null 2>&1 ; then
6060 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
6061 AFTERIMAGE_LIBS=`$afterimage_config --libs`
6062 if test "x$AFTERIMAGE_LIBS" != "x"; then
6063 support_afterimage=yes
6064 fi
6065 fi
6066
6067 if test "x$support_afterimage" = "xyes"; then
6068 echo "$as_me:$LINENO: result: $AFTERIMAGE_LIBS" >&5
6069echo "${ECHO_T}$AFTERIMAGE_LIBS" >&6
6070 else
6071 echo "$as_me:$LINENO: result: no" >&5
6072echo "${ECHO_T}no" >&6
6073 fi
6074fi
6075
6076if test x$support_afterimage != xyes -a x$support_xpm = xyes ; then
10473 6077
10474 6078
10475 6079
10476# Initialize some more variables set by options. 6080# Initialize some more variables set by options.
10477# The variables have the same names as the options, with 6081# The variables have the same names as the options, with
10648 grep -v '^ *+' conftest.er1 >conftest.err 6252 grep -v '^ *+' conftest.er1 >conftest.err
10649 rm -f conftest.er1 6253 rm -f conftest.er1
10650 cat conftest.err >&5 6254 cat conftest.err >&5
10651 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10652 (exit $ac_status); } && 6256 (exit $ac_status); } &&
10653 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 6257 { ac_try='test -z "$ac_cxx_werror_flag"
6258 || test ! -s conftest.err'
10654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10655 (eval $ac_try) 2>&5 6260 (eval $ac_try) 2>&5
10656 ac_status=$? 6261 ac_status=$?
10657 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10658 (exit $ac_status); }; } && 6263 (exit $ac_status); }; } &&
10862 grep -v '^ *+' conftest.er1 >conftest.err 6467 grep -v '^ *+' conftest.er1 >conftest.err
10863 rm -f conftest.er1 6468 rm -f conftest.er1
10864 cat conftest.err >&5 6469 cat conftest.err >&5
10865 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10866 (exit $ac_status); } && 6471 (exit $ac_status); } &&
10867 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 6472 { ac_try='test -z "$ac_cxx_werror_flag"
6473 || test ! -s conftest.err'
10868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10869 (eval $ac_try) 2>&5 6475 (eval $ac_try) 2>&5
10870 ac_status=$? 6476 ac_status=$?
10871 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10872 (exit $ac_status); }; } && 6478 (exit $ac_status); }; } &&
10893#define HAVE_SYS_WAIT_H 1 6499#define HAVE_SYS_WAIT_H 1
10894_ACEOF 6500_ACEOF
10895 6501
10896fi 6502fi
10897 6503
6504echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6505echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6506if test "${ac_cv_header_stdc+set}" = set; then
6507 echo $ECHO_N "(cached) $ECHO_C" >&6
6508else
6509 cat >conftest.$ac_ext <<_ACEOF
6510/* confdefs.h. */
6511_ACEOF
6512cat confdefs.h >>conftest.$ac_ext
6513cat >>conftest.$ac_ext <<_ACEOF
6514/* end confdefs.h. */
6515#include <stdlib.h>
6516#include <stdarg.h>
6517#include <string.h>
6518#include <float.h>
10898 6519
6520int
6521main ()
6522{
6523
6524 ;
6525 return 0;
6526}
6527_ACEOF
6528rm -f conftest.$ac_objext
6529if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6530 (eval $ac_compile) 2>conftest.er1
6531 ac_status=$?
6532 grep -v '^ *+' conftest.er1 >conftest.err
6533 rm -f conftest.er1
6534 cat conftest.err >&5
6535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6536 (exit $ac_status); } &&
6537 { ac_try='test -z "$ac_cxx_werror_flag"
6538 || test ! -s conftest.err'
6539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6540 (eval $ac_try) 2>&5
6541 ac_status=$?
6542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6543 (exit $ac_status); }; } &&
6544 { ac_try='test -s conftest.$ac_objext'
6545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6546 (eval $ac_try) 2>&5
6547 ac_status=$?
6548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6549 (exit $ac_status); }; }; then
6550 ac_cv_header_stdc=yes
6551else
6552 echo "$as_me: failed program was:" >&5
6553sed 's/^/| /' conftest.$ac_ext >&5
6554
6555ac_cv_header_stdc=no
6556fi
6557rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6558
6559if test $ac_cv_header_stdc = yes; then
6560 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6561 cat >conftest.$ac_ext <<_ACEOF
6562/* confdefs.h. */
6563_ACEOF
6564cat confdefs.h >>conftest.$ac_ext
6565cat >>conftest.$ac_ext <<_ACEOF
6566/* end confdefs.h. */
6567#include <string.h>
6568
6569_ACEOF
6570if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6571 $EGREP "memchr" >/dev/null 2>&1; then
6572 :
6573else
6574 ac_cv_header_stdc=no
6575fi
6576rm -f conftest*
6577
6578fi
6579
6580if test $ac_cv_header_stdc = yes; then
6581 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6582 cat >conftest.$ac_ext <<_ACEOF
6583/* confdefs.h. */
6584_ACEOF
6585cat confdefs.h >>conftest.$ac_ext
6586cat >>conftest.$ac_ext <<_ACEOF
6587/* end confdefs.h. */
6588#include <stdlib.h>
6589
6590_ACEOF
6591if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6592 $EGREP "free" >/dev/null 2>&1; then
6593 :
6594else
6595 ac_cv_header_stdc=no
6596fi
6597rm -f conftest*
6598
6599fi
6600
6601if test $ac_cv_header_stdc = yes; then
6602 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6603 if test "$cross_compiling" = yes; then
6604 :
6605else
6606 cat >conftest.$ac_ext <<_ACEOF
6607/* confdefs.h. */
6608_ACEOF
6609cat confdefs.h >>conftest.$ac_ext
6610cat >>conftest.$ac_ext <<_ACEOF
6611/* end confdefs.h. */
6612#include <ctype.h>
6613#if ((' ' & 0x0FF) == 0x020)
6614# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6615# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6616#else
6617# define ISLOWER(c) \
6618 (('a' <= (c) && (c) <= 'i') \
6619 || ('j' <= (c) && (c) <= 'r') \
6620 || ('s' <= (c) && (c) <= 'z'))
6621# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6622#endif
6623
6624#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6625int
6626main ()
6627{
6628 int i;
6629 for (i = 0; i < 256; i++)
6630 if (XOR (islower (i), ISLOWER (i))
6631 || toupper (i) != TOUPPER (i))
6632 exit(2);
6633 exit (0);
6634}
6635_ACEOF
6636rm -f conftest$ac_exeext
6637if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6638 (eval $ac_link) 2>&5
6639 ac_status=$?
6640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6641 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6643 (eval $ac_try) 2>&5
6644 ac_status=$?
6645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6646 (exit $ac_status); }; }; then
6647 :
6648else
6649 echo "$as_me: program exited with status $ac_status" >&5
6650echo "$as_me: failed program was:" >&5
6651sed 's/^/| /' conftest.$ac_ext >&5
6652
6653( exit $ac_status )
6654ac_cv_header_stdc=no
6655fi
6656rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6657fi
6658fi
6659fi
6660echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6661echo "${ECHO_T}$ac_cv_header_stdc" >&6
6662if test $ac_cv_header_stdc = yes; then
6663
6664cat >>confdefs.h <<\_ACEOF
6665#define STDC_HEADERS 1
6666_ACEOF
6667
6668fi
6669
6670# On IRIX 5.3, sys/types and inttypes.h are conflicting.
6671
6672
6673
6674
6675
6676
6677
6678
6679
6680for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6681 inttypes.h stdint.h unistd.h
6682do
6683as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6684echo "$as_me:$LINENO: checking for $ac_header" >&5
6685echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6686if eval "test \"\${$as_ac_Header+set}\" = set"; then
6687 echo $ECHO_N "(cached) $ECHO_C" >&6
6688else
6689 cat >conftest.$ac_ext <<_ACEOF
6690/* confdefs.h. */
6691_ACEOF
6692cat confdefs.h >>conftest.$ac_ext
6693cat >>conftest.$ac_ext <<_ACEOF
6694/* end confdefs.h. */
6695$ac_includes_default
6696
6697#include <$ac_header>
6698_ACEOF
6699rm -f conftest.$ac_objext
6700if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6701 (eval $ac_compile) 2>conftest.er1
6702 ac_status=$?
6703 grep -v '^ *+' conftest.er1 >conftest.err
6704 rm -f conftest.er1
6705 cat conftest.err >&5
6706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6707 (exit $ac_status); } &&
6708 { ac_try='test -z "$ac_cxx_werror_flag"
6709 || test ! -s conftest.err'
6710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6711 (eval $ac_try) 2>&5
6712 ac_status=$?
6713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6714 (exit $ac_status); }; } &&
6715 { ac_try='test -s conftest.$ac_objext'
6716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6717 (eval $ac_try) 2>&5
6718 ac_status=$?
6719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6720 (exit $ac_status); }; }; then
6721 eval "$as_ac_Header=yes"
6722else
6723 echo "$as_me: failed program was:" >&5
6724sed 's/^/| /' conftest.$ac_ext >&5
6725
6726eval "$as_ac_Header=no"
6727fi
6728rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6729fi
6730echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6731echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6732if test `eval echo '${'$as_ac_Header'}'` = yes; then
6733 cat >>confdefs.h <<_ACEOF
6734#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6735_ACEOF
6736
6737fi
6738
6739done
10899 6740
10900 6741
10901 6742
10902 6743
10903 6744
10916 6757
10917 6758
10918for ac_header in \ 6759for ac_header in \
10919 assert.h \ 6760 assert.h \
10920 fcntl.h \ 6761 fcntl.h \
10921 grp.h \
10922 libc.h \
10923 lastlog.h \
10924 stdarg.h \ 6762 stdarg.h \
10925 stdlib.h \ 6763 stdlib.h \
10926 string.h \ 6764 string.h \
10927 termios.h \ 6765 termios.h \
10928 unistd.h \ 6766 unistd.h \
10929 sys/byteorder.h \ 6767 sys/byteorder.h \
10930 sys/ioctl.h \ 6768 sys/ioctl.h \
10931 sys/select.h \ 6769 sys/select.h \
10932 sys/sockio.h \ 6770 sys/sockio.h \
10933 sys/strredir.h \ 6771 sys/strredir.h \
10934 sys/stropts.h \
10935 sys/time.h \ 6772 sys/time.h \
10936 utmp.h \ 6773 stdint.h \
10937 utmpx.h \ 6774 wchar.h \
10938 stdint.h \ 6775 cwchar \
6776 clocale \
10939 6777
10940do 6778do
10941as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 6779as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10942if eval "test \"\${$as_ac_Header+set}\" = set"; then 6780if eval "test \"\${$as_ac_Header+set}\" = set"; then
10943 echo "$as_me:$LINENO: checking for $ac_header" >&5 6781 echo "$as_me:$LINENO: checking for $ac_header" >&5
10967 grep -v '^ *+' conftest.er1 >conftest.err 6805 grep -v '^ *+' conftest.er1 >conftest.err
10968 rm -f conftest.er1 6806 rm -f conftest.er1
10969 cat conftest.err >&5 6807 cat conftest.err >&5
10970 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10971 (exit $ac_status); } && 6809 (exit $ac_status); } &&
10972 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 6810 { ac_try='test -z "$ac_cxx_werror_flag"
6811 || test ! -s conftest.err'
10973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10974 (eval $ac_try) 2>&5 6813 (eval $ac_try) 2>&5
10975 ac_status=$? 6814 ac_status=$?
10976 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10977 (exit $ac_status); }; } && 6816 (exit $ac_status); }; } &&
11116 grep -v '^ *+' conftest.er1 >conftest.err 6955 grep -v '^ *+' conftest.er1 >conftest.err
11117 rm -f conftest.er1 6956 rm -f conftest.er1
11118 cat conftest.err >&5 6957 cat conftest.err >&5
11119 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11120 (exit $ac_status); } && 6959 (exit $ac_status); } &&
11121 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 6960 { ac_try='test -z "$ac_cxx_werror_flag"
6961 || test ! -s conftest.err'
11122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11123 (eval $ac_try) 2>&5 6963 (eval $ac_try) 2>&5
11124 ac_status=$? 6964 ac_status=$?
11125 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11126 (exit $ac_status); }; } && 6966 (exit $ac_status); }; } &&
11181 grep -v '^ *+' conftest.er1 >conftest.err 7021 grep -v '^ *+' conftest.er1 >conftest.err
11182 rm -f conftest.er1 7022 rm -f conftest.er1
11183 cat conftest.err >&5 7023 cat conftest.err >&5
11184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11185 (exit $ac_status); } && 7025 (exit $ac_status); } &&
11186 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7026 { ac_try='test -z "$ac_cxx_werror_flag"
7027 || test ! -s conftest.err'
11187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11188 (eval $ac_try) 2>&5 7029 (eval $ac_try) 2>&5
11189 ac_status=$? 7030 ac_status=$?
11190 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11191 (exit $ac_status); }; } && 7032 (exit $ac_status); }; } &&
11204fi 7045fi
11205rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7046rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11206fi 7047fi
11207echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5 7048echo "$as_me:$LINENO: result: $rxvt_cv_header_sysioctl" >&5
11208echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6 7049echo "${ECHO_T}$rxvt_cv_header_sysioctl" >&6
11209
11210if test -n "$GCC"; then
11211 LDARG="-Wl,"
11212else
11213 LDARG=""
11214fi
11215R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-rpath '$LDARG'\1/g'
11216
11217ac_save_CFLAGS=$CFLAGS
11218ac_save_LIBS=$LIBS
11219CFLAGS="$CFLAGS $X_CFLAGS"
11220LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
11221echo "$as_me:$LINENO: checking for -rpath dynamic library path recording" >&5
11222echo $ECHO_N "checking for -rpath dynamic library path recording... $ECHO_C" >&6
11223if test "${rxvt_cv_rpath+set}" = set; then
11224 echo $ECHO_N "(cached) $ECHO_C" >&6
11225else
11226 if test "$cross_compiling" = yes; then
11227 { echo "$as_me:$LINENO: WARNING: You may need to check the LIBS line" >&5
11228echo "$as_me: WARNING: You may need to check the LIBS line" >&2;}
11229else
11230 cat >conftest.$ac_ext <<_ACEOF
11231/* confdefs.h. */
11232_ACEOF
11233cat confdefs.h >>conftest.$ac_ext
11234cat >>conftest.$ac_ext <<_ACEOF
11235/* end confdefs.h. */
11236
11237main()
11238{
11239 exit(0);
11240 (void) XOpenDisplay("foobar");
11241}
11242_ACEOF
11243rm -f conftest$ac_exeext
11244if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11245 (eval $ac_link) 2>&5
11246 ac_status=$?
11247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11248 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11250 (eval $ac_try) 2>&5
11251 ac_status=$?
11252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11253 (exit $ac_status); }; }; then
11254 rxvt_cv_rpath=yes
11255else
11256 echo "$as_me: program exited with status $ac_status" >&5
11257echo "$as_me: failed program was:" >&5
11258sed 's/^/| /' conftest.$ac_ext >&5
11259
11260( exit $ac_status )
11261rxvt_cv_rpath=no
11262fi
11263rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11264fi
11265fi
11266echo "$as_me:$LINENO: result: $rxvt_cv_rpath" >&5
11267echo "${ECHO_T}$rxvt_cv_rpath" >&6
11268if test x$rxvt_cv_rpath != xyes; then
11269 R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
11270 LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"`
11271 echo "$as_me:$LINENO: checking for -R dynamic library path recording" >&5
11272echo $ECHO_N "checking for -R dynamic library path recording... $ECHO_C" >&6
11273if test "${rxvt_cv_R+set}" = set; then
11274 echo $ECHO_N "(cached) $ECHO_C" >&6
11275else
11276 if test "$cross_compiling" = yes; then
11277 rxvt_cv_R=no
11278else
11279 cat >conftest.$ac_ext <<_ACEOF
11280/* confdefs.h. */
11281_ACEOF
11282cat confdefs.h >>conftest.$ac_ext
11283cat >>conftest.$ac_ext <<_ACEOF
11284/* end confdefs.h. */
11285
11286main()
11287{
11288 exit(0);
11289 (void) XOpenDisplay("foobar");
11290}
11291_ACEOF
11292rm -f conftest$ac_exeext
11293if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11294 (eval $ac_link) 2>&5
11295 ac_status=$?
11296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11297 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11299 (eval $ac_try) 2>&5
11300 ac_status=$?
11301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11302 (exit $ac_status); }; }; then
11303 rxvt_cv_R=yes
11304else
11305 echo "$as_me: program exited with status $ac_status" >&5
11306echo "$as_me: failed program was:" >&5
11307sed 's/^/| /' conftest.$ac_ext >&5
11308
11309( exit $ac_status )
11310rxvt_cv_R=no
11311fi
11312rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11313fi
11314fi
11315echo "$as_me:$LINENO: result: $rxvt_cv_R" >&5
11316echo "${ECHO_T}$rxvt_cv_R" >&6
11317 if test x$rxvt_cv_R != xyes; then
11318 LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
11319 fi
11320fi
11321 7050
11322echo "$as_me:$LINENO: checking for XPointer" >&5 7051echo "$as_me:$LINENO: checking for XPointer" >&5
11323echo $ECHO_N "checking for XPointer... $ECHO_C" >&6 7052echo $ECHO_N "checking for XPointer... $ECHO_C" >&6
11324if test "${rxvt_cv_xpointer+set}" = set; then 7053if test "${rxvt_cv_xpointer+set}" = set; then
11325 echo $ECHO_N "(cached) $ECHO_C" >&6 7054 echo $ECHO_N "(cached) $ECHO_C" >&6
11346 grep -v '^ *+' conftest.er1 >conftest.err 7075 grep -v '^ *+' conftest.er1 >conftest.err
11347 rm -f conftest.er1 7076 rm -f conftest.er1
11348 cat conftest.err >&5 7077 cat conftest.err >&5
11349 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11350 (exit $ac_status); } && 7079 (exit $ac_status); } &&
11351 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7080 { ac_try='test -z "$ac_cxx_werror_flag"
7081 || test ! -s conftest.err'
11352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11353 (eval $ac_try) 2>&5 7083 (eval $ac_try) 2>&5
11354 ac_status=$? 7084 ac_status=$?
11355 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11356 (exit $ac_status); }; } && 7086 (exit $ac_status); }; } &&
11379 7109
11380fi 7110fi
11381LIBS=$ac_save_LIBS 7111LIBS=$ac_save_LIBS
11382CFLAGS=$ac_save_CFLAGS 7112CFLAGS=$ac_save_CFLAGS
11383 7113
7114echo "$as_me:$LINENO: checking for XLIB_ILLEGAL_ACCESS" >&5
7115echo $ECHO_N "checking for XLIB_ILLEGAL_ACCESS... $ECHO_C" >&6
7116if test "${rxvt_xlib_illegal_access+set}" = set; then
7117 echo $ECHO_N "(cached) $ECHO_C" >&6
7118else
7119 cat >conftest.$ac_ext <<_ACEOF
7120/* confdefs.h. */
7121_ACEOF
7122cat confdefs.h >>conftest.$ac_ext
7123cat >>conftest.$ac_ext <<_ACEOF
7124/* end confdefs.h. */
7125
7126#define XLIB_ILLEGAL_ACCESS
7127#include <X11/Xlib.h>
7128
7129int
7130main ()
7131{
7132
7133 Display *dpy;
7134 dpy->xdefaults = (char *)0;
7135
7136 ;
7137 return 0;
7138}
7139_ACEOF
7140rm -f conftest.$ac_objext
7141if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7142 (eval $ac_compile) 2>conftest.er1
7143 ac_status=$?
7144 grep -v '^ *+' conftest.er1 >conftest.err
7145 rm -f conftest.er1
7146 cat conftest.err >&5
7147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7148 (exit $ac_status); } &&
7149 { ac_try='test -z "$ac_cxx_werror_flag"
7150 || test ! -s conftest.err'
7151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7152 (eval $ac_try) 2>&5
7153 ac_status=$?
7154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7155 (exit $ac_status); }; } &&
7156 { ac_try='test -s conftest.$ac_objext'
7157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7158 (eval $ac_try) 2>&5
7159 ac_status=$?
7160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7161 (exit $ac_status); }; }; then
7162 rxvt_xlib_illegal_access=yes
7163else
7164 echo "$as_me: failed program was:" >&5
7165sed 's/^/| /' conftest.$ac_ext >&5
7166
7167rxvt_xlib_illegal_access=no
7168
7169fi
7170rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7171fi
7172echo "$as_me:$LINENO: result: $rxvt_xlib_illegal_access" >&5
7173echo "${ECHO_T}$rxvt_xlib_illegal_access" >&6
7174if test x$rxvt_xlib_illegal_access = xyes; then
7175
7176cat >>confdefs.h <<\_ACEOF
7177#define XLIB_ILLEGAL_ACCESS 1
7178_ACEOF
7179
7180fi
11384 7181
11385echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 7182echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
11386echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 7183echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
11387if test "${ac_cv_c_const+set}" = set; then 7184if test "${ac_cv_c_const+set}" = set; then
11388 echo $ECHO_N "(cached) $ECHO_C" >&6 7185 echo $ECHO_N "(cached) $ECHO_C" >&6
11455 grep -v '^ *+' conftest.er1 >conftest.err 7252 grep -v '^ *+' conftest.er1 >conftest.err
11456 rm -f conftest.er1 7253 rm -f conftest.er1
11457 cat conftest.err >&5 7254 cat conftest.err >&5
11458 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11459 (exit $ac_status); } && 7256 (exit $ac_status); } &&
11460 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7257 { ac_try='test -z "$ac_cxx_werror_flag"
7258 || test ! -s conftest.err'
11461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11462 (eval $ac_try) 2>&5 7260 (eval $ac_try) 2>&5
11463 ac_status=$? 7261 ac_status=$?
11464 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11465 (exit $ac_status); }; } && 7263 (exit $ac_status); }; } &&
11515 grep -v '^ *+' conftest.er1 >conftest.err 7313 grep -v '^ *+' conftest.er1 >conftest.err
11516 rm -f conftest.er1 7314 rm -f conftest.er1
11517 cat conftest.err >&5 7315 cat conftest.err >&5
11518 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11519 (exit $ac_status); } && 7317 (exit $ac_status); } &&
11520 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7318 { ac_try='test -z "$ac_cxx_werror_flag"
7319 || test ! -s conftest.err'
11521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11522 (eval $ac_try) 2>&5 7321 (eval $ac_try) 2>&5
11523 ac_status=$? 7322 ac_status=$?
11524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11525 (exit $ac_status); }; } && 7324 (exit $ac_status); }; } &&
11590 grep -v '^ *+' conftest.er1 >conftest.err 7389 grep -v '^ *+' conftest.er1 >conftest.err
11591 rm -f conftest.er1 7390 rm -f conftest.er1
11592 cat conftest.err >&5 7391 cat conftest.err >&5
11593 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11594 (exit $ac_status); } && 7393 (exit $ac_status); } &&
11595 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7394 { ac_try='test -z "$ac_cxx_werror_flag"
7395 || test ! -s conftest.err'
11596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11597 (eval $ac_try) 2>&5 7397 (eval $ac_try) 2>&5
11598 ac_status=$? 7398 ac_status=$?
11599 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11600 (exit $ac_status); }; } && 7400 (exit $ac_status); }; } &&
11655 grep -v '^ *+' conftest.er1 >conftest.err 7455 grep -v '^ *+' conftest.er1 >conftest.err
11656 rm -f conftest.er1 7456 rm -f conftest.er1
11657 cat conftest.err >&5 7457 cat conftest.err >&5
11658 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11659 (exit $ac_status); } && 7459 (exit $ac_status); } &&
11660 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7460 { ac_try='test -z "$ac_cxx_werror_flag"
7461 || test ! -s conftest.err'
11661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11662 (eval $ac_try) 2>&5 7463 (eval $ac_try) 2>&5
11663 ac_status=$? 7464 ac_status=$?
11664 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11665 (exit $ac_status); }; } && 7466 (exit $ac_status); }; } &&
11725cat >>confdefs.h <<\_ACEOF 7526cat >>confdefs.h <<\_ACEOF
11726#define gid_t int 7527#define gid_t int
11727_ACEOF 7528_ACEOF
11728 7529
11729fi 7530fi
11730
11731
11732
11733echo "$as_me:$LINENO: checking for char" >&5
11734echo $ECHO_N "checking for char... $ECHO_C" >&6
11735if test "${ac_cv_type_char+set}" = set; then
11736 echo $ECHO_N "(cached) $ECHO_C" >&6
11737else
11738 cat >conftest.$ac_ext <<_ACEOF
11739/* confdefs.h. */
11740_ACEOF
11741cat confdefs.h >>conftest.$ac_ext
11742cat >>conftest.$ac_ext <<_ACEOF
11743/* end confdefs.h. */
11744$ac_includes_default
11745int
11746main ()
11747{
11748if ((char *) 0)
11749 return 0;
11750if (sizeof (char))
11751 return 0;
11752 ;
11753 return 0;
11754}
11755_ACEOF
11756rm -f conftest.$ac_objext
11757if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11758 (eval $ac_compile) 2>conftest.er1
11759 ac_status=$?
11760 grep -v '^ *+' conftest.er1 >conftest.err
11761 rm -f conftest.er1
11762 cat conftest.err >&5
11763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11764 (exit $ac_status); } &&
11765 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11767 (eval $ac_try) 2>&5
11768 ac_status=$?
11769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11770 (exit $ac_status); }; } &&
11771 { ac_try='test -s conftest.$ac_objext'
11772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11773 (eval $ac_try) 2>&5
11774 ac_status=$?
11775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11776 (exit $ac_status); }; }; then
11777 ac_cv_type_char=yes
11778else
11779 echo "$as_me: failed program was:" >&5
11780sed 's/^/| /' conftest.$ac_ext >&5
11781
11782ac_cv_type_char=no
11783fi
11784rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11785fi
11786echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
11787echo "${ECHO_T}$ac_cv_type_char" >&6
11788
11789echo "$as_me:$LINENO: checking size of char" >&5
11790echo $ECHO_N "checking size of char... $ECHO_C" >&6
11791if test "${ac_cv_sizeof_char+set}" = set; then
11792 echo $ECHO_N "(cached) $ECHO_C" >&6
11793else
11794 if test "$ac_cv_type_char" = yes; then
11795 # The cast to unsigned long works around a bug in the HP C Compiler
11796 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11797 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11798 # This bug is HP SR number 8606223364.
11799 if test "$cross_compiling" = yes; then
11800 # Depending upon the size, compute the lo and hi bounds.
11801cat >conftest.$ac_ext <<_ACEOF
11802/* confdefs.h. */
11803_ACEOF
11804cat confdefs.h >>conftest.$ac_ext
11805cat >>conftest.$ac_ext <<_ACEOF
11806/* end confdefs.h. */
11807$ac_includes_default
11808int
11809main ()
11810{
11811static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
11812test_array [0] = 0
11813
11814 ;
11815 return 0;
11816}
11817_ACEOF
11818rm -f conftest.$ac_objext
11819if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11820 (eval $ac_compile) 2>conftest.er1
11821 ac_status=$?
11822 grep -v '^ *+' conftest.er1 >conftest.err
11823 rm -f conftest.er1
11824 cat conftest.err >&5
11825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11826 (exit $ac_status); } &&
11827 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11829 (eval $ac_try) 2>&5
11830 ac_status=$?
11831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11832 (exit $ac_status); }; } &&
11833 { ac_try='test -s conftest.$ac_objext'
11834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11835 (eval $ac_try) 2>&5
11836 ac_status=$?
11837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11838 (exit $ac_status); }; }; then
11839 ac_lo=0 ac_mid=0
11840 while :; do
11841 cat >conftest.$ac_ext <<_ACEOF
11842/* confdefs.h. */
11843_ACEOF
11844cat confdefs.h >>conftest.$ac_ext
11845cat >>conftest.$ac_ext <<_ACEOF
11846/* end confdefs.h. */
11847$ac_includes_default
11848int
11849main ()
11850{
11851static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
11852test_array [0] = 0
11853
11854 ;
11855 return 0;
11856}
11857_ACEOF
11858rm -f conftest.$ac_objext
11859if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11860 (eval $ac_compile) 2>conftest.er1
11861 ac_status=$?
11862 grep -v '^ *+' conftest.er1 >conftest.err
11863 rm -f conftest.er1
11864 cat conftest.err >&5
11865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11866 (exit $ac_status); } &&
11867 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11869 (eval $ac_try) 2>&5
11870 ac_status=$?
11871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11872 (exit $ac_status); }; } &&
11873 { ac_try='test -s conftest.$ac_objext'
11874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11875 (eval $ac_try) 2>&5
11876 ac_status=$?
11877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11878 (exit $ac_status); }; }; then
11879 ac_hi=$ac_mid; break
11880else
11881 echo "$as_me: failed program was:" >&5
11882sed 's/^/| /' conftest.$ac_ext >&5
11883
11884ac_lo=`expr $ac_mid + 1`
11885 if test $ac_lo -le $ac_mid; then
11886 ac_lo= ac_hi=
11887 break
11888 fi
11889 ac_mid=`expr 2 '*' $ac_mid + 1`
11890fi
11891rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11892 done
11893else
11894 echo "$as_me: failed program was:" >&5
11895sed 's/^/| /' conftest.$ac_ext >&5
11896
11897cat >conftest.$ac_ext <<_ACEOF
11898/* confdefs.h. */
11899_ACEOF
11900cat confdefs.h >>conftest.$ac_ext
11901cat >>conftest.$ac_ext <<_ACEOF
11902/* end confdefs.h. */
11903$ac_includes_default
11904int
11905main ()
11906{
11907static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
11908test_array [0] = 0
11909
11910 ;
11911 return 0;
11912}
11913_ACEOF
11914rm -f conftest.$ac_objext
11915if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11916 (eval $ac_compile) 2>conftest.er1
11917 ac_status=$?
11918 grep -v '^ *+' conftest.er1 >conftest.err
11919 rm -f conftest.er1
11920 cat conftest.err >&5
11921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11922 (exit $ac_status); } &&
11923 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11925 (eval $ac_try) 2>&5
11926 ac_status=$?
11927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11928 (exit $ac_status); }; } &&
11929 { ac_try='test -s conftest.$ac_objext'
11930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11931 (eval $ac_try) 2>&5
11932 ac_status=$?
11933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11934 (exit $ac_status); }; }; then
11935 ac_hi=-1 ac_mid=-1
11936 while :; do
11937 cat >conftest.$ac_ext <<_ACEOF
11938/* confdefs.h. */
11939_ACEOF
11940cat confdefs.h >>conftest.$ac_ext
11941cat >>conftest.$ac_ext <<_ACEOF
11942/* end confdefs.h. */
11943$ac_includes_default
11944int
11945main ()
11946{
11947static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
11948test_array [0] = 0
11949
11950 ;
11951 return 0;
11952}
11953_ACEOF
11954rm -f conftest.$ac_objext
11955if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11956 (eval $ac_compile) 2>conftest.er1
11957 ac_status=$?
11958 grep -v '^ *+' conftest.er1 >conftest.err
11959 rm -f conftest.er1
11960 cat conftest.err >&5
11961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11962 (exit $ac_status); } &&
11963 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11965 (eval $ac_try) 2>&5
11966 ac_status=$?
11967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11968 (exit $ac_status); }; } &&
11969 { ac_try='test -s conftest.$ac_objext'
11970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11971 (eval $ac_try) 2>&5
11972 ac_status=$?
11973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11974 (exit $ac_status); }; }; then
11975 ac_lo=$ac_mid; break
11976else
11977 echo "$as_me: failed program was:" >&5
11978sed 's/^/| /' conftest.$ac_ext >&5
11979
11980ac_hi=`expr '(' $ac_mid ')' - 1`
11981 if test $ac_mid -le $ac_hi; then
11982 ac_lo= ac_hi=
11983 break
11984 fi
11985 ac_mid=`expr 2 '*' $ac_mid`
11986fi
11987rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11988 done
11989else
11990 echo "$as_me: failed program was:" >&5
11991sed 's/^/| /' conftest.$ac_ext >&5
11992
11993ac_lo= ac_hi=
11994fi
11995rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11996fi
11997rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11998# Binary search between lo and hi bounds.
11999while test "x$ac_lo" != "x$ac_hi"; do
12000 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12001 cat >conftest.$ac_ext <<_ACEOF
12002/* confdefs.h. */
12003_ACEOF
12004cat confdefs.h >>conftest.$ac_ext
12005cat >>conftest.$ac_ext <<_ACEOF
12006/* end confdefs.h. */
12007$ac_includes_default
12008int
12009main ()
12010{
12011static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
12012test_array [0] = 0
12013
12014 ;
12015 return 0;
12016}
12017_ACEOF
12018rm -f conftest.$ac_objext
12019if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12020 (eval $ac_compile) 2>conftest.er1
12021 ac_status=$?
12022 grep -v '^ *+' conftest.er1 >conftest.err
12023 rm -f conftest.er1
12024 cat conftest.err >&5
12025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12026 (exit $ac_status); } &&
12027 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12029 (eval $ac_try) 2>&5
12030 ac_status=$?
12031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12032 (exit $ac_status); }; } &&
12033 { ac_try='test -s conftest.$ac_objext'
12034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12035 (eval $ac_try) 2>&5
12036 ac_status=$?
12037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12038 (exit $ac_status); }; }; then
12039 ac_hi=$ac_mid
12040else
12041 echo "$as_me: failed program was:" >&5
12042sed 's/^/| /' conftest.$ac_ext >&5
12043
12044ac_lo=`expr '(' $ac_mid ')' + 1`
12045fi
12046rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12047done
12048case $ac_lo in
12049?*) ac_cv_sizeof_char=$ac_lo;;
12050'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
12051See \`config.log' for more details." >&5
12052echo "$as_me: error: cannot compute sizeof (char), 77
12053See \`config.log' for more details." >&2;}
12054 { (exit 1); exit 1; }; } ;;
12055esac
12056else
12057 if test "$cross_compiling" = yes; then
12058 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
12059echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
12060 { (exit 1); exit 1; }; }
12061else
12062 cat >conftest.$ac_ext <<_ACEOF
12063/* confdefs.h. */
12064_ACEOF
12065cat confdefs.h >>conftest.$ac_ext
12066cat >>conftest.$ac_ext <<_ACEOF
12067/* end confdefs.h. */
12068$ac_includes_default
12069long longval () { return (long) (sizeof (char)); }
12070unsigned long ulongval () { return (long) (sizeof (char)); }
12071#include <stdio.h>
12072#include <stdlib.h>
12073int
12074main ()
12075{
12076
12077 FILE *f = fopen ("conftest.val", "w");
12078 if (! f)
12079 exit (1);
12080 if (((long) (sizeof (char))) < 0)
12081 {
12082 long i = longval ();
12083 if (i != ((long) (sizeof (char))))
12084 exit (1);
12085 fprintf (f, "%ld\n", i);
12086 }
12087 else
12088 {
12089 unsigned long i = ulongval ();
12090 if (i != ((long) (sizeof (char))))
12091 exit (1);
12092 fprintf (f, "%lu\n", i);
12093 }
12094 exit (ferror (f) || fclose (f) != 0);
12095
12096 ;
12097 return 0;
12098}
12099_ACEOF
12100rm -f conftest$ac_exeext
12101if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12102 (eval $ac_link) 2>&5
12103 ac_status=$?
12104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12105 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12107 (eval $ac_try) 2>&5
12108 ac_status=$?
12109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12110 (exit $ac_status); }; }; then
12111 ac_cv_sizeof_char=`cat conftest.val`
12112else
12113 echo "$as_me: program exited with status $ac_status" >&5
12114echo "$as_me: failed program was:" >&5
12115sed 's/^/| /' conftest.$ac_ext >&5
12116
12117( exit $ac_status )
12118{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
12119See \`config.log' for more details." >&5
12120echo "$as_me: error: cannot compute sizeof (char), 77
12121See \`config.log' for more details." >&2;}
12122 { (exit 1); exit 1; }; }
12123fi
12124rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12125fi
12126fi
12127rm -f conftest.val
12128else
12129 ac_cv_sizeof_char=0
12130fi
12131fi
12132echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
12133echo "${ECHO_T}$ac_cv_sizeof_char" >&6
12134cat >>confdefs.h <<_ACEOF
12135#define SIZEOF_CHAR $ac_cv_sizeof_char
12136_ACEOF
12137 7531
12138 7532
12139echo "$as_me:$LINENO: checking for short" >&5 7533echo "$as_me:$LINENO: checking for short" >&5
12140echo $ECHO_N "checking for short... $ECHO_C" >&6 7534echo $ECHO_N "checking for short... $ECHO_C" >&6
12141if test "${ac_cv_type_short+set}" = set; then 7535if test "${ac_cv_type_short+set}" = set; then
12166 grep -v '^ *+' conftest.er1 >conftest.err 7560 grep -v '^ *+' conftest.er1 >conftest.err
12167 rm -f conftest.er1 7561 rm -f conftest.er1
12168 cat conftest.err >&5 7562 cat conftest.err >&5
12169 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12170 (exit $ac_status); } && 7564 (exit $ac_status); } &&
12171 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7565 { ac_try='test -z "$ac_cxx_werror_flag"
7566 || test ! -s conftest.err'
12172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12173 (eval $ac_try) 2>&5 7568 (eval $ac_try) 2>&5
12174 ac_status=$? 7569 ac_status=$?
12175 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12176 (exit $ac_status); }; } && 7571 (exit $ac_status); }; } &&
12228 grep -v '^ *+' conftest.er1 >conftest.err 7623 grep -v '^ *+' conftest.er1 >conftest.err
12229 rm -f conftest.er1 7624 rm -f conftest.er1
12230 cat conftest.err >&5 7625 cat conftest.err >&5
12231 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12232 (exit $ac_status); } && 7627 (exit $ac_status); } &&
12233 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7628 { ac_try='test -z "$ac_cxx_werror_flag"
7629 || test ! -s conftest.err'
12234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12235 (eval $ac_try) 2>&5 7631 (eval $ac_try) 2>&5
12236 ac_status=$? 7632 ac_status=$?
12237 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12238 (exit $ac_status); }; } && 7634 (exit $ac_status); }; } &&
12268 grep -v '^ *+' conftest.er1 >conftest.err 7664 grep -v '^ *+' conftest.er1 >conftest.err
12269 rm -f conftest.er1 7665 rm -f conftest.er1
12270 cat conftest.err >&5 7666 cat conftest.err >&5
12271 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12272 (exit $ac_status); } && 7668 (exit $ac_status); } &&
12273 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7669 { ac_try='test -z "$ac_cxx_werror_flag"
7670 || test ! -s conftest.err'
12274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12275 (eval $ac_try) 2>&5 7672 (eval $ac_try) 2>&5
12276 ac_status=$? 7673 ac_status=$?
12277 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12278 (exit $ac_status); }; } && 7675 (exit $ac_status); }; } &&
12324 grep -v '^ *+' conftest.er1 >conftest.err 7721 grep -v '^ *+' conftest.er1 >conftest.err
12325 rm -f conftest.er1 7722 rm -f conftest.er1
12326 cat conftest.err >&5 7723 cat conftest.err >&5
12327 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12328 (exit $ac_status); } && 7725 (exit $ac_status); } &&
12329 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7726 { ac_try='test -z "$ac_cxx_werror_flag"
7727 || test ! -s conftest.err'
12330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12331 (eval $ac_try) 2>&5 7729 (eval $ac_try) 2>&5
12332 ac_status=$? 7730 ac_status=$?
12333 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12334 (exit $ac_status); }; } && 7732 (exit $ac_status); }; } &&
12364 grep -v '^ *+' conftest.er1 >conftest.err 7762 grep -v '^ *+' conftest.er1 >conftest.err
12365 rm -f conftest.er1 7763 rm -f conftest.er1
12366 cat conftest.err >&5 7764 cat conftest.err >&5
12367 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12368 (exit $ac_status); } && 7766 (exit $ac_status); } &&
12369 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7767 { ac_try='test -z "$ac_cxx_werror_flag"
7768 || test ! -s conftest.err'
12370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12371 (eval $ac_try) 2>&5 7770 (eval $ac_try) 2>&5
12372 ac_status=$? 7771 ac_status=$?
12373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12374 (exit $ac_status); }; } && 7773 (exit $ac_status); }; } &&
12428 grep -v '^ *+' conftest.er1 >conftest.err 7827 grep -v '^ *+' conftest.er1 >conftest.err
12429 rm -f conftest.er1 7828 rm -f conftest.er1
12430 cat conftest.err >&5 7829 cat conftest.err >&5
12431 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12432 (exit $ac_status); } && 7831 (exit $ac_status); } &&
12433 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7832 { ac_try='test -z "$ac_cxx_werror_flag"
7833 || test ! -s conftest.err'
12434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12435 (eval $ac_try) 2>&5 7835 (eval $ac_try) 2>&5
12436 ac_status=$? 7836 ac_status=$?
12437 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12438 (exit $ac_status); }; } && 7838 (exit $ac_status); }; } &&
12459See \`config.log' for more details." >&2;} 7859See \`config.log' for more details." >&2;}
12460 { (exit 1); exit 1; }; } ;; 7860 { (exit 1); exit 1; }; } ;;
12461esac 7861esac
12462else 7862else
12463 if test "$cross_compiling" = yes; then 7863 if test "$cross_compiling" = yes; then
12464 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 7864 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
12465echo "$as_me: error: internal error: not reached in cross-compile" >&2;} 7865See \`config.log' for more details." >&5
7866echo "$as_me: error: cannot run test program while cross compiling
7867See \`config.log' for more details." >&2;}
12466 { (exit 1); exit 1; }; } 7868 { (exit 1); exit 1; }; }
12467else 7869else
12468 cat >conftest.$ac_ext <<_ACEOF 7870 cat >conftest.$ac_ext <<_ACEOF
12469/* confdefs.h. */ 7871/* confdefs.h. */
12470_ACEOF 7872_ACEOF
12572 grep -v '^ *+' conftest.er1 >conftest.err 7974 grep -v '^ *+' conftest.er1 >conftest.err
12573 rm -f conftest.er1 7975 rm -f conftest.er1
12574 cat conftest.err >&5 7976 cat conftest.err >&5
12575 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12576 (exit $ac_status); } && 7978 (exit $ac_status); } &&
12577 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 7979 { ac_try='test -z "$ac_cxx_werror_flag"
7980 || test ! -s conftest.err'
12578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12579 (eval $ac_try) 2>&5 7982 (eval $ac_try) 2>&5
12580 ac_status=$? 7983 ac_status=$?
12581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12582 (exit $ac_status); }; } && 7985 (exit $ac_status); }; } &&
12634 grep -v '^ *+' conftest.er1 >conftest.err 8037 grep -v '^ *+' conftest.er1 >conftest.err
12635 rm -f conftest.er1 8038 rm -f conftest.er1
12636 cat conftest.err >&5 8039 cat conftest.err >&5
12637 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12638 (exit $ac_status); } && 8041 (exit $ac_status); } &&
12639 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8042 { ac_try='test -z "$ac_cxx_werror_flag"
8043 || test ! -s conftest.err'
12640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12641 (eval $ac_try) 2>&5 8045 (eval $ac_try) 2>&5
12642 ac_status=$? 8046 ac_status=$?
12643 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12644 (exit $ac_status); }; } && 8048 (exit $ac_status); }; } &&
12674 grep -v '^ *+' conftest.er1 >conftest.err 8078 grep -v '^ *+' conftest.er1 >conftest.err
12675 rm -f conftest.er1 8079 rm -f conftest.er1
12676 cat conftest.err >&5 8080 cat conftest.err >&5
12677 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12678 (exit $ac_status); } && 8082 (exit $ac_status); } &&
12679 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8083 { ac_try='test -z "$ac_cxx_werror_flag"
8084 || test ! -s conftest.err'
12680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12681 (eval $ac_try) 2>&5 8086 (eval $ac_try) 2>&5
12682 ac_status=$? 8087 ac_status=$?
12683 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12684 (exit $ac_status); }; } && 8089 (exit $ac_status); }; } &&
12730 grep -v '^ *+' conftest.er1 >conftest.err 8135 grep -v '^ *+' conftest.er1 >conftest.err
12731 rm -f conftest.er1 8136 rm -f conftest.er1
12732 cat conftest.err >&5 8137 cat conftest.err >&5
12733 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12734 (exit $ac_status); } && 8139 (exit $ac_status); } &&
12735 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8140 { ac_try='test -z "$ac_cxx_werror_flag"
8141 || test ! -s conftest.err'
12736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12737 (eval $ac_try) 2>&5 8143 (eval $ac_try) 2>&5
12738 ac_status=$? 8144 ac_status=$?
12739 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12740 (exit $ac_status); }; } && 8146 (exit $ac_status); }; } &&
12770 grep -v '^ *+' conftest.er1 >conftest.err 8176 grep -v '^ *+' conftest.er1 >conftest.err
12771 rm -f conftest.er1 8177 rm -f conftest.er1
12772 cat conftest.err >&5 8178 cat conftest.err >&5
12773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12774 (exit $ac_status); } && 8180 (exit $ac_status); } &&
12775 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8181 { ac_try='test -z "$ac_cxx_werror_flag"
8182 || test ! -s conftest.err'
12776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12777 (eval $ac_try) 2>&5 8184 (eval $ac_try) 2>&5
12778 ac_status=$? 8185 ac_status=$?
12779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12780 (exit $ac_status); }; } && 8187 (exit $ac_status); }; } &&
12834 grep -v '^ *+' conftest.er1 >conftest.err 8241 grep -v '^ *+' conftest.er1 >conftest.err
12835 rm -f conftest.er1 8242 rm -f conftest.er1
12836 cat conftest.err >&5 8243 cat conftest.err >&5
12837 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12838 (exit $ac_status); } && 8245 (exit $ac_status); } &&
12839 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8246 { ac_try='test -z "$ac_cxx_werror_flag"
8247 || test ! -s conftest.err'
12840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12841 (eval $ac_try) 2>&5 8249 (eval $ac_try) 2>&5
12842 ac_status=$? 8250 ac_status=$?
12843 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12844 (exit $ac_status); }; } && 8252 (exit $ac_status); }; } &&
12865See \`config.log' for more details." >&2;} 8273See \`config.log' for more details." >&2;}
12866 { (exit 1); exit 1; }; } ;; 8274 { (exit 1); exit 1; }; } ;;
12867esac 8275esac
12868else 8276else
12869 if test "$cross_compiling" = yes; then 8277 if test "$cross_compiling" = yes; then
12870 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 8278 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
12871echo "$as_me: error: internal error: not reached in cross-compile" >&2;} 8279See \`config.log' for more details." >&5
8280echo "$as_me: error: cannot run test program while cross compiling
8281See \`config.log' for more details." >&2;}
12872 { (exit 1); exit 1; }; } 8282 { (exit 1); exit 1; }; }
12873else 8283else
12874 cat >conftest.$ac_ext <<_ACEOF 8284 cat >conftest.$ac_ext <<_ACEOF
12875/* confdefs.h. */ 8285/* confdefs.h. */
12876_ACEOF 8286_ACEOF
12946cat >>confdefs.h <<_ACEOF 8356cat >>confdefs.h <<_ACEOF
12947#define SIZEOF_INT $ac_cv_sizeof_int 8357#define SIZEOF_INT $ac_cv_sizeof_int
12948_ACEOF 8358_ACEOF
12949 8359
12950 8360
12951echo "$as_me:$LINENO: checking for long" >&5
12952echo $ECHO_N "checking for long... $ECHO_C" >&6
12953if test "${ac_cv_type_long+set}" = set; then
12954 echo $ECHO_N "(cached) $ECHO_C" >&6
12955else
12956 cat >conftest.$ac_ext <<_ACEOF
12957/* confdefs.h. */
12958_ACEOF
12959cat confdefs.h >>conftest.$ac_ext
12960cat >>conftest.$ac_ext <<_ACEOF
12961/* end confdefs.h. */
12962$ac_includes_default
12963int
12964main ()
12965{
12966if ((long *) 0)
12967 return 0;
12968if (sizeof (long))
12969 return 0;
12970 ;
12971 return 0;
12972}
12973_ACEOF
12974rm -f conftest.$ac_objext
12975if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12976 (eval $ac_compile) 2>conftest.er1
12977 ac_status=$?
12978 grep -v '^ *+' conftest.er1 >conftest.err
12979 rm -f conftest.er1
12980 cat conftest.err >&5
12981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12982 (exit $ac_status); } &&
12983 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12985 (eval $ac_try) 2>&5
12986 ac_status=$?
12987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12988 (exit $ac_status); }; } &&
12989 { ac_try='test -s conftest.$ac_objext'
12990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12991 (eval $ac_try) 2>&5
12992 ac_status=$?
12993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12994 (exit $ac_status); }; }; then
12995 ac_cv_type_long=yes
12996else
12997 echo "$as_me: failed program was:" >&5
12998sed 's/^/| /' conftest.$ac_ext >&5
12999
13000ac_cv_type_long=no
13001fi
13002rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13003fi
13004echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
13005echo "${ECHO_T}$ac_cv_type_long" >&6
13006
13007echo "$as_me:$LINENO: checking size of long" >&5
13008echo $ECHO_N "checking size of long... $ECHO_C" >&6
13009if test "${ac_cv_sizeof_long+set}" = set; then
13010 echo $ECHO_N "(cached) $ECHO_C" >&6
13011else
13012 if test "$ac_cv_type_long" = yes; then
13013 # The cast to unsigned long works around a bug in the HP C Compiler
13014 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13015 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13016 # This bug is HP SR number 8606223364.
13017 if test "$cross_compiling" = yes; then
13018 # Depending upon the size, compute the lo and hi bounds.
13019cat >conftest.$ac_ext <<_ACEOF
13020/* confdefs.h. */
13021_ACEOF
13022cat confdefs.h >>conftest.$ac_ext
13023cat >>conftest.$ac_ext <<_ACEOF
13024/* end confdefs.h. */
13025$ac_includes_default
13026int
13027main ()
13028{
13029static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
13030test_array [0] = 0
13031
13032 ;
13033 return 0;
13034}
13035_ACEOF
13036rm -f conftest.$ac_objext
13037if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13038 (eval $ac_compile) 2>conftest.er1
13039 ac_status=$?
13040 grep -v '^ *+' conftest.er1 >conftest.err
13041 rm -f conftest.er1
13042 cat conftest.err >&5
13043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13044 (exit $ac_status); } &&
13045 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13047 (eval $ac_try) 2>&5
13048 ac_status=$?
13049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13050 (exit $ac_status); }; } &&
13051 { ac_try='test -s conftest.$ac_objext'
13052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13053 (eval $ac_try) 2>&5
13054 ac_status=$?
13055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13056 (exit $ac_status); }; }; then
13057 ac_lo=0 ac_mid=0
13058 while :; do
13059 cat >conftest.$ac_ext <<_ACEOF
13060/* confdefs.h. */
13061_ACEOF
13062cat confdefs.h >>conftest.$ac_ext
13063cat >>conftest.$ac_ext <<_ACEOF
13064/* end confdefs.h. */
13065$ac_includes_default
13066int
13067main ()
13068{
13069static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
13070test_array [0] = 0
13071
13072 ;
13073 return 0;
13074}
13075_ACEOF
13076rm -f conftest.$ac_objext
13077if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13078 (eval $ac_compile) 2>conftest.er1
13079 ac_status=$?
13080 grep -v '^ *+' conftest.er1 >conftest.err
13081 rm -f conftest.er1
13082 cat conftest.err >&5
13083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13084 (exit $ac_status); } &&
13085 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13087 (eval $ac_try) 2>&5
13088 ac_status=$?
13089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13090 (exit $ac_status); }; } &&
13091 { ac_try='test -s conftest.$ac_objext'
13092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13093 (eval $ac_try) 2>&5
13094 ac_status=$?
13095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13096 (exit $ac_status); }; }; then
13097 ac_hi=$ac_mid; break
13098else
13099 echo "$as_me: failed program was:" >&5
13100sed 's/^/| /' conftest.$ac_ext >&5
13101
13102ac_lo=`expr $ac_mid + 1`
13103 if test $ac_lo -le $ac_mid; then
13104 ac_lo= ac_hi=
13105 break
13106 fi
13107 ac_mid=`expr 2 '*' $ac_mid + 1`
13108fi
13109rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13110 done
13111else
13112 echo "$as_me: failed program was:" >&5
13113sed 's/^/| /' conftest.$ac_ext >&5
13114
13115cat >conftest.$ac_ext <<_ACEOF
13116/* confdefs.h. */
13117_ACEOF
13118cat confdefs.h >>conftest.$ac_ext
13119cat >>conftest.$ac_ext <<_ACEOF
13120/* end confdefs.h. */
13121$ac_includes_default
13122int
13123main ()
13124{
13125static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
13126test_array [0] = 0
13127
13128 ;
13129 return 0;
13130}
13131_ACEOF
13132rm -f conftest.$ac_objext
13133if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13134 (eval $ac_compile) 2>conftest.er1
13135 ac_status=$?
13136 grep -v '^ *+' conftest.er1 >conftest.err
13137 rm -f conftest.er1
13138 cat conftest.err >&5
13139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13140 (exit $ac_status); } &&
13141 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13143 (eval $ac_try) 2>&5
13144 ac_status=$?
13145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13146 (exit $ac_status); }; } &&
13147 { ac_try='test -s conftest.$ac_objext'
13148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13149 (eval $ac_try) 2>&5
13150 ac_status=$?
13151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13152 (exit $ac_status); }; }; then
13153 ac_hi=-1 ac_mid=-1
13154 while :; do
13155 cat >conftest.$ac_ext <<_ACEOF
13156/* confdefs.h. */
13157_ACEOF
13158cat confdefs.h >>conftest.$ac_ext
13159cat >>conftest.$ac_ext <<_ACEOF
13160/* end confdefs.h. */
13161$ac_includes_default
13162int
13163main ()
13164{
13165static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
13166test_array [0] = 0
13167
13168 ;
13169 return 0;
13170}
13171_ACEOF
13172rm -f conftest.$ac_objext
13173if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13174 (eval $ac_compile) 2>conftest.er1
13175 ac_status=$?
13176 grep -v '^ *+' conftest.er1 >conftest.err
13177 rm -f conftest.er1
13178 cat conftest.err >&5
13179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13180 (exit $ac_status); } &&
13181 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13183 (eval $ac_try) 2>&5
13184 ac_status=$?
13185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13186 (exit $ac_status); }; } &&
13187 { ac_try='test -s conftest.$ac_objext'
13188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13189 (eval $ac_try) 2>&5
13190 ac_status=$?
13191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13192 (exit $ac_status); }; }; then
13193 ac_lo=$ac_mid; break
13194else
13195 echo "$as_me: failed program was:" >&5
13196sed 's/^/| /' conftest.$ac_ext >&5
13197
13198ac_hi=`expr '(' $ac_mid ')' - 1`
13199 if test $ac_mid -le $ac_hi; then
13200 ac_lo= ac_hi=
13201 break
13202 fi
13203 ac_mid=`expr 2 '*' $ac_mid`
13204fi
13205rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13206 done
13207else
13208 echo "$as_me: failed program was:" >&5
13209sed 's/^/| /' conftest.$ac_ext >&5
13210
13211ac_lo= ac_hi=
13212fi
13213rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13214fi
13215rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13216# Binary search between lo and hi bounds.
13217while test "x$ac_lo" != "x$ac_hi"; do
13218 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13219 cat >conftest.$ac_ext <<_ACEOF
13220/* confdefs.h. */
13221_ACEOF
13222cat confdefs.h >>conftest.$ac_ext
13223cat >>conftest.$ac_ext <<_ACEOF
13224/* end confdefs.h. */
13225$ac_includes_default
13226int
13227main ()
13228{
13229static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
13230test_array [0] = 0
13231
13232 ;
13233 return 0;
13234}
13235_ACEOF
13236rm -f conftest.$ac_objext
13237if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13238 (eval $ac_compile) 2>conftest.er1
13239 ac_status=$?
13240 grep -v '^ *+' conftest.er1 >conftest.err
13241 rm -f conftest.er1
13242 cat conftest.err >&5
13243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13244 (exit $ac_status); } &&
13245 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13247 (eval $ac_try) 2>&5
13248 ac_status=$?
13249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13250 (exit $ac_status); }; } &&
13251 { ac_try='test -s conftest.$ac_objext'
13252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13253 (eval $ac_try) 2>&5
13254 ac_status=$?
13255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13256 (exit $ac_status); }; }; then
13257 ac_hi=$ac_mid
13258else
13259 echo "$as_me: failed program was:" >&5
13260sed 's/^/| /' conftest.$ac_ext >&5
13261
13262ac_lo=`expr '(' $ac_mid ')' + 1`
13263fi
13264rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13265done
13266case $ac_lo in
13267?*) ac_cv_sizeof_long=$ac_lo;;
13268'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13269See \`config.log' for more details." >&5
13270echo "$as_me: error: cannot compute sizeof (long), 77
13271See \`config.log' for more details." >&2;}
13272 { (exit 1); exit 1; }; } ;;
13273esac
13274else
13275 if test "$cross_compiling" = yes; then
13276 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
13277echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
13278 { (exit 1); exit 1; }; }
13279else
13280 cat >conftest.$ac_ext <<_ACEOF
13281/* confdefs.h. */
13282_ACEOF
13283cat confdefs.h >>conftest.$ac_ext
13284cat >>conftest.$ac_ext <<_ACEOF
13285/* end confdefs.h. */
13286$ac_includes_default
13287long longval () { return (long) (sizeof (long)); }
13288unsigned long ulongval () { return (long) (sizeof (long)); }
13289#include <stdio.h>
13290#include <stdlib.h>
13291int
13292main ()
13293{
13294
13295 FILE *f = fopen ("conftest.val", "w");
13296 if (! f)
13297 exit (1);
13298 if (((long) (sizeof (long))) < 0)
13299 {
13300 long i = longval ();
13301 if (i != ((long) (sizeof (long))))
13302 exit (1);
13303 fprintf (f, "%ld\n", i);
13304 }
13305 else
13306 {
13307 unsigned long i = ulongval ();
13308 if (i != ((long) (sizeof (long))))
13309 exit (1);
13310 fprintf (f, "%lu\n", i);
13311 }
13312 exit (ferror (f) || fclose (f) != 0);
13313
13314 ;
13315 return 0;
13316}
13317_ACEOF
13318rm -f conftest$ac_exeext
13319if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13320 (eval $ac_link) 2>&5
13321 ac_status=$?
13322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13323 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13325 (eval $ac_try) 2>&5
13326 ac_status=$?
13327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13328 (exit $ac_status); }; }; then
13329 ac_cv_sizeof_long=`cat conftest.val`
13330else
13331 echo "$as_me: program exited with status $ac_status" >&5
13332echo "$as_me: failed program was:" >&5
13333sed 's/^/| /' conftest.$ac_ext >&5
13334
13335( exit $ac_status )
13336{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
13337See \`config.log' for more details." >&5
13338echo "$as_me: error: cannot compute sizeof (long), 77
13339See \`config.log' for more details." >&2;}
13340 { (exit 1); exit 1; }; }
13341fi
13342rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13343fi
13344fi
13345rm -f conftest.val
13346else
13347 ac_cv_sizeof_long=0
13348fi
13349fi
13350echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
13351echo "${ECHO_T}$ac_cv_sizeof_long" >&6
13352cat >>confdefs.h <<_ACEOF
13353#define SIZEOF_LONG $ac_cv_sizeof_long
13354_ACEOF
13355
13356
13357echo "$as_me:$LINENO: checking for long long" >&5 8361echo "$as_me:$LINENO: checking for long long" >&5
13358echo $ECHO_N "checking for long long... $ECHO_C" >&6 8362echo $ECHO_N "checking for long long... $ECHO_C" >&6
13359if test "${ac_cv_type_long_long+set}" = set; then 8363if test "${ac_cv_type_long_long+set}" = set; then
13360 echo $ECHO_N "(cached) $ECHO_C" >&6 8364 echo $ECHO_N "(cached) $ECHO_C" >&6
13361else 8365else
13384 grep -v '^ *+' conftest.er1 >conftest.err 8388 grep -v '^ *+' conftest.er1 >conftest.err
13385 rm -f conftest.er1 8389 rm -f conftest.er1
13386 cat conftest.err >&5 8390 cat conftest.err >&5
13387 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13388 (exit $ac_status); } && 8392 (exit $ac_status); } &&
13389 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8393 { ac_try='test -z "$ac_cxx_werror_flag"
8394 || test ! -s conftest.err'
13390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13391 (eval $ac_try) 2>&5 8396 (eval $ac_try) 2>&5
13392 ac_status=$? 8397 ac_status=$?
13393 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13394 (exit $ac_status); }; } && 8399 (exit $ac_status); }; } &&
13446 grep -v '^ *+' conftest.er1 >conftest.err 8451 grep -v '^ *+' conftest.er1 >conftest.err
13447 rm -f conftest.er1 8452 rm -f conftest.er1
13448 cat conftest.err >&5 8453 cat conftest.err >&5
13449 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13450 (exit $ac_status); } && 8455 (exit $ac_status); } &&
13451 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8456 { ac_try='test -z "$ac_cxx_werror_flag"
8457 || test ! -s conftest.err'
13452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13453 (eval $ac_try) 2>&5 8459 (eval $ac_try) 2>&5
13454 ac_status=$? 8460 ac_status=$?
13455 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13456 (exit $ac_status); }; } && 8462 (exit $ac_status); }; } &&
13486 grep -v '^ *+' conftest.er1 >conftest.err 8492 grep -v '^ *+' conftest.er1 >conftest.err
13487 rm -f conftest.er1 8493 rm -f conftest.er1
13488 cat conftest.err >&5 8494 cat conftest.err >&5
13489 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13490 (exit $ac_status); } && 8496 (exit $ac_status); } &&
13491 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8497 { ac_try='test -z "$ac_cxx_werror_flag"
8498 || test ! -s conftest.err'
13492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13493 (eval $ac_try) 2>&5 8500 (eval $ac_try) 2>&5
13494 ac_status=$? 8501 ac_status=$?
13495 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13496 (exit $ac_status); }; } && 8503 (exit $ac_status); }; } &&
13542 grep -v '^ *+' conftest.er1 >conftest.err 8549 grep -v '^ *+' conftest.er1 >conftest.err
13543 rm -f conftest.er1 8550 rm -f conftest.er1
13544 cat conftest.err >&5 8551 cat conftest.err >&5
13545 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13546 (exit $ac_status); } && 8553 (exit $ac_status); } &&
13547 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8554 { ac_try='test -z "$ac_cxx_werror_flag"
8555 || test ! -s conftest.err'
13548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13549 (eval $ac_try) 2>&5 8557 (eval $ac_try) 2>&5
13550 ac_status=$? 8558 ac_status=$?
13551 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13552 (exit $ac_status); }; } && 8560 (exit $ac_status); }; } &&
13582 grep -v '^ *+' conftest.er1 >conftest.err 8590 grep -v '^ *+' conftest.er1 >conftest.err
13583 rm -f conftest.er1 8591 rm -f conftest.er1
13584 cat conftest.err >&5 8592 cat conftest.err >&5
13585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13586 (exit $ac_status); } && 8594 (exit $ac_status); } &&
13587 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8595 { ac_try='test -z "$ac_cxx_werror_flag"
8596 || test ! -s conftest.err'
13588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13589 (eval $ac_try) 2>&5 8598 (eval $ac_try) 2>&5
13590 ac_status=$? 8599 ac_status=$?
13591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13592 (exit $ac_status); }; } && 8601 (exit $ac_status); }; } &&
13646 grep -v '^ *+' conftest.er1 >conftest.err 8655 grep -v '^ *+' conftest.er1 >conftest.err
13647 rm -f conftest.er1 8656 rm -f conftest.er1
13648 cat conftest.err >&5 8657 cat conftest.err >&5
13649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13650 (exit $ac_status); } && 8659 (exit $ac_status); } &&
13651 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8660 { ac_try='test -z "$ac_cxx_werror_flag"
8661 || test ! -s conftest.err'
13652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13653 (eval $ac_try) 2>&5 8663 (eval $ac_try) 2>&5
13654 ac_status=$? 8664 ac_status=$?
13655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13656 (exit $ac_status); }; } && 8666 (exit $ac_status); }; } &&
13677See \`config.log' for more details." >&2;} 8687See \`config.log' for more details." >&2;}
13678 { (exit 1); exit 1; }; } ;; 8688 { (exit 1); exit 1; }; } ;;
13679esac 8689esac
13680else 8690else
13681 if test "$cross_compiling" = yes; then 8691 if test "$cross_compiling" = yes; then
13682 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 8692 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
13683echo "$as_me: error: internal error: not reached in cross-compile" >&2;} 8693See \`config.log' for more details." >&5
8694echo "$as_me: error: cannot run test program while cross compiling
8695See \`config.log' for more details." >&2;}
13684 { (exit 1); exit 1; }; } 8696 { (exit 1); exit 1; }; }
13685else 8697else
13686 cat >conftest.$ac_ext <<_ACEOF 8698 cat >conftest.$ac_ext <<_ACEOF
13687/* confdefs.h. */ 8699/* confdefs.h. */
13688_ACEOF 8700_ACEOF
13790 grep -v '^ *+' conftest.er1 >conftest.err 8802 grep -v '^ *+' conftest.er1 >conftest.err
13791 rm -f conftest.er1 8803 rm -f conftest.er1
13792 cat conftest.err >&5 8804 cat conftest.err >&5
13793 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13794 (exit $ac_status); } && 8806 (exit $ac_status); } &&
13795 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8807 { ac_try='test -z "$ac_cxx_werror_flag"
8808 || test ! -s conftest.err'
13796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13797 (eval $ac_try) 2>&5 8810 (eval $ac_try) 2>&5
13798 ac_status=$? 8811 ac_status=$?
13799 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13800 (exit $ac_status); }; } && 8813 (exit $ac_status); }; } &&
13852 grep -v '^ *+' conftest.er1 >conftest.err 8865 grep -v '^ *+' conftest.er1 >conftest.err
13853 rm -f conftest.er1 8866 rm -f conftest.er1
13854 cat conftest.err >&5 8867 cat conftest.err >&5
13855 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13856 (exit $ac_status); } && 8869 (exit $ac_status); } &&
13857 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8870 { ac_try='test -z "$ac_cxx_werror_flag"
8871 || test ! -s conftest.err'
13858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13859 (eval $ac_try) 2>&5 8873 (eval $ac_try) 2>&5
13860 ac_status=$? 8874 ac_status=$?
13861 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13862 (exit $ac_status); }; } && 8876 (exit $ac_status); }; } &&
13892 grep -v '^ *+' conftest.er1 >conftest.err 8906 grep -v '^ *+' conftest.er1 >conftest.err
13893 rm -f conftest.er1 8907 rm -f conftest.er1
13894 cat conftest.err >&5 8908 cat conftest.err >&5
13895 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13896 (exit $ac_status); } && 8910 (exit $ac_status); } &&
13897 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8911 { ac_try='test -z "$ac_cxx_werror_flag"
8912 || test ! -s conftest.err'
13898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13899 (eval $ac_try) 2>&5 8914 (eval $ac_try) 2>&5
13900 ac_status=$? 8915 ac_status=$?
13901 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13902 (exit $ac_status); }; } && 8917 (exit $ac_status); }; } &&
13948 grep -v '^ *+' conftest.er1 >conftest.err 8963 grep -v '^ *+' conftest.er1 >conftest.err
13949 rm -f conftest.er1 8964 rm -f conftest.er1
13950 cat conftest.err >&5 8965 cat conftest.err >&5
13951 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13952 (exit $ac_status); } && 8967 (exit $ac_status); } &&
13953 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 8968 { ac_try='test -z "$ac_cxx_werror_flag"
8969 || test ! -s conftest.err'
13954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13955 (eval $ac_try) 2>&5 8971 (eval $ac_try) 2>&5
13956 ac_status=$? 8972 ac_status=$?
13957 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13958 (exit $ac_status); }; } && 8974 (exit $ac_status); }; } &&
13988 grep -v '^ *+' conftest.er1 >conftest.err 9004 grep -v '^ *+' conftest.er1 >conftest.err
13989 rm -f conftest.er1 9005 rm -f conftest.er1
13990 cat conftest.err >&5 9006 cat conftest.err >&5
13991 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13992 (exit $ac_status); } && 9008 (exit $ac_status); } &&
13993 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9009 { ac_try='test -z "$ac_cxx_werror_flag"
9010 || test ! -s conftest.err'
13994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13995 (eval $ac_try) 2>&5 9012 (eval $ac_try) 2>&5
13996 ac_status=$? 9013 ac_status=$?
13997 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13998 (exit $ac_status); }; } && 9015 (exit $ac_status); }; } &&
14052 grep -v '^ *+' conftest.er1 >conftest.err 9069 grep -v '^ *+' conftest.er1 >conftest.err
14053 rm -f conftest.er1 9070 rm -f conftest.er1
14054 cat conftest.err >&5 9071 cat conftest.err >&5
14055 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14056 (exit $ac_status); } && 9073 (exit $ac_status); } &&
14057 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9074 { ac_try='test -z "$ac_cxx_werror_flag"
9075 || test ! -s conftest.err'
14058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14059 (eval $ac_try) 2>&5 9077 (eval $ac_try) 2>&5
14060 ac_status=$? 9078 ac_status=$?
14061 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14062 (exit $ac_status); }; } && 9080 (exit $ac_status); }; } &&
14083See \`config.log' for more details." >&2;} 9101See \`config.log' for more details." >&2;}
14084 { (exit 1); exit 1; }; } ;; 9102 { (exit 1); exit 1; }; } ;;
14085esac 9103esac
14086else 9104else
14087 if test "$cross_compiling" = yes; then 9105 if test "$cross_compiling" = yes; then
14088 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 9106 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14089echo "$as_me: error: internal error: not reached in cross-compile" >&2;} 9107See \`config.log' for more details." >&5
9108echo "$as_me: error: cannot run test program while cross compiling
9109See \`config.log' for more details." >&2;}
14090 { (exit 1); exit 1; }; } 9110 { (exit 1); exit 1; }; }
14091else 9111else
14092 cat >conftest.$ac_ext <<_ACEOF 9112 cat >conftest.$ac_ext <<_ACEOF
14093/* confdefs.h. */ 9113/* confdefs.h. */
14094_ACEOF 9114_ACEOF
14195 grep -v '^ *+' conftest.er1 >conftest.err 9215 grep -v '^ *+' conftest.er1 >conftest.err
14196 rm -f conftest.er1 9216 rm -f conftest.er1
14197 cat conftest.err >&5 9217 cat conftest.err >&5
14198 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14199 (exit $ac_status); } && 9219 (exit $ac_status); } &&
14200 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9220 { ac_try='test -z "$ac_cxx_werror_flag"
9221 || test ! -s conftest.err'
14201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14202 (eval $ac_try) 2>&5 9223 (eval $ac_try) 2>&5
14203 ac_status=$? 9224 ac_status=$?
14204 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14205 (exit $ac_status); }; } && 9226 (exit $ac_status); }; } &&
14212 rxvt_cv_int16_t=yes 9233 rxvt_cv_int16_t=yes
14213else 9234else
14214 echo "$as_me: failed program was:" >&5 9235 echo "$as_me: failed program was:" >&5
14215sed 's/^/| /' conftest.$ac_ext >&5 9236sed 's/^/| /' conftest.$ac_ext >&5
14216 9237
14217if test $ac_cv_sizeof_char -ge 2; then 9238if test "$ac_cv_sizeof_char" -ge 2; then
14218 rxvt_cv_int16_t=" char" 9239 rxvt_cv_int16_t=" char"
14219else 9240else
14220 if test $ac_cv_sizeof_short -ge 2; then 9241 if test "$ac_cv_sizeof_short" -ge 2; then
14221 rxvt_cv_int16_t=" short" 9242 rxvt_cv_int16_t=" short"
14222 else 9243 else
14223 if test $ac_cv_sizeof_int -ge 2; then 9244 if test "$ac_cv_sizeof_int" -ge 2; then
14224 rxvt_cv_int16_t=" int" 9245 rxvt_cv_int16_t=" int"
14225 else 9246 else
14226 if test $ac_cv_sizeof_long -ge 2; then 9247 if test "$ac_cv_sizeof_long" -ge 2; then
14227 rxvt_cv_int16_t=" long" 9248 rxvt_cv_int16_t=" long"
14228 else 9249 else
14229 if test $ac_cv_sizeof_long_long -ge 2; then 9250 if test "$ac_cv_sizeof_long_long" -ge 2; then
14230 rxvt_cv_int16_t=" long long" 9251 rxvt_cv_int16_t=" long long"
14231 else 9252 else
14232 rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default 9253 rxvt_cv_int16_t=" short" # we _must_ have a (possibly wrong) default
14233 fi 9254 fi
14234 fi 9255 fi
14277 grep -v '^ *+' conftest.er1 >conftest.err 9298 grep -v '^ *+' conftest.er1 >conftest.err
14278 rm -f conftest.er1 9299 rm -f conftest.er1
14279 cat conftest.err >&5 9300 cat conftest.err >&5
14280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14281 (exit $ac_status); } && 9302 (exit $ac_status); } &&
14282 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9303 { ac_try='test -z "$ac_cxx_werror_flag"
9304 || test ! -s conftest.err'
14283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14284 (eval $ac_try) 2>&5 9306 (eval $ac_try) 2>&5
14285 ac_status=$? 9307 ac_status=$?
14286 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14287 (exit $ac_status); }; } && 9309 (exit $ac_status); }; } &&
14294 rxvt_cv_uint16_t=yes 9316 rxvt_cv_uint16_t=yes
14295else 9317else
14296 echo "$as_me: failed program was:" >&5 9318 echo "$as_me: failed program was:" >&5
14297sed 's/^/| /' conftest.$ac_ext >&5 9319sed 's/^/| /' conftest.$ac_ext >&5
14298 9320
14299if test $ac_cv_sizeof_char -ge 2; then 9321if test "$ac_cv_sizeof_char" -ge 2; then
14300 rxvt_cv_uint16_t="unsigned char" 9322 rxvt_cv_uint16_t="unsigned char"
14301else 9323else
14302 if test $ac_cv_sizeof_short -ge 2; then 9324 if test "$ac_cv_sizeof_short" -ge 2; then
14303 rxvt_cv_uint16_t="unsigned short" 9325 rxvt_cv_uint16_t="unsigned short"
14304 else 9326 else
14305 if test $ac_cv_sizeof_int -ge 2; then 9327 if test "$ac_cv_sizeof_int" -ge 2; then
14306 rxvt_cv_uint16_t="unsigned int" 9328 rxvt_cv_uint16_t="unsigned int"
14307 else 9329 else
14308 if test $ac_cv_sizeof_long -ge 2; then 9330 if test "$ac_cv_sizeof_long" -ge 2; then
14309 rxvt_cv_uint16_t="unsigned long" 9331 rxvt_cv_uint16_t="unsigned long"
14310 else 9332 else
14311 if test $ac_cv_sizeof_long_long -ge 2; then 9333 if test "$ac_cv_sizeof_long_long" -ge 2; then
14312 rxvt_cv_uint16_t="unsigned long long" 9334 rxvt_cv_uint16_t="unsigned long long"
14313 else 9335 else
14314 rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default 9336 rxvt_cv_uint16_t="unsigned short" # we _must_ have a (possibly wrong) default
14315 fi 9337 fi
14316 fi 9338 fi
14359 grep -v '^ *+' conftest.er1 >conftest.err 9381 grep -v '^ *+' conftest.er1 >conftest.err
14360 rm -f conftest.er1 9382 rm -f conftest.er1
14361 cat conftest.err >&5 9383 cat conftest.err >&5
14362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14363 (exit $ac_status); } && 9385 (exit $ac_status); } &&
14364 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9386 { ac_try='test -z "$ac_cxx_werror_flag"
9387 || test ! -s conftest.err'
14365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14366 (eval $ac_try) 2>&5 9389 (eval $ac_try) 2>&5
14367 ac_status=$? 9390 ac_status=$?
14368 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14369 (exit $ac_status); }; } && 9392 (exit $ac_status); }; } &&
14376 rxvt_cv_int32_t=yes 9399 rxvt_cv_int32_t=yes
14377else 9400else
14378 echo "$as_me: failed program was:" >&5 9401 echo "$as_me: failed program was:" >&5
14379sed 's/^/| /' conftest.$ac_ext >&5 9402sed 's/^/| /' conftest.$ac_ext >&5
14380 9403
14381if test $ac_cv_sizeof_char -ge 4; then 9404if test "$ac_cv_sizeof_char" -ge 4; then
14382 rxvt_cv_int32_t=" char" 9405 rxvt_cv_int32_t=" char"
14383else 9406else
14384 if test $ac_cv_sizeof_short -ge 4; then 9407 if test "$ac_cv_sizeof_short" -ge 4; then
14385 rxvt_cv_int32_t=" short" 9408 rxvt_cv_int32_t=" short"
14386 else 9409 else
14387 if test $ac_cv_sizeof_int -ge 4; then 9410 if test "$ac_cv_sizeof_int" -ge 4; then
14388 rxvt_cv_int32_t=" int" 9411 rxvt_cv_int32_t=" int"
14389 else 9412 else
14390 if test $ac_cv_sizeof_long -ge 4; then 9413 if test "$ac_cv_sizeof_long" -ge 4; then
14391 rxvt_cv_int32_t=" long" 9414 rxvt_cv_int32_t=" long"
14392 else 9415 else
14393 if test $ac_cv_sizeof_long_long -ge 4; then 9416 if test "$ac_cv_sizeof_long_long" -ge 4; then
14394 rxvt_cv_int32_t=" long long" 9417 rxvt_cv_int32_t=" long long"
14395 else 9418 else
14396 rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default 9419 rxvt_cv_int32_t=" int" # we _must_ have a (possibly wrong) default
14397 fi 9420 fi
14398 fi 9421 fi
14441 grep -v '^ *+' conftest.er1 >conftest.err 9464 grep -v '^ *+' conftest.er1 >conftest.err
14442 rm -f conftest.er1 9465 rm -f conftest.er1
14443 cat conftest.err >&5 9466 cat conftest.err >&5
14444 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14445 (exit $ac_status); } && 9468 (exit $ac_status); } &&
14446 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9469 { ac_try='test -z "$ac_cxx_werror_flag"
9470 || test ! -s conftest.err'
14447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14448 (eval $ac_try) 2>&5 9472 (eval $ac_try) 2>&5
14449 ac_status=$? 9473 ac_status=$?
14450 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14451 (exit $ac_status); }; } && 9475 (exit $ac_status); }; } &&
14458 rxvt_cv_uint32_t=yes 9482 rxvt_cv_uint32_t=yes
14459else 9483else
14460 echo "$as_me: failed program was:" >&5 9484 echo "$as_me: failed program was:" >&5
14461sed 's/^/| /' conftest.$ac_ext >&5 9485sed 's/^/| /' conftest.$ac_ext >&5
14462 9486
14463if test $ac_cv_sizeof_char -ge 4; then 9487if test "$ac_cv_sizeof_char" -ge 4; then
14464 rxvt_cv_uint32_t="unsigned char" 9488 rxvt_cv_uint32_t="unsigned char"
14465else 9489else
14466 if test $ac_cv_sizeof_short -ge 4; then 9490 if test "$ac_cv_sizeof_short" -ge 4; then
14467 rxvt_cv_uint32_t="unsigned short" 9491 rxvt_cv_uint32_t="unsigned short"
14468 else 9492 else
14469 if test $ac_cv_sizeof_int -ge 4; then 9493 if test "$ac_cv_sizeof_int" -ge 4; then
14470 rxvt_cv_uint32_t="unsigned int" 9494 rxvt_cv_uint32_t="unsigned int"
14471 else 9495 else
14472 if test $ac_cv_sizeof_long -ge 4; then 9496 if test "$ac_cv_sizeof_long" -ge 4; then
14473 rxvt_cv_uint32_t="unsigned long" 9497 rxvt_cv_uint32_t="unsigned long"
14474 else 9498 else
14475 if test $ac_cv_sizeof_long_long -ge 4; then 9499 if test "$ac_cv_sizeof_long_long" -ge 4; then
14476 rxvt_cv_uint32_t="unsigned long long" 9500 rxvt_cv_uint32_t="unsigned long long"
14477 else 9501 else
14478 rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default 9502 rxvt_cv_uint32_t="unsigned int" # we _must_ have a (possibly wrong) default
14479 fi 9503 fi
14480 fi 9504 fi
14494 else 9518 else
14495 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */" 9519 rxvt_uint32_typedef="/* typedef unsigned int uint32_t; */"
14496 fi 9520 fi
14497fi 9521fi
14498 9522
14499if test $ac_cv_sizeof_int_p -eq 8; then 9523if test "$ac_cv_sizeof_int_p" -eq 8; then
14500 rxvt_intp_define="#define intp_t int64_t" 9524 rxvt_intp_define="#define intp_t int64_t"
14501 rxvt_u_intp_define="#define u_intp_t u_int64_t" 9525 rxvt_u_intp_define="#define u_intp_t u_int64_t"
14502else 9526else
14503 if test $ac_cv_sizeof_int_p -eq 4; then 9527 if test "$ac_cv_sizeof_int_p" -eq 4; then
14504 rxvt_intp_define="#define intp_t int32_t" 9528 rxvt_intp_define="#define intp_t int32_t"
14505 rxvt_u_intp_define="#define u_intp_t u_int32_t" 9529 rxvt_u_intp_define="#define u_intp_t u_int32_t"
14506 else 9530 else
14507 if test $ac_cv_sizeof_int_p -eq 2; then 9531 if test "$ac_cv_sizeof_int_p" -eq 2; then
14508 rxvt_intp_define="#define intp_t int16_t" 9532 rxvt_intp_define="#define intp_t int16_t"
14509 rxvt_u_intp_define="#define u_intp_t u_int16_t" 9533 rxvt_u_intp_define="#define u_intp_t u_int16_t"
14510 else 9534 else
14511 rxvt_intp_define="#error set intp_t" 9535 rxvt_intp_define="#error set intp_t"
14512 rxvt_u_intp_define="#error set u_intp_t" 9536 rxvt_u_intp_define="#error set u_intp_t"
14553 grep -v '^ *+' conftest.er1 >conftest.err 9577 grep -v '^ *+' conftest.er1 >conftest.err
14554 rm -f conftest.er1 9578 rm -f conftest.er1
14555 cat conftest.err >&5 9579 cat conftest.err >&5
14556 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14557 (exit $ac_status); } && 9581 (exit $ac_status); } &&
14558 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9582 { ac_try='test -z "$ac_cxx_werror_flag"
9583 || test ! -s conftest.err'
14559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14560 (eval $ac_try) 2>&5 9585 (eval $ac_try) 2>&5
14561 ac_status=$? 9586 ac_status=$?
14562 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14563 (exit $ac_status); }; } && 9588 (exit $ac_status); }; } &&
14583#define RETSIGTYPE $ac_cv_type_signal 9608#define RETSIGTYPE $ac_cv_type_signal
14584_ACEOF 9609_ACEOF
14585 9610
14586 9611
14587 9612
14588case "$host_alias" in
14589 *ultrix) ac_cv_func_setsid='no' ;;
14590 *) break;;
14591esac
14592
14593
14594
14595
14596
14597
14598
14599
14600
14601
14602
14603
14604
14605
14606
14607
14608 9613
14609 9614
14610 9615
14611for ac_func in \ 9616for ac_func in \
14612 atexit \
14613 revoke \
14614 unsetenv \ 9617 unsetenv \
14615 setutent \ 9618 setutent \
14616 seteuid \
14617 setreuid \
14618 setsid \
14619 setpgrp \
14620 setpgid \
14621 openpty \
14622 _getpty \
14623 grantpt \
14624 unlockpt \
14625 isastream \
14626 on_exit \ 9619 on_exit \
14627 nanosleep \
14628 updwtmp \
14629 ttyslot \
14630 9620
14631do 9621do
14632as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9622as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14633echo "$as_me:$LINENO: checking for $ac_func" >&5 9623echo "$as_me:$LINENO: checking for $ac_func" >&5
14634echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9624echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14693 grep -v '^ *+' conftest.er1 >conftest.err 9683 grep -v '^ *+' conftest.er1 >conftest.err
14694 rm -f conftest.er1 9684 rm -f conftest.er1
14695 cat conftest.err >&5 9685 cat conftest.err >&5
14696 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14697 (exit $ac_status); } && 9687 (exit $ac_status); } &&
14698 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 9688 { ac_try='test -z "$ac_cxx_werror_flag"
9689 || test ! -s conftest.err'
14699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14700 (eval $ac_try) 2>&5 9691 (eval $ac_try) 2>&5
14701 ac_status=$? 9692 ac_status=$?
14702 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14703 (exit $ac_status); }; } && 9694 (exit $ac_status); }; } &&
14727fi 9718fi
14728done 9719done
14729 9720
14730 9721
14731 9722
9723support_utmp=yes
9724support_wtmp=yes
9725support_lastlog=yes
9726
9727# Check whether --enable-utmp or --disable-utmp was given.
9728if test "${enable_utmp+set}" = set; then
9729 enableval="$enable_utmp"
9730 if test x$enableval = xyes -o x$enableval = xno; then
9731 support_utmp=$enableval
9732 fi
9733fi;
9734
9735# Check whether --enable-wtmp or --disable-wtmp was given.
9736if test "${enable_wtmp+set}" = set; then
9737 enableval="$enable_wtmp"
9738 if test x$enableval = xyes -o x$enableval = xno; then
9739 support_wtmp=$enableval
9740 fi
9741fi;
9742
9743# Check whether --enable-lastlog or --disable-lastlog was given.
9744if test "${enable_lastlog+set}" = set; then
9745 enableval="$enable_lastlog"
9746 if test x$enableval = xyes -o x$enableval = xno; then
9747 support_lastlog=$enableval
9748 fi
9749fi;
9750
9751if test x$support_utmp = xyes; then
9752
9753cat >>confdefs.h <<\_ACEOF
9754#define UTMP_SUPPORT 1
9755_ACEOF
9756
9757fi
9758if test x$support_wtmp = xyes; then
9759
9760cat >>confdefs.h <<\_ACEOF
9761#define WTMP_SUPPORT 1
9762_ACEOF
9763
9764fi
9765if test x$support_lastlog = xyes; then
9766
9767cat >>confdefs.h <<\_ACEOF
9768#define LASTLOG_SUPPORT 1
9769_ACEOF
9770
9771fi
9772
9773
9774
9775
9776for ac_func in \
9777 ttyslot \
9778 updwtmp \
9779 updwtmpx \
9780
9781do
9782as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9783echo "$as_me:$LINENO: checking for $ac_func" >&5
9784echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9785if eval "test \"\${$as_ac_var+set}\" = set"; then
9786 echo $ECHO_N "(cached) $ECHO_C" >&6
9787else
9788 cat >conftest.$ac_ext <<_ACEOF
9789/* confdefs.h. */
9790_ACEOF
9791cat confdefs.h >>conftest.$ac_ext
9792cat >>conftest.$ac_ext <<_ACEOF
9793/* end confdefs.h. */
9794/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9795 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9796#define $ac_func innocuous_$ac_func
9797
9798/* System header to define __stub macros and hopefully few prototypes,
9799 which can conflict with char $ac_func (); below.
9800 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9801 <limits.h> exists even on freestanding compilers. */
9802
9803#ifdef __STDC__
9804# include <limits.h>
9805#else
9806# include <assert.h>
9807#endif
9808
9809#undef $ac_func
9810
9811/* Override any gcc2 internal prototype to avoid an error. */
9812#ifdef __cplusplus
9813extern "C"
9814{
9815#endif
9816/* We use char because int might match the return type of a gcc2
9817 builtin and then its argument prototype would still apply. */
9818char $ac_func ();
9819/* The GNU C library defines this for functions which it implements
9820 to always fail with ENOSYS. Some functions are actually named
9821 something starting with __ and the normal name is an alias. */
9822#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9823choke me
9824#else
9825char (*f) () = $ac_func;
9826#endif
9827#ifdef __cplusplus
9828}
9829#endif
9830
9831int
9832main ()
9833{
9834return f != $ac_func;
9835 ;
9836 return 0;
9837}
9838_ACEOF
9839rm -f conftest.$ac_objext conftest$ac_exeext
9840if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9841 (eval $ac_link) 2>conftest.er1
9842 ac_status=$?
9843 grep -v '^ *+' conftest.er1 >conftest.err
9844 rm -f conftest.er1
9845 cat conftest.err >&5
9846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9847 (exit $ac_status); } &&
9848 { ac_try='test -z "$ac_cxx_werror_flag"
9849 || test ! -s conftest.err'
9850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9851 (eval $ac_try) 2>&5
9852 ac_status=$?
9853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9854 (exit $ac_status); }; } &&
9855 { ac_try='test -s conftest$ac_exeext'
9856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9857 (eval $ac_try) 2>&5
9858 ac_status=$?
9859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9860 (exit $ac_status); }; }; then
9861 eval "$as_ac_var=yes"
9862else
9863 echo "$as_me: failed program was:" >&5
9864sed 's/^/| /' conftest.$ac_ext >&5
9865
9866eval "$as_ac_var=no"
9867fi
9868rm -f conftest.err conftest.$ac_objext \
9869 conftest$ac_exeext conftest.$ac_ext
9870fi
9871echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9872echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9873if test `eval echo '${'$as_ac_var'}'` = yes; then
9874 cat >>confdefs.h <<_ACEOF
9875#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9876_ACEOF
9877
9878fi
9879done
9880
9881
9882
9883
9884
9885for ac_header in \
9886 utmp.h \
9887 utmpx.h \
9888 lastlog.h \
9889
9890do
9891as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9892if eval "test \"\${$as_ac_Header+set}\" = set"; then
9893 echo "$as_me:$LINENO: checking for $ac_header" >&5
9894echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9895if eval "test \"\${$as_ac_Header+set}\" = set"; then
9896 echo $ECHO_N "(cached) $ECHO_C" >&6
9897fi
9898echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9899echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9900else
9901 # Is the header compilable?
9902echo "$as_me:$LINENO: checking $ac_header usability" >&5
9903echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9904cat >conftest.$ac_ext <<_ACEOF
9905/* confdefs.h. */
9906_ACEOF
9907cat confdefs.h >>conftest.$ac_ext
9908cat >>conftest.$ac_ext <<_ACEOF
9909/* end confdefs.h. */
9910$ac_includes_default
9911#include <$ac_header>
9912_ACEOF
9913rm -f conftest.$ac_objext
9914if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9915 (eval $ac_compile) 2>conftest.er1
9916 ac_status=$?
9917 grep -v '^ *+' conftest.er1 >conftest.err
9918 rm -f conftest.er1
9919 cat conftest.err >&5
9920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9921 (exit $ac_status); } &&
9922 { ac_try='test -z "$ac_cxx_werror_flag"
9923 || test ! -s conftest.err'
9924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9925 (eval $ac_try) 2>&5
9926 ac_status=$?
9927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9928 (exit $ac_status); }; } &&
9929 { ac_try='test -s conftest.$ac_objext'
9930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9931 (eval $ac_try) 2>&5
9932 ac_status=$?
9933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9934 (exit $ac_status); }; }; then
9935 ac_header_compiler=yes
9936else
9937 echo "$as_me: failed program was:" >&5
9938sed 's/^/| /' conftest.$ac_ext >&5
9939
9940ac_header_compiler=no
9941fi
9942rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9943echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9944echo "${ECHO_T}$ac_header_compiler" >&6
9945
9946# Is the header present?
9947echo "$as_me:$LINENO: checking $ac_header presence" >&5
9948echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9949cat >conftest.$ac_ext <<_ACEOF
9950/* confdefs.h. */
9951_ACEOF
9952cat confdefs.h >>conftest.$ac_ext
9953cat >>conftest.$ac_ext <<_ACEOF
9954/* end confdefs.h. */
9955#include <$ac_header>
9956_ACEOF
9957if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9958 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9959 ac_status=$?
9960 grep -v '^ *+' conftest.er1 >conftest.err
9961 rm -f conftest.er1
9962 cat conftest.err >&5
9963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9964 (exit $ac_status); } >/dev/null; then
9965 if test -s conftest.err; then
9966 ac_cpp_err=$ac_cxx_preproc_warn_flag
9967 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9968 else
9969 ac_cpp_err=
9970 fi
9971else
9972 ac_cpp_err=yes
9973fi
9974if test -z "$ac_cpp_err"; then
9975 ac_header_preproc=yes
9976else
9977 echo "$as_me: failed program was:" >&5
9978sed 's/^/| /' conftest.$ac_ext >&5
9979
9980 ac_header_preproc=no
9981fi
9982rm -f conftest.err conftest.$ac_ext
9983echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9984echo "${ECHO_T}$ac_header_preproc" >&6
9985
9986# So? What about this header?
9987case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9988 yes:no: )
9989 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9990echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9991 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9992echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9993 ac_header_preproc=yes
9994 ;;
9995 no:yes:* )
9996 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9997echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9998 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9999echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10000 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10001echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10002 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10003echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10004 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10005echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10006 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10007echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10008 (
10009 cat <<\_ASBOX
10010## ------------------------------------------ ##
10011## Report this to the AC_PACKAGE_NAME lists. ##
10012## ------------------------------------------ ##
10013_ASBOX
10014 ) |
10015 sed "s/^/$as_me: WARNING: /" >&2
10016 ;;
10017esac
10018echo "$as_me:$LINENO: checking for $ac_header" >&5
10019echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10020if eval "test \"\${$as_ac_Header+set}\" = set"; then
10021 echo $ECHO_N "(cached) $ECHO_C" >&6
10022else
10023 eval "$as_ac_Header=\$ac_header_preproc"
10024fi
10025echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10026echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10027
10028fi
10029if test `eval echo '${'$as_ac_Header'}'` = yes; then
10030 cat >>confdefs.h <<_ACEOF
10031#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10032_ACEOF
10033
10034fi
10035
10036done
10037
10038
10039
14732if test "${ac_cv_header_utmp_h+set}" = set; then 10040if test "${ac_cv_header_utmp_h+set}" = set; then
14733 echo "$as_me:$LINENO: checking for utmp.h" >&5 10041 echo "$as_me:$LINENO: checking for utmp.h" >&5
14734echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6 10042echo $ECHO_N "checking for utmp.h... $ECHO_C" >&6
14735if test "${ac_cv_header_utmp_h+set}" = set; then 10043if test "${ac_cv_header_utmp_h+set}" = set; then
14736 echo $ECHO_N "(cached) $ECHO_C" >&6 10044 echo $ECHO_N "(cached) $ECHO_C" >&6
14757 grep -v '^ *+' conftest.er1 >conftest.err 10065 grep -v '^ *+' conftest.er1 >conftest.err
14758 rm -f conftest.er1 10066 rm -f conftest.er1
14759 cat conftest.err >&5 10067 cat conftest.err >&5
14760 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14761 (exit $ac_status); } && 10069 (exit $ac_status); } &&
14762 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10070 { ac_try='test -z "$ac_cxx_werror_flag"
10071 || test ! -s conftest.err'
14763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14764 (eval $ac_try) 2>&5 10073 (eval $ac_try) 2>&5
14765 ac_status=$? 10074 ac_status=$?
14766 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14767 (exit $ac_status); }; } && 10076 (exit $ac_status); }; } &&
14866 10175
14867fi 10176fi
14868if test $ac_cv_header_utmp_h = yes; then 10177if test $ac_cv_header_utmp_h = yes; then
14869 echo "$as_me:$LINENO: checking for struct utmp" >&5 10178 echo "$as_me:$LINENO: checking for struct utmp" >&5
14870echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6 10179echo $ECHO_N "checking for struct utmp... $ECHO_C" >&6
14871if test "${rxvt_cv_struct_utmp+set}" = set; then 10180if test "${struct_utmp+set}" = set; then
14872 echo $ECHO_N "(cached) $ECHO_C" >&6 10181 echo $ECHO_N "(cached) $ECHO_C" >&6
14873else 10182else
14874 cat >conftest.$ac_ext <<_ACEOF 10183 cat >conftest.$ac_ext <<_ACEOF
14875/* confdefs.h. */ 10184/* confdefs.h. */
14876_ACEOF 10185_ACEOF
14877cat confdefs.h >>conftest.$ac_ext 10186cat confdefs.h >>conftest.$ac_ext
14878cat >>conftest.$ac_ext <<_ACEOF 10187cat >>conftest.$ac_ext <<_ACEOF
14879/* end confdefs.h. */ 10188/* end confdefs.h. */
14880#include <sys/types.h> 10189#include <sys/types.h>
14881#include <stdint.h>
14882#include <utmp.h> 10190#include <utmp.h>
14883int 10191int
14884main () 10192main ()
14885{ 10193{
14886struct utmp ut; 10194struct utmp ut;
14895 grep -v '^ *+' conftest.er1 >conftest.err 10203 grep -v '^ *+' conftest.er1 >conftest.err
14896 rm -f conftest.er1 10204 rm -f conftest.er1
14897 cat conftest.err >&5 10205 cat conftest.err >&5
14898 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14899 (exit $ac_status); } && 10207 (exit $ac_status); } &&
14900 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10208 { ac_try='test -z "$ac_cxx_werror_flag"
10209 || test ! -s conftest.err'
14901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14902 (eval $ac_try) 2>&5 10211 (eval $ac_try) 2>&5
14903 ac_status=$? 10212 ac_status=$?
14904 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14905 (exit $ac_status); }; } && 10214 (exit $ac_status); }; } &&
14907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14908 (eval $ac_try) 2>&5 10217 (eval $ac_try) 2>&5
14909 ac_status=$? 10218 ac_status=$?
14910 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14911 (exit $ac_status); }; }; then 10220 (exit $ac_status); }; }; then
14912 rxvt_cv_struct_utmp=yes 10221 struct_utmp=yes
14913else 10222else
14914 echo "$as_me: failed program was:" >&5 10223 echo "$as_me: failed program was:" >&5
14915sed 's/^/| /' conftest.$ac_ext >&5 10224sed 's/^/| /' conftest.$ac_ext >&5
14916 10225
14917rxvt_cv_struct_utmp=no 10226struct_utmp=no
14918fi 10227fi
14919rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10228rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14920fi 10229fi
14921echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp" >&5 10230echo "$as_me:$LINENO: result: $struct_utmp" >&5
14922echo "${ECHO_T}$rxvt_cv_struct_utmp" >&6 10231echo "${ECHO_T}$struct_utmp" >&6
14923if test x$rxvt_cv_struct_utmp = xyes; then 10232if test x$struct_utmp = xyes; then
14924 10233
14925cat >>confdefs.h <<\_ACEOF 10234cat >>confdefs.h <<\_ACEOF
14926#define HAVE_STRUCT_UTMP 1 10235#define HAVE_STRUCT_UTMP 1
14927_ACEOF 10236_ACEOF
14928 10237
14929fi 10238fi
14930 10239
14931 10240
14932echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5 10241echo "$as_me:$LINENO: checking for ut_host in utmp struct" >&5
14933echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6 10242echo $ECHO_N "checking for ut_host in utmp struct... $ECHO_C" >&6
14934if test "${rxvt_cv_struct_utmp_host+set}" = set; then 10243if test "${struct_utmp_host+set}" = set; then
14935 echo $ECHO_N "(cached) $ECHO_C" >&6 10244 echo $ECHO_N "(cached) $ECHO_C" >&6
14936else 10245else
14937 cat >conftest.$ac_ext <<_ACEOF 10246 cat >conftest.$ac_ext <<_ACEOF
14938/* confdefs.h. */ 10247/* confdefs.h. */
14939_ACEOF 10248_ACEOF
14957 grep -v '^ *+' conftest.er1 >conftest.err 10266 grep -v '^ *+' conftest.er1 >conftest.err
14958 rm -f conftest.er1 10267 rm -f conftest.er1
14959 cat conftest.err >&5 10268 cat conftest.err >&5
14960 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14961 (exit $ac_status); } && 10270 (exit $ac_status); } &&
14962 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10271 { ac_try='test -z "$ac_cxx_werror_flag"
10272 || test ! -s conftest.err'
14963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14964 (eval $ac_try) 2>&5 10274 (eval $ac_try) 2>&5
14965 ac_status=$? 10275 ac_status=$?
14966 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14967 (exit $ac_status); }; } && 10277 (exit $ac_status); }; } &&
14969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14970 (eval $ac_try) 2>&5 10280 (eval $ac_try) 2>&5
14971 ac_status=$? 10281 ac_status=$?
14972 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14973 (exit $ac_status); }; }; then 10283 (exit $ac_status); }; }; then
14974 rxvt_cv_struct_utmp_host=yes 10284 struct_utmp_host=yes
14975else 10285else
14976 echo "$as_me: failed program was:" >&5 10286 echo "$as_me: failed program was:" >&5
14977sed 's/^/| /' conftest.$ac_ext >&5 10287sed 's/^/| /' conftest.$ac_ext >&5
14978 10288
14979rxvt_cv_struct_utmp_host=no 10289struct_utmp_host=no
14980fi 10290fi
14981rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10291rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14982fi 10292fi
14983echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_host" >&5 10293echo "$as_me:$LINENO: result: $struct_utmp_host" >&5
14984echo "${ECHO_T}$rxvt_cv_struct_utmp_host" >&6 10294echo "${ECHO_T}$struct_utmp_host" >&6
14985if test x$rxvt_cv_struct_utmp_host = xyes; then 10295if test x$struct_utmp_host = xyes; then
14986 10296
14987cat >>confdefs.h <<\_ACEOF 10297cat >>confdefs.h <<\_ACEOF
14988#define HAVE_UTMP_HOST 1 10298#define HAVE_UTMP_HOST 1
14989_ACEOF 10299_ACEOF
14990 10300
14991fi 10301fi
14992 10302
14993echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5 10303echo "$as_me:$LINENO: checking for ut_pid in utmp struct" >&5
14994echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6 10304echo $ECHO_N "checking for ut_pid in utmp struct... $ECHO_C" >&6
14995if test "${rxvt_cv_struct_utmp_pid+set}" = set; then 10305if test "${struct_utmp_pid+set}" = set; then
14996 echo $ECHO_N "(cached) $ECHO_C" >&6 10306 echo $ECHO_N "(cached) $ECHO_C" >&6
14997else 10307else
14998 cat >conftest.$ac_ext <<_ACEOF 10308 cat >conftest.$ac_ext <<_ACEOF
14999/* confdefs.h. */ 10309/* confdefs.h. */
15000_ACEOF 10310_ACEOF
15018 grep -v '^ *+' conftest.er1 >conftest.err 10328 grep -v '^ *+' conftest.er1 >conftest.err
15019 rm -f conftest.er1 10329 rm -f conftest.er1
15020 cat conftest.err >&5 10330 cat conftest.err >&5
15021 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15022 (exit $ac_status); } && 10332 (exit $ac_status); } &&
15023 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10333 { ac_try='test -z "$ac_cxx_werror_flag"
10334 || test ! -s conftest.err'
15024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15025 (eval $ac_try) 2>&5 10336 (eval $ac_try) 2>&5
15026 ac_status=$? 10337 ac_status=$?
15027 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15028 (exit $ac_status); }; } && 10339 (exit $ac_status); }; } &&
15030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15031 (eval $ac_try) 2>&5 10342 (eval $ac_try) 2>&5
15032 ac_status=$? 10343 ac_status=$?
15033 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15034 (exit $ac_status); }; }; then 10345 (exit $ac_status); }; }; then
15035 rxvt_cv_struct_utmp_pid=yes 10346 struct_utmp_pid=yes
15036else 10347else
15037 echo "$as_me: failed program was:" >&5 10348 echo "$as_me: failed program was:" >&5
15038sed 's/^/| /' conftest.$ac_ext >&5 10349sed 's/^/| /' conftest.$ac_ext >&5
15039 10350
15040rxvt_cv_struct_utmp_pid=no 10351struct_utmp_pid=no
15041fi 10352fi
15042rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10353rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15043fi 10354fi
15044echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmp_pid" >&5 10355echo "$as_me:$LINENO: result: $struct_utmp_pid" >&5
15045echo "${ECHO_T}$rxvt_cv_struct_utmp_pid" >&6 10356echo "${ECHO_T}$struct_utmp_pid" >&6
15046if test x$rxvt_cv_struct_utmp_pid = xyes; then 10357if test x$struct_utmp_pid = xyes; then
15047 10358
15048cat >>confdefs.h <<\_ACEOF 10359cat >>confdefs.h <<\_ACEOF
15049#define HAVE_UTMP_PID 1 10360#define HAVE_UTMP_PID 1
15050_ACEOF 10361_ACEOF
15051 10362
15083 grep -v '^ *+' conftest.er1 >conftest.err 10394 grep -v '^ *+' conftest.er1 >conftest.err
15084 rm -f conftest.er1 10395 rm -f conftest.er1
15085 cat conftest.err >&5 10396 cat conftest.err >&5
15086 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15087 (exit $ac_status); } && 10398 (exit $ac_status); } &&
15088 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10399 { ac_try='test -z "$ac_cxx_werror_flag"
10400 || test ! -s conftest.err'
15089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15090 (eval $ac_try) 2>&5 10402 (eval $ac_try) 2>&5
15091 ac_status=$? 10403 ac_status=$?
15092 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15093 (exit $ac_status); }; } && 10405 (exit $ac_status); }; } &&
15192 10504
15193fi 10505fi
15194if test $ac_cv_header_utmpx_h = yes; then 10506if test $ac_cv_header_utmpx_h = yes; then
15195 echo "$as_me:$LINENO: checking for struct utmpx" >&5 10507 echo "$as_me:$LINENO: checking for struct utmpx" >&5
15196echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6 10508echo $ECHO_N "checking for struct utmpx... $ECHO_C" >&6
15197if test "${rxvt_cv_struct_utmpx+set}" = set; then 10509if test "${struct_utmpx+set}" = set; then
15198 echo $ECHO_N "(cached) $ECHO_C" >&6 10510 echo $ECHO_N "(cached) $ECHO_C" >&6
15199else 10511else
15200 cat >conftest.$ac_ext <<_ACEOF 10512 cat >conftest.$ac_ext <<_ACEOF
15201/* confdefs.h. */ 10513/* confdefs.h. */
15202_ACEOF 10514_ACEOF
15220 grep -v '^ *+' conftest.er1 >conftest.err 10532 grep -v '^ *+' conftest.er1 >conftest.err
15221 rm -f conftest.er1 10533 rm -f conftest.er1
15222 cat conftest.err >&5 10534 cat conftest.err >&5
15223 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15224 (exit $ac_status); } && 10536 (exit $ac_status); } &&
15225 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10537 { ac_try='test -z "$ac_cxx_werror_flag"
10538 || test ! -s conftest.err'
15226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15227 (eval $ac_try) 2>&5 10540 (eval $ac_try) 2>&5
15228 ac_status=$? 10541 ac_status=$?
15229 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15230 (exit $ac_status); }; } && 10543 (exit $ac_status); }; } &&
15232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15233 (eval $ac_try) 2>&5 10546 (eval $ac_try) 2>&5
15234 ac_status=$? 10547 ac_status=$?
15235 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15236 (exit $ac_status); }; }; then 10549 (exit $ac_status); }; }; then
15237 rxvt_cv_struct_utmpx=yes 10550 struct_utmpx=yes
15238else 10551else
15239 echo "$as_me: failed program was:" >&5 10552 echo "$as_me: failed program was:" >&5
15240sed 's/^/| /' conftest.$ac_ext >&5 10553sed 's/^/| /' conftest.$ac_ext >&5
15241 10554
15242rxvt_cv_struct_utmpx=no 10555struct_utmpx=no
15243fi 10556fi
15244rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10557rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15245fi 10558fi
15246echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx" >&5 10559echo "$as_me:$LINENO: result: $struct_utmpx" >&5
15247echo "${ECHO_T}$rxvt_cv_struct_utmpx" >&6 10560echo "${ECHO_T}$struct_utmpx" >&6
15248if test x$rxvt_cv_struct_utmpx = xyes; then 10561if test x$struct_utmpx = xyes; then
15249 10562
15250cat >>confdefs.h <<\_ACEOF 10563cat >>confdefs.h <<\_ACEOF
15251#define HAVE_STRUCT_UTMPX 1 10564#define HAVE_STRUCT_UTMPX 1
15252_ACEOF 10565_ACEOF
15253 10566
15254fi 10567fi
15255 10568
15256 10569
15257echo "$as_me:$LINENO: checking for host in utmpx struct" >&5 10570echo "$as_me:$LINENO: checking for host in utmpx struct" >&5
15258echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6 10571echo $ECHO_N "checking for host in utmpx struct... $ECHO_C" >&6
15259if test "${rxvt_cv_struct_utmpx_host+set}" = set; then 10572if test "${struct_utmpx_host+set}" = set; then
15260 echo $ECHO_N "(cached) $ECHO_C" >&6 10573 echo $ECHO_N "(cached) $ECHO_C" >&6
15261else 10574else
15262 cat >conftest.$ac_ext <<_ACEOF 10575 cat >conftest.$ac_ext <<_ACEOF
15263/* confdefs.h. */ 10576/* confdefs.h. */
15264_ACEOF 10577_ACEOF
15282 grep -v '^ *+' conftest.er1 >conftest.err 10595 grep -v '^ *+' conftest.er1 >conftest.err
15283 rm -f conftest.er1 10596 rm -f conftest.er1
15284 cat conftest.err >&5 10597 cat conftest.err >&5
15285 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15286 (exit $ac_status); } && 10599 (exit $ac_status); } &&
15287 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10600 { ac_try='test -z "$ac_cxx_werror_flag"
10601 || test ! -s conftest.err'
15288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15289 (eval $ac_try) 2>&5 10603 (eval $ac_try) 2>&5
15290 ac_status=$? 10604 ac_status=$?
15291 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15292 (exit $ac_status); }; } && 10606 (exit $ac_status); }; } &&
15294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15295 (eval $ac_try) 2>&5 10609 (eval $ac_try) 2>&5
15296 ac_status=$? 10610 ac_status=$?
15297 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15298 (exit $ac_status); }; }; then 10612 (exit $ac_status); }; }; then
15299 rxvt_cv_struct_utmpx_host=yes 10613 struct_utmpx_host=yes
15300else 10614else
15301 echo "$as_me: failed program was:" >&5 10615 echo "$as_me: failed program was:" >&5
15302sed 's/^/| /' conftest.$ac_ext >&5 10616sed 's/^/| /' conftest.$ac_ext >&5
15303 10617
15304rxvt_cv_struct_utmpx_host=no 10618struct_utmpx_host=no
15305fi 10619fi
15306rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10620rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15307fi 10621fi
15308echo "$as_me:$LINENO: result: $rxvt_cv_struct_utmpx_host" >&5 10622echo "$as_me:$LINENO: result: $struct_utmpx_host" >&5
15309echo "${ECHO_T}$rxvt_cv_struct_utmpx_host" >&6 10623echo "${ECHO_T}$struct_utmpx_host" >&6
15310if test x$rxvt_cv_struct_utmpx_host = xyes; then 10624if test x$struct_utmpx_host = xyes; then
15311 10625
15312cat >>confdefs.h <<\_ACEOF 10626cat >>confdefs.h <<\_ACEOF
15313#define HAVE_UTMPX_HOST 1 10627#define HAVE_UTMPX_HOST 1
15314_ACEOF 10628_ACEOF
15315 10629
15316fi 10630fi
15317 10631
15318fi 10632echo "$as_me:$LINENO: checking for session in utmpx struct" >&5
10633echo $ECHO_N "checking for session in utmpx struct... $ECHO_C" >&6
10634if test "${struct_utmpx_session+set}" = set; then
10635 echo $ECHO_N "(cached) $ECHO_C" >&6
10636else
10637 cat >conftest.$ac_ext <<_ACEOF
10638/* confdefs.h. */
10639_ACEOF
10640cat confdefs.h >>conftest.$ac_ext
10641cat >>conftest.$ac_ext <<_ACEOF
10642/* end confdefs.h. */
10643#include <sys/types.h>
10644#include <utmpx.h>
10645int
10646main ()
10647{
10648struct utmpx utx; utx.ut_session;
10649 ;
10650 return 0;
10651}
10652_ACEOF
10653rm -f conftest.$ac_objext
10654if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10655 (eval $ac_compile) 2>conftest.er1
10656 ac_status=$?
10657 grep -v '^ *+' conftest.er1 >conftest.err
10658 rm -f conftest.er1
10659 cat conftest.err >&5
10660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10661 (exit $ac_status); } &&
10662 { ac_try='test -z "$ac_cxx_werror_flag"
10663 || test ! -s conftest.err'
10664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10665 (eval $ac_try) 2>&5
10666 ac_status=$?
10667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10668 (exit $ac_status); }; } &&
10669 { ac_try='test -s conftest.$ac_objext'
10670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10671 (eval $ac_try) 2>&5
10672 ac_status=$?
10673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10674 (exit $ac_status); }; }; then
10675 struct_utmpx_session=yes
10676else
10677 echo "$as_me: failed program was:" >&5
10678sed 's/^/| /' conftest.$ac_ext >&5
15319 10679
10680struct_utmpx_session=no
10681fi
10682rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10683fi
10684echo "$as_me:$LINENO: result: $struct_utmpx_session" >&5
10685echo "${ECHO_T}$struct_utmpx_session" >&6
10686if test x$struct_utmpx_session = xyes; then
10687
10688cat >>confdefs.h <<\_ACEOF
10689#define HAVE_UTMPX_SESSION 1
10690_ACEOF
10691
10692fi
10693
10694fi
15320 10695
15321 10696
15322echo "$as_me:$LINENO: checking for struct lastlog" >&5 10697echo "$as_me:$LINENO: checking for struct lastlog" >&5
15323echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6 10698echo $ECHO_N "checking for struct lastlog... $ECHO_C" >&6
15324if test "${rxvt_cv_struct_lastlog+set}" = set; then 10699if test "${struct_lastlog+set}" = set; then
15325 echo $ECHO_N "(cached) $ECHO_C" >&6 10700 echo $ECHO_N "(cached) $ECHO_C" >&6
15326else 10701else
15327 cat >conftest.$ac_ext <<_ACEOF 10702 cat >conftest.$ac_ext <<_ACEOF
15328/* confdefs.h. */ 10703/* confdefs.h. */
15329_ACEOF 10704_ACEOF
15351 grep -v '^ *+' conftest.er1 >conftest.err 10726 grep -v '^ *+' conftest.er1 >conftest.err
15352 rm -f conftest.er1 10727 rm -f conftest.er1
15353 cat conftest.err >&5 10728 cat conftest.err >&5
15354 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15355 (exit $ac_status); } && 10730 (exit $ac_status); } &&
15356 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10731 { ac_try='test -z "$ac_cxx_werror_flag"
10732 || test ! -s conftest.err'
15357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15358 (eval $ac_try) 2>&5 10734 (eval $ac_try) 2>&5
15359 ac_status=$? 10735 ac_status=$?
15360 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15361 (exit $ac_status); }; } && 10737 (exit $ac_status); }; } &&
15363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15364 (eval $ac_try) 2>&5 10740 (eval $ac_try) 2>&5
15365 ac_status=$? 10741 ac_status=$?
15366 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15367 (exit $ac_status); }; }; then 10743 (exit $ac_status); }; }; then
15368 rxvt_cv_struct_lastlog=yes 10744 struct_lastlog=yes
15369else 10745else
15370 echo "$as_me: failed program was:" >&5 10746 echo "$as_me: failed program was:" >&5
15371sed 's/^/| /' conftest.$ac_ext >&5 10747sed 's/^/| /' conftest.$ac_ext >&5
15372 10748
15373rxvt_cv_struct_lastlog=no 10749struct_lastlog=no
15374fi 10750fi
15375rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10751rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15376fi 10752fi
15377echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlog" >&5 10753echo "$as_me:$LINENO: result: $struct_lastlog" >&5
15378echo "${ECHO_T}$rxvt_cv_struct_lastlog" >&6 10754echo "${ECHO_T}$struct_lastlog" >&6
15379if test x$rxvt_cv_struct_lastlog = xyes; then 10755if test x$struct_lastlog = xyes; then
15380 10756
15381cat >>confdefs.h <<\_ACEOF 10757cat >>confdefs.h <<\_ACEOF
15382#define HAVE_STRUCT_LASTLOG 1 10758#define HAVE_STRUCT_LASTLOG 1
15383_ACEOF 10759_ACEOF
15384 10760
15385fi 10761fi
15386 10762
15387echo "$as_me:$LINENO: checking for struct lastlogx" >&5 10763echo "$as_me:$LINENO: checking for struct lastlogx" >&5
15388echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6 10764echo $ECHO_N "checking for struct lastlogx... $ECHO_C" >&6
15389if test "${rxvt_cv_struct_lastlogx+set}" = set; then 10765if test "${struct_lastlogx+set}" = set; then
15390 echo $ECHO_N "(cached) $ECHO_C" >&6 10766 echo $ECHO_N "(cached) $ECHO_C" >&6
15391else 10767else
15392 cat >conftest.$ac_ext <<_ACEOF 10768 cat >conftest.$ac_ext <<_ACEOF
15393/* confdefs.h. */ 10769/* confdefs.h. */
15394_ACEOF 10770_ACEOF
15416 grep -v '^ *+' conftest.er1 >conftest.err 10792 grep -v '^ *+' conftest.er1 >conftest.err
15417 rm -f conftest.er1 10793 rm -f conftest.er1
15418 cat conftest.err >&5 10794 cat conftest.err >&5
15419 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15420 (exit $ac_status); } && 10796 (exit $ac_status); } &&
15421 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10797 { ac_try='test -z "$ac_cxx_werror_flag"
10798 || test ! -s conftest.err'
15422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15423 (eval $ac_try) 2>&5 10800 (eval $ac_try) 2>&5
15424 ac_status=$? 10801 ac_status=$?
15425 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15426 (exit $ac_status); }; } && 10803 (exit $ac_status); }; } &&
15428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15429 (eval $ac_try) 2>&5 10806 (eval $ac_try) 2>&5
15430 ac_status=$? 10807 ac_status=$?
15431 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15432 (exit $ac_status); }; }; then 10809 (exit $ac_status); }; }; then
15433 rxvt_cv_struct_lastlogx=yes 10810 struct_lastlogx=yes
15434else 10811else
15435 echo "$as_me: failed program was:" >&5 10812 echo "$as_me: failed program was:" >&5
15436sed 's/^/| /' conftest.$ac_ext >&5 10813sed 's/^/| /' conftest.$ac_ext >&5
15437 10814
15438rxvt_cv_struct_lastlogx=no 10815struct_lastlogx=no
15439fi 10816fi
15440rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10817rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15441fi 10818fi
15442echo "$as_me:$LINENO: result: $rxvt_cv_struct_lastlogx" >&5 10819echo "$as_me:$LINENO: result: $struct_lastlogx" >&5
15443echo "${ECHO_T}$rxvt_cv_struct_lastlogx" >&6 10820echo "${ECHO_T}$struct_lastlogx" >&6
15444if test x$rxvt_cv_struct_lastlogx = xyes; then 10821if test x$struct_lastlogx = xyes; then
15445 10822
15446cat >>confdefs.h <<\_ACEOF 10823cat >>confdefs.h <<\_ACEOF
15447#define HAVE_STRUCT_LASTLOGX 1 10824#define HAVE_STRUCT_LASTLOGX 1
15448_ACEOF 10825_ACEOF
15449 10826
15450fi 10827fi
15451 10828
15452 10829
15453echo "$as_me:$LINENO: checking where utmp is located" >&5 10830echo "$as_me:$LINENO: checking where utmp is located" >&5
15454echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6 10831echo $ECHO_N "checking where utmp is located... $ECHO_C" >&6
15455if test "${rxvt_cv_path_utmp+set}" = set; then 10832if test "${path_utmp+set}" = set; then
15456 echo $ECHO_N "(cached) $ECHO_C" >&6 10833 echo $ECHO_N "(cached) $ECHO_C" >&6
15457else 10834else
15458 if test "$cross_compiling" = yes; then 10835 if test "$cross_compiling" = yes; then
15459 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&5 10836 { echo "$as_me:$LINENO: WARNING: Define UTMP_FILE in config.h manually" >&5
15460echo "$as_me: WARNING: Define RXVT_UTMP_FILE in config.h manually" >&2;} 10837echo "$as_me: WARNING: Define UTMP_FILE in config.h manually" >&2;}
15461else 10838else
15462 cat >conftest.$ac_ext <<_ACEOF 10839 cat >conftest.$ac_ext <<_ACEOF
15463/* confdefs.h. */ 10840/* confdefs.h. */
15464_ACEOF 10841_ACEOF
15465cat confdefs.h >>conftest.$ac_ext 10842cat confdefs.h >>conftest.$ac_ext
15466cat >>conftest.$ac_ext <<_ACEOF 10843cat >>conftest.$ac_ext <<_ACEOF
15467/* end confdefs.h. */ 10844/* end confdefs.h. */
15468#include <stdio.h> 10845#include <stdio.h>
10846#include <stdlib.h>
15469#include <sys/types.h> 10847#include <sys/types.h>
15470#include <utmp.h> 10848#include <utmp.h>
15471#include <errno.h> 10849#include <errno.h>
15472main() 10850main()
15473{ 10851{
15501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15502 (eval $ac_try) 2>&5 10880 (eval $ac_try) 2>&5
15503 ac_status=$? 10881 ac_status=$?
15504 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15505 (exit $ac_status); }; }; then 10883 (exit $ac_status); }; }; then
15506 rxvt_cv_path_utmp=`cat conftestval` 10884 path_utmp=`cat conftestval`
15507else 10885else
15508 echo "$as_me: program exited with status $ac_status" >&5 10886 echo "$as_me: program exited with status $ac_status" >&5
15509echo "$as_me: failed program was:" >&5 10887echo "$as_me: failed program was:" >&5
15510sed 's/^/| /' conftest.$ac_ext >&5 10888sed 's/^/| /' conftest.$ac_ext >&5
15511 10889
15512( exit $ac_status ) 10890( exit $ac_status )
15513rxvt_cv_path_utmp= 10891path_utmp=
15514fi 10892fi
15515rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 10893rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15516fi 10894fi
15517fi 10895fi
15518echo "$as_me:$LINENO: result: $rxvt_cv_path_utmp" >&5 10896echo "$as_me:$LINENO: result: $path_utmp" >&5
15519echo "${ECHO_T}$rxvt_cv_path_utmp" >&6 10897echo "${ECHO_T}$path_utmp" >&6
15520if test x$rxvt_cv_path_utmp != x; then 10898if test x$path_utmp != x; then
15521 10899
15522cat >>confdefs.h <<_ACEOF 10900cat >>confdefs.h <<_ACEOF
15523#define RXVT_UTMP_FILE "$rxvt_cv_path_utmp" 10901#define UTMP_FILE "$path_utmp"
15524_ACEOF 10902_ACEOF
15525 10903
15526fi 10904fi
15527 10905
15528 10906
15529echo "$as_me:$LINENO: checking where utmpx is located" >&5 10907echo "$as_me:$LINENO: checking where utmpx is located" >&5
15530echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6 10908echo $ECHO_N "checking where utmpx is located... $ECHO_C" >&6
15531if test "${rxvt_cv_path_utmpx+set}" = set; then 10909if test "${path_utmpx+set}" = set; then
15532 echo $ECHO_N "(cached) $ECHO_C" >&6 10910 echo $ECHO_N "(cached) $ECHO_C" >&6
15533else 10911else
15534 if test "$cross_compiling" = yes; then 10912 if test "$cross_compiling" = yes; then
15535 { echo "$as_me:$LINENO: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&5 10913 { echo "$as_me:$LINENO: WARNING: Define UTMPX_FILE in config.h manually" >&5
15536echo "$as_me: WARNING: Define RXVT_UTMPX_FILE in config.h manually" >&2;} 10914echo "$as_me: WARNING: Define UTMPX_FILE in config.h manually" >&2;}
15537else 10915else
15538 cat >conftest.$ac_ext <<_ACEOF 10916 cat >conftest.$ac_ext <<_ACEOF
15539/* confdefs.h. */ 10917/* confdefs.h. */
15540_ACEOF 10918_ACEOF
15541cat confdefs.h >>conftest.$ac_ext 10919cat confdefs.h >>conftest.$ac_ext
15542cat >>conftest.$ac_ext <<_ACEOF 10920cat >>conftest.$ac_ext <<_ACEOF
15543/* end confdefs.h. */ 10921/* end confdefs.h. */
15544#include <stdio.h> 10922#include <stdio.h>
10923#include <stdlib.h>
15545#include <sys/types.h> 10924#include <sys/types.h>
15546#include <utmpx.h> 10925#include <utmpx.h>
15547#include <errno.h> 10926#include <errno.h>
15548#include <sys/stat.h> 10927#include <sys/stat.h>
15549#ifdef HAVE_STRING_H 10928#ifdef HAVE_STRING_H
15587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15588 (eval $ac_try) 2>&5 10967 (eval $ac_try) 2>&5
15589 ac_status=$? 10968 ac_status=$?
15590 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15591 (exit $ac_status); }; }; then 10970 (exit $ac_status); }; }; then
15592 rxvt_cv_path_utmpx=`cat conftestval` 10971 path_utmpx=`cat conftestval`
15593else 10972else
15594 echo "$as_me: program exited with status $ac_status" >&5 10973 echo "$as_me: program exited with status $ac_status" >&5
15595echo "$as_me: failed program was:" >&5 10974echo "$as_me: failed program was:" >&5
15596sed 's/^/| /' conftest.$ac_ext >&5 10975sed 's/^/| /' conftest.$ac_ext >&5
15597 10976
15598( exit $ac_status ) 10977( exit $ac_status )
15599rxvt_cv_path_utmpx= 10978path_utmpx=
15600fi 10979fi
15601rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 10980rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15602fi 10981fi
15603fi 10982fi
15604echo "$as_me:$LINENO: result: $rxvt_cv_path_utmpx" >&5 10983echo "$as_me:$LINENO: result: $path_utmpx" >&5
15605echo "${ECHO_T}$rxvt_cv_path_utmpx" >&6 10984echo "${ECHO_T}$path_utmpx" >&6
15606if test x$rxvt_cv_path_utmpx != x; then 10985if test x$path_utmpx != x; then
15607 10986
15608cat >>confdefs.h <<_ACEOF 10987cat >>confdefs.h <<_ACEOF
15609#define RXVT_UTMPX_FILE "$rxvt_cv_path_utmpx" 10988#define UTMPX_FILE "$path_utmpx"
15610_ACEOF 10989_ACEOF
15611 10990
15612fi 10991fi
15613 10992
15614 10993
15615echo "$as_me:$LINENO: checking where wtmp is located" >&5 10994echo "$as_me:$LINENO: checking where wtmp is located" >&5
15616echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6 10995echo $ECHO_N "checking where wtmp is located... $ECHO_C" >&6
15617if test "${rxvt_cv_path_wtmp+set}" = set; then 10996if test "${path_wtmp+set}" = set; then
15618 echo $ECHO_N "(cached) $ECHO_C" >&6 10997 echo $ECHO_N "(cached) $ECHO_C" >&6
15619else 10998else
15620 if test "$cross_compiling" = yes; then 10999 if test "$cross_compiling" = yes; then
15621 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&5 11000 { echo "$as_me:$LINENO: WARNING: Define WTMP_FILE in config.h manually" >&5
15622echo "$as_me: WARNING: Define RXVT_WTMP_FILE in config.h manually" >&2;} 11001echo "$as_me: WARNING: Define WTMP_FILE in config.h manually" >&2;}
15623else 11002else
15624 cat >conftest.$ac_ext <<_ACEOF 11003 cat >conftest.$ac_ext <<_ACEOF
15625/* confdefs.h. */ 11004/* confdefs.h. */
15626_ACEOF 11005_ACEOF
15627cat confdefs.h >>conftest.$ac_ext 11006cat confdefs.h >>conftest.$ac_ext
15628cat >>conftest.$ac_ext <<_ACEOF 11007cat >>conftest.$ac_ext <<_ACEOF
15629/* end confdefs.h. */ 11008/* end confdefs.h. */
15630#include <stdio.h> 11009#include <stdio.h>
11010#include <stdlib.h>
15631#include <sys/types.h> 11011#include <sys/types.h>
15632#ifdef HAVE_UTMP_H 11012#ifdef HAVE_UTMP_H
15633#include <utmp.h> 11013#include <utmp.h>
15634#endif 11014#endif
15635#include <errno.h> 11015#include <errno.h>
15665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15666 (eval $ac_try) 2>&5 11046 (eval $ac_try) 2>&5
15667 ac_status=$? 11047 ac_status=$?
15668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15669 (exit $ac_status); }; }; then 11049 (exit $ac_status); }; }; then
15670 rxvt_cv_path_wtmp=`cat conftestval` 11050 path_wtmp=`cat conftestval`
15671else 11051else
15672 echo "$as_me: program exited with status $ac_status" >&5 11052 echo "$as_me: program exited with status $ac_status" >&5
15673echo "$as_me: failed program was:" >&5 11053echo "$as_me: failed program was:" >&5
15674sed 's/^/| /' conftest.$ac_ext >&5 11054sed 's/^/| /' conftest.$ac_ext >&5
15675 11055
15676( exit $ac_status ) 11056( exit $ac_status )
15677rxvt_cv_path_wtmp= 11057path_wtmp=
15678fi 11058fi
15679rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11059rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15680fi 11060fi
15681fi 11061fi
15682echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmp" >&5 11062echo "$as_me:$LINENO: result: $path_wtmp" >&5
15683echo "${ECHO_T}$rxvt_cv_path_wtmp" >&6 11063echo "${ECHO_T}$path_wtmp" >&6
15684if test x$rxvt_cv_path_wtmp != x; then 11064if test x$path_wtmp != x; then
15685 11065
15686cat >>confdefs.h <<_ACEOF 11066cat >>confdefs.h <<_ACEOF
15687#define RXVT_WTMP_FILE "$rxvt_cv_path_wtmp" 11067#define WTMP_FILE "$path_wtmp"
15688_ACEOF 11068_ACEOF
15689 11069
15690fi 11070fi
15691 11071
15692echo "$as_me:$LINENO: checking where wtmpx is located" >&5 11072echo "$as_me:$LINENO: checking where wtmpx is located" >&5
15693echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6 11073echo $ECHO_N "checking where wtmpx is located... $ECHO_C" >&6
15694if test "${rxvt_cv_path_wtmpx+set}" = set; then 11074if test "${path_wtmpx+set}" = set; then
15695 echo $ECHO_N "(cached) $ECHO_C" >&6 11075 echo $ECHO_N "(cached) $ECHO_C" >&6
15696else 11076else
15697 if test "$cross_compiling" = yes; then 11077 if test "$cross_compiling" = yes; then
15698 { echo "$as_me:$LINENO: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&5 11078 { echo "$as_me:$LINENO: WARNING: Define WTMPX_FILE in config.h manually" >&5
15699echo "$as_me: WARNING: Define RXVT_WTMPX_FILE in config.h manually" >&2;} 11079echo "$as_me: WARNING: Define WTMPX_FILE in config.h manually" >&2;}
15700else 11080else
15701 cat >conftest.$ac_ext <<_ACEOF 11081 cat >conftest.$ac_ext <<_ACEOF
15702/* confdefs.h. */ 11082/* confdefs.h. */
15703_ACEOF 11083_ACEOF
15704cat confdefs.h >>conftest.$ac_ext 11084cat confdefs.h >>conftest.$ac_ext
15705cat >>conftest.$ac_ext <<_ACEOF 11085cat >>conftest.$ac_ext <<_ACEOF
15706/* end confdefs.h. */ 11086/* end confdefs.h. */
15707#include <stdio.h> 11087#include <stdio.h>
11088#include <stdlib.h>
15708#ifdef HAVE_UTMPX_H 11089#ifdef HAVE_UTMPX_H
15709#include <utmpx.h> 11090#include <utmpx.h>
15710#endif 11091#endif
15711#include <errno.h> 11092#include <errno.h>
15712main() 11093main()
15741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15742 (eval $ac_try) 2>&5 11123 (eval $ac_try) 2>&5
15743 ac_status=$? 11124 ac_status=$?
15744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15745 (exit $ac_status); }; }; then 11126 (exit $ac_status); }; }; then
15746 rxvt_cv_path_wtmpx=`cat conftestval` 11127 path_wtmpx=`cat conftestval`
15747else 11128else
15748 echo "$as_me: program exited with status $ac_status" >&5 11129 echo "$as_me: program exited with status $ac_status" >&5
15749echo "$as_me: failed program was:" >&5 11130echo "$as_me: failed program was:" >&5
15750sed 's/^/| /' conftest.$ac_ext >&5 11131sed 's/^/| /' conftest.$ac_ext >&5
15751 11132
15752( exit $ac_status ) 11133( exit $ac_status )
15753rxvt_cv_path_wtmpx= 11134path_wtmpx=
15754fi 11135fi
15755rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11136rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15756fi 11137fi
15757fi 11138fi
15758echo "$as_me:$LINENO: result: $rxvt_cv_path_wtmpx" >&5 11139echo "$as_me:$LINENO: result: $path_wtmpx" >&5
15759echo "${ECHO_T}$rxvt_cv_path_wtmpx" >&6 11140echo "${ECHO_T}$path_wtmpx" >&6
15760if test x$rxvt_cv_path_wtmpx != x; then 11141if test x$path_wtmpx != x; then
15761 11142
15762cat >>confdefs.h <<_ACEOF 11143cat >>confdefs.h <<_ACEOF
15763#define RXVT_WTMPX_FILE "$rxvt_cv_path_wtmpx" 11144#define WTMPX_FILE "$path_wtmpx"
15764_ACEOF 11145_ACEOF
15765 11146
15766fi 11147fi
15767 11148
15768echo "$as_me:$LINENO: checking where lastlog is located" >&5 11149echo "$as_me:$LINENO: checking where lastlog is located" >&5
15769echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6 11150echo $ECHO_N "checking where lastlog is located... $ECHO_C" >&6
15770if test "${rxvt_cv_path_lastlog+set}" = set; then 11151if test "${path_lastlog+set}" = set; then
15771 echo $ECHO_N "(cached) $ECHO_C" >&6 11152 echo $ECHO_N "(cached) $ECHO_C" >&6
15772else 11153else
15773 if test "$cross_compiling" = yes; then 11154 if test "$cross_compiling" = yes; then
15774 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&5 11155 { echo "$as_me:$LINENO: WARNING: Define LASTLOG_FILE in config.h manually" >&5
15775echo "$as_me: WARNING: Define RXVT_LASTLOG_FILE in config.h manually" >&2;} 11156echo "$as_me: WARNING: Define LASTLOG_FILE in config.h manually" >&2;}
15776else 11157else
15777 cat >conftest.$ac_ext <<_ACEOF 11158 cat >conftest.$ac_ext <<_ACEOF
15778/* confdefs.h. */ 11159/* confdefs.h. */
15779_ACEOF 11160_ACEOF
15780cat confdefs.h >>conftest.$ac_ext 11161cat confdefs.h >>conftest.$ac_ext
15781cat >>conftest.$ac_ext <<_ACEOF 11162cat >>conftest.$ac_ext <<_ACEOF
15782/* end confdefs.h. */ 11163/* end confdefs.h. */
15783#include <stdio.h> 11164#include <stdio.h>
11165#include <stdlib.h>
15784#include <sys/types.h> 11166#include <sys/types.h>
15785#ifdef HAVE_UTMPX_H 11167#ifdef HAVE_UTMPX_H
15786#include <utmpx.h> 11168#include <utmpx.h>
15787#elif defined(HAVE_UTMP_H) 11169#elif defined(HAVE_UTMP_H)
15788#include <utmp.h> 11170#include <utmp.h>
15822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15823 (eval $ac_try) 2>&5 11205 (eval $ac_try) 2>&5
15824 ac_status=$? 11206 ac_status=$?
15825 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15826 (exit $ac_status); }; }; then 11208 (exit $ac_status); }; }; then
15827 rxvt_cv_path_lastlog=`cat conftestval` 11209 path_lastlog=`cat conftestval`
15828else 11210else
15829 echo "$as_me: program exited with status $ac_status" >&5 11211 echo "$as_me: program exited with status $ac_status" >&5
15830echo "$as_me: failed program was:" >&5 11212echo "$as_me: failed program was:" >&5
15831sed 's/^/| /' conftest.$ac_ext >&5 11213sed 's/^/| /' conftest.$ac_ext >&5
15832 11214
15833( exit $ac_status ) 11215( exit $ac_status )
15834rxvt_cv_path_lastlog= 11216path_lastlog=
15835fi 11217fi
15836rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11218rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15837fi 11219fi
15838fi 11220fi
15839echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlog" >&5 11221echo "$as_me:$LINENO: result: $path_lastlog" >&5
15840echo "${ECHO_T}$rxvt_cv_path_lastlog" >&6 11222echo "${ECHO_T}$path_lastlog" >&6
15841if test x$rxvt_cv_path_lastlog != x; then 11223if test x$path_lastlog != x; then
15842 11224
15843cat >>confdefs.h <<_ACEOF 11225cat >>confdefs.h <<_ACEOF
15844#define RXVT_LASTLOG_FILE "$rxvt_cv_path_lastlog" 11226#define LASTLOG_FILE "$path_lastlog"
15845_ACEOF 11227_ACEOF
15846 11228
15847 if test -d "$rxvt_cv_path_lastlog"; then 11229 if test -d "$path_lastlog"; then
15848 11230
15849cat >>confdefs.h <<\_ACEOF 11231cat >>confdefs.h <<\_ACEOF
15850#define LASTLOG_IS_DIR 1 11232#define LASTLOG_IS_DIR 1
15851_ACEOF 11233_ACEOF
15852 11234
15853 fi 11235 fi
15854fi 11236fi
15855 11237
15856echo "$as_me:$LINENO: checking where lastlogx is located" >&5 11238echo "$as_me:$LINENO: checking where lastlogx is located" >&5
15857echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6 11239echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6
15858if test "${rxvt_cv_path_lastlogx+set}" = set; then 11240if test "${path_lastlogx+set}" = set; then
15859 echo $ECHO_N "(cached) $ECHO_C" >&6 11241 echo $ECHO_N "(cached) $ECHO_C" >&6
15860else 11242else
15861 if test "$cross_compiling" = yes; then 11243 if test "$cross_compiling" = yes; then
15862 { echo "$as_me:$LINENO: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&5 11244 { echo "$as_me:$LINENO: WARNING: Define LASTLOGX_FILE in config.h manually" >&5
15863echo "$as_me: WARNING: Define RXVT_LASTLOGX_FILE in config.h manually" >&2;} 11245echo "$as_me: WARNING: Define LASTLOGX_FILE in config.h manually" >&2;}
15864else 11246else
15865 cat >conftest.$ac_ext <<_ACEOF 11247 cat >conftest.$ac_ext <<_ACEOF
15866/* confdefs.h. */ 11248/* confdefs.h. */
15867_ACEOF 11249_ACEOF
15868cat confdefs.h >>conftest.$ac_ext 11250cat confdefs.h >>conftest.$ac_ext
15869cat >>conftest.$ac_ext <<_ACEOF 11251cat >>conftest.$ac_ext <<_ACEOF
15870/* end confdefs.h. */ 11252/* end confdefs.h. */
15871#include <stdio.h> 11253#include <stdio.h>
11254#include <stdlib.h>
15872#ifdef HAVE_UTMPX_H 11255#ifdef HAVE_UTMPX_H
15873#include <utmpx.h> 11256#include <utmpx.h>
15874#endif 11257#endif
15875#include <errno.h> 11258#include <errno.h>
15876main() 11259main()
15904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15905 (eval $ac_try) 2>&5 11288 (eval $ac_try) 2>&5
15906 ac_status=$? 11289 ac_status=$?
15907 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15908 (exit $ac_status); }; }; then 11291 (exit $ac_status); }; }; then
15909 rxvt_cv_path_lastlogx=`cat conftestval` 11292 path_lastlogx=`cat conftestval`
15910else 11293else
15911 echo "$as_me: program exited with status $ac_status" >&5 11294 echo "$as_me: program exited with status $ac_status" >&5
15912echo "$as_me: failed program was:" >&5 11295echo "$as_me: failed program was:" >&5
15913sed 's/^/| /' conftest.$ac_ext >&5 11296sed 's/^/| /' conftest.$ac_ext >&5
15914 11297
15915( exit $ac_status ) 11298( exit $ac_status )
15916rxvt_cv_path_lastlogx= 11299path_lastlogx=
15917fi 11300fi
15918rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11301rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15919fi 11302fi
15920fi 11303fi
15921echo "$as_me:$LINENO: result: $rxvt_cv_path_lastlogx" >&5 11304echo "$as_me:$LINENO: result: $path_lastlogx" >&5
15922echo "${ECHO_T}$rxvt_cv_path_lastlogx" >&6 11305echo "${ECHO_T}$path_lastlogx" >&6
15923if test x$rxvt_cv_path_lastlogx != x; then 11306if test x$path_lastlogx != x; then
15924 11307
15925cat >>confdefs.h <<_ACEOF 11308cat >>confdefs.h <<_ACEOF
15926#define RXVT_LASTLOGX_FILE "$rxvt_cv_path_lastlogx" 11309#define LASTLOGX_FILE "$path_lastlogx"
15927_ACEOF 11310_ACEOF
15928 11311
15929fi 11312fi
11313
15930 11314
15931 11315
15932echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5 11316echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
15933echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6 11317echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6
15934if test "${rxvt_cv_path_ttytab+set}" = set; then 11318if test "${rxvt_cv_path_ttytab+set}" = set; then
15956 11340
15957ac_save_LIBS=$LIBS 11341ac_save_LIBS=$LIBS
15958ac_save_CFLAGS=$CFLAGS 11342ac_save_CFLAGS=$CFLAGS
15959CFLAGS="$CFLAGS $X_CFLAGS" 11343CFLAGS="$CFLAGS $X_CFLAGS"
15960LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 11344LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
15961if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
15962 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
15963fi
15964echo "$as_me:$LINENO: checking for working Xlocale" >&5 11345echo "$as_me:$LINENO: checking for working Xlocale" >&5
15965echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6 11346echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6
15966if test "${rxvt_cv_func_xlocale+set}" = set; then 11347if test "${rxvt_cv_func_xlocale+set}" = set; then
15967 echo $ECHO_N "(cached) $ECHO_C" >&6 11348 echo $ECHO_N "(cached) $ECHO_C" >&6
15968else 11349else
15969 if test "$cross_compiling" = yes; then 11350 if test "$cross_compiling" = yes; then
15970 { echo "$as_me:$LINENO: WARNING: Define NO_XLOCALE in config.h manually" >&5 11351 :
15971echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
15972else 11352else
15973 cat >conftest.$ac_ext <<_ACEOF 11353 cat >conftest.$ac_ext <<_ACEOF
15974/* confdefs.h. */ 11354/* confdefs.h. */
15975_ACEOF 11355_ACEOF
15976cat confdefs.h >>conftest.$ac_ext 11356cat confdefs.h >>conftest.$ac_ext
15977cat >>conftest.$ac_ext <<_ACEOF 11357cat >>conftest.$ac_ext <<_ACEOF
15978/* end confdefs.h. */ 11358/* end confdefs.h. */
15979#include <X11/Xlib.h> 11359#include <X11/Xlib.h>
11360#include <stdlib.h>
15980main() { 11361main() {
15981char *p; 11362char *p;
15982if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p) 11363if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
15983exit (XSupportsLocale() ? 0 : 1); 11364exit (XSupportsLocale() ? 0 : 1);
15984else 11365else
16007rm -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
16008fi 11389fi
16009fi 11390fi
16010echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5 11391echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
16011echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6 11392echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6
11393if test x$support_xim = xyes; then
16012if test x$rxvt_cv_func_xlocale = xyes; then 11394 if test x$rxvt_cv_func_xlocale = xyes; then
16013 11395
16014cat >>confdefs.h <<\_ACEOF 11396cat >>confdefs.h <<\_ACEOF
16015#define HAVE_XLOCALE 1 11397#define USE_XIM 1
16016_ACEOF 11398_ACEOF
16017 11399
11400 fi
16018fi 11401fi
16019 11402
16020echo "$as_me:$LINENO: checking for working X setlocale" >&5 11403echo "$as_me:$LINENO: checking for working X setlocale" >&5
16021echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6 11404echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6
16022if test "${rxvt_cv_func_xsetlocale+set}" = set; then 11405if test "${rxvt_cv_func_xsetlocale+set}" = set; then
16045 grep -v '^ *+' conftest.er1 >conftest.err 11428 grep -v '^ *+' conftest.er1 >conftest.err
16046 rm -f conftest.er1 11429 rm -f conftest.er1
16047 cat conftest.err >&5 11430 cat conftest.err >&5
16048 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16049 (exit $ac_status); } && 11432 (exit $ac_status); } &&
16050 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 11433 { ac_try='test -z "$ac_cxx_werror_flag"
11434 || test ! -s conftest.err'
16051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16052 (eval $ac_try) 2>&5 11436 (eval $ac_try) 2>&5
16053 ac_status=$? 11437 ac_status=$?
16054 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16055 (exit $ac_status); }; } && 11439 (exit $ac_status); }; } &&
16108 grep -v '^ *+' conftest.er1 >conftest.err 11492 grep -v '^ *+' conftest.er1 >conftest.err
16109 rm -f conftest.er1 11493 rm -f conftest.er1
16110 cat conftest.err >&5 11494 cat conftest.err >&5
16111 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16112 (exit $ac_status); } && 11496 (exit $ac_status); } &&
16113 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 11497 { ac_try='test -z "$ac_cxx_werror_flag"
11498 || test ! -s conftest.err'
16114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16115 (eval $ac_try) 2>&5 11500 (eval $ac_try) 2>&5
16116 ac_status=$? 11501 ac_status=$?
16117 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16118 (exit $ac_status); }; } && 11503 (exit $ac_status); }; } &&
16169 grep -v '^ *+' conftest.er1 >conftest.err 11554 grep -v '^ *+' conftest.er1 >conftest.err
16170 rm -f conftest.er1 11555 rm -f conftest.er1
16171 cat conftest.err >&5 11556 cat conftest.err >&5
16172 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16173 (exit $ac_status); } && 11558 (exit $ac_status); } &&
16174 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 11559 { ac_try='test -z "$ac_cxx_werror_flag"
11560 || test ! -s conftest.err'
16175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16176 (eval $ac_try) 2>&5 11562 (eval $ac_try) 2>&5
16177 ac_status=$? 11563 ac_status=$?
16178 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16179 (exit $ac_status); }; } && 11565 (exit $ac_status); }; } &&
16200cat >>confdefs.h <<\_ACEOF 11586cat >>confdefs.h <<\_ACEOF
16201#define HAVE_NL_LANGINFO 1 11587#define HAVE_NL_LANGINFO 1
16202_ACEOF 11588_ACEOF
16203 11589
16204fi 11590fi
11591
11592
11593echo "$as_me:$LINENO: checking for unix-compliant filehandle passing ability" >&5
11594echo $ECHO_N "checking for unix-compliant filehandle passing ability... $ECHO_C" >&6
11595if test "${can_pass_fds+set}" = set; then
11596 echo $ECHO_N "(cached) $ECHO_C" >&6
11597else
11598 cat >conftest.$ac_ext <<_ACEOF
11599/* confdefs.h. */
11600_ACEOF
11601cat confdefs.h >>conftest.$ac_ext
11602cat >>conftest.$ac_ext <<_ACEOF
11603/* end confdefs.h. */
11604
11605#include <cstddef> // broken bsds (is that redundant?) need this
11606#include <sys/types.h>
11607#include <sys/socket.h>
11608#include <sys/uio.h>
11609
11610int
11611main ()
11612{
11613
11614{
11615 msghdr msg;
11616 iovec iov;
11617 char buf [100];
11618 char data = 0;
11619
11620 iov.iov_base = &data;
11621 iov.iov_len = 1;
11622
11623 msg.msg_iov = &iov;
11624 msg.msg_iovlen = 1;
11625 msg.msg_control = buf;
11626 msg.msg_controllen = sizeof buf;
11627
11628 cmsghdr *cmsg = CMSG_FIRSTHDR (&msg);
11629 cmsg->cmsg_level = SOL_SOCKET;
11630 cmsg->cmsg_type = SCM_RIGHTS;
11631 cmsg->cmsg_len = 100;
11632
11633 *(int *)CMSG_DATA (cmsg) = 5;
11634
11635 return sendmsg (3, &msg, 0);
11636}
11637
11638 ;
11639 return 0;
11640}
11641_ACEOF
11642rm -f conftest.$ac_objext conftest$ac_exeext
11643if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11644 (eval $ac_link) 2>conftest.er1
11645 ac_status=$?
11646 grep -v '^ *+' conftest.er1 >conftest.err
11647 rm -f conftest.er1
11648 cat conftest.err >&5
11649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11650 (exit $ac_status); } &&
11651 { ac_try='test -z "$ac_cxx_werror_flag"
11652 || test ! -s conftest.err'
11653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11654 (eval $ac_try) 2>&5
11655 ac_status=$?
11656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11657 (exit $ac_status); }; } &&
11658 { ac_try='test -s conftest$ac_exeext'
11659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11660 (eval $ac_try) 2>&5
11661 ac_status=$?
11662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11663 (exit $ac_status); }; }; then
11664 can_pass_fds=yes
11665else
11666 echo "$as_me: failed program was:" >&5
11667sed 's/^/| /' conftest.$ac_ext >&5
11668
11669can_pass_fds=no
11670fi
11671rm -f conftest.err conftest.$ac_objext \
11672 conftest$ac_exeext conftest.$ac_ext
11673fi
11674echo "$as_me:$LINENO: result: $can_pass_fds" >&5
11675echo "${ECHO_T}$can_pass_fds" >&6
11676if test x$can_pass_fds = xyes; then
11677
11678cat >>confdefs.h <<\_ACEOF
11679#define HAVE_UNIX_FDPASS 1
11680_ACEOF
11681
11682else
11683 { { echo "$as_me:$LINENO: error: libptytty requires unix-compliant filehandle passing ability" >&5
11684echo "$as_me: error: libptytty requires unix-compliant filehandle passing ability" >&2;}
11685 { (exit 1); exit 1; }; }
11686fi
11687
16205 11688
16206echo "$as_me:$LINENO: checking for broken XIM callback" >&5 11689echo "$as_me:$LINENO: checking for broken XIM callback" >&5
16207echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6 11690echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
16208if test "${rxvt_broken_ximcb+set}" = set; then 11691if test "${rxvt_broken_ximcb+set}" = set; then
16209 echo $ECHO_N "(cached) $ECHO_C" >&6 11692 echo $ECHO_N "(cached) $ECHO_C" >&6
16227 grep -v '^ *+' conftest.er1 >conftest.err 11710 grep -v '^ *+' conftest.er1 >conftest.err
16228 rm -f conftest.er1 11711 rm -f conftest.er1
16229 cat conftest.err >&5 11712 cat conftest.err >&5
16230 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16231 (exit $ac_status); } && 11714 (exit $ac_status); } &&
16232 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 11715 { ac_try='test -z "$ac_cxx_werror_flag"
11716 || test ! -s conftest.err'
16233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16234 (eval $ac_try) 2>&5 11718 (eval $ac_try) 2>&5
16235 ac_status=$? 11719 ac_status=$?
16236 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16237 (exit $ac_status); }; } && 11721 (exit $ac_status); }; } &&
16259#define XIMCB_PROTO_BROKEN 1 11743#define XIMCB_PROTO_BROKEN 1
16260_ACEOF 11744_ACEOF
16261 11745
16262fi 11746fi
16263 11747
16264echo "$as_me:$LINENO: checking for getpt" >&5
16265echo $ECHO_N "checking for getpt... $ECHO_C" >&6
16266if test "${rxvt_cv_func_getpt+set}" = set; then
16267 echo $ECHO_N "(cached) $ECHO_C" >&6
16268else
16269 cat >conftest.$ac_ext <<_ACEOF
16270/* confdefs.h. */
16271_ACEOF
16272cat confdefs.h >>conftest.$ac_ext
16273cat >>conftest.$ac_ext <<_ACEOF
16274/* end confdefs.h. */
16275#define _GNU_SOURCE
16276#ifdef HAVE_STDLIB_H
16277# include <cstdlib>
16278#endif
16279int
16280main ()
16281{
16282(void)getpt();
16283 ;
16284 return 0;
16285}
16286_ACEOF
16287rm -f conftest.$ac_objext conftest$ac_exeext
16288if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16289 (eval $ac_link) 2>conftest.er1
16290 ac_status=$?
16291 grep -v '^ *+' conftest.er1 >conftest.err
16292 rm -f conftest.er1
16293 cat conftest.err >&5
16294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16295 (exit $ac_status); } &&
16296 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16298 (eval $ac_try) 2>&5
16299 ac_status=$?
16300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16301 (exit $ac_status); }; } &&
16302 { ac_try='test -s conftest$ac_exeext'
16303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16304 (eval $ac_try) 2>&5
16305 ac_status=$?
16306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16307 (exit $ac_status); }; }; then
16308 rxvt_cv_func_getpt=yes
16309else
16310 echo "$as_me: failed program was:" >&5
16311sed 's/^/| /' conftest.$ac_ext >&5
16312 11748
16313rxvt_cv_func_getpt=no
16314fi
16315rm -f conftest.err conftest.$ac_objext \
16316 conftest$ac_exeext conftest.$ac_ext
16317fi
16318echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5
16319echo "${ECHO_T}$rxvt_cv_func_getpt" >&6
16320if test x$rxvt_cv_func_getpt = xyes; then
16321 11749
16322cat >>confdefs.h <<\_ACEOF
16323#define HAVE_GETPT 1
16324_ACEOF
16325 11750
16326fi
16327 11751
16328echo "$as_me:$LINENO: checking for pty/tty type" >&5
16329echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
16330if test "${rxvt_cv_ptys+set}" = set; then
16331 echo $ECHO_N "(cached) $ECHO_C" >&6
16332else
16333 if test x$ac_cv_func_openpty = xyes; then
16334 rxvt_cv_ptys=OPENPTY
16335 else if test x$ac_cv_func__getpty = xyes; then
16336 rxvt_cv_ptys=SGI4
16337 else if test -c /dev/ttyp20; then
16338 rxvt_cv_ptys=SCO
16339 else if test -c /dev/ptym/clone; then
16340 rxvt_cv_ptys=HPUX
16341 else if test x$rxvt_cv_func_getpt = xyes; then
16342 rxvt_cv_ptys=GLIBC
16343 else if test -c /dev/ptc -a -c /dev/pts; then
16344 rxvt_cv_ptys=PTC
16345 else if test -c /dev/ptc -a -d /dev/pts; then
16346 rxvt_cv_ptys=PTC
16347 else if test -c /dev/ptmx -a -c /dev/pts/0; then
16348 rxvt_cv_ptys=STREAMS
16349 else if test x$ac_cv_func_grantpt = xyes && test x$ac_cv_func_unlockpt = xyes; then
16350 rxvt_cv_ptys=STREAMS
16351 else
16352 rxvt_cv_ptys=BSD
16353fi
16354fi
16355fi
16356fi
16357fi
16358fi
16359fi
16360fi
16361fi
16362 11752
16363fi
16364echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
16365echo "${ECHO_T}$rxvt_cv_ptys" >&6
16366 11753
16367if test x$rxvt_cv_ptys = xOPENPTY; then 11754for ac_header in \
11755 pty.h \
11756 util.h \
11757 libutil.h \
11758 sys/ioctl.h \
11759 sys/stropts.h \
16368 11760
16369cat >>confdefs.h <<\_ACEOF
16370#define PTYS_ARE_OPENPTY 1
16371_ACEOF
16372
16373fi
16374if test x$rxvt_cv_ptys = xSCO; then
16375
16376cat >>confdefs.h <<\_ACEOF
16377#define PTYS_ARE_NUMERIC 1
16378_ACEOF
16379
16380fi
16381if test x$rxvt_cv_ptys = xSTREAMS; then
16382
16383cat >>confdefs.h <<\_ACEOF
16384#define PTYS_ARE_PTMX 1
16385_ACEOF
16386
16387fi
16388if test x$rxvt_cv_ptys = xPTC; then
16389
16390cat >>confdefs.h <<\_ACEOF
16391#define PTYS_ARE_PTC 1
16392_ACEOF
16393
16394fi
16395if test x$rxvt_cv_ptys = xSGI4; then
16396
16397cat >>confdefs.h <<\_ACEOF
16398#define PTYS_ARE__GETPTY 1
16399_ACEOF
16400
16401fi
16402if test x$rxvt_cv_ptys = xCONVEX; then
16403
16404cat >>confdefs.h <<\_ACEOF
16405#define PTYS_ARE_GETPTY 1
16406_ACEOF
16407
16408fi
16409if test x$rxvt_cv_ptys = xGLIBC; then
16410
16411cat >>confdefs.h <<\_ACEOF
16412#define PTYS_ARE_GETPT 1
16413_ACEOF
16414
16415fi
16416if test x$rxvt_cv_ptys = xHPUX; then
16417
16418cat >>confdefs.h <<\_ACEOF
16419#define PTYS_ARE_CLONE 1
16420_ACEOF
16421
16422fi
16423if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then
16424
16425cat >>confdefs.h <<\_ACEOF
16426#define PTYS_ARE_SEARCHED 1
16427_ACEOF
16428
16429fi
16430
16431
16432{ echo "$as_me:$LINENO: checking for pty ranges..." >&5
16433echo "$as_me: checking for pty ranges..." >&6;}
16434ptys=`echo /dev/pty??`
16435pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
16436pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
16437if test x$pch1 != x; then
16438
16439cat >>confdefs.h <<_ACEOF
16440#define PTYCHAR1 "$pch1"
16441_ACEOF
16442
16443fi
16444if test x$pch2 != x; then
16445
16446cat >>confdefs.h <<_ACEOF
16447#define PTYCHAR2 "$pch2"
16448_ACEOF
16449
16450fi
16451
16452if test x$support_8bitctrls = xyes; then
16453
16454cat >>confdefs.h <<\_ACEOF
16455#define EIGHT_BIT_CONTROLS 1
16456_ACEOF
16457
16458fi
16459if test x$support_fading = xyes; then
16460
16461cat >>confdefs.h <<\_ACEOF
16462#define OFF_FOCUS_FADING 1
16463_ACEOF
16464
16465fi
16466if test x$support_tinting = xyes; then
16467
16468cat >>confdefs.h <<\_ACEOF
16469#define TINTING 1
16470_ACEOF
16471
16472fi
16473if test x$support_inheritpixmap = xyes; then
16474
16475cat >>confdefs.h <<\_ACEOF
16476#define TRANSPARENT 1
16477_ACEOF
16478
16479fi
16480if test x$support_keepscrolling = xno; then
16481
16482cat >>confdefs.h <<\_ACEOF
16483#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
16484_ACEOF
16485
16486fi
16487if test x$support_selectionscrolling = xyes; then
16488
16489cat >>confdefs.h <<\_ACEOF
16490#define SELECTION_SCROLLING 1
16491_ACEOF
16492
16493fi
16494if test x$support_menubar = xyes; then
16495
16496cat >>confdefs.h <<\_ACEOF
16497#define MENUBAR 1
16498_ACEOF
16499
16500fi
16501if test x$support_frills = xno; then
16502
16503cat >>confdefs.h <<\_ACEOF
16504#define NO_FRILLS 1
16505_ACEOF
16506
16507fi
16508if test x$support_linespace = xno; then
16509
16510cat >>confdefs.h <<\_ACEOF
16511#define NO_LINESPACE 1
16512_ACEOF
16513
16514fi
16515if test x$support_24bit = xyes; then
16516
16517cat >>confdefs.h <<\_ACEOF
16518#define PREFER_24BIT 1
16519_ACEOF
16520
16521fi
16522if test x$support_mousewheel = xyes; then
16523
16524cat >>confdefs.h <<\_ACEOF
16525#define MOUSE_WHEEL 1
16526_ACEOF
16527
16528fi
16529if test x$support_mouseslipwheel = xyes; then
16530
16531cat >>confdefs.h <<\_ACEOF
16532#define MOUSE_SLIP_WHEELING 1
16533_ACEOF
16534
16535fi
16536if test x$support_utmp = xyes; then
16537
16538cat >>confdefs.h <<\_ACEOF
16539#define UTMP_SUPPORT 1
16540_ACEOF
16541
16542fi
16543if test x$support_wtmp = xyes; then
16544
16545cat >>confdefs.h <<\_ACEOF
16546#define WTMP_SUPPORT 1
16547_ACEOF
16548
16549fi
16550if test x$support_lastlog = xyes; then
16551
16552cat >>confdefs.h <<\_ACEOF
16553#define LASTLOG_SUPPORT 1
16554_ACEOF
16555
16556fi
16557if test x$support_xim = xyes -o x$multichar_set = xyes; then
16558 if test x$rxvt_cv_func_xlocale = xyes; then
16559
16560cat >>confdefs.h <<\_ACEOF
16561#define USE_XIM 1
16562_ACEOF
16563
16564 fi
16565fi
16566if test x$support_xpm = xyes; then
16567
16568cat >>confdefs.h <<\_ACEOF
16569#define XPM_BACKGROUND 1
16570_ACEOF
16571
16572fi
16573if test x$support_scroll_rxvt = xyes; then
16574
16575cat >>confdefs.h <<\_ACEOF
16576#define RXVT_SCROLLBAR 1
16577_ACEOF
16578
16579 scrolltypes="rxvt"
16580fi
16581if test x$support_scroll_next = xyes; then
16582
16583cat >>confdefs.h <<\_ACEOF
16584#define NEXT_SCROLLBAR 1
16585_ACEOF
16586
16587 scrolltypes="$scrolltypes next"
16588fi
16589if test x$support_scroll_xterm = xyes; then
16590
16591cat >>confdefs.h <<\_ACEOF
16592#define XTERM_SCROLLBAR 1
16593_ACEOF
16594
16595 scrolltypes="$scrolltypes xterm"
16596fi
16597if test x$support_scroll_plain = xyes; then
16598
16599cat >>confdefs.h <<\_ACEOF
16600#define PLAIN_SCROLLBAR 1
16601_ACEOF
16602
16603 scrolltypes="$scrolltypes plain"
16604fi
16605if test x$support_pointer_blank = xyes; then
16606
16607cat >>confdefs.h <<\_ACEOF
16608#define POINTER_BLANK 1
16609_ACEOF
16610
16611fi
16612if test x$support_cursor_blink = xyes; then
16613
16614cat >>confdefs.h <<\_ACEOF
16615#define CURSOR_BLINK 1
16616_ACEOF
16617
16618fi
16619if test x$support_text_blink = xyes; then
16620
16621cat >>confdefs.h <<\_ACEOF
16622#define TEXT_BLINK 1
16623_ACEOF
16624
16625fi
16626if test x$support_unicode3 = xyes; then
16627
16628cat >>confdefs.h <<\_ACEOF
16629#define UNICODE_3 1
16630_ACEOF
16631
16632fi
16633if test x$support_combining = xyes; then
16634
16635cat >>confdefs.h <<\_ACEOF
16636#define ENABLE_COMBINING 1
16637_ACEOF
16638
16639fi
16640if test x$codesets = xall; then
16641 codesets=jp,jp-ext,kr,cn,cn-ext
16642fi
16643for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16644
16645cat >>confdefs.h <<\_ACEOF
16646#define ENCODING_EU 1
16647_ACEOF
16648
16649
16650cat >>confdefs.h <<\_ACEOF
16651#define ENCODING_VN 1
16652_ACEOF
16653
16654 case "$codeset" in
16655 JP )
16656cat >>confdefs.h <<\_ACEOF
16657#define ENCODING_JP 1
16658_ACEOF
16659 ;;
16660 JP_EXT )
16661cat >>confdefs.h <<\_ACEOF
16662#define ENCODING_JP_EXT 1
16663_ACEOF
16664 ;;
16665 KR )
16666cat >>confdefs.h <<\_ACEOF
16667#define ENCODING_KR 1
16668_ACEOF
16669 ;;
16670 CN )
16671cat >>confdefs.h <<\_ACEOF
16672#define ENCODING_CN 1
16673_ACEOF
16674 ;;
16675 CN_EXT )
16676cat >>confdefs.h <<\_ACEOF
16677#define ENCODING_CN_EXT 1
16678_ACEOF
16679 ;;
16680 esac
16681done
16682
16683
16684CFLAGS=${CFLAGS--O}
16685LDFLAGS=${LDFLAGS--O}
16686
16687CPPFLAGS="$CPPFLAGS"
16688
16689
16690
16691
16692
16693
16694
16695if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
16696 DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
16697 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
16698 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
16699 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
16700 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
16701fi
16702
16703
16704
16705
16706
16707if test x$support_addstrings = xno; then
16708
16709cat >>confdefs.h <<\_ACEOF
16710#define NO_STRINGS 1
16711_ACEOF
16712
16713fi
16714
16715MCOMMON=./autoconf/Make.common
16716
16717
16718test "$program_prefix" != NONE &&
16719 program_transform_name="s,^,$program_prefix,;$program_transform_name"
16720# Use a double $ so make ignores it.
16721test "$program_suffix" != NONE &&
16722 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
16723# Double any \ or $. echo might interpret backslashes.
16724# By default was `s,x,x', remove it if useless.
16725cat <<\_ACEOF >conftest.sed
16726s/[\\$]/&&/g;s/;s,x,x,$//
16727_ACEOF
16728program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16729rm conftest.sed
16730
16731
16732
16733
16734
16735if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
16736 include_stdint_h="#include <stdint.h>"
16737else
16738 include_stdint_h="/* #include <stdint.h> */"
16739fi
16740if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
16741 include_stdarg_h="#include <cstdarg>"
16742else
16743 include_stdarg_h="/* #include <cstdarg> */"
16744fi
16745if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
16746 include_stdlib_h="#include <cstdlib>"
16747else
16748 include_stdlib_h="/* #include <cstdlib> */"
16749fi
16750if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
16751 include_unistd_h="#include <unistd.h>"
16752else
16753 include_unistd_h="/* #include <unistd.h> */"
16754fi
16755if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
16756 include_string_h="#include <cstring>"
16757else
16758 include_string_h="/* #include <cstring> */"
16759fi
16760if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
16761 include_fcntl_h="#include <fcntl.h>"
16762else
16763 include_fcntl_h="/* #include <fcntl.h> */"
16764fi
16765if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
16766 include_util_h="#include <util.h>"
16767else
16768 include_util_h="/* #include <util.h> */"
16769fi
16770if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
16771 include_assert_h="#include <assert.h>"
16772else
16773 include_assert_h="/* #include <assert.h> */"
16774fi
16775if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
16776 include_sys_ioctl_h="#include <sys/ioctl.h>"
16777else
16778 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
16779fi
16780if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
16781 include_sys_select_h="#include <sys/select.h>"
16782else
16783 include_sys_select_h="/* #include <sys/select.h> */"
16784fi
16785if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
16786 include_sys_strredir_h="#include <sys/strredir.h>"
16787else
16788 include_sys_strredir_h="/* #include <sys/strredir.h> */"
16789fi
16790if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
16791 include_sys_time_h="#include <sys/time.h>"
16792else
16793 include_sys_time_h="/* #include <sys/time.h> */"
16794fi
16795if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
16796 include_time_h="#include <time.h>"
16797else
16798 include_time_h="/* #include <time.h> */"
16799fi
16800
16801if test x$support_xft = xyes; then
16802 LIBS="$LIBS `pkg-config xft --libs`"
16803 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
16804 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`"
16805
16806
16807for ac_header in X11/Xft/Xft.h
16808do 11761do
16809as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11762as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16810if eval "test \"\${$as_ac_Header+set}\" = set"; then 11763if eval "test \"\${$as_ac_Header+set}\" = set"; then
16811 echo "$as_me:$LINENO: checking for $ac_header" >&5 11764 echo "$as_me:$LINENO: checking for $ac_header" >&5
16812echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11765echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16835 grep -v '^ *+' conftest.er1 >conftest.err 11788 grep -v '^ *+' conftest.er1 >conftest.err
16836 rm -f conftest.er1 11789 rm -f conftest.er1
16837 cat conftest.err >&5 11790 cat conftest.err >&5
16838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16839 (exit $ac_status); } && 11792 (exit $ac_status); } &&
16840 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 11793 { ac_try='test -z "$ac_cxx_werror_flag"
11794 || test ! -s conftest.err'
16841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16842 (eval $ac_try) 2>&5 11796 (eval $ac_try) 2>&5
16843 ac_status=$? 11797 ac_status=$?
16844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16845 (exit $ac_status); }; } && 11799 (exit $ac_status); }; } &&
16946if test `eval echo '${'$as_ac_Header'}'` = yes; then 11900if test `eval echo '${'$as_ac_Header'}'` = yes; then
16947 cat >>confdefs.h <<_ACEOF 11901 cat >>confdefs.h <<_ACEOF
16948#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 11902#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16949_ACEOF 11903_ACEOF
16950 11904
11905fi
11906
11907done
11908
11909
11910
11911
11912
11913
11914
11915
11916
11917
11918
11919for ac_func in \
11920 revoke \
11921 _getpty \
11922 getpt \
11923 posix_openpt \
11924 isastream \
11925 setuid \
11926 seteuid \
11927 setreuid \
11928 setresuid \
11929
11930do
11931as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11932echo "$as_me:$LINENO: checking for $ac_func" >&5
11933echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11934if eval "test \"\${$as_ac_var+set}\" = set"; then
11935 echo $ECHO_N "(cached) $ECHO_C" >&6
11936else
11937 cat >conftest.$ac_ext <<_ACEOF
11938/* confdefs.h. */
11939_ACEOF
11940cat confdefs.h >>conftest.$ac_ext
11941cat >>conftest.$ac_ext <<_ACEOF
11942/* end confdefs.h. */
11943/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11944 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11945#define $ac_func innocuous_$ac_func
11946
11947/* System header to define __stub macros and hopefully few prototypes,
11948 which can conflict with char $ac_func (); below.
11949 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11950 <limits.h> exists even on freestanding compilers. */
11951
11952#ifdef __STDC__
11953# include <limits.h>
11954#else
11955# include <assert.h>
11956#endif
11957
11958#undef $ac_func
11959
11960/* Override any gcc2 internal prototype to avoid an error. */
11961#ifdef __cplusplus
11962extern "C"
11963{
11964#endif
11965/* We use char because int might match the return type of a gcc2
11966 builtin and then its argument prototype would still apply. */
11967char $ac_func ();
11968/* The GNU C library defines this for functions which it implements
11969 to always fail with ENOSYS. Some functions are actually named
11970 something starting with __ and the normal name is an alias. */
11971#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11972choke me
11973#else
11974char (*f) () = $ac_func;
11975#endif
11976#ifdef __cplusplus
11977}
11978#endif
11979
11980int
11981main ()
11982{
11983return f != $ac_func;
11984 ;
11985 return 0;
11986}
11987_ACEOF
11988rm -f conftest.$ac_objext conftest$ac_exeext
11989if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11990 (eval $ac_link) 2>conftest.er1
11991 ac_status=$?
11992 grep -v '^ *+' conftest.er1 >conftest.err
11993 rm -f conftest.er1
11994 cat conftest.err >&5
11995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11996 (exit $ac_status); } &&
11997 { ac_try='test -z "$ac_cxx_werror_flag"
11998 || test ! -s conftest.err'
11999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12000 (eval $ac_try) 2>&5
12001 ac_status=$?
12002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12003 (exit $ac_status); }; } &&
12004 { ac_try='test -s conftest$ac_exeext'
12005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12006 (eval $ac_try) 2>&5
12007 ac_status=$?
12008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12009 (exit $ac_status); }; }; then
12010 eval "$as_ac_var=yes"
12011else
12012 echo "$as_me: failed program was:" >&5
12013sed 's/^/| /' conftest.$ac_ext >&5
12014
12015eval "$as_ac_var=no"
12016fi
12017rm -f conftest.err conftest.$ac_objext \
12018 conftest$ac_exeext conftest.$ac_ext
12019fi
12020echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12021echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12022if test `eval echo '${'$as_ac_var'}'` = yes; then
12023 cat >>confdefs.h <<_ACEOF
12024#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12025_ACEOF
12026
12027fi
12028done
12029
12030
12031have_clone=no
12032
12033echo "$as_me:$LINENO: checking for /dev/ptym/clone" >&5
12034echo $ECHO_N "checking for /dev/ptym/clone... $ECHO_C" >&6
12035if test -e /dev/ptym/clone; then
12036 echo "$as_me:$LINENO: result: yes" >&5
12037echo "${ECHO_T}yes" >&6
12038
12039cat >>confdefs.h <<\_ACEOF
12040#define HAVE_DEV_CLONE 1
12041_ACEOF
12042
12043
12044cat >>confdefs.h <<\_ACEOF
12045#define CLONE_DEVICE "/dev/ptym/clone"
12046_ACEOF
12047
12048 have_clone=yes
12049else
12050 echo "$as_me:$LINENO: result: no" >&5
12051echo "${ECHO_T}no" >&6
12052fi
12053
12054echo "$as_me:$LINENO: checking for /dev/ptc" >&5
12055echo $ECHO_N "checking for /dev/ptc... $ECHO_C" >&6
12056if test -e /dev/ptc; then
12057 echo "$as_me:$LINENO: result: yes" >&5
12058echo "${ECHO_T}yes" >&6
12059
12060cat >>confdefs.h <<\_ACEOF
12061#define HAVE_DEV_PTC 1
12062_ACEOF
12063
12064
12065cat >>confdefs.h <<\_ACEOF
12066#define CLONE_DEVICE "/dev/ptc"
12067_ACEOF
12068
12069 have_clone=yes
12070else
12071 echo "$as_me:$LINENO: result: no" >&5
12072echo "${ECHO_T}no" >&6
12073fi
12074
12075case $host in
12076 *-*-cygwin*)
12077 have_clone=yes
12078
12079cat >>confdefs.h <<\_ACEOF
12080#define CLONE_DEVICE "/dev/ptmx"
12081_ACEOF
12082
12083 ;;
12084 *)
12085 echo "$as_me:$LINENO: checking for /dev/ptmx" >&5
12086echo $ECHO_N "checking for /dev/ptmx... $ECHO_C" >&6
12087 if test -e /dev/ptmx; then
12088 echo "$as_me:$LINENO: result: yes" >&5
12089echo "${ECHO_T}yes" >&6
12090
12091cat >>confdefs.h <<\_ACEOF
12092#define HAVE_DEV_PTMX 1
12093_ACEOF
12094
12095
12096cat >>confdefs.h <<\_ACEOF
12097#define CLONE_DEVICE "/dev/ptmx"
12098_ACEOF
12099
12100 have_clone=yes
12101 else
12102 echo "$as_me:$LINENO: result: no" >&5
12103echo "${ECHO_T}no" >&6
12104 fi
12105 ;;
12106esac
12107
12108if test x$ac_cv_func_getpt = xyes -o x$ac_cv_func_posix_openpt = xyes -o x$have_clone = xyes; then
12109 echo "$as_me:$LINENO: checking for UNIX98 ptys" >&5
12110echo $ECHO_N "checking for UNIX98 ptys... $ECHO_C" >&6
12111 cat >conftest.$ac_ext <<_ACEOF
12112/* confdefs.h. */
12113_ACEOF
12114cat confdefs.h >>conftest.$ac_ext
12115cat >>conftest.$ac_ext <<_ACEOF
12116/* end confdefs.h. */
12117#include <stdlib.h>
12118int
12119main ()
12120{
12121grantpt(0);unlockpt(0);ptsname(0);
12122 ;
12123 return 0;
12124}
12125_ACEOF
12126rm -f conftest.$ac_objext conftest$ac_exeext
12127if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12128 (eval $ac_link) 2>conftest.er1
12129 ac_status=$?
12130 grep -v '^ *+' conftest.er1 >conftest.err
12131 rm -f conftest.er1
12132 cat conftest.err >&5
12133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12134 (exit $ac_status); } &&
12135 { ac_try='test -z "$ac_cxx_werror_flag"
12136 || test ! -s conftest.err'
12137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12138 (eval $ac_try) 2>&5
12139 ac_status=$?
12140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12141 (exit $ac_status); }; } &&
12142 { ac_try='test -s conftest$ac_exeext'
12143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12144 (eval $ac_try) 2>&5
12145 ac_status=$?
12146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12147 (exit $ac_status); }; }; then
12148 unix98_pty=yes
12149
12150cat >>confdefs.h <<\_ACEOF
12151#define UNIX98_PTY 1
12152_ACEOF
12153
12154 echo "$as_me:$LINENO: result: yes" >&5
12155echo "${ECHO_T}yes" >&6
12156else
12157 echo "$as_me: failed program was:" >&5
12158sed 's/^/| /' conftest.$ac_ext >&5
12159
12160echo "$as_me:$LINENO: result: no" >&5
12161echo "${ECHO_T}no" >&6
12162fi
12163rm -f conftest.err conftest.$ac_objext \
12164 conftest$ac_exeext conftest.$ac_ext
12165fi
12166
12167if test -z "$unix98_pty"; then
12168
12169for ac_func in openpty
12170do
12171as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12172echo "$as_me:$LINENO: checking for $ac_func" >&5
12173echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12174if eval "test \"\${$as_ac_var+set}\" = set"; then
12175 echo $ECHO_N "(cached) $ECHO_C" >&6
12176else
12177 cat >conftest.$ac_ext <<_ACEOF
12178/* confdefs.h. */
12179_ACEOF
12180cat confdefs.h >>conftest.$ac_ext
12181cat >>conftest.$ac_ext <<_ACEOF
12182/* end confdefs.h. */
12183/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12184 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12185#define $ac_func innocuous_$ac_func
12186
12187/* System header to define __stub macros and hopefully few prototypes,
12188 which can conflict with char $ac_func (); below.
12189 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12190 <limits.h> exists even on freestanding compilers. */
12191
12192#ifdef __STDC__
12193# include <limits.h>
12194#else
12195# include <assert.h>
12196#endif
12197
12198#undef $ac_func
12199
12200/* Override any gcc2 internal prototype to avoid an error. */
12201#ifdef __cplusplus
12202extern "C"
12203{
12204#endif
12205/* We use char because int might match the return type of a gcc2
12206 builtin and then its argument prototype would still apply. */
12207char $ac_func ();
12208/* The GNU C library defines this for functions which it implements
12209 to always fail with ENOSYS. Some functions are actually named
12210 something starting with __ and the normal name is an alias. */
12211#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12212choke me
12213#else
12214char (*f) () = $ac_func;
12215#endif
12216#ifdef __cplusplus
12217}
12218#endif
12219
12220int
12221main ()
12222{
12223return f != $ac_func;
12224 ;
12225 return 0;
12226}
12227_ACEOF
12228rm -f conftest.$ac_objext conftest$ac_exeext
12229if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12230 (eval $ac_link) 2>conftest.er1
12231 ac_status=$?
12232 grep -v '^ *+' conftest.er1 >conftest.err
12233 rm -f conftest.er1
12234 cat conftest.err >&5
12235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12236 (exit $ac_status); } &&
12237 { ac_try='test -z "$ac_cxx_werror_flag"
12238 || test ! -s conftest.err'
12239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12240 (eval $ac_try) 2>&5
12241 ac_status=$?
12242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12243 (exit $ac_status); }; } &&
12244 { ac_try='test -s conftest$ac_exeext'
12245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12246 (eval $ac_try) 2>&5
12247 ac_status=$?
12248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12249 (exit $ac_status); }; }; then
12250 eval "$as_ac_var=yes"
12251else
12252 echo "$as_me: failed program was:" >&5
12253sed 's/^/| /' conftest.$ac_ext >&5
12254
12255eval "$as_ac_var=no"
12256fi
12257rm -f conftest.err conftest.$ac_objext \
12258 conftest$ac_exeext conftest.$ac_ext
12259fi
12260echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12261echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12262if test `eval echo '${'$as_ac_var'}'` = yes; then
12263 cat >>confdefs.h <<_ACEOF
12264#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12265_ACEOF
12266
12267else
12268 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
12269echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
12270if test "${ac_cv_lib_util_openpty+set}" = set; then
12271 echo $ECHO_N "(cached) $ECHO_C" >&6
12272else
12273 ac_check_lib_save_LIBS=$LIBS
12274LIBS="-lutil $LIBS"
12275cat >conftest.$ac_ext <<_ACEOF
12276/* confdefs.h. */
12277_ACEOF
12278cat confdefs.h >>conftest.$ac_ext
12279cat >>conftest.$ac_ext <<_ACEOF
12280/* end confdefs.h. */
12281
12282/* Override any gcc2 internal prototype to avoid an error. */
12283#ifdef __cplusplus
12284extern "C"
12285#endif
12286/* We use char because int might match the return type of a gcc2
12287 builtin and then its argument prototype would still apply. */
12288char openpty ();
12289int
12290main ()
12291{
12292openpty ();
12293 ;
12294 return 0;
12295}
12296_ACEOF
12297rm -f conftest.$ac_objext conftest$ac_exeext
12298if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12299 (eval $ac_link) 2>conftest.er1
12300 ac_status=$?
12301 grep -v '^ *+' conftest.er1 >conftest.err
12302 rm -f conftest.er1
12303 cat conftest.err >&5
12304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12305 (exit $ac_status); } &&
12306 { ac_try='test -z "$ac_cxx_werror_flag"
12307 || test ! -s conftest.err'
12308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12309 (eval $ac_try) 2>&5
12310 ac_status=$?
12311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12312 (exit $ac_status); }; } &&
12313 { ac_try='test -s conftest$ac_exeext'
12314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12315 (eval $ac_try) 2>&5
12316 ac_status=$?
12317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12318 (exit $ac_status); }; }; then
12319 ac_cv_lib_util_openpty=yes
12320else
12321 echo "$as_me: failed program was:" >&5
12322sed 's/^/| /' conftest.$ac_ext >&5
12323
12324ac_cv_lib_util_openpty=no
12325fi
12326rm -f conftest.err conftest.$ac_objext \
12327 conftest$ac_exeext conftest.$ac_ext
12328LIBS=$ac_check_lib_save_LIBS
12329fi
12330echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12331echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
12332if test $ac_cv_lib_util_openpty = yes; then
12333 cat >>confdefs.h <<\_ACEOF
12334#define HAVE_OPENPTY 1
12335_ACEOF
12336 LIBS="$LIBS -lutil"
12337fi
12338
12339fi
12340done
12341
12342fi
12343
12344
12345
12346echo "$as_me:$LINENO: checking for tty group" >&5
12347echo $ECHO_N "checking for tty group... $ECHO_C" >&6
12348if test "${tty_group+set}" = set; then
12349 echo $ECHO_N "(cached) $ECHO_C" >&6
12350else
12351 if test "$cross_compiling" = yes; then
12352 tty_group=no
12353else
12354 cat >conftest.$ac_ext <<_ACEOF
12355/* confdefs.h. */
12356_ACEOF
12357cat confdefs.h >>conftest.$ac_ext
12358cat >>conftest.$ac_ext <<_ACEOF
12359/* end confdefs.h. */
12360
12361#include <sys/types.h>
12362#include <sys/stat.h>
12363#include <unistd.h>
12364#include <grp.h>
12365
12366main()
12367{
12368 struct stat st;
12369 struct group *gr;
12370 char *tty;
12371 gr = getgrnam("tty");
12372 tty = ttyname(0);
12373 if (gr != 0
12374 && tty != 0
12375 && (stat(tty, &st)) == 0
12376 && st.st_gid == gr->gr_gid)
12377 return 0;
12378 else
12379 return 1;
12380}
12381_ACEOF
12382rm -f conftest$ac_exeext
12383if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12384 (eval $ac_link) 2>&5
12385 ac_status=$?
12386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12387 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12389 (eval $ac_try) 2>&5
12390 ac_status=$?
12391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12392 (exit $ac_status); }; }; then
12393 tty_group=yes
12394else
12395 echo "$as_me: program exited with status $ac_status" >&5
12396echo "$as_me: failed program was:" >&5
12397sed 's/^/| /' conftest.$ac_ext >&5
12398
12399( exit $ac_status )
12400tty_group=no
12401fi
12402rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12403fi
12404fi
12405echo "$as_me:$LINENO: result: $tty_group" >&5
12406echo "${ECHO_T}$tty_group" >&6
12407if test x$tty_group = xyes; then
12408
12409cat >>confdefs.h <<\_ACEOF
12410#define TTY_GID_SUPPORT 1
12411_ACEOF
12412
12413fi
12414
12415if test x$support_xft = xyes; then
12416 # Extract the first word of "pkg-config", so it can be a program name with args.
12417set dummy pkg-config; ac_word=$2
12418echo "$as_me:$LINENO: checking for $ac_word" >&5
12419echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12420if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12421 echo $ECHO_N "(cached) $ECHO_C" >&6
12422else
12423 case $PKG_CONFIG in
12424 [\\/]* | ?:[\\/]*)
12425 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12426 ;;
12427 *)
12428 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12429for as_dir in $PATH
12430do
12431 IFS=$as_save_IFS
12432 test -z "$as_dir" && as_dir=.
12433 for ac_exec_ext in '' $ac_executable_extensions; do
12434 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12435 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12436 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12437 break 2
12438 fi
12439done
12440done
12441
12442 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12443 ;;
12444esac
12445fi
12446PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12447
12448if test -n "$PKG_CONFIG"; then
12449 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12450echo "${ECHO_T}$PKG_CONFIG" >&6
12451else
12452 echo "$as_me:$LINENO: result: no" >&5
12453echo "${ECHO_T}no" >&6
12454fi
12455
12456 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then
12457 LIBS="$LIBS `$PKG_CONFIG xft --libs`"
12458 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`"
12459 else
12460 # Extract the first word of "xft-config", so it can be a program name with args.
12461set dummy xft-config; ac_word=$2
12462echo "$as_me:$LINENO: checking for $ac_word" >&5
12463echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12464if test "${ac_cv_path_XFT_CONFIG+set}" = set; then
12465 echo $ECHO_N "(cached) $ECHO_C" >&6
12466else
12467 case $XFT_CONFIG in
12468 [\\/]* | ?:[\\/]*)
12469 ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path.
12470 ;;
12471 *)
12472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12473for as_dir in $PATH
12474do
12475 IFS=$as_save_IFS
12476 test -z "$as_dir" && as_dir=.
12477 for ac_exec_ext in '' $ac_executable_extensions; do
12478 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12479 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12480 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12481 break 2
12482 fi
12483done
12484done
12485
12486 test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no"
12487 ;;
12488esac
12489fi
12490XFT_CONFIG=$ac_cv_path_XFT_CONFIG
12491
12492if test -n "$XFT_CONFIG"; then
12493 echo "$as_me:$LINENO: result: $XFT_CONFIG" >&5
12494echo "${ECHO_T}$XFT_CONFIG" >&6
12495else
12496 echo "$as_me:$LINENO: result: no" >&5
12497echo "${ECHO_T}no" >&6
12498fi
12499
12500 if test $XFT_CONFIG != no; then
12501 LIBS="$LIBS `$XFT_CONFIG --libs`"
12502 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
12503 fi
12504 fi
12505
12506
12507for ac_header in X11/Xft/Xft.h
12508do
12509as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12510if eval "test \"\${$as_ac_Header+set}\" = set"; then
12511 echo "$as_me:$LINENO: checking for $ac_header" >&5
12512echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12513if eval "test \"\${$as_ac_Header+set}\" = set"; then
12514 echo $ECHO_N "(cached) $ECHO_C" >&6
12515fi
12516echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12517echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12518else
12519 # Is the header compilable?
12520echo "$as_me:$LINENO: checking $ac_header usability" >&5
12521echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12522cat >conftest.$ac_ext <<_ACEOF
12523/* confdefs.h. */
12524_ACEOF
12525cat confdefs.h >>conftest.$ac_ext
12526cat >>conftest.$ac_ext <<_ACEOF
12527/* end confdefs.h. */
12528$ac_includes_default
12529#include <$ac_header>
12530_ACEOF
12531rm -f conftest.$ac_objext
12532if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12533 (eval $ac_compile) 2>conftest.er1
12534 ac_status=$?
12535 grep -v '^ *+' conftest.er1 >conftest.err
12536 rm -f conftest.er1
12537 cat conftest.err >&5
12538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12539 (exit $ac_status); } &&
12540 { ac_try='test -z "$ac_cxx_werror_flag"
12541 || test ! -s conftest.err'
12542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12543 (eval $ac_try) 2>&5
12544 ac_status=$?
12545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12546 (exit $ac_status); }; } &&
12547 { ac_try='test -s conftest.$ac_objext'
12548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12549 (eval $ac_try) 2>&5
12550 ac_status=$?
12551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12552 (exit $ac_status); }; }; then
12553 ac_header_compiler=yes
12554else
12555 echo "$as_me: failed program was:" >&5
12556sed 's/^/| /' conftest.$ac_ext >&5
12557
12558ac_header_compiler=no
12559fi
12560rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12561echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12562echo "${ECHO_T}$ac_header_compiler" >&6
12563
12564# Is the header present?
12565echo "$as_me:$LINENO: checking $ac_header presence" >&5
12566echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12567cat >conftest.$ac_ext <<_ACEOF
12568/* confdefs.h. */
12569_ACEOF
12570cat confdefs.h >>conftest.$ac_ext
12571cat >>conftest.$ac_ext <<_ACEOF
12572/* end confdefs.h. */
12573#include <$ac_header>
12574_ACEOF
12575if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12576 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12577 ac_status=$?
12578 grep -v '^ *+' conftest.er1 >conftest.err
12579 rm -f conftest.er1
12580 cat conftest.err >&5
12581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12582 (exit $ac_status); } >/dev/null; then
12583 if test -s conftest.err; then
12584 ac_cpp_err=$ac_cxx_preproc_warn_flag
12585 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
12586 else
12587 ac_cpp_err=
12588 fi
12589else
12590 ac_cpp_err=yes
12591fi
12592if test -z "$ac_cpp_err"; then
12593 ac_header_preproc=yes
12594else
12595 echo "$as_me: failed program was:" >&5
12596sed 's/^/| /' conftest.$ac_ext >&5
12597
12598 ac_header_preproc=no
12599fi
12600rm -f conftest.err conftest.$ac_ext
12601echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12602echo "${ECHO_T}$ac_header_preproc" >&6
12603
12604# So? What about this header?
12605case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
12606 yes:no: )
12607 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12608echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12609 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12610echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12611 ac_header_preproc=yes
12612 ;;
12613 no:yes:* )
12614 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12615echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12616 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12617echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12618 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12619echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12620 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12621echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12622 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12623echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12624 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12625echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12626 (
12627 cat <<\_ASBOX
12628## ------------------------------------------ ##
12629## Report this to the AC_PACKAGE_NAME lists. ##
12630## ------------------------------------------ ##
12631_ASBOX
12632 ) |
12633 sed "s/^/$as_me: WARNING: /" >&2
12634 ;;
12635esac
12636echo "$as_me:$LINENO: checking for $ac_header" >&5
12637echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12638if eval "test \"\${$as_ac_Header+set}\" = set"; then
12639 echo $ECHO_N "(cached) $ECHO_C" >&6
12640else
12641 eval "$as_ac_Header=\$ac_header_preproc"
12642fi
12643echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12644echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12645
12646fi
12647if test `eval echo '${'$as_ac_Header'}'` = yes; then
12648 cat >>confdefs.h <<_ACEOF
12649#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12650_ACEOF
12651
16951else 12652else
16952 support_xft=no 12653 support_xft=no
16953fi 12654fi
16954 12655
16955done 12656done
16991 grep -v '^ *+' conftest.er1 >conftest.err 12692 grep -v '^ *+' conftest.er1 >conftest.err
16992 rm -f conftest.er1 12693 rm -f conftest.er1
16993 cat conftest.err >&5 12694 cat conftest.err >&5
16994 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16995 (exit $ac_status); } && 12696 (exit $ac_status); } &&
16996 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 12697 { ac_try='test -z "$ac_cxx_werror_flag"
12698 || test ! -s conftest.err'
16997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16998 (eval $ac_try) 2>&5 12700 (eval $ac_try) 2>&5
16999 ac_status=$? 12701 ac_status=$?
17000 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17001 (exit $ac_status); }; } && 12703 (exit $ac_status); }; } &&
17036#define XFT 1 12738#define XFT 1
17037_ACEOF 12739_ACEOF
17038 12740
17039 fi 12741 fi
17040fi 12742fi
12743if test x$support_styles = xyes; then
17041 12744
12745cat >>confdefs.h <<\_ACEOF
12746#define ENABLE_STYLES 1
12747_ACEOF
12748
12749fi
12750if test x$support_iso14755 = xyes; then
12751
12752cat >>confdefs.h <<\_ACEOF
12753#define ISO_14755 1
12754_ACEOF
12755
12756fi
12757if test x$support_8bitctrls = xyes; then
12758
12759cat >>confdefs.h <<\_ACEOF
12760#define EIGHT_BIT_CONTROLS 1
12761_ACEOF
12762
12763fi
12764if test x$support_fading = xyes; then
12765
12766cat >>confdefs.h <<\_ACEOF
12767#define OFF_FOCUS_FADING 1
12768_ACEOF
12769
12770fi
12771if test x$support_tinting = xyes; then
12772
12773cat >>confdefs.h <<\_ACEOF
12774#define TINTING 1
12775_ACEOF
12776
12777fi
12778if test x$support_inheritpixmap = xyes; then
12779
12780cat >>confdefs.h <<\_ACEOF
12781#define ENABLE_TRANSPARENCY 1
12782_ACEOF
12783
12784fi
12785if test x$support_keepscrolling = xno; then
12786
12787cat >>confdefs.h <<\_ACEOF
12788#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
12789_ACEOF
12790
12791fi
12792if test x$support_selectionscrolling = xyes; then
12793
12794cat >>confdefs.h <<\_ACEOF
12795#define SELECTION_SCROLLING 1
12796_ACEOF
12797
12798fi
12799if test x$support_mousewheel = xyes; then
12800
12801cat >>confdefs.h <<\_ACEOF
12802#define MOUSE_WHEEL 1
12803_ACEOF
12804
12805fi
12806if test x$support_mouseslipwheel = xyes; then
12807
12808cat >>confdefs.h <<\_ACEOF
12809#define MOUSE_SLIP_WHEELING 1
12810_ACEOF
12811
12812fi
12813if test x$support_xpm = xyes -o x$support_afterimage = xyes ; then
12814
12815cat >>confdefs.h <<\_ACEOF
12816#define XPM_BACKGROUND 1
12817_ACEOF
12818
12819fi
12820
12821if test x$support_afterimage = xyes; then
12822
12823cat >>confdefs.h <<\_ACEOF
12824#define HAVE_AFTERIMAGE 1
12825_ACEOF
12826
12827fi
12828
12829if test x$support_afterstep = xyes; then
12830
12831cat >>confdefs.h <<\_ACEOF
12832#define AFTERSTEP_INTEGRATION 1
12833_ACEOF
12834
12835fi
12836
12837if test x$support_scroll_rxvt = xyes; then
12838
12839cat >>confdefs.h <<\_ACEOF
12840#define RXVT_SCROLLBAR 1
12841_ACEOF
12842
12843 scrolltypes="rxvt"
12844fi
12845if test x$support_scroll_next = xyes; then
12846
12847cat >>confdefs.h <<\_ACEOF
12848#define NEXT_SCROLLBAR 1
12849_ACEOF
12850
12851 scrolltypes="$scrolltypes next"
12852fi
12853if test x$support_scroll_xterm = xyes; then
12854
12855cat >>confdefs.h <<\_ACEOF
12856#define XTERM_SCROLLBAR 1
12857_ACEOF
12858
12859 scrolltypes="$scrolltypes xterm"
12860fi
12861if test x$support_scroll_plain = xyes; then
12862
12863cat >>confdefs.h <<\_ACEOF
12864#define PLAIN_SCROLLBAR 1
12865_ACEOF
12866
12867 scrolltypes="$scrolltypes plain"
12868fi
12869if test x$support_pointer_blank = xyes; then
12870
12871cat >>confdefs.h <<\_ACEOF
12872#define POINTER_BLANK 1
12873_ACEOF
12874
12875fi
12876if test x$support_text_blink = xyes; then
12877
12878cat >>confdefs.h <<\_ACEOF
12879#define TEXT_BLINK 1
12880_ACEOF
12881
12882fi
12883if test x$support_unicode3 = xyes; then
12884
12885cat >>confdefs.h <<\_ACEOF
12886#define UNICODE_3 1
12887_ACEOF
12888
12889fi
12890if test x$support_combining = xyes; then
12891
12892cat >>confdefs.h <<\_ACEOF
12893#define ENABLE_COMBINING 1
12894_ACEOF
12895
12896fi
12897if test x$codesets = xall; then
12898 codesets=jp,jp-ext,kr,zh,zh-ext
12899fi
12900
12901cat >>confdefs.h <<\_ACEOF
12902#define ENCODING_EU 1
12903_ACEOF
12904
12905
12906cat >>confdefs.h <<\_ACEOF
12907#define ENCODING_VN 1
12908_ACEOF
12909
12910for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
12911 case "$codeset" in
12912 JP )
12913cat >>confdefs.h <<\_ACEOF
12914#define ENCODING_JP 1
12915_ACEOF
12916 ;;
12917 JP_EXT )
12918cat >>confdefs.h <<\_ACEOF
12919#define ENCODING_JP_EXT 1
12920_ACEOF
12921 ;;
12922 KR )
12923cat >>confdefs.h <<\_ACEOF
12924#define ENCODING_KR 1
12925_ACEOF
12926 ;;
12927 ZH )
12928cat >>confdefs.h <<\_ACEOF
12929#define ENCODING_ZH 1
12930_ACEOF
12931 ;;
12932 ZH_EXT )
12933cat >>confdefs.h <<\_ACEOF
12934#define ENCODING_ZH_EXT 1
12935_ACEOF
12936 ;;
12937 esac
12938done
12939
12940IF_PERL=\#
12941if test x$support_perl = xyes; then
12942 # Extract the first word of "perl5", so it can be a program name with args.
12943set dummy perl5; ac_word=$2
12944echo "$as_me:$LINENO: checking for $ac_word" >&5
12945echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12946if test "${ac_cv_path_PERL+set}" = set; then
12947 echo $ECHO_N "(cached) $ECHO_C" >&6
12948else
12949 case $PERL in
12950 [\\/]* | ?:[\\/]*)
12951 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12952 ;;
12953 *)
12954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12955for as_dir in $PATH
12956do
12957 IFS=$as_save_IFS
12958 test -z "$as_dir" && as_dir=.
12959 for ac_exec_ext in '' $ac_executable_extensions; do
12960 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12961 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
12962 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12963 break 2
12964 fi
12965done
12966done
12967
12968 ;;
12969esac
12970fi
12971PERL=$ac_cv_path_PERL
12972
12973if test -n "$PERL"; then
12974 echo "$as_me:$LINENO: result: $PERL" >&5
12975echo "${ECHO_T}$PERL" >&6
12976else
12977 echo "$as_me:$LINENO: result: no" >&5
12978echo "${ECHO_T}no" >&6
12979fi
12980
12981 # Extract the first word of "perl", so it can be a program name with args.
12982set dummy perl; ac_word=$2
12983echo "$as_me:$LINENO: checking for $ac_word" >&5
12984echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12985if test "${ac_cv_path_PERL+set}" = set; then
12986 echo $ECHO_N "(cached) $ECHO_C" >&6
12987else
12988 case $PERL in
12989 [\\/]* | ?:[\\/]*)
12990 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
12991 ;;
12992 *)
12993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12994for as_dir in $PATH
12995do
12996 IFS=$as_save_IFS
12997 test -z "$as_dir" && as_dir=.
12998 for ac_exec_ext in '' $ac_executable_extensions; do
12999 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13000 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
13001 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13002 break 2
13003 fi
13004done
13005done
13006
13007 ;;
13008esac
13009fi
13010PERL=$ac_cv_path_PERL
13011
13012if test -n "$PERL"; then
13013 echo "$as_me:$LINENO: result: $PERL" >&5
13014echo "${ECHO_T}$PERL" >&6
13015else
13016 echo "$as_me:$LINENO: result: no" >&5
13017echo "${ECHO_T}no" >&6
13018fi
13019
13020
13021 echo "$as_me:$LINENO: checking for $PERL suitability" >&5
13022echo $ECHO_N "checking for $PERL suitability... $ECHO_C" >&6
13023 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
13024
13025 save_CXXFLAGS="$CXXFLAGS"
13026 save_LIBS="$LIBS"
13027 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
13028 LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
13029 cat >conftest.$ac_ext <<_ACEOF
13030/* confdefs.h. */
13031_ACEOF
13032cat confdefs.h >>conftest.$ac_ext
13033cat >>conftest.$ac_ext <<_ACEOF
13034/* end confdefs.h. */
13035
13036#include <EXTERN.h>
13037#include <perl.h>
13038#include <XSUB.h>
13039
13040int
13041main ()
13042{
13043
13044 PerlInterpreter *perl = perl_alloc ();
13045
13046 ;
13047 return 0;
13048}
13049_ACEOF
13050rm -f conftest.$ac_objext conftest$ac_exeext
13051if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13052 (eval $ac_link) 2>conftest.er1
13053 ac_status=$?
13054 grep -v '^ *+' conftest.er1 >conftest.err
13055 rm -f conftest.er1
13056 cat conftest.err >&5
13057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13058 (exit $ac_status); } &&
13059 { ac_try='test -z "$ac_cxx_werror_flag"
13060 || test ! -s conftest.err'
13061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13062 (eval $ac_try) 2>&5
13063 ac_status=$?
13064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13065 (exit $ac_status); }; } &&
13066 { ac_try='test -s conftest$ac_exeext'
13067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13068 (eval $ac_try) 2>&5
13069 ac_status=$?
13070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13071 (exit $ac_status); }; }; then
13072 rxvt_perl_link=yes
13073else
13074 echo "$as_me: failed program was:" >&5
13075sed 's/^/| /' conftest.$ac_ext >&5
13076
13077rxvt_perl_link=no
13078fi
13079rm -f conftest.err conftest.$ac_objext \
13080 conftest$ac_exeext conftest.$ac_ext
13081 CXXFLAGS="$save_CXXFLAGS"
13082 LIBS="$save_LIBS"
13083
13084 if test x$rxvt_perl_link = xyes; then
13085 echo "$as_me:$LINENO: result: ok" >&5
13086echo "${ECHO_T}ok" >&6
13087
13088cat >>confdefs.h <<\_ACEOF
13089#define ENABLE_PERL 1
13090_ACEOF
13091
13092 IF_PERL=
13093 PERL_O=rxvtperl.o
13094 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
13095 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
13096 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
13097 else
13098 { { echo "$as_me:$LINENO: error: no, unable to link" >&5
13099echo "$as_me: error: no, unable to link" >&2;}
13100 { (exit 1); exit 1; }; }
13101 fi
13102 else
13103 { { echo "$as_me:$LINENO: error: no working perl found, or perl not version >= 5.8" >&5
13104echo "$as_me: error: no working perl found, or perl not version >= 5.8" >&2;}
13105 { (exit 1); exit 1; }; }
13106 fi
13107fi
13108
13109
13110
13111
13112
13113
13114
13115if test x$support_perl = xyes; then
13116 support_frills=yes
13117fi
13118
13119if test x$support_frills = xyes; then
13120
13121cat >>confdefs.h <<\_ACEOF
13122#define ENABLE_FRILLS 1
13123_ACEOF
13124
13125fi
13126
13127
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139test "$program_prefix" != NONE &&
13140 program_transform_name="s,^,$program_prefix,;$program_transform_name"
13141# Use a double $ so make ignores it.
13142test "$program_suffix" != NONE &&
13143 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
13144# Double any \ or $. echo might interpret backslashes.
13145# By default was `s,x,x', remove it if useless.
13146cat <<\_ACEOF >conftest.sed
13147s/[\\$]/&&/g;s/;s,x,x,$//
13148_ACEOF
13149program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
13150rm conftest.sed
13151
13152
13153
13154
13155
13156if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
13157 include_stdint_h="#include <stdint.h>"
13158else
13159 include_stdint_h="/* #include <stdint.h> */"
13160fi
13161if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
13162 include_stdarg_h="#include <cstdarg>"
13163else
13164 include_stdarg_h="/* #include <cstdarg> */"
13165fi
13166if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
13167 include_stdlib_h="#include <cstdlib>"
13168else
13169 include_stdlib_h="/* #include <cstdlib> */"
13170fi
13171if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
13172 include_unistd_h="#include <unistd.h>"
13173else
13174 include_unistd_h="/* #include <unistd.h> */"
13175fi
13176if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
13177 include_string_h="#include <cstring>"
13178else
13179 include_string_h="/* #include <cstring> */"
13180fi
13181if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
13182 include_fcntl_h="#include <fcntl.h>"
13183else
13184 include_fcntl_h="/* #include <fcntl.h> */"
13185fi
13186if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
13187 include_util_h="#include <util.h>"
13188else
13189 include_util_h="/* #include <util.h> */"
13190fi
13191if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
13192 include_assert_h="#include <assert.h>"
13193else
13194 include_assert_h="/* #include <assert.h> */"
13195fi
13196if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
13197 include_sys_ioctl_h="#include <sys/ioctl.h>"
13198else
13199 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
13200fi
13201if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
13202 include_sys_select_h="#include <sys/select.h>"
13203else
13204 include_sys_select_h="/* #include <sys/select.h> */"
13205fi
13206if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
13207 include_sys_strredir_h="#include <sys/strredir.h>"
13208else
13209 include_sys_strredir_h="/* #include <sys/strredir.h> */"
13210fi
13211if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
13212 include_sys_time_h="#include <sys/time.h>"
13213else
13214 include_sys_time_h="/* #include <sys/time.h> */"
13215fi
13216if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
13217 include_time_h="#include <time.h>"
13218else
13219 include_time_h="/* #include <time.h> */"
13220fi
13221
17042 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/test/Makefile src/rxvtlib.h W11/Makefile" 13222 ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/rxvtlib.h"
17043 13223
17044cat >confcache <<\_ACEOF 13224cat >confcache <<\_ACEOF
17045# This file is a shell script that caches the results of configure 13225# This file is a shell script that caches the results of configure
17046# tests run on this system so they can be shared between configure 13226# tests run on this system so they can be shared between configure
17047# scripts and configure runs, see configure's option --config-cache. 13227# scripts and configure runs, see configure's option --config-cache.
17564cat >>$CONFIG_STATUS <<\_ACEOF 13744cat >>$CONFIG_STATUS <<\_ACEOF
17565for ac_config_target in $ac_config_targets 13745for ac_config_target in $ac_config_targets
17566do 13746do
17567 case "$ac_config_target" in 13747 case "$ac_config_target" in
17568 # Handling of arguments. 13748 # Handling of arguments.
17569 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
17570 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 13749 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17571 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 13750 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17572 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 13751 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
17573 "src/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/test/Makefile" ;;
17574 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;; 13752 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
17575 "W11/Makefile" ) CONFIG_FILES="$CONFIG_FILES W11/Makefile" ;;
17576 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;; 13753 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
17577 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 13754 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
17578echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 13755echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
17579 { (exit 1); exit 1; }; };; 13756 { (exit 1); exit 1; }; };;
17580 esac 13757 esac
17581done 13758done
17656s,@DEFS@,$DEFS,;t t 13833s,@DEFS@,$DEFS,;t t
17657s,@ECHO_C@,$ECHO_C,;t t 13834s,@ECHO_C@,$ECHO_C,;t t
17658s,@ECHO_N@,$ECHO_N,;t t 13835s,@ECHO_N@,$ECHO_N,;t t
17659s,@ECHO_T@,$ECHO_T,;t t 13836s,@ECHO_T@,$ECHO_T,;t t
17660s,@LIBS@,$LIBS,;t t 13837s,@LIBS@,$LIBS,;t t
13838s,@build@,$build,;t t
13839s,@build_cpu@,$build_cpu,;t t
13840s,@build_vendor@,$build_vendor,;t t
13841s,@build_os@,$build_os,;t t
13842s,@host@,$host,;t t
13843s,@host_cpu@,$host_cpu,;t t
13844s,@host_vendor@,$host_vendor,;t t
13845s,@host_os@,$host_os,;t t
17661s,@VERSION@,$VERSION,;t t 13846s,@VERSION@,$VERSION,;t t
17662s,@DATE@,$DATE,;t t 13847s,@DATE@,$DATE,;t t
17663s,@LSMDATE@,$LSMDATE,;t t 13848s,@LSMDATE@,$LSMDATE,;t t
17664s,@LIBVERSION@,$LIBVERSION,;t t 13849s,@LIBVERSION@,$LIBVERSION,;t t
17665s,@CC@,$CC,;t t 13850s,@CC@,$CC,;t t
17674s,@ac_ct_CXX@,$ac_ct_CXX,;t t 13859s,@ac_ct_CXX@,$ac_ct_CXX,;t t
17675s,@CPP@,$CPP,;t t 13860s,@CPP@,$CPP,;t t
17676s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 13861s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17677s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 13862s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17678s,@INSTALL_DATA@,$INSTALL_DATA,;t t 13863s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17679s,@AWK@,$AWK,;t t 13864s,@EGREP@,$EGREP,;t t
17680s,@LINKER@,$LINKER,;t t 13865s,@LINKER@,$LINKER,;t t
17681s,@CXXCPP@,$CXXCPP,;t t
17682s,@EGREP@,$EGREP,;t t
17683s,@build@,$build,;t t
17684s,@build_cpu@,$build_cpu,;t t
17685s,@build_vendor@,$build_vendor,;t t
17686s,@build_os@,$build_os,;t t
17687s,@host@,$host,;t t
17688s,@host_cpu@,$host_cpu,;t t
17689s,@host_vendor@,$host_vendor,;t t
17690s,@host_os@,$host_os,;t t
17691s,@LN_S@,$LN_S,;t t
17692s,@ECHO@,$ECHO,;t t
17693s,@RANLIB@,$RANLIB,;t t
17694s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17695s,@STRIP@,$STRIP,;t t
17696s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17697s,@LIBTOOL@,$LIBTOOL,;t t
17698s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 13866s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
17699s,@RXVTNAME@,$RXVTNAME,;t t 13867s,@RXVTNAME@,$RXVTNAME,;t t
17700s,@MV@,$MV,;t t
17701s,@RM@,$RM,;t t
17702s,@CP@,$CP,;t t 13868s,@TIC@,$TIC,;t t
17703s,@LN@,$LN,;t t
17704s,@SED@,$SED,;t t
17705s,@CMP@,$CMP,;t t 13869s,@CXXCPP@,$CXXCPP,;t t
17706s,@TBL@,$TBL,;t t
17707s,@X_CFLAGS@,$X_CFLAGS,;t t 13870s,@X_CFLAGS@,$X_CFLAGS,;t t
17708s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t 13871s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
17709s,@X_LIBS@,$X_LIBS,;t t 13872s,@X_LIBS@,$X_LIBS,;t t
17710s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t 13873s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
13874s,@afterimage_config@,$afterimage_config,;t t
17711s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t 13875s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t
17712s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t 13876s,@XPM_CFLAGS@,$XPM_CFLAGS,;t t
17713s,@XPM_LIBS@,$XPM_LIBS,;t t 13877s,@XPM_LIBS@,$XPM_LIBS,;t t
17714s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t 13878s,@rxvt_int16_typedef@,$rxvt_int16_typedef,;t t
17715s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t 13879s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
17716s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t 13880s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
17717s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t 13881s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
17718s,@rxvt_intp_define@,$rxvt_intp_define,;t t 13882s,@rxvt_intp_define@,$rxvt_intp_define,;t t
17719s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 13883s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
17720s,@DEBUG@,$DEBUG,;t t 13884s,@PKG_CONFIG@,$PKG_CONFIG,;t t
17721s,@DINCLUDE@,$DINCLUDE,;t t 13885s,@XFT_CONFIG@,$XFT_CONFIG,;t t
13886s,@PERL@,$PERL,;t t
17722s,@DLIB@,$DLIB,;t t 13887s,@PERLLIB@,$PERLLIB,;t t
13888s,@PERLFLAGS@,$PERLFLAGS,;t t
13889s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
13890s,@IF_PERL@,$IF_PERL,;t t
13891s,@PERL_O@,$PERL_O,;t t
13892s,@LIBAFTERIMAGE_CFLAGS@,$LIBAFTERIMAGE_CFLAGS,;t t
13893s,@AFTERIMAGE_LIBS@,$AFTERIMAGE_LIBS,;t t
17723s,@include_stdint_h@,$include_stdint_h,;t t 13894s,@include_stdint_h@,$include_stdint_h,;t t
17724s,@include_stdarg_h@,$include_stdarg_h,;t t 13895s,@include_stdarg_h@,$include_stdarg_h,;t t
17725s,@include_stdlib_h@,$include_stdlib_h,;t t 13896s,@include_stdlib_h@,$include_stdlib_h,;t t
17726s,@include_unistd_h@,$include_unistd_h,;t t 13897s,@include_unistd_h@,$include_unistd_h,;t t
17727s,@include_string_h@,$include_string_h,;t t 13898s,@include_string_h@,$include_string_h,;t t
17733s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t 13904s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
17734s,@include_sys_time_h@,$include_sys_time_h,;t t 13905s,@include_sys_time_h@,$include_sys_time_h,;t t
17735s,@include_time_h@,$include_time_h,;t t 13906s,@include_time_h@,$include_time_h,;t t
17736s,@LIBOBJS@,$LIBOBJS,;t t 13907s,@LIBOBJS@,$LIBOBJS,;t t
17737s,@LTLIBOBJS@,$LTLIBOBJS,;t t 13908s,@LTLIBOBJS@,$LTLIBOBJS,;t t
17738/@MCOMMON@/r $MCOMMON
17739s,@MCOMMON@,,;t t
17740CEOF 13909CEOF
17741 13910
17742_ACEOF 13911_ACEOF
17743 13912
17744 cat >>$CONFIG_STATUS <<\_ACEOF 13913 cat >>$CONFIG_STATUS <<\_ACEOF
17901 case $INSTALL in 14070 case $INSTALL in
17902 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 14071 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17903 *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 14072 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
17904 esac 14073 esac
17905 14074
14075 if test x"$ac_file" != x-; then
14076 { echo "$as_me:$LINENO: creating $ac_file" >&5
14077echo "$as_me: creating $ac_file" >&6;}
14078 rm -f "$ac_file"
14079 fi
17906 # Let's still pretend it is `configure' which instantiates (i.e., don't 14080 # Let's still pretend it is `configure' which instantiates (i.e., don't
17907 # use $as_me), people would be surprised to read: 14081 # use $as_me), people would be surprised to read:
17908 # /* config.h. Generated by config.status. */ 14082 # /* config.h. Generated by config.status. */
17909 if test x"$ac_file" = x-; then 14083 if test x"$ac_file" = x-; then
17910 configure_input= 14084 configure_input=
17939echo "$as_me: error: cannot find input file: $f" >&2;} 14113echo "$as_me: error: cannot find input file: $f" >&2;}
17940 { (exit 1); exit 1; }; } 14114 { (exit 1); exit 1; }; }
17941 fi;; 14115 fi;;
17942 esac 14116 esac
17943 done` || { (exit 1); exit 1; } 14117 done` || { (exit 1); exit 1; }
17944
17945 if test x"$ac_file" != x-; then
17946 { echo "$as_me:$LINENO: creating $ac_file" >&5
17947echo "$as_me: creating $ac_file" >&6;}
17948 rm -f "$ac_file"
17949 fi
17950_ACEOF 14118_ACEOF
17951cat >>$CONFIG_STATUS <<_ACEOF 14119cat >>$CONFIG_STATUS <<_ACEOF
17952 sed "$ac_vpsub 14120 sed "$ac_vpsub
17953$extrasub 14121$extrasub
17954_ACEOF 14122_ACEOF
18234 14402
18235 Rxvt version: $VERSION : $DATE 14403 Rxvt version: $VERSION : $DATE
18236 Source code location: $srcdir 14404 Source code location: $srcdir
18237 Install path: ${prefix}/bin 14405 Install path: ${prefix}/bin
18238 Compiler: $CXX 14406 Compiler: $CXX
18239 Compiler flags: $CFLAGS 14407 Compiler flags: $CXXFLAGS
18240 Linker: $LINKER" 14408 Linker: $LINKER"
18241
18242if test "$MALLOC_TYPE" = S; then
18243 echo " malloc support: system default"
18244fi
18245if test "$MALLOC_TYPE" = G; then
18246 echo " malloc support: Gray Watson's dmalloc"
18247fi
18248if test "$MALLOC_TYPE" = D; then
18249 echo " malloc support: Doug Lea's malloc"
18250fi
18251 14409
18252if test x$support_xpm = xyes; then 14410if test x$support_xpm = xyes; then
18253 echo " Xpm library: $XPM_LIBS" 14411 echo " Xpm library: $XPM_LIBS"
18254fi 14412fi
18255 14413
18256echo " 14414if test x$support_afterimage = xyes; then
18257The following are set in config.h 14415 echo " AfterImage support: yes"
18258" 14416fi
18259echo " pty/tty type: "$rxvt_cv_ptys 14417
18260if test x$support_utmp != xyes; then 14418if test x$support_afterstep = xyes; then
18261 echo " utmp support: disabled" 14419 echo " AfterStep integration: yes"
18262 echo
18263else
18264 echo " utmp support: enabled
18265 utmp file: $rxvt_cv_path_utmp
18266 utmpx file: $rxvt_cv_path_utmpx
18267 wtmp file: $rxvt_cv_path_wtmp
18268 wtmpx file: $rxvt_cv_path_wtmpx
18269 lastlog file: $rxvt_cv_path_lastlog
18270 ttys/ttytab file: $rxvt_cv_path_ttytab"
18271 echo
18272fi 14420fi
14421
18273if test x$term != x; then 14422if test x$term != x; then
18274 echo " set TERM to: $term" 14423 echo " set TERM to: $term"
18275fi 14424fi
18276if test x$terminfo != x; then 14425if test x$terminfo != x; then
18277 echo " set TERMINFO to: $terminfo" 14426 echo " set TERMINFO to: $terminfo"
18280echo " resource class: $RESCLASS" 14429echo " resource class: $RESCLASS"
18281if test x$RESFALLBACK != x; then 14430if test x$RESFALLBACK != x; then
18282 echo " resource class fallback: $RESFALLBACK" 14431 echo " resource class fallback: $RESFALLBACK"
18283fi 14432fi
18284echo 14433echo
18285if test x$rxvt_cv_ptys = xUNKNOWN; then 14434echo " embedded perl: $support_perl"
18286 echo ".----------------------------------------------------------------." 14435echo
18287 echo ". WARNING: could not determine pty/tty type. Do not build until ."
18288 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
18289 echo ".----------------------------------------------------------------."
18290fi
18291if test x$support_xpm = xneedsmanualspecification; then 14436if test x$support_xpm = xneedsmanualspecification; then
18292 echo ".----------------------------------------------------------------." 14437 echo ".----------------------------------------------------------------."
18293 echo ". WARNING: --enable-xpm-background was specified however the ." 14438 echo ". WARNING: --enable-xpm-background was specified however the ."
18294 echo ". XPM includes files and libraries could not be found. ." 14439 echo ". XPM includes files and libraries could not be found. ."
18295 echo ". XPM backgrounds are now being DISABLED! If you want ." 14440 echo ". XPM backgrounds are now being DISABLED! If you want ."
18304 echo ". functions could not be found. ." 14449 echo ". functions could not be found. ."
18305 echo ". XIM is now being DISABLED! ." 14450 echo ". XIM is now being DISABLED! ."
18306 echo ".----------------------------------------------------------------." 14451 echo ".----------------------------------------------------------------."
18307fi 14452fi
18308 14453
18309echo " *** Please check src/feature.h for further options ***" 14454echo "*** Optionally check src/feature.h for further, rarely used options ***"
18310echo 14455echo
18311 14456
18312echo ".----------------------------------------------------------------."
18313echo ". NOTE: most features are disabled by default, try ."
18314echo ". configure --help to get an idea of the optional features ."
18315echo ".----------------------------------------------------------------."
18316echo
18317

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines