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

Comparing rxvt-unicode/configure (file contents):
Revision 1.21 by pcg, Sun Mar 14 23:14:37 2004 UTC vs.
Revision 1.86 by root, Sat Jan 21 22:34:05 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines