Changeset 503 for trunk/src/gmake/configure
- Timestamp:
- Sep 15, 2006, 7:09:38 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/configure
-
Property svn:executable
set to
*
r200 r503 1 1 #! /bin/sh 2 # From configure.in Id: configure.in,v 1.1 25 2004/03/06 08:05:19psmith Exp .2 # From configure.in Id: configure.in,v 1.142 2006/04/01 06:36:40 psmith Exp . 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated by GNU Autoconf 2.59 for GNU make 3.81 beta1.4 # Generated by GNU Autoconf 2.59 for GNU make 3.81. 5 5 # 6 6 # Report bugs to <bug-make@gnu.org>. … … 271 271 PACKAGE_NAME='GNU make' 272 272 PACKAGE_TARNAME='make' 273 PACKAGE_VERSION='3.81 beta1'274 PACKAGE_STRING='GNU make 3.81 beta1'273 PACKAGE_VERSION='3.81' 274 PACKAGE_STRING='GNU make 3.81' 275 275 PACKAGE_BUGREPORT='bug-make@gnu.org' 276 276 … … 313 313 #endif" 314 314 315 ac_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 INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE RANLIB ac_ct_RANLIB CPP AR PERL build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP U ANSI2KNR MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB ALLOCA LIBOBJS NEED_SETGID KMEM_GROUP GETLOADAVG_LIBS REMOTE USE_CUSTOMS_TRUE USE_CUSTOMS_FALSE GLOBINC GLOBLIB USE_LOCAL_GLOB_TRUE USE_LOCAL_GLOB_FALSE MAKE_HOSTLTLIBOBJS'315 ac_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 INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE RANLIB ac_ct_RANLIB CPP AR PERL build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP U ANSI2KNR MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB ALLOCA LIBOBJS NEED_SETGID KMEM_GROUP GETLOADAVG_LIBS REMOTE USE_CUSTOMS_TRUE USE_CUSTOMS_FALSE GLOBINC GLOBLIB USE_LOCAL_GLOB_TRUE USE_LOCAL_GLOB_FALSE MAKE_HOST WINDOWSENV_TRUE WINDOWSENV_FALSE LTLIBOBJS' 316 316 ac_subst_files='MAINT_MAKEFILE' 317 317 … … 782 782 # This message is too long to be a string in the A/UX 3.1 sh. 783 783 cat <<_ACEOF 784 \`configure' configures GNU make 3.81 beta1to adapt to many kinds of systems.784 \`configure' configures GNU make 3.81 to adapt to many kinds of systems. 785 785 786 786 Usage: $0 [OPTION]... [VAR=VALUE]... … … 848 848 if test -n "$ac_init_help"; then 849 849 case $ac_init_help in 850 short | recursive ) echo "Configuration of GNU make 3.81 beta1:";;850 short | recursive ) echo "Configuration of GNU make 3.81:";; 851 851 esac 852 852 cat <<\_ACEOF … … 860 860 --disable-rpath do not hardcode runtime library paths 861 861 --disable-largefile omit support for large files 862 --enable-case-insensitive-file-system 863 enable case insensitive file system support 862 864 --disable-job-server disallow recursive make communication during -jN 863 865 … … 975 977 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 976 978 fi 977 cd $ac_popdir979 cd "$ac_popdir" 978 980 done 979 981 fi … … 982 984 if $ac_init_version; then 983 985 cat <<\_ACEOF 984 GNU make configure 3.81 beta1986 GNU make configure 3.81 985 987 generated by GNU Autoconf 2.59 986 988 … … 996 998 running configure, to aid debugging if configure makes a mistake. 997 999 998 It was created by GNU make $as_me 3.81 beta1, which was1000 It was created by GNU make $as_me 3.81, which was 999 1001 generated by GNU Autoconf 2.59. Invocation command line was 1000 1002 … … 1367 1369 1368 1370 # Automake setup 1369 am__api_version="1. 8"1371 am__api_version="1.9" 1370 1372 # Find a good install program. We prefer a C program (faster), 1371 1373 # so one script is as good as another. But avoid the broken or … … 1519 1521 1520 1522 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 1521 # Keeping the `.' argument allows $(mkdir_p) to be used without1522 # a rgument. Indeed, we sometimes output rules like1523 # We used to keeping the `.' as first argument, in order to 1524 # allow $(mkdir_p) to be used without argument. As in 1523 1525 # $(mkdir_p) $(somedir) 1524 # where $(somedir) is conditionally defined. 1525 # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more 1526 # expensive solution, as it forces Make to start a sub-shell.) 1527 mkdir_p='mkdir -p -- .' 1526 # where $(somedir) is conditionally defined. However this is wrong 1527 # for two reasons: 1528 # 1. if the package is installed by a user who cannot write `.' 1529 # make install will fail, 1530 # 2. the above comment should most certainly read 1531 # $(mkdir_p) $(DESTDIR)$(somedir) 1532 # so it does not work when $(somedir) is undefined and 1533 # $(DESTDIR) is not. 1534 # To support the latter case, we have to write 1535 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), 1536 # so the `.' trick is pointless. 1537 mkdir_p='mkdir -p --' 1528 1538 else 1529 1539 # On NextStep and OpenStep, the `mkdir' command does not … … 1641 1651 # Define the identity of the package. 1642 1652 PACKAGE='make' 1643 VERSION='3.81 beta1'1653 VERSION='3.81' 1644 1654 1645 1655 … … 1668 1678 1669 1679 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 1670 1671 1672 AMTAR=${AMTAR-"${am_missing_run}tar"}1673 1680 1674 1681 install_sh=${install_sh-"$am_aux_dir/install-sh"} … … 1764 1771 # We need awk for the "check" target. The system "awk" is bad on 1765 1772 # some platforms. 1773 # Always define AMTAR for backward compatibility. 1774 1775 AMTAR=${AMTAR-"${am_missing_run}tar"} 1776 1777 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' 1778 1779 1766 1780 1767 1781 … … 2337 2351 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2338 2352 (exit $ac_status); } && 2339 { ac_try='test -z "$ac_c_werror_flag" 2340 || test ! -s conftest.err' 2353 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2341 2354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2342 2355 (eval $ac_try) 2>&5 … … 2396 2409 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2397 2410 (exit $ac_status); } && 2398 { ac_try='test -z "$ac_c_werror_flag" 2399 || test ! -s conftest.err' 2411 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2400 2412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2401 2413 (eval $ac_try) 2>&5 … … 2513 2525 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2514 2526 (exit $ac_status); } && 2515 { ac_try='test -z "$ac_c_werror_flag" 2516 || test ! -s conftest.err' 2527 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2517 2528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2518 2529 (eval $ac_try) 2>&5 … … 2568 2579 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2569 2580 (exit $ac_status); } && 2570 { ac_try='test -z "$ac_c_werror_flag" 2571 || test ! -s conftest.err' 2581 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2572 2582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2573 2583 (eval $ac_try) 2>&5 … … 2614 2624 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2615 2625 (exit $ac_status); } && 2616 { ac_try='test -z "$ac_c_werror_flag" 2617 || test ! -s conftest.err' 2626 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2618 2627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2619 2628 (eval $ac_try) 2>&5 … … 2659 2668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2660 2669 (exit $ac_status); } && 2661 { ac_try='test -z "$ac_c_werror_flag" 2662 || test ! -s conftest.err' 2670 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2663 2671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2664 2672 (eval $ac_try) 2>&5 … … 2835 2843 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 2836 2844 # icc doesn't choke on unknown options, it will just issue warnings 2837 # (even with -Werror). So we grep stderr for any message 2838 # that says an option was ignored. 2839 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 2845 # or remarks (even with -Werror). So we grep stderr for any message 2846 # that says an option was ignored or not supported. 2847 # When given -MP, icc 7.0 and 7.1 complain thusly: 2848 # icc: Command line warning: ignoring option '-M'; no argument required 2849 # The diagnosis changed in icc 8.0: 2850 # icc: Command line remark: option '-MP' not supported 2851 if (grep 'ignoring option' conftest.err || 2852 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 2840 2853 am_cv_CC_dependencies_compiler_type=$depmode 2841 2854 break … … 3474 3487 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3475 3488 (exit $ac_status); } && 3476 { ac_try='test -z "$ac_c_werror_flag" 3477 || test ! -s conftest.err' 3489 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3478 3490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3479 3491 (eval $ac_try) 2>&5 … … 3529 3541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3530 3542 (exit $ac_status); } && 3531 { ac_try='test -z "$ac_c_werror_flag" 3532 || test ! -s conftest.err' 3543 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3533 3544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3534 3545 (eval $ac_try) 2>&5 … … 3595 3606 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3596 3607 (exit $ac_status); } && 3597 { ac_try='test -z "$ac_c_werror_flag" 3598 || test ! -s conftest.err' 3608 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3599 3609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3600 3610 (eval $ac_try) 2>&5 … … 3766 3776 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3767 3777 (exit $ac_status); } && 3768 { ac_try='test -z "$ac_c_werror_flag" 3769 || test ! -s conftest.err' 3778 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3770 3779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3771 3780 (eval $ac_try) 2>&5 … … 3830 3839 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3831 3840 (exit $ac_status); } && 3832 { ac_try='test -z "$ac_c_werror_flag" 3833 || test ! -s conftest.err' 3841 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3834 3842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3835 3843 (eval $ac_try) 2>&5 … … 4026 4034 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4027 4035 (exit $ac_status); } && 4028 { ac_try='test -z "$ac_c_werror_flag" 4029 || test ! -s conftest.err' 4036 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4030 4037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4031 4038 (eval $ac_try) 2>&5 … … 4542 4549 # but apparently some GNU ld's only accept -v. 4543 4550 # Break only if it was the GNU/non-GNU ld that we prefer. 4544 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then 4545 test "$with_gnu_ld" != no && break 4546 else 4547 test "$with_gnu_ld" != yes && break 4548 fi 4551 case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in 4552 *GNU* | *'with BFD'*) 4553 test "$with_gnu_ld" != no && break ;; 4554 *) 4555 test "$with_gnu_ld" != yes && break ;; 4556 esac 4549 4557 fi 4550 4558 done … … 4572 4580 else 4573 4581 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 4574 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then 4575 acl_cv_prog_gnu_ld=yes 4576 else 4577 acl_cv_prog_gnu_ld=no 4578 fi 4582 case `$LD -v 2>&1 </dev/null` in 4583 *GNU* | *'with BFD'*) 4584 acl_cv_prog_gnu_ld=yes ;; 4585 *) 4586 acl_cv_prog_gnu_ld=no ;; 4587 esac 4579 4588 fi 4580 4589 echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5 … … 5072 5081 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5073 5082 (exit $ac_status); } && 5074 { ac_try='test -z "$ac_c_werror_flag" 5075 || test ! -s conftest.err' 5083 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5076 5084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5077 5085 (eval $ac_try) 2>&5 … … 5164 5172 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5165 5173 (exit $ac_status); } && 5166 { ac_try='test -z "$ac_c_werror_flag" 5167 || test ! -s conftest.err' 5174 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5168 5175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5169 5176 (eval $ac_try) 2>&5 … … 5215 5222 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5216 5223 (exit $ac_status); } && 5217 { ac_try='test -z "$ac_c_werror_flag" 5218 || test ! -s conftest.err' 5224 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5219 5225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5220 5226 (eval $ac_try) 2>&5 … … 5682 5688 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5683 5689 (exit $ac_status); } && 5684 { ac_try='test -z "$ac_c_werror_flag" 5685 || test ! -s conftest.err' 5690 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5686 5691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5687 5692 (eval $ac_try) 2>&5 … … 5737 5742 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5738 5743 (exit $ac_status); } && 5739 { ac_try='test -z "$ac_c_werror_flag" 5740 || test ! -s conftest.err' 5744 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5741 5745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5742 5746 (eval $ac_try) 2>&5 … … 5925 5929 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5926 5930 (exit $ac_status); } && 5927 { ac_try='test -z "$ac_c_werror_flag" 5928 || test ! -s conftest.err' 5931 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5929 5932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5930 5933 (eval $ac_try) 2>&5 … … 5955 5958 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5956 5959 (exit $ac_status); } && 5957 { ac_try='test -z "$ac_c_werror_flag" 5958 || test ! -s conftest.err' 5960 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5959 5961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5960 5962 (eval $ac_try) 2>&5 … … 6026 6028 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6027 6029 (exit $ac_status); } && 6028 { ac_try='test -z "$ac_c_werror_flag" 6029 || test ! -s conftest.err' 6030 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6030 6031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6031 6032 (eval $ac_try) 2>&5 … … 6079 6080 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6080 6081 (exit $ac_status); } && 6081 { ac_try='test -z "$ac_c_werror_flag" 6082 || test ! -s conftest.err' 6082 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6083 6083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6084 6084 (eval $ac_try) 2>&5 … … 6151 6151 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6152 6152 (exit $ac_status); } && 6153 { ac_try='test -z "$ac_c_werror_flag" 6154 || test ! -s conftest.err' 6153 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6155 6154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6156 6155 (eval $ac_try) 2>&5 … … 6204 6203 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6205 6204 (exit $ac_status); } && 6206 { ac_try='test -z "$ac_c_werror_flag" 6207 || test ! -s conftest.err' 6205 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6208 6206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6209 6207 (eval $ac_try) 2>&5 … … 6279 6277 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6280 6278 (exit $ac_status); } && 6281 { ac_try='test -z "$ac_c_werror_flag" 6282 || test ! -s conftest.err' 6279 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6283 6280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6284 6281 (eval $ac_try) 2>&5 … … 6334 6331 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6335 6332 (exit $ac_status); } && 6336 { ac_try='test -z "$ac_c_werror_flag" 6337 || test ! -s conftest.err' 6333 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6338 6334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6339 6335 (eval $ac_try) 2>&5 … … 6402 6398 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6403 6399 (exit $ac_status); } && 6404 { ac_try='test -z "$ac_c_werror_flag" 6405 || test ! -s conftest.err' 6400 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6406 6401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6407 6402 (eval $ac_try) 2>&5 … … 6575 6570 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6576 6571 (exit $ac_status); } && 6577 { ac_try='test -z "$ac_c_werror_flag" 6578 || test ! -s conftest.err' 6572 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6579 6573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6580 6574 (eval $ac_try) 2>&5 … … 6648 6642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6649 6643 (exit $ac_status); } && 6650 { ac_try='test -z "$ac_c_werror_flag" 6651 || test ! -s conftest.err' 6644 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6652 6645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6653 6646 (eval $ac_try) 2>&5 … … 6703 6696 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6704 6697 (exit $ac_status); } && 6705 { ac_try='test -z "$ac_c_werror_flag" 6706 || test ! -s conftest.err' 6698 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6707 6699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6708 6700 (eval $ac_try) 2>&5 … … 6775 6767 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6776 6768 (exit $ac_status); } && 6777 { ac_try='test -z "$ac_c_werror_flag" 6778 || test ! -s conftest.err' 6769 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6779 6770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6780 6771 (eval $ac_try) 2>&5 … … 6830 6821 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6831 6822 (exit $ac_status); } && 6832 { ac_try='test -z "$ac_c_werror_flag" 6833 || test ! -s conftest.err' 6823 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6834 6824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6835 6825 (eval $ac_try) 2>&5 … … 6956 6946 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6957 6947 (exit $ac_status); } && 6958 { ac_try='test -z "$ac_c_werror_flag" 6959 || test ! -s conftest.err' 6948 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6960 6949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6961 6950 (eval $ac_try) 2>&5 … … 6998 6987 6999 6988 6989 7000 6990 for ac_header in stdlib.h locale.h unistd.h limits.h fcntl.h string.h \ 7001 memory.h sys/param.h sys/ time.h sys/timeb.h6991 memory.h sys/param.h sys/resource.h sys/time.h sys/timeb.h 7002 6992 do 7003 6993 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` … … 7032 7022 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7033 7023 (exit $ac_status); } && 7034 { ac_try='test -z "$ac_c_werror_flag" 7035 || test ! -s conftest.err' 7024 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7036 7025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7037 7026 (eval $ac_try) 2>&5 … … 7195 7184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7196 7185 (exit $ac_status); } && 7197 { ac_try='test -z "$ac_c_werror_flag" 7198 || test ! -s conftest.err' 7186 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7199 7187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7200 7188 (eval $ac_try) 2>&5 … … 7490 7478 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7491 7479 (exit $ac_status); } && 7492 { ac_try='test -z "$ac_c_werror_flag" 7493 || test ! -s conftest.err' 7480 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7494 7481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7495 7482 (eval $ac_try) 2>&5 … … 7561 7548 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7562 7549 (exit $ac_status); } && 7563 { ac_try='test -z "$ac_c_werror_flag" 7564 || test ! -s conftest.err' 7550 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7565 7551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7566 7552 (eval $ac_try) 2>&5 … … 7661 7647 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7662 7648 (exit $ac_status); } && 7663 { ac_try='test -z "$ac_c_werror_flag" 7664 || test ! -s conftest.err' 7649 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7665 7650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7666 7651 (eval $ac_try) 2>&5 … … 7730 7715 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7731 7716 (exit $ac_status); } && 7732 { ac_try='test -z "$ac_c_werror_flag" 7733 || test ! -s conftest.err' 7717 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7734 7718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7735 7719 (eval $ac_try) 2>&5 … … 7791 7775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7792 7776 (exit $ac_status); } && 7793 { ac_try='test -z "$ac_c_werror_flag" 7794 || test ! -s conftest.err' 7777 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7795 7778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7796 7779 (eval $ac_try) 2>&5 … … 7869 7852 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7870 7853 (exit $ac_status); } && 7871 { ac_try='test -z "$ac_c_werror_flag" 7872 || test ! -s conftest.err' 7854 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7873 7855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7874 7856 (eval $ac_try) 2>&5 … … 7940 7922 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7941 7923 (exit $ac_status); } && 7942 { ac_try='test -z "$ac_c_werror_flag" 7943 || test ! -s conftest.err' 7924 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7944 7925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7945 7926 (eval $ac_try) 2>&5 … … 8017 7998 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8018 7999 (exit $ac_status); } && 8019 { ac_try='test -z "$ac_c_werror_flag" 8020 || test ! -s conftest.err' 8000 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8021 8001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8022 8002 (eval $ac_try) 2>&5 … … 8072 8052 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8073 8053 (exit $ac_status); } && 8074 { ac_try='test -z "$ac_c_werror_flag" 8075 || test ! -s conftest.err' 8054 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8076 8055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8077 8056 (eval $ac_try) 2>&5 … … 8115 8094 8116 8095 # Check for DOS-style pathnames. 8117 pds_AC_DOS_PATHS 8096 8097 echo "$as_me:$LINENO: checking whether system uses MSDOS-style paths" >&5 8098 echo $ECHO_N "checking whether system uses MSDOS-style paths... $ECHO_C" >&6 8099 if test "${ac_cv_dos_paths+set}" = set; then 8100 echo $ECHO_N "(cached) $ECHO_C" >&6 8101 else 8102 8103 cat >conftest.$ac_ext <<_ACEOF 8104 8105 #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __EMX__ && !defined __MSYS__ 8106 neither MSDOS nor Windows nor OS2 8107 #endif 8108 8109 _ACEOF 8110 rm -f conftest.$ac_objext 8111 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8112 (eval $ac_compile) 2>conftest.er1 8113 ac_status=$? 8114 grep -v '^ *+' conftest.er1 >conftest.err 8115 rm -f conftest.er1 8116 cat conftest.err >&5 8117 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8118 (exit $ac_status); } && 8119 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8121 (eval $ac_try) 2>&5 8122 ac_status=$? 8123 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8124 (exit $ac_status); }; } && 8125 { ac_try='test -s conftest.$ac_objext' 8126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8127 (eval $ac_try) 2>&5 8128 ac_status=$? 8129 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8130 (exit $ac_status); }; }; then 8131 ac_cv_dos_paths=yes 8132 else 8133 echo "$as_me: failed program was:" >&5 8134 sed 's/^/| /' conftest.$ac_ext >&5 8135 8136 ac_cv_dos_paths=no 8137 fi 8138 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8139 8140 fi 8141 echo "$as_me:$LINENO: result: $ac_cv_dos_paths" >&5 8142 echo "${ECHO_T}$ac_cv_dos_paths" >&6 8143 8144 if test x"$ac_cv_dos_paths" = xyes; then 8145 8146 cat >>confdefs.h <<_ACEOF 8147 #define HAVE_DOS_PATHS 1 8148 _ACEOF 8149 8150 fi 8151 8118 8152 8119 8153 # See if we have a standard version of gettimeofday(). Since actual … … 8198 8232 8199 8233 8234 8235 8236 8237 8238 8239 8200 8240 for ac_func in memcpy memmove strchr strdup mkstemp mktemp fdopen \ 8201 bsd_signal dup2 getcwd sigsetmask sigaction getgroups \ 8202 seteuid setegid setlinebuf setreuid setregid setvbuf pipe \ 8203 strerror strsignal 8241 bsd_signal dup2 getcwd realpath sigsetmask sigaction \ 8242 getgroups seteuid setegid setlinebuf setreuid setregid \ 8243 getrlimit setrlimit setvbuf pipe strerror strsignal \ 8244 lstat readlink atexit 8204 8245 do 8205 8246 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` … … 8269 8310 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8270 8311 (exit $ac_status); } && 8271 { ac_try='test -z "$ac_c_werror_flag" 8272 || test ! -s conftest.err' 8312 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8273 8313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8274 8314 (eval $ac_try) 2>&5 … … 8336 8376 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8337 8377 (exit $ac_status); } && 8338 { ac_try='test -z "$ac_c_werror_flag" 8339 || test ! -s conftest.err' 8378 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8340 8379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8341 8380 (eval $ac_try) 2>&5 … … 8376 8415 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8377 8416 (exit $ac_status); } && 8378 { ac_try='test -z "$ac_c_werror_flag" 8379 || test ! -s conftest.err' 8417 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8380 8418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8381 8419 (eval $ac_try) 2>&5 … … 8557 8595 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8558 8596 (exit $ac_status); } && 8559 { ac_try='test -z "$ac_c_werror_flag" 8560 || test ! -s conftest.err' 8597 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8561 8598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8562 8599 (eval $ac_try) 2>&5 … … 8639 8676 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8640 8677 (exit $ac_status); } && 8641 { ac_try='test -z "$ac_c_werror_flag" 8642 || test ! -s conftest.err' 8678 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8643 8679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8644 8680 (eval $ac_try) 2>&5 … … 8781 8817 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8782 8818 (exit $ac_status); } && 8783 { ac_try='test -z "$ac_c_werror_flag" 8784 || test ! -s conftest.err' 8819 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8785 8820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8786 8821 (eval $ac_try) 2>&5 … … 8920 8955 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8921 8956 (exit $ac_status); } && 8922 { ac_try='test -z "$ac_c_werror_flag" 8923 || test ! -s conftest.err' 8957 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8924 8958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8925 8959 (eval $ac_try) 2>&5 … … 9106 9140 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9107 9141 (exit $ac_status); } && 9108 { ac_try='test -z "$ac_c_werror_flag" 9109 || test ! -s conftest.err' 9142 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9110 9143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9111 9144 (eval $ac_try) 2>&5 … … 9149 9182 else 9150 9183 cat >conftest.$ac_ext <<_ACEOF 9151 /* By Ruediger Kuhlmann. */ 9152 #include <sys/types.h> 9153 #if HAVE_UNISTD_H 9154 # include <unistd.h> 9155 #endif 9156 /* Some systems only have a dummy stub for fork() */ 9157 int main () 9158 { 9159 if (fork() < 0) 9160 exit (1); 9161 exit (0); 9162 } 9184 /* confdefs.h. */ 9185 _ACEOF 9186 cat confdefs.h >>conftest.$ac_ext 9187 cat >>conftest.$ac_ext <<_ACEOF 9188 /* end confdefs.h. */ 9189 $ac_includes_default 9190 int 9191 main () 9192 { 9193 9194 /* By Ruediger Kuhlmann. */ 9195 if (fork() < 0) 9196 exit (1); 9197 exit (0); 9198 9199 ; 9200 return 0; 9201 } 9163 9202 _ACEOF 9164 9203 rm -f conftest$ac_exeext … … 9439 9478 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9440 9479 (exit $ac_status); } && 9441 { ac_try='test -z "$ac_c_werror_flag" 9442 || test ! -s conftest.err' 9480 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9443 9481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9444 9482 (eval $ac_try) 2>&5 … … 9534 9572 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9535 9573 (exit $ac_status); } && 9536 { ac_try='test -z "$ac_c_werror_flag" 9537 || test ! -s conftest.err' 9574 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9538 9575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9539 9576 (eval $ac_try) 2>&5 … … 9709 9746 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9710 9747 (exit $ac_status); } && 9711 { ac_try='test -z "$ac_c_werror_flag" 9712 || test ! -s conftest.err' 9748 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9713 9749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9714 9750 (eval $ac_try) 2>&5 … … 9811 9847 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9812 9848 (exit $ac_status); } && 9813 { ac_try='test -z "$ac_c_werror_flag" 9814 || test ! -s conftest.err' 9849 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9815 9850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9816 9851 (eval $ac_try) 2>&5 … … 9885 9920 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9886 9921 (exit $ac_status); } && 9887 { ac_try='test -z "$ac_c_werror_flag" 9888 || test ! -s conftest.err' 9922 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9889 9923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9890 9924 (eval $ac_try) 2>&5 … … 9965 9999 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9966 10000 (exit $ac_status); } && 9967 { ac_try='test -z "$ac_c_werror_flag" 9968 || test ! -s conftest.err' 10001 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9969 10002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9970 10003 (eval $ac_try) 2>&5 … … 10035 10068 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10036 10069 (exit $ac_status); } && 10037 { ac_try='test -z "$ac_c_werror_flag" 10038 || test ! -s conftest.err' 10070 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10039 10071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10040 10072 (eval $ac_try) 2>&5 … … 10104 10136 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10105 10137 (exit $ac_status); } && 10106 { ac_try='test -z "$ac_c_werror_flag" 10107 || test ! -s conftest.err' 10138 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10108 10139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10109 10140 (eval $ac_try) 2>&5 … … 10179 10210 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10180 10211 (exit $ac_status); } && 10181 { ac_try='test -z "$ac_c_werror_flag" 10182 || test ! -s conftest.err' 10212 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10183 10213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10184 10214 (eval $ac_try) 2>&5 … … 10284 10314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10285 10315 (exit $ac_status); } && 10286 { ac_try='test -z "$ac_c_werror_flag" 10287 || test ! -s conftest.err' 10316 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10288 10317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10289 10318 (eval $ac_try) 2>&5 … … 10360 10389 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10361 10390 (exit $ac_status); } && 10362 { ac_try='test -z "$ac_c_werror_flag" 10363 || test ! -s conftest.err' 10391 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10364 10392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10365 10393 (eval $ac_try) 2>&5 … … 10513 10541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10514 10542 (exit $ac_status); } && 10515 { ac_try='test -z "$ac_c_werror_flag" 10516 || test ! -s conftest.err' 10543 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10517 10544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10518 10545 (eval $ac_try) 2>&5 … … 10582 10609 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10583 10610 (exit $ac_status); } && 10584 { ac_try='test -z "$ac_c_werror_flag" 10585 || test ! -s conftest.err' 10611 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10586 10612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10587 10613 (eval $ac_try) 2>&5 … … 10760 10786 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10761 10787 (exit $ac_status); } && 10762 { ac_try='test -z "$ac_c_werror_flag" 10763 || test ! -s conftest.err' 10788 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10764 10789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10765 10790 (eval $ac_try) 2>&5 … … 10837 10862 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10838 10863 (exit $ac_status); } && 10839 { ac_try='test -z "$ac_c_werror_flag" 10840 || test ! -s conftest.err' 10864 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10841 10865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10842 10866 (eval $ac_try) 2>&5 … … 10992 11016 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10993 11017 (exit $ac_status); } && 10994 { ac_try='test -z "$ac_c_werror_flag" 10995 || test ! -s conftest.err' 11018 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10996 11019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10997 11020 (eval $ac_try) 2>&5 … … 11144 11167 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11145 11168 (exit $ac_status); } && 11146 { ac_try='test -z "$ac_c_werror_flag" 11147 || test ! -s conftest.err' 11169 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11148 11170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11149 11171 (eval $ac_try) 2>&5 … … 11296 11318 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11297 11319 (exit $ac_status); } && 11298 { ac_try='test -z "$ac_c_werror_flag" 11299 || test ! -s conftest.err' 11320 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11300 11321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11301 11322 (eval $ac_try) 2>&5 … … 11439 11460 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11440 11461 (exit $ac_status); } && 11441 { ac_try='test -z "$ac_c_werror_flag" 11442 || test ! -s conftest.err' 11462 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11443 11463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11444 11464 (eval $ac_try) 2>&5 … … 11484 11504 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11485 11505 (exit $ac_status); } && 11486 { ac_try='test -z "$ac_c_werror_flag" 11487 || test ! -s conftest.err' 11506 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11488 11507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11489 11508 (eval $ac_try) 2>&5 … … 11630 11649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11631 11650 (exit $ac_status); } && 11632 { ac_try='test -z "$ac_c_werror_flag" 11633 || test ! -s conftest.err' 11651 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11634 11652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11635 11653 (eval $ac_try) 2>&5 … … 11672 11690 /* end confdefs.h. */ 11673 11691 $ac_includes_default 11692 #include <signal.h> 11693 /* NetBSD declares sys_siglist in unistd.h. */ 11694 #if HAVE_UNISTD_H 11695 # include <unistd.h> 11696 #endif 11697 11698 11674 11699 int 11675 11700 main () … … 11692 11717 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11693 11718 (exit $ac_status); } && 11694 { ac_try='test -z "$ac_c_werror_flag" 11695 || test ! -s conftest.err' 11719 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11696 11720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11697 11721 (eval $ac_try) 2>&5 … … 11726 11750 cat >>confdefs.h <<_ACEOF 11727 11751 #define HAVE_DECL_SYS_SIGLIST 0 11752 _ACEOF 11753 11754 11755 fi 11756 echo "$as_me:$LINENO: checking whether _sys_siglist is declared" >&5 11757 echo $ECHO_N "checking whether _sys_siglist is declared... $ECHO_C" >&6 11758 if test "${ac_cv_have_decl__sys_siglist+set}" = set; then 11759 echo $ECHO_N "(cached) $ECHO_C" >&6 11760 else 11761 cat >conftest.$ac_ext <<_ACEOF 11762 /* confdefs.h. */ 11763 _ACEOF 11764 cat confdefs.h >>conftest.$ac_ext 11765 cat >>conftest.$ac_ext <<_ACEOF 11766 /* end confdefs.h. */ 11767 $ac_includes_default 11768 #include <signal.h> 11769 /* NetBSD declares sys_siglist in unistd.h. */ 11770 #if HAVE_UNISTD_H 11771 # include <unistd.h> 11772 #endif 11773 11774 11775 int 11776 main () 11777 { 11778 #ifndef _sys_siglist 11779 char *p = (char *) _sys_siglist; 11780 #endif 11781 11782 ; 11783 return 0; 11784 } 11785 _ACEOF 11786 rm -f conftest.$ac_objext 11787 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11788 (eval $ac_compile) 2>conftest.er1 11789 ac_status=$? 11790 grep -v '^ *+' conftest.er1 >conftest.err 11791 rm -f conftest.er1 11792 cat conftest.err >&5 11793 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11794 (exit $ac_status); } && 11795 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11797 (eval $ac_try) 2>&5 11798 ac_status=$? 11799 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11800 (exit $ac_status); }; } && 11801 { ac_try='test -s conftest.$ac_objext' 11802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11803 (eval $ac_try) 2>&5 11804 ac_status=$? 11805 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11806 (exit $ac_status); }; }; then 11807 ac_cv_have_decl__sys_siglist=yes 11808 else 11809 echo "$as_me: failed program was:" >&5 11810 sed 's/^/| /' conftest.$ac_ext >&5 11811 11812 ac_cv_have_decl__sys_siglist=no 11813 fi 11814 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11815 fi 11816 echo "$as_me:$LINENO: result: $ac_cv_have_decl__sys_siglist" >&5 11817 echo "${ECHO_T}$ac_cv_have_decl__sys_siglist" >&6 11818 if test $ac_cv_have_decl__sys_siglist = yes; then 11819 11820 cat >>confdefs.h <<_ACEOF 11821 #define HAVE_DECL__SYS_SIGLIST 1 11822 _ACEOF 11823 11824 11825 else 11826 cat >>confdefs.h <<_ACEOF 11827 #define HAVE_DECL__SYS_SIGLIST 0 11828 _ACEOF 11829 11830 11831 fi 11832 echo "$as_me:$LINENO: checking whether __sys_siglist is declared" >&5 11833 echo $ECHO_N "checking whether __sys_siglist is declared... $ECHO_C" >&6 11834 if test "${ac_cv_have_decl___sys_siglist+set}" = set; then 11835 echo $ECHO_N "(cached) $ECHO_C" >&6 11836 else 11837 cat >conftest.$ac_ext <<_ACEOF 11838 /* confdefs.h. */ 11839 _ACEOF 11840 cat confdefs.h >>conftest.$ac_ext 11841 cat >>conftest.$ac_ext <<_ACEOF 11842 /* end confdefs.h. */ 11843 $ac_includes_default 11844 #include <signal.h> 11845 /* NetBSD declares sys_siglist in unistd.h. */ 11846 #if HAVE_UNISTD_H 11847 # include <unistd.h> 11848 #endif 11849 11850 11851 int 11852 main () 11853 { 11854 #ifndef __sys_siglist 11855 char *p = (char *) __sys_siglist; 11856 #endif 11857 11858 ; 11859 return 0; 11860 } 11861 _ACEOF 11862 rm -f conftest.$ac_objext 11863 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11864 (eval $ac_compile) 2>conftest.er1 11865 ac_status=$? 11866 grep -v '^ *+' conftest.er1 >conftest.err 11867 rm -f conftest.er1 11868 cat conftest.err >&5 11869 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11870 (exit $ac_status); } && 11871 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11873 (eval $ac_try) 2>&5 11874 ac_status=$? 11875 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11876 (exit $ac_status); }; } && 11877 { ac_try='test -s conftest.$ac_objext' 11878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11879 (eval $ac_try) 2>&5 11880 ac_status=$? 11881 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11882 (exit $ac_status); }; }; then 11883 ac_cv_have_decl___sys_siglist=yes 11884 else 11885 echo "$as_me: failed program was:" >&5 11886 sed 's/^/| /' conftest.$ac_ext >&5 11887 11888 ac_cv_have_decl___sys_siglist=no 11889 fi 11890 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11891 fi 11892 echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5 11893 echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6 11894 if test $ac_cv_have_decl___sys_siglist = yes; then 11895 11896 cat >>confdefs.h <<_ACEOF 11897 #define HAVE_DECL___SYS_SIGLIST 1 11898 _ACEOF 11899 11900 11901 else 11902 cat >>confdefs.h <<_ACEOF 11903 #define HAVE_DECL___SYS_SIGLIST 0 11728 11904 _ACEOF 11729 11905 … … 11769 11945 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11770 11946 (exit $ac_status); } && 11771 { ac_try='test -z "$ac_c_werror_flag" 11772 || test ! -s conftest.err' 11947 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11773 11948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11774 11949 (eval $ac_try) 2>&5 … … 11955 12130 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11956 12131 (exit $ac_status); } && 11957 { ac_try='test -z "$ac_c_werror_flag" 11958 || test ! -s conftest.err' 12132 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11959 12133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11960 12134 (eval $ac_try) 2>&5 … … 12033 12207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12034 12208 (exit $ac_status); } && 12035 { ac_try='test -z "$ac_c_werror_flag" 12036 || test ! -s conftest.err' 12209 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12037 12210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12038 12211 (eval $ac_try) 2>&5 … … 12175 12348 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12176 12349 (exit $ac_status); } && 12177 { ac_try='test -z "$ac_c_werror_flag" 12178 || test ! -s conftest.err' 12350 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12179 12351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12180 12352 (eval $ac_try) 2>&5 … … 12246 12418 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12247 12419 (exit $ac_status); } && 12248 { ac_try='test -z "$ac_c_werror_flag" 12249 || test ! -s conftest.err' 12420 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12250 12421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12251 12422 (eval $ac_try) 2>&5 … … 12328 12499 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12329 12500 (exit $ac_status); } && 12330 { ac_try='test -z "$ac_c_werror_flag" 12331 || test ! -s conftest.err' 12501 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12332 12502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12333 12503 (eval $ac_try) 2>&5 … … 12415 12585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12416 12586 (exit $ac_status); } && 12417 { ac_try='test -z "$ac_c_werror_flag" 12418 || test ! -s conftest.err' 12587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12419 12588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12420 12589 (eval $ac_try) 2>&5 … … 12516 12685 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12517 12686 (exit $ac_status); } && 12518 { ac_try='test -z "$ac_c_werror_flag" 12519 || test ! -s conftest.err' 12687 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12520 12688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12521 12689 (eval $ac_try) 2>&5 … … 12587 12755 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12588 12756 (exit $ac_status); } && 12589 { ac_try='test -z "$ac_c_werror_flag" 12590 || test ! -s conftest.err' 12757 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12591 12758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12592 12759 (eval $ac_try) 2>&5 … … 12669 12836 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12670 12837 (exit $ac_status); } && 12671 { ac_try='test -z "$ac_c_werror_flag" 12672 || test ! -s conftest.err' 12838 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12673 12839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12674 12840 (eval $ac_try) 2>&5 … … 12792 12958 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12793 12959 (exit $ac_status); } && 12794 { ac_try='test -z "$ac_c_werror_flag" 12795 || test ! -s conftest.err' 12960 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12796 12961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12797 12962 (eval $ac_try) 2>&5 … … 12863 13028 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12864 13029 (exit $ac_status); } && 12865 { ac_try='test -z "$ac_c_werror_flag" 12866 || test ! -s conftest.err' 13030 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12867 13031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12868 13032 (eval $ac_try) 2>&5 … … 12982 13146 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12983 13147 (exit $ac_status); } && 12984 { ac_try='test -z "$ac_c_werror_flag" 12985 || test ! -s conftest.err' 13148 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12986 13149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12987 13150 (eval $ac_try) 2>&5 … … 13053 13216 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13054 13217 (exit $ac_status); } && 13055 { ac_try='test -z "$ac_c_werror_flag" 13056 || test ! -s conftest.err' 13218 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13057 13219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13058 13220 (eval $ac_try) 2>&5 … … 13138 13300 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13139 13301 (exit $ac_status); } && 13140 { ac_try='test -z "$ac_c_werror_flag" 13141 || test ! -s conftest.err' 13302 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13142 13303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13143 13304 (eval $ac_try) 2>&5 … … 13270 13431 13271 13432 13433 # See if the user asked to handle case insensitive file systems. 13434 13435 13436 13437 # Check whether --enable-case-insensitive-file-system or --disable-case-insensitive-file-system was given. 13438 if test "${enable_case_insensitive_file_system+set}" = set; then 13439 enableval="$enable_case_insensitive_file_system" 13440 case_insensitive_fs="yes" cat >>confdefs.h <<\_ACEOF 13441 #define HAVE_CASE_INSENSITIVE_FS 1 13442 _ACEOF 13443 13444 else 13445 case_insensitive_fs="no" 13446 fi; 13447 13272 13448 # See if we can handle the job server feature, and if the user wants it. 13273 13449 … … 13315 13491 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13316 13492 (exit $ac_status); } && 13317 { ac_try='test -z "$ac_c_werror_flag" 13318 || test ! -s conftest.err' 13493 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13319 13494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13320 13495 (eval $ac_try) 2>&5 … … 13340 13515 echo "${ECHO_T}$make_cv_sa_restart" >&6 13341 13516 13342 # enable make_cv_sa_restart for OS/2 13517 if test "$make_cv_sa_restart" != no; then 13518 13519 cat >>confdefs.h <<\_ACEOF 13520 #define HAVE_SA_RESTART 1 13521 _ACEOF 13522 13523 fi 13524 13525 # enable make_cv_sa_restart for OS/2 so that the jobserver will be enabled, 13526 # but do it after HAVE_SA_RESTART has been defined. 13343 13527 case "$host_os" in 13344 13528 os2*) make_cv_sa_restart=yes ;; 13345 13529 esac 13346 13530 13347 if test "$make_cv_sa_restart" != no; then13348 13349 cat >>confdefs.h <<\_ACEOF13350 #define HAVE_SA_RESTART 113351 _ACEOF13352 13353 fi13354 13355 13531 case "$ac_cv_func_pipe/$ac_cv_func_sigaction/$make_cv_sa_restart/$has_wait_nohang/$make_cv_job_server" in 13356 13532 yes/yes/yes/yes/yes) … … 13358 13534 cat >>confdefs.h <<\_ACEOF 13359 13535 #define MAKE_JOBSERVER 1 13536 _ACEOF 13537 ;; 13538 esac 13539 13540 # if we have both lstat() and readlink() then we can support symlink 13541 # timechecks. 13542 case "$ac_cv_func_lstat/$ac_cv_func_readlink" in 13543 yes/yes) 13544 13545 cat >>confdefs.h <<\_ACEOF 13546 #define MAKE_SYMLINKS 1 13360 13547 _ACEOF 13361 13548 ;; … … 13479 13666 MAKE_HOST="$host" 13480 13667 13668 13669 w32_target_env=no 13670 13671 13672 if false; then 13673 WINDOWSENV_TRUE= 13674 WINDOWSENV_FALSE='#' 13675 else 13676 WINDOWSENV_TRUE='#' 13677 WINDOWSENV_FALSE= 13678 fi 13679 13680 13681 case "$host" in 13682 *-*-mingw32) 13683 13684 13685 if true; then 13686 WINDOWSENV_TRUE= 13687 WINDOWSENV_FALSE='#' 13688 else 13689 WINDOWSENV_TRUE='#' 13690 WINDOWSENV_FALSE= 13691 fi 13692 13693 w32_target_env=yes 13694 13695 cat >>confdefs.h <<\_ACEOF 13696 #define WINDOWS32 1 13697 _ACEOF 13698 13699 13700 cat >>confdefs.h <<\_ACEOF 13701 #define HAVE_DOS_PATHS 1 13702 _ACEOF 13703 13704 ;; 13705 esac 13481 13706 13482 13707 # Include the Maintainer's Makefile section, if it's here. … … 13562 13787 13563 13788 # Specify what files are to be created. 13564 # We only generate the build.sh if we have a build.sh.in; we won't have 13565 # one before we've created a distribution. 13566 13567 ac_config_files="$ac_config_files Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile" 13568 13569 13570 if test -f $srcdir/build.sh.in; then 13571 ac_config_files="$ac_config_files build.sh" 13572 13573 fi 13789 ac_config_files="$ac_config_files Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile w32/Makefile" 13574 13790 13575 13791 … … 13692 13908 Usually this means the macro was only invoked conditionally." >&5 13693 13909 echo "$as_me: error: conditional \"USE_LOCAL_GLOB\" was never defined. 13910 Usually this means the macro was only invoked conditionally." >&2;} 13911 { (exit 1); exit 1; }; } 13912 fi 13913 if test -z "${WINDOWSENV_TRUE}" && test -z "${WINDOWSENV_FALSE}"; then 13914 { { echo "$as_me:$LINENO: error: conditional \"WINDOWSENV\" was never defined. 13915 Usually this means the macro was only invoked conditionally." >&5 13916 echo "$as_me: error: conditional \"WINDOWSENV\" was never defined. 13917 Usually this means the macro was only invoked conditionally." >&2;} 13918 { (exit 1); exit 1; }; } 13919 fi 13920 if test -z "${WINDOWSENV_TRUE}" && test -z "${WINDOWSENV_FALSE}"; then 13921 { { echo "$as_me:$LINENO: error: conditional \"WINDOWSENV\" was never defined. 13922 Usually this means the macro was only invoked conditionally." >&5 13923 echo "$as_me: error: conditional \"WINDOWSENV\" was never defined. 13694 13924 Usually this means the macro was only invoked conditionally." >&2;} 13695 13925 { (exit 1); exit 1; }; } … … 13966 14196 cat >&5 <<_CSEOF 13967 14197 13968 This file was extended by GNU make $as_me 3.81 beta1, which was14198 This file was extended by GNU make $as_me 3.81, which was 13969 14199 generated by GNU Autoconf 2.59. Invocation command line was 13970 14200 … … 14029 14259 cat >>$CONFIG_STATUS <<_ACEOF 14030 14260 ac_cs_version="\\ 14031 GNU make config.status 3.81 beta114261 GNU make config.status 3.81 14032 14262 configured by $0, generated by GNU Autoconf 2.59, 14033 14263 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" … … 14130 14360 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 14131 14361 # Capture the value of obsolete ALL_LINGUAS because we need it to compute 14132 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it14362 # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it 14133 14363 # from automake. 14134 14364 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' … … 14151 14381 "config/Makefile" ) CONFIG_FILES="$CONFIG_FILES config/Makefile" ;; 14152 14382 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 14153 " build.sh" ) CONFIG_FILES="$CONFIG_FILES build.sh" ;;14383 "w32/Makefile" ) CONFIG_FILES="$CONFIG_FILES w32/Makefile" ;; 14154 14384 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 14155 14385 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; … … 14251 14481 s,@AUTOHEADER@,$AUTOHEADER,;t t 14252 14482 s,@MAKEINFO@,$MAKEINFO,;t t 14253 s,@AMTAR@,$AMTAR,;t t14254 14483 s,@install_sh@,$install_sh,;t t 14255 14484 s,@STRIP@,$STRIP,;t t … … 14260 14489 s,@SET_MAKE@,$SET_MAKE,;t t 14261 14490 s,@am__leading_dot@,$am__leading_dot,;t t 14491 s,@AMTAR@,$AMTAR,;t t 14492 s,@am__tar@,$am__tar,;t t 14493 s,@am__untar@,$am__untar,;t t 14262 14494 s,@CC@,$CC,;t t 14263 14495 s,@CFLAGS@,$CFLAGS,;t t … … 14317 14549 s,@USE_LOCAL_GLOB_FALSE@,$USE_LOCAL_GLOB_FALSE,;t t 14318 14550 s,@MAKE_HOST@,$MAKE_HOST,;t t 14551 s,@WINDOWSENV_TRUE@,$WINDOWSENV_TRUE,;t t 14552 s,@WINDOWSENV_FALSE@,$WINDOWSENV_FALSE,;t t 14319 14553 s,@LTLIBOBJS@,$LTLIBOBJS,;t t 14320 14554 /@MAINT_MAKEFILE@/r $MAINT_MAKEFILE … … 14486 14720 esac 14487 14721 14488 if test x"$ac_file" != x-; then14489 { echo "$as_me:$LINENO: creating $ac_file" >&514490 echo "$as_me: creating $ac_file" >&6;}14491 rm -f "$ac_file"14492 fi14493 14722 # Let's still pretend it is `configure' which instantiates (i.e., don't 14494 14723 # use $as_me), people would be surprised to read: … … 14529 14758 esac 14530 14759 done` || { (exit 1); exit 1; } 14760 14761 if test x"$ac_file" != x-; then 14762 { echo "$as_me:$LINENO: creating $ac_file" >&5 14763 echo "$as_me: creating $ac_file" >&6;} 14764 rm -f "$ac_file" 14765 fi 14531 14766 _ACEOF 14532 14767 cat >>$CONFIG_STATUS <<_ACEOF … … 14942 15177 continue 14943 15178 fi 14944 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue 14945 # Extract the definition of DEP_FILES from the Makefile without 14946 # running `make'. 15179 # Extract the definition of DEPDIR, am__include, and am__quote 15180 # from the Makefile without running `make'. 14947 15181 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 14948 15182 test -z "$DEPDIR" && continue 15183 am__include=`sed -n 's/^am__include = //p' < "$mf"` 15184 test -z "am__include" && continue 15185 am__quote=`sed -n 's/^am__quote = //p' < "$mf"` 14949 15186 # When using ansi2knr, U may be empty or an underscore; expand it 14950 15187 U=`sed -n 's/^U = //p' < "$mf"` 14951 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 14952 # We invoke sed twice because it is the simplest approach to 14953 # changing $(DEPDIR) to its actual value in the expansion. 14954 for file in `sed -n ' 14955 /^DEP_FILES = .*\\\\$/ { 14956 s/^DEP_FILES = // 14957 :loop 14958 s/\\\\$// 14959 p 14960 n 14961 /\\\\$/ b loop 14962 p 14963 } 14964 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ 15188 # Find all dependency output files, they are included files with 15189 # $(DEPDIR) in their names. We invoke sed twice because it is the 15190 # simplest approach to changing $(DEPDIR) to its actual value in the 15191 # expansion. 15192 for file in `sed -n " 15193 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 14965 15194 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 14966 15195 # Make sure the directory exists. … … 15033 15262 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" 15034 15263 POMAKEFILEDEPS="POTFILES.in" 15035 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend15264 # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend 15036 15265 # on $ac_dir but don't depend on user-specified configuration 15037 15266 # parameters. … … 15049 15278 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' 15050 15279 fi 15280 # Compute POFILES 15281 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) 15282 # Compute UPDATEPOFILES 15283 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) 15284 # Compute DUMMYPOFILES 15285 # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) 15286 # Compute GMOFILES 15287 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) 15051 15288 case "$ac_given_srcdir" in 15052 15289 .) srcdirpre= ;; … … 15054 15291 esac 15055 15292 POFILES= 15056 GMOFILES=15057 15293 UPDATEPOFILES= 15058 15294 DUMMYPOFILES= 15295 GMOFILES= 15059 15296 for lang in $ALL_LINGUAS; do 15060 15297 POFILES="$POFILES $srcdirpre$lang.po" 15061 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"15062 15298 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" 15063 15299 DUMMYPOFILES="$DUMMYPOFILES $lang.nop" 15300 GMOFILES="$GMOFILES $srcdirpre$lang.gmo" 15064 15301 done 15065 15302 # CATALOGS depends on both $ac_dir and the user's LINGUAS … … 15096 15333 fi 15097 15334 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" 15098 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@ GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"15335 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" 15099 15336 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do 15100 15337 if test -f "$f"; then … … 15143 15380 15144 15381 15145 15382 # We only generate the build.sh if we have a build.sh.in; we won't have 15383 # one before we've created a distribution. 15384 if test -f "$srcdir/build.sh.in"; then 15385 ./config.status --file build.sh 15386 chmod +x build.sh 15387 fi 15388 -
Property svn:executable
set to
Note:
See TracChangeset
for help on using the changeset viewer.