Changeset 101 for trunk/src/binutils/intl
- Timestamp:
- May 7, 2003, 5:35:03 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/intl/configure
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r100 r101 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.1 2.14 # Generated automatically using autoconf version 2.13 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 338 338 339 339 -version | --version | --versio | --versi | --vers) 340 echo "configure generated by autoconf version 2.1 2.1"340 echo "configure generated by autoconf version 2.13" 341 341 exit 0 ;; 342 342 … … 508 508 ac_cpp='$CPP $CPPFLAGS' 509 509 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 510 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'510 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 511 511 cross_compiling=$ac_cv_prog_cc_cross 512 512 513 ac_exeext= 514 ac_objext=o 513 515 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 514 516 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. … … 522 524 ac_n= ac_c='\c' ac_t= 523 525 fi 526 527 echo $ac_n "checking for path separator""... $ac_c" 1>&6 528 echo "configure:529: checking for path separator" >&5 529 # Filter path to get backslahes into forwardslashes 530 case "`uname -s 2> /dev/null`" in 531 OS/2) 532 PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'` 533 PATH_IFS=';' 534 ;; 535 *) 536 PATH_IFS=':' 537 ;; 538 esac 539 echo "$ac_t""${PATH_IFS}" 1>&6 540 541 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 542 echo "configure:543: checking for Cygwin environment" >&5 543 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 544 echo $ac_n "(cached) $ac_c" 1>&6 545 else 546 cat > conftest.$ac_ext <<EOF 547 #line 548 "configure" 548 #include "confdefs.h" 549 550 int main() { 551 552 #ifndef __CYGWIN__ 553 #define __CYGWIN__ __CYGWIN32__ 554 #endif 555 return __CYGWIN__; 556 ; return 0; } 557 EOF 558 if { (eval echo configure:559: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 559 rm -rf conftest* 560 ac_cv_cygwin=yes 561 else 562 echo "configure: failed program was:" >&5 563 cat conftest.$ac_ext >&5 564 rm -rf conftest* 565 ac_cv_cygwin=no 566 fi 567 rm -f conftest* 568 rm -f conftest* 569 fi 570 571 echo "$ac_t""$ac_cv_cygwin" 1>&6 572 CYGWIN= 573 test "$ac_cv_cygwin" = yes && CYGWIN=yes 574 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 575 echo "configure:576: checking for mingw32 environment" >&5 576 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 577 echo $ac_n "(cached) $ac_c" 1>&6 578 else 579 cat > conftest.$ac_ext <<EOF 580 #line 581 "configure" 581 #include "confdefs.h" 582 583 int main() { 584 return __MINGW32__; 585 ; return 0; } 586 EOF 587 if { (eval echo configure:588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 588 rm -rf conftest* 589 ac_cv_mingw32=yes 590 else 591 echo "configure: failed program was:" >&5 592 cat conftest.$ac_ext >&5 593 rm -rf conftest* 594 ac_cv_mingw32=no 595 fi 596 rm -f conftest* 597 rm -f conftest* 598 fi 599 600 echo "$ac_t""$ac_cv_mingw32" 1>&6 601 MINGW32= 602 test "$ac_cv_mingw32" = yes && MINGW32=yes 603 echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6 604 echo "configure:605: checking for EMX/OS2 environment" >&5 605 if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then 606 echo $ac_n "(cached) $ac_c" 1>&6 607 else 608 : ${CC=gcc.exe} 609 cat > conftest.$ac_ext <<EOF 610 #line 611 "configure" 611 #include "confdefs.h" 612 613 int main() { 614 return __EMX__; 615 ; return 0; } 616 EOF 617 if { (eval echo configure:618: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 618 rm -rf conftest* 619 ac_cv_emxos2=yes 620 else 621 echo "configure: failed program was:" >&5 622 cat conftest.$ac_ext >&5 623 rm -rf conftest* 624 ac_cv_emxos2=no 625 fi 626 rm -f conftest* 627 rm -f conftest* 628 fi 629 630 echo "$ac_t""$ac_cv_emxos2" 1>&6 631 if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then 632 echo $ac_n "(cached) $ac_c" 1>&6 633 else 634 if test "$ac_cv_emxos2" = yes ; then 635 ac_cv_libpre= 636 else 637 ac_cv_libpre=lib 638 fi 639 640 fi 641 642 EMXOS2= 643 test "$ac_cv_emxos2" = yes && EMXOS2=yes 644 645 646 647 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 648 echo "configure:649: checking for executable suffix" >&5 649 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 650 echo $ac_n "(cached) $ac_c" 1>&6 651 else 652 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 653 ac_cv_exeext=.exe 654 else 655 rm -f conftest* 656 echo 'int main () { return 0; }' > conftest.$ac_ext 657 ac_cv_exeext= 658 if { (eval echo configure:659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 659 for file in conftest.*; do 660 case $file in 661 *.c | *.o | *.obj) ;; 662 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 663 esac 664 done 665 else 666 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; } 667 fi 668 rm -f conftest* 669 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no 670 fi 671 fi 672 673 EXEEXT="" 674 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext} 675 echo "$ac_t""${ac_cv_exeext}" 1>&6 676 ac_exeext=$EXEEXT 524 677 525 678 … … 559 712 # ./install, which can be erroneously created by make from ./install.sh. 560 713 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 561 echo "configure: 562: checking for a BSD compatible install" >&5714 echo "configure:715: checking for a BSD compatible install" >&5 562 715 if test -z "$INSTALL"; then 563 716 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 564 717 echo $ac_n "(cached) $ac_c" 1>&6 565 718 else 566 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$ {IFS}:"719 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 567 720 for ac_dir in $PATH; do 568 721 # Account for people who put trailing slashes in PATH elements. 569 722 case "$ac_dir/" in 570 723 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 724 # We reject the install program from OS/2 or W3.1 725 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 571 726 *) 572 727 # OSF1 and SCO ODT 3.0 have their own names for install. … … 574 729 # by default. 575 730 for ac_prog in ginstall scoinst install; do 576 if test -f $ac_dir/$ac_prog ; then731 if test -f $ac_dir/$ac_prog$ac_exeext; then 577 732 if test $ac_prog = install && 578 733 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 580 735 : 581 736 else 582 ac_cv_path_install="$ac_dir/$ac_prog -c"737 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 583 738 break 2 584 739 fi … … 607 762 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 608 763 764 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 765 609 766 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 610 767 … … 613 770 614 771 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 615 echo "configure: 616: checking how to run the C preprocessor" >&5772 echo "configure:773: checking how to run the C preprocessor" >&5 616 773 # On Suns, sometimes $CPP names a directory. 617 774 if test -n "$CPP" && test -d "$CPP"; then … … 628 785 # not just through cpp. 629 786 cat > conftest.$ac_ext <<EOF 630 #line 631 "configure" 787 #include <sys/types.h> 788 #line 789 "configure" 631 789 #include "confdefs.h" 632 790 #include <assert.h> … … 634 792 EOF 635 793 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 636 { (eval echo configure: 637: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }637 ac_err=`grep -v '^ *+' conftest.out `794 { (eval echo configure:795: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 795 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 638 796 if test -z "$ac_err"; then 639 797 : … … 645 803 CPP="${CC-cc} -E -traditional-cpp" 646 804 cat > conftest.$ac_ext <<EOF 647 #line 648 "configure" 805 #include <sys/types.h> 806 #line 807 "configure" 648 807 #include "confdefs.h" 649 808 #include <assert.h> … … 651 810 EOF 652 811 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 653 { (eval echo configure: 654: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }654 ac_err=`grep -v '^ *+' conftest.out `812 { (eval echo configure:813: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 813 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 655 814 if test -z "$ac_err"; then 656 815 : … … 660 819 cat conftest.$ac_ext >&5 661 820 rm -rf conftest* 821 CPP="${CC-cc} -nologo -E" 822 cat > conftest.$ac_ext <<EOF 823 #include <sys/types.h> 824 #line 825 "configure" 825 #include "confdefs.h" 826 #include <assert.h> 827 Syntax Error 828 EOF 829 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 830 { (eval echo configure:831: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 831 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 832 if test -z "$ac_err"; then 833 : 834 else 835 echo "$ac_err" >&5 836 echo "configure: failed program was:" >&5 837 cat conftest.$ac_ext >&5 838 rm -rf conftest* 662 839 CPP=/lib/cpp 663 840 fi … … 665 842 fi 666 843 rm -f conftest* 844 fi 845 rm -f conftest* 667 846 ac_cv_prog_CPP="$CPP" 668 847 fi … … 674 853 675 854 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 676 echo "configure: 677: checking whether ${MAKE-make} sets \${MAKE}" >&5855 echo "configure:856: checking whether ${MAKE-make} sets \${MAKE}" >&5 677 856 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 678 857 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 703 882 set dummy gcc; ac_word=$2 704 883 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 705 echo "configure: 706: checking for $ac_word" >&5884 echo "configure:885: checking for $ac_word" >&5 706 885 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 707 886 echo $ac_n "(cached) $ac_c" 1>&6 … … 710 889 ac_cv_prog_CC="$CC" # Let the user override the test. 711 890 else 712 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 713 for ac_dir in $PATH; do 891 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 892 ac_dummy="$PATH" 893 for ac_dir in $ac_dummy; do 714 894 test -z "$ac_dir" && ac_dir=. 715 if test -f $ac_dir/$ac_word; then 895 if test -f $ac_dir/$ac_word -o \ 896 -f $ac_dir/$ac_word$ac_exeext ; then 716 897 ac_cv_prog_CC="gcc" 717 898 break … … 732 913 set dummy cc; ac_word=$2 733 914 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 734 echo "configure: 735: checking for $ac_word" >&5915 echo "configure:916: checking for $ac_word" >&5 735 916 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 736 917 echo $ac_n "(cached) $ac_c" 1>&6 … … 739 920 ac_cv_prog_CC="$CC" # Let the user override the test. 740 921 else 741 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$ {IFS}:"922 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 742 923 ac_prog_rejected=no 743 for ac_dir in $PATH; do 924 ac_dummy="$PATH" 925 for ac_dir in $ac_dummy; do 744 926 test -z "$ac_dir" && ac_dir=. 745 if test -f $ac_dir/$ac_word; then 746 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 927 if test -f $ac_dir/$ac_word -o \ 928 -f $ac_dir/$ac_word$ac_exeext ; then 929 if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \ 930 "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then 747 931 ac_prog_rejected=yes 748 932 continue … … 776 960 fi 777 961 962 if test -z "$CC"; then 963 case "`uname -s`" in 964 *win32* | *WIN32*) 965 # Extract the first word of "cl", so it can be a program name with args. 966 set dummy cl; ac_word=$2 967 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 968 echo "configure:969: checking for $ac_word" >&5 969 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 970 echo $ac_n "(cached) $ac_c" 1>&6 971 else 972 if test -n "$CC"; then 973 ac_cv_prog_CC="$CC" # Let the user override the test. 974 else 975 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 976 ac_dummy="$PATH" 977 for ac_dir in $ac_dummy; do 978 test -z "$ac_dir" && ac_dir=. 979 if test -f $ac_dir/$ac_word -o \ 980 -f $ac_dir/$ac_word$ac_exeext ; then 981 ac_cv_prog_CC="cl" 982 break 983 fi 984 done 985 IFS="$ac_save_ifs" 986 fi 987 fi 988 CC="$ac_cv_prog_CC" 989 if test -n "$CC"; then 990 echo "$ac_t""$CC" 1>&6 991 else 992 echo "$ac_t""no" 1>&6 993 fi 994 ;; 995 esac 996 fi 778 997 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 779 998 fi 780 999 781 1000 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 782 echo "configure: 783: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51001 echo "configure:1002: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 783 1002 784 1003 ac_ext=c … … 786 1005 ac_cpp='$CPP $CPPFLAGS' 787 1006 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 788 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'1007 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 789 1008 cross_compiling=$ac_cv_prog_cc_cross 790 1009 791 cat > conftest.$ac_ext <<EOF 792 #line 793 "configure" 793 #include "confdefs.h" 1010 cat > conftest.$ac_ext << EOF 1011 1012 #line 1013 "configure" 1013 #include "confdefs.h" 1014 794 1015 main(){return(0);} 795 1016 EOF 796 if { (eval echo configure: 797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1017 if { (eval echo configure:1018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 797 1018 ac_cv_prog_cc_works=yes 798 1019 # If we can't run a trivial program, we are probably using a cross compiler. … … 808 1029 fi 809 1030 rm -fr conftest* 1031 ac_ext=c 1032 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 1033 ac_cpp='$CPP $CPPFLAGS' 1034 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1035 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1036 cross_compiling=$ac_cv_prog_cc_cross 810 1037 811 1038 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 … … 814 1041 fi 815 1042 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 816 echo "configure: 817: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51043 echo "configure:1044: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 817 1044 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 818 1045 cross_compiling=$ac_cv_prog_cc_cross 819 1046 820 1047 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 821 echo "configure: 822: checking whether we are using GNU C" >&51048 echo "configure:1049: checking whether we are using GNU C" >&5 822 1049 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 823 1050 echo $ac_n "(cached) $ac_c" 1>&6 … … 828 1055 #endif 829 1056 EOF 830 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure: 831: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1057 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1058: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 831 1058 ac_cv_prog_gcc=yes 832 1059 else … … 839 1066 if test $ac_cv_prog_gcc = yes; then 840 1067 GCC=yes 841 ac_test_CFLAGS="${CFLAGS+set}" 842 ac_save_CFLAGS="$CFLAGS" 843 CFLAGS= 844 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 845 echo "configure:846: checking whether ${CC-cc} accepts -g" >&5 1068 else 1069 GCC= 1070 fi 1071 1072 ac_test_CFLAGS="${CFLAGS+set}" 1073 ac_save_CFLAGS="$CFLAGS" 1074 CFLAGS= 1075 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1076 echo "configure:1077: checking whether ${CC-cc} accepts -g" >&5 846 1077 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 847 1078 echo $ac_n "(cached) $ac_c" 1>&6 … … 858 1089 859 1090 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 860 if test "$ac_test_CFLAGS" = set; then 861 CFLAGS="$ac_save_CFLAGS" 862 elif test $ac_cv_prog_cc_g = yes; then 1091 if test "$ac_test_CFLAGS" = set; then 1092 CFLAGS="$ac_save_CFLAGS" 1093 elif test $ac_cv_prog_cc_g = yes; then 1094 if test "$GCC" = yes; then 863 1095 CFLAGS="-g -O2" 864 1096 else 1097 CFLAGS="-g" 1098 fi 1099 else 1100 if test "$GCC" = yes; then 865 1101 CFLAGS="-O2" 1102 else 1103 CFLAGS= 866 1104 fi 867 else868 GCC=869 test "${CFLAGS+set}" = set || CFLAGS="-g"870 1105 fi 871 1106 … … 873 1108 set dummy ranlib; ac_word=$2 874 1109 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 875 echo "configure: 876: checking for $ac_word" >&51110 echo "configure:1111: checking for $ac_word" >&5 876 1111 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 877 1112 echo $ac_n "(cached) $ac_c" 1>&6 … … 880 1115 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 881 1116 else 882 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 883 for ac_dir in $PATH; do 1117 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1118 ac_dummy="$PATH" 1119 for ac_dir in $ac_dummy; do 884 1120 test -z "$ac_dir" && ac_dir=. 885 if test -f $ac_dir/$ac_word; then 1121 if test -f $ac_dir/$ac_word -o \ 1122 -f $ac_dir/$ac_word$ac_exeext ; then 886 1123 ac_cv_prog_RANLIB="ranlib" 887 1124 break … … 900 1137 901 1138 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 902 echo "configure: 903: checking for POSIXized ISC" >&51139 echo "configure:1140: checking for POSIXized ISC" >&5 903 1140 if test -d /etc/conf/kconfig.d && 904 1141 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 … … 921 1158 922 1159 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 923 echo "configure: 924: checking for ANSI C header files" >&51160 echo "configure:1161: checking for ANSI C header files" >&5 924 1161 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 925 1162 echo $ac_n "(cached) $ac_c" 1>&6 926 1163 else 927 1164 cat > conftest.$ac_ext <<EOF 928 #line 929 "configure" 1165 #include <sys/types.h> 1166 #line 1167 "configure" 929 1167 #include "confdefs.h" 930 1168 #include <stdlib.h> … … 934 1172 EOF 935 1173 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 936 { (eval echo configure: 937: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }937 ac_err=`grep -v '^ *+' conftest.out `1174 { (eval echo configure:1175: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1175 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 938 1176 if test -z "$ac_err"; then 939 1177 rm -rf conftest* … … 951 1189 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 952 1190 cat > conftest.$ac_ext <<EOF 953 #line 954"configure"1191 #line 1192 "configure" 954 1192 #include "confdefs.h" 955 1193 #include <string.h> … … 969 1207 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 970 1208 cat > conftest.$ac_ext <<EOF 971 #line 972"configure"1209 #line 1210 "configure" 972 1210 #include "confdefs.h" 973 1211 #include <stdlib.h> … … 990 1228 else 991 1229 cat > conftest.$ac_ext <<EOF 992 #line 993"configure"1230 #line 1231 "configure" 993 1231 #include "confdefs.h" 994 1232 #include <ctype.h> … … 1001 1239 1002 1240 EOF 1003 if { (eval echo configure:1 004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest&& (./conftest; exit) 2>/dev/null1241 if { (eval echo configure:1242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1004 1242 then 1005 1243 : … … 1025 1263 1026 1264 echo $ac_n "checking for working const""... $ac_c" 1>&6 1027 echo "configure:1 028: checking for working const" >&51265 echo "configure:1266: checking for working const" >&5 1028 1266 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 1029 1267 echo $ac_n "(cached) $ac_c" 1>&6 1030 1268 else 1031 1269 cat > conftest.$ac_ext <<EOF 1032 #line 1 033"configure"1270 #line 1271 "configure" 1033 1271 #include "confdefs.h" 1034 1272 … … 1079 1317 ; return 0; } 1080 1318 EOF 1081 if { (eval echo configure:1 082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1319 if { (eval echo configure:1320: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1082 1320 rm -rf conftest* 1083 1321 ac_cv_c_const=yes … … 1100 1338 1101 1339 echo $ac_n "checking for inline""... $ac_c" 1>&6 1102 echo "configure:1 103: checking for inline" >&51340 echo "configure:1341: checking for inline" >&5 1103 1341 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 1104 1342 echo $ac_n "(cached) $ac_c" 1>&6 … … 1107 1345 for ac_kw in inline __inline__ __inline; do 1108 1346 cat > conftest.$ac_ext <<EOF 1109 #line 1 110"configure"1347 #line 1348 "configure" 1110 1348 #include "confdefs.h" 1111 1349 … … 1114 1352 ; return 0; } 1115 1353 EOF 1116 if { (eval echo configure:1 117: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1354 if { (eval echo configure:1355: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1117 1355 rm -rf conftest* 1118 1356 ac_cv_c_inline=$ac_kw; break … … 1140 1378 1141 1379 echo $ac_n "checking for off_t""... $ac_c" 1>&6 1142 echo "configure:1 143: checking for off_t" >&51380 echo "configure:1381: checking for off_t" >&5 1143 1381 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 1144 1382 echo $ac_n "(cached) $ac_c" 1>&6 1145 1383 else 1146 1384 cat > conftest.$ac_ext <<EOF 1147 #line 1 148"configure"1385 #line 1386 "configure" 1148 1386 #include "confdefs.h" 1149 1387 #include <sys/types.h> … … 1154 1392 EOF 1155 1393 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 1156 egrep " off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then1394 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 1157 1395 rm -rf conftest* 1158 1396 ac_cv_type_off_t=yes … … 1173 1411 1174 1412 echo $ac_n "checking for size_t""... $ac_c" 1>&6 1175 echo "configure:1 176: checking for size_t" >&51413 echo "configure:1414: checking for size_t" >&5 1176 1414 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 1177 1415 echo $ac_n "(cached) $ac_c" 1>&6 1178 1416 else 1179 1417 cat > conftest.$ac_ext <<EOF 1180 #line 1 181"configure"1418 #line 1419 "configure" 1181 1419 #include "confdefs.h" 1182 1420 #include <sys/types.h> … … 1187 1425 EOF 1188 1426 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 1189 egrep " size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then1427 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 1190 1428 rm -rf conftest* 1191 1429 ac_cv_type_size_t=yes … … 1208 1446 # for constant arguments. Useless! 1209 1447 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 1210 echo "configure:1 211: checking for working alloca.h" >&51448 echo "configure:1449: checking for working alloca.h" >&5 1211 1449 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 1212 1450 echo $ac_n "(cached) $ac_c" 1>&6 1213 1451 else 1214 1452 cat > conftest.$ac_ext <<EOF 1215 #line 1 216"configure"1453 #line 1454 "configure" 1216 1454 #include "confdefs.h" 1217 1455 #include <alloca.h> … … 1220 1458 ; return 0; } 1221 1459 EOF 1222 if { (eval echo configure:1 223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1460 if { (eval echo configure:1461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1223 1461 rm -rf conftest* 1224 1462 ac_cv_header_alloca_h=yes … … 1241 1479 1242 1480 echo $ac_n "checking for alloca""... $ac_c" 1>&6 1243 echo "configure:1 244: checking for alloca" >&51481 echo "configure:1482: checking for alloca" >&5 1244 1482 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 1245 1483 echo $ac_n "(cached) $ac_c" 1>&6 1246 1484 else 1247 1485 cat > conftest.$ac_ext <<EOF 1248 #line 1 249"configure"1486 #line 1487 "configure" 1249 1487 #include "confdefs.h" 1250 1488 … … 1252 1490 # define alloca __builtin_alloca 1253 1491 #else 1254 # if HAVE_ALLOCA_H 1255 # include <alloca.h> 1492 # ifdef _MSC_VER 1493 # include <malloc.h> 1494 # define alloca _alloca 1256 1495 # else 1257 # ifdef _AIX 1496 # if HAVE_ALLOCA_H 1497 # include <alloca.h> 1498 # else 1499 # ifdef _AIX 1258 1500 #pragma alloca 1259 # else1260 # ifndef alloca /* predefined by HP cc +Olibcalls */1501 # else 1502 # ifndef alloca /* predefined by HP cc +Olibcalls */ 1261 1503 char *alloca (); 1504 # endif 1262 1505 # endif 1263 1506 # endif … … 1269 1512 ; return 0; } 1270 1513 EOF 1271 if { (eval echo configure:1 272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1514 if { (eval echo configure:1515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1272 1515 rm -rf conftest* 1273 1516 ac_cv_func_alloca_works=yes … … 1294 1537 # contain a buggy version. If you still want to use their alloca, 1295 1538 # use ar to extract alloca.o from them instead of compiling alloca.c. 1296 ALLOCA=alloca. o1539 ALLOCA=alloca.${ac_objext} 1297 1540 cat >> confdefs.h <<\EOF 1298 1541 #define C_ALLOCA 1 … … 1301 1544 1302 1545 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 1303 echo "configure:1 304: checking whether alloca needs Cray hooks" >&51546 echo "configure:1547: checking whether alloca needs Cray hooks" >&5 1304 1547 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 1305 1548 echo $ac_n "(cached) $ac_c" 1>&6 1306 1549 else 1307 1550 cat > conftest.$ac_ext <<EOF 1308 #line 1 309"configure"1551 #line 1552 "configure" 1309 1552 #include "confdefs.h" 1310 1553 #if defined(CRAY) && ! defined(CRAY2) … … 1331 1574 for ac_func in _getb67 GETB67 getb67; do 1332 1575 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1333 echo "configure:1 334: checking for $ac_func" >&51576 echo "configure:1577: checking for $ac_func" >&5 1334 1577 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1335 1578 echo $ac_n "(cached) $ac_c" 1>&6 1336 1579 else 1337 1580 cat > conftest.$ac_ext <<EOF 1338 #line 1 339"configure"1581 #line 1582 "configure" 1339 1582 #include "confdefs.h" 1340 1583 /* System header to define __stub macros and hopefully few prototypes, … … 1359 1602 ; return 0; } 1360 1603 EOF 1361 if { (eval echo configure:1 362: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1604 if { (eval echo configure:1605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1362 1605 rm -rf conftest* 1363 1606 eval "ac_cv_func_$ac_func=yes" … … 1386 1629 1387 1630 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 1388 echo "configure:1 389: checking stack direction for C alloca" >&51631 echo "configure:1632: checking stack direction for C alloca" >&5 1389 1632 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 1390 1633 echo $ac_n "(cached) $ac_c" 1>&6 … … 1394 1637 else 1395 1638 cat > conftest.$ac_ext <<EOF 1396 #line 1 397"configure"1639 #line 1640 "configure" 1397 1640 #include "confdefs.h" 1398 1641 find_stack_direction () … … 1413 1656 } 1414 1657 EOF 1415 if { (eval echo configure:1 416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest&& (./conftest; exit) 2>/dev/null1658 if { (eval echo configure:1659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1416 1659 then 1417 1660 ac_cv_c_stack_direction=1 … … 1438 1681 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1439 1682 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1440 echo "configure:1 441: checking for $ac_hdr" >&51683 echo "configure:1684: checking for $ac_hdr" >&5 1441 1684 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1442 1685 echo $ac_n "(cached) $ac_c" 1>&6 1443 1686 else 1444 1687 cat > conftest.$ac_ext <<EOF 1445 #line 1446 "configure" 1688 #include <sys/types.h> 1689 #line 1690 "configure" 1446 1690 #include "confdefs.h" 1447 1691 #include <$ac_hdr> 1448 1692 EOF 1449 1693 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1450 { (eval echo configure:1 451: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1451 ac_err=`grep -v '^ *+' conftest.out `1694 { (eval echo configure:1695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1695 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1452 1696 if test -z "$ac_err"; then 1453 1697 rm -rf conftest* … … 1477 1721 do 1478 1722 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1479 echo "configure:1 480: checking for $ac_func" >&51723 echo "configure:1724: checking for $ac_func" >&5 1480 1724 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1481 1725 echo $ac_n "(cached) $ac_c" 1>&6 1482 1726 else 1483 1727 cat > conftest.$ac_ext <<EOF 1484 #line 1 485"configure"1728 #line 1729 "configure" 1485 1729 #include "confdefs.h" 1486 1730 /* System header to define __stub macros and hopefully few prototypes, … … 1505 1749 ; return 0; } 1506 1750 EOF 1507 if { (eval echo configure:1 508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1751 if { (eval echo configure:1752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1508 1752 rm -rf conftest* 1509 1753 eval "ac_cv_func_$ac_func=yes" … … 1530 1774 1531 1775 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 1532 echo "configure:1 533: checking for working mmap" >&51776 echo "configure:1777: checking for working mmap" >&5 1533 1777 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 1534 1778 echo $ac_n "(cached) $ac_c" 1>&6 … … 1538 1782 else 1539 1783 cat > conftest.$ac_ext <<EOF 1540 #line 1 541"configure"1784 #line 1785 "configure" 1541 1785 #include "confdefs.h" 1542 1786 … … 1678 1922 1679 1923 EOF 1680 if { (eval echo configure:1 681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest&& (./conftest; exit) 2>/dev/null1924 if { (eval echo configure:1925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1681 1925 then 1682 1926 ac_cv_func_mmap_fixed_mapped=yes … … 1706 1950 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1707 1951 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1708 echo "configure:1 709: checking for $ac_hdr" >&51952 echo "configure:1953: checking for $ac_hdr" >&5 1709 1953 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1710 1954 echo $ac_n "(cached) $ac_c" 1>&6 1711 1955 else 1712 1956 cat > conftest.$ac_ext <<EOF 1713 #line 1714 "configure" 1957 #include <sys/types.h> 1958 #line 1959 "configure" 1714 1959 #include "confdefs.h" 1715 1960 #include <$ac_hdr> 1716 1961 EOF 1717 1962 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1718 { (eval echo configure:1 719: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1719 ac_err=`grep -v '^ *+' conftest.out `1963 { (eval echo configure:1964: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1964 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1720 1965 if test -z "$ac_err"; then 1721 1966 rm -rf conftest* … … 1746 1991 do 1747 1992 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1748 echo "configure:1 749: checking for $ac_func" >&51993 echo "configure:1994: checking for $ac_func" >&5 1749 1994 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1750 1995 echo $ac_n "(cached) $ac_c" 1>&6 1751 1996 else 1752 1997 cat > conftest.$ac_ext <<EOF 1753 #line 1 754"configure"1998 #line 1999 "configure" 1754 1999 #include "confdefs.h" 1755 2000 /* System header to define __stub macros and hopefully few prototypes, … … 1774 2019 ; return 0; } 1775 2020 EOF 1776 if { (eval echo configure: 1777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2021 if { (eval echo configure:2022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1777 2022 rm -rf conftest* 1778 2023 eval "ac_cv_func_$ac_func=yes" … … 1803 2048 do 1804 2049 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1805 echo "configure: 1806: checking for $ac_func" >&52050 echo "configure:2051: checking for $ac_func" >&5 1806 2051 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1807 2052 echo $ac_n "(cached) $ac_c" 1>&6 1808 2053 else 1809 2054 cat > conftest.$ac_ext <<EOF 1810 #line 1811"configure"2055 #line 2056 "configure" 1811 2056 #include "confdefs.h" 1812 2057 /* System header to define __stub macros and hopefully few prototypes, … … 1831 2076 ; return 0; } 1832 2077 EOF 1833 if { (eval echo configure: 1834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2078 if { (eval echo configure:2079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1834 2079 rm -rf conftest* 1835 2080 eval "ac_cv_func_$ac_func=yes" … … 1865 2110 if test $ac_cv_header_locale_h = yes; then 1866 2111 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 1867 echo "configure: 1868: checking for LC_MESSAGES" >&52112 echo "configure:2113: checking for LC_MESSAGES" >&5 1868 2113 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 1869 2114 echo $ac_n "(cached) $ac_c" 1>&6 1870 2115 else 1871 2116 cat > conftest.$ac_ext <<EOF 1872 #line 1873"configure"2117 #line 2118 "configure" 1873 2118 #include "confdefs.h" 1874 2119 #include <locale.h> … … 1877 2122 ; return 0; } 1878 2123 EOF 1879 if { (eval echo configure: 1880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2124 if { (eval echo configure:2125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1880 2125 rm -rf conftest* 1881 2126 am_cv_val_LC_MESSAGES=yes … … 1898 2143 fi 1899 2144 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 1900 echo "configure: 1901: checking whether NLS is requested" >&52145 echo "configure:2146: checking whether NLS is requested" >&5 1901 2146 # Check whether --enable-nls or --disable-nls was given. 1902 2147 if test "${enable_nls+set}" = set; then … … 1918 2163 1919 2164 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 1920 echo "configure: 1921: checking whether included gettext is requested" >&52165 echo "configure:2166: checking whether included gettext is requested" >&5 1921 2166 # Check whether --with-included-gettext or --without-included-gettext was given. 1922 2167 if test "${with_included_gettext+set}" = set; then … … 1937 2182 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 1938 2183 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 1939 echo "configure: 1940: checking for libintl.h" >&52184 echo "configure:2185: checking for libintl.h" >&5 1940 2185 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1941 2186 echo $ac_n "(cached) $ac_c" 1>&6 1942 2187 else 1943 2188 cat > conftest.$ac_ext <<EOF 1944 #line 1945 "configure" 2189 #include <sys/types.h> 2190 #line 2191 "configure" 1945 2191 #include "confdefs.h" 1946 2192 #include <libintl.h> 1947 2193 EOF 1948 2194 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1949 { (eval echo configure: 1950: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1950 ac_err=`grep -v '^ *+' conftest.out `2195 { (eval echo configure:2196: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2196 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1951 2197 if test -z "$ac_err"; then 1952 2198 rm -rf conftest* … … 1964 2210 echo "$ac_t""yes" 1>&6 1965 2211 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 1966 echo "configure: 1967: checking for gettext in libc" >&52212 echo "configure:2213: checking for gettext in libc" >&5 1967 2213 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 1968 2214 echo $ac_n "(cached) $ac_c" 1>&6 1969 2215 else 1970 2216 cat > conftest.$ac_ext <<EOF 1971 #line 1972"configure"2217 #line 2218 "configure" 1972 2218 #include "confdefs.h" 1973 2219 #include <libintl.h> … … 1976 2222 ; return 0; } 1977 2223 EOF 1978 if { (eval echo configure: 1979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2224 if { (eval echo configure:2225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1979 2225 rm -rf conftest* 1980 2226 gt_cv_func_gettext_libc=yes … … 1992 2238 if test "$gt_cv_func_gettext_libc" != "yes"; then 1993 2239 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 1994 echo "configure: 1995: checking for bindtextdomain in -lintl" >&52240 echo "configure:2241: checking for bindtextdomain in -lintl" >&5 1995 2241 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 1996 2242 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2000 2246 LIBS="-lintl $LIBS" 2001 2247 cat > conftest.$ac_ext <<EOF 2002 #line 2 003"configure"2248 #line 2249 "configure" 2003 2249 #include "confdefs.h" 2004 2250 /* Override any gcc2 internal prototype to avoid an error. */ … … 2011 2257 ; return 0; } 2012 2258 EOF 2013 if { (eval echo configure:2 014: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2259 if { (eval echo configure:2260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2014 2260 rm -rf conftest* 2015 2261 eval "ac_cv_lib_$ac_lib_var=yes" … … 2027 2273 echo "$ac_t""yes" 1>&6 2028 2274 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 2029 echo "configure:2 030: checking for gettext in libintl" >&52275 echo "configure:2276: checking for gettext in libintl" >&5 2030 2276 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 2031 2277 echo $ac_n "(cached) $ac_c" 1>&6 2032 2278 else 2033 2279 cat > conftest.$ac_ext <<EOF 2034 #line 2 035"configure"2280 #line 2281 "configure" 2035 2281 #include "confdefs.h" 2036 2282 … … 2039 2285 ; return 0; } 2040 2286 EOF 2041 if { (eval echo configure:2 042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2287 if { (eval echo configure:2288: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2042 2288 rm -rf conftest* 2043 2289 gt_cv_func_gettext_libintl=yes … … 2067 2313 set dummy msgfmt; ac_word=$2 2068 2314 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2069 echo "configure:2 070: checking for $ac_word" >&52315 echo "configure:2316: checking for $ac_word" >&5 2070 2316 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 2071 2317 echo $ac_n "(cached) $ac_c" 1>&6 … … 2076 2322 ;; 2077 2323 *) 2078 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"2324 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 2079 2325 for ac_dir in $PATH; do 2080 2326 test -z "$ac_dir" && ac_dir=. … … 2101 2347 do 2102 2348 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2103 echo "configure:2 104: checking for $ac_func" >&52349 echo "configure:2350: checking for $ac_func" >&5 2104 2350 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2105 2351 echo $ac_n "(cached) $ac_c" 1>&6 2106 2352 else 2107 2353 cat > conftest.$ac_ext <<EOF 2108 #line 2 109"configure"2354 #line 2355 "configure" 2109 2355 #include "confdefs.h" 2110 2356 /* System header to define __stub macros and hopefully few prototypes, … … 2129 2375 ; return 0; } 2130 2376 EOF 2131 if { (eval echo configure:2 132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2377 if { (eval echo configure:2378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2132 2378 rm -rf conftest* 2133 2379 eval "ac_cv_func_$ac_func=yes" … … 2156 2402 set dummy gmsgfmt; ac_word=$2 2157 2403 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2158 echo "configure:2 159: checking for $ac_word" >&52404 echo "configure:2405: checking for $ac_word" >&5 2159 2405 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 2160 2406 echo $ac_n "(cached) $ac_c" 1>&6 2161 2407 else 2162 2408 case "$GMSGFMT" in 2163 /* )2409 /* | [a-zA-Z]:*) 2164 2410 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 2165 2411 ;; 2166 ?:/*) 2412 ?:/*) 2167 2413 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 2168 2414 ;; 2169 2415 *) 2170 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 2171 for ac_dir in $PATH; do 2416 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2417 ac_dummy="$PATH" 2418 for ac_dir in $ac_dummy; do 2172 2419 test -z "$ac_dir" && ac_dir=. 2173 2420 if test -f $ac_dir/$ac_word; then 2174 2421 ac_cv_path_GMSGFMT="$ac_dir/$ac_word" 2422 break 2423 fi 2424 if test -f $ac_dir/$ac_word$ac_exeext; then 2425 ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext" 2175 2426 break 2176 2427 fi … … 2191 2442 set dummy xgettext; ac_word=$2 2192 2443 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2193 echo "configure:2 194: checking for $ac_word" >&52444 echo "configure:2445: checking for $ac_word" >&5 2194 2445 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 2195 2446 echo $ac_n "(cached) $ac_c" 1>&6 … … 2200 2451 ;; 2201 2452 *) 2202 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"2453 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 2203 2454 for ac_dir in $PATH; do 2204 2455 test -z "$ac_dir" && ac_dir=. … … 2223 2474 2224 2475 cat > conftest.$ac_ext <<EOF 2225 #line 2 226"configure"2476 #line 2477 "configure" 2226 2477 #include "confdefs.h" 2227 2478 … … 2231 2482 ; return 0; } 2232 2483 EOF 2233 if { (eval echo configure:2 234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2484 if { (eval echo configure:2485: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2234 2485 rm -rf conftest* 2235 2486 CATOBJEXT=.gmo … … 2263 2514 set dummy msgfmt; ac_word=$2 2264 2515 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2265 echo "configure:2 266: checking for $ac_word" >&52516 echo "configure:2517: checking for $ac_word" >&5 2266 2517 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 2267 2518 echo $ac_n "(cached) $ac_c" 1>&6 … … 2272 2523 ;; 2273 2524 *) 2274 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"2525 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 2275 2526 for ac_dir in $PATH; do 2276 2527 test -z "$ac_dir" && ac_dir=. … … 2297 2548 set dummy gmsgfmt; ac_word=$2 2298 2549 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2299 echo "configure:2 300: checking for $ac_word" >&52550 echo "configure:2551: checking for $ac_word" >&5 2300 2551 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 2301 2552 echo $ac_n "(cached) $ac_c" 1>&6 2302 2553 else 2303 2554 case "$GMSGFMT" in 2304 /* )2555 /* | [a-zA-Z]:*) 2305 2556 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 2306 2557 ;; 2307 ?:/*) 2558 ?:/*) 2308 2559 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 2309 2560 ;; 2310 2561 *) 2311 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 2312 for ac_dir in $PATH; do 2562 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2563 ac_dummy="$PATH" 2564 for ac_dir in $ac_dummy; do 2313 2565 test -z "$ac_dir" && ac_dir=. 2314 2566 if test -f $ac_dir/$ac_word; then 2315 2567 ac_cv_path_GMSGFMT="$ac_dir/$ac_word" 2568 break 2569 fi 2570 if test -f $ac_dir/$ac_word$ac_exeext; then 2571 ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext" 2316 2572 break 2317 2573 fi … … 2332 2588 set dummy xgettext; ac_word=$2 2333 2589 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2334 echo "configure:2 335: checking for $ac_word" >&52590 echo "configure:2591: checking for $ac_word" >&5 2335 2591 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 2336 2592 echo $ac_n "(cached) $ac_c" 1>&6 … … 2341 2597 ;; 2342 2598 *) 2343 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"2599 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 2344 2600 for ac_dir in $PATH; do 2345 2601 test -z "$ac_dir" && ac_dir=. … … 2422 2678 else 2423 2679 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 2424 echo "configure:2 425: checking for catalogs to be installed" >&52680 echo "configure:2681: checking for catalogs to be installed" >&5 2425 2681 NEW_LINGUAS= 2426 2682 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 2450 2706 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 2451 2707 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 2452 echo "configure:2 453: checking for linux/version.h" >&52708 echo "configure:2709: checking for linux/version.h" >&5 2453 2709 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2454 2710 echo $ac_n "(cached) $ac_c" 1>&6 2455 2711 else 2456 2712 cat > conftest.$ac_ext <<EOF 2457 #line 2458 "configure" 2713 #include <sys/types.h> 2714 #line 2715 "configure" 2458 2715 #include "confdefs.h" 2459 2716 #include <linux/version.h> 2460 2717 EOF 2461 2718 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2462 { (eval echo configure:2 463: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2463 ac_err=`grep -v '^ *+' conftest.out `2719 { (eval echo configure:2720: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2720 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2464 2721 if test -z "$ac_err"; then 2465 2722 rm -rf conftest* … … 2546 2803 # and sets the high bit in the cache file unless we assign to the vars. 2547 2804 (set) 2>&1 | 2548 case `(ac_space=' '; set ) 2>&1 | grep ac_space` in2805 case `(ac_space=' '; set | grep ac_space) 2>&1` in 2549 2806 *ac_space=\ *) 2550 2807 # `set' does not quote correctly, so add quotes (double-quote substitution … … 2598 2855 # Run this file to recreate the current configuration. 2599 2856 # This directory was configured as follows, 2857 EOF 2858 echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS 2859 cat >> $CONFIG_STATUS <<EOF 2600 2860 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 2601 2861 # … … 2613 2873 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 2614 2874 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 2615 echo "$CONFIG_STATUS generated by autoconf version 2.1 2.1"2875 echo "$CONFIG_STATUS generated by autoconf version 2.13" 2616 2876 exit 0 ;; 2617 2877 -help | --help | --hel | --he | --h) … … 2623 2883 ac_given_srcdir=$srcdir 2624 2884 ac_given_INSTALL="$INSTALL" 2885 PATHIFS="$PATH_IFS" 2625 2886 2626 2887 trap 'rm -fr `echo "Makefile config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 … … 2633 2894 $ac_vpsub 2634 2895 $extrasub 2896 s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g 2635 2897 s%@SHELL@%$SHELL%g 2636 2898 s%@CFLAGS@%$CFLAGS%g 2637 2899 s%@CPPFLAGS@%$CPPFLAGS%g 2638 2900 s%@CXXFLAGS@%$CXXFLAGS%g 2901 s%@FFLAGS@%$FFLAGS%g 2639 2902 s%@DEFS@%$DEFS%g 2640 2903 s%@LDFLAGS@%$LDFLAGS%g … … 2655 2918 s%@infodir@%$infodir%g 2656 2919 s%@mandir@%$mandir%g 2920 s%@PATH_IFS@%$PATH_IFS%g 2921 s%@EXEEXT@%$EXEEXT%g 2657 2922 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 2923 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 2658 2924 s%@INSTALL_DATA@%$INSTALL_DATA%g 2659 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g2660 2925 s%@SET_MAKE@%$SET_MAKE%g 2661 2926 s%@CC@%$CC%g … … 2753 3018 if test -z "$ac_dots"; then top_srcdir=. 2754 3019 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 2755 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 3020 /* | [A-Za-z]:*) 3021 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 2756 3022 *) # Relative path. 2757 3023 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" … … 2760 3026 2761 3027 case "$ac_given_INSTALL" in 2762 [/$]* ) INSTALL="$ac_given_INSTALL" ;;3028 [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 2763 3029 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 2764 3030 esac … … 2773 3039 esac 2774 3040 2775 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s% :% $ac_given_srcdir/%g"`3041 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"` 2776 3042 sed -e "$ac_comsub 2777 3043 s%@configure_input@%$configure_input%g … … 2820 3086 2821 3087 rm -f conftest.frag conftest.in conftest.out 2822 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 3088 # kso the other way around might work better with drive letters and such. 3089 # ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 3090 ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" ` 2823 3091 cat $ac_file_inputs > conftest.in 2824 3092 … … 2924 3192 2925 3193 case "$srcdir" in 2926 [/$]* ) ac_rel_source="$srcdir/$ac_source" ;;3194 [/$]* | [A-Za-z]:*) ac_rel_source="$srcdir/$ac_source" ;; 2927 3195 *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;; 2928 3196 esac … … 2930 3198 # Make a symlink if possible; otherwise try a hard link. 2931 3199 if ln -s $ac_rel_source $ac_dest 2>/dev/null || 2932 ln $srcdir/$ac_source $ac_dest; then : 3200 ln $srcdir/$ac_source $ac_dest 2>/dev/null || 3201 cp $srcdir/$ac_source $ac_dest; then : 2933 3202 else 2934 3203 { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.