Changeset 1957 in Sophya for trunk/ArchTOIPipe/configure
- Timestamp:
- Mar 28, 2002, 3:39:02 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/configure
r1803 r1957 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.1 34 # Generated automatically using autoconf version 2.12 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 52 52 subdirs= 53 53 MFLAGS= MAKEFLAGS= 54 SHELL=${CONFIG_SHELL-/bin/sh}55 54 # Maximum number of lines to put in a shell here document. 56 55 ac_max_here_lines=12 … … 336 335 337 336 -version | --version | --versio | --versi | --vers) 338 echo "configure generated by autoconf version 2.1 3"337 echo "configure generated by autoconf version 2.12" 339 338 exit 0 ;; 340 339 … … 454 453 # A filename unique to this package, relative to the directory that 455 454 # configure is in, which we can look for to find out if srcdir is correct. 456 ac_unique_file= kernel/toi.cc455 ac_unique_file=Kernel/toi.cc 457 456 458 457 # Find the source files, if location was not specified. … … 506 505 ac_cpp='$CPP $CPPFLAGS' 507 506 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 508 ac_link='${CC-cc} -o conftest ${ac_exeext}$CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'507 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 509 508 cross_compiling=$ac_cv_prog_cc_cross 510 509 511 ac_exeext=512 ac_objext=o513 510 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 514 511 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. … … 560 557 set dummy gcc; ac_word=$2 561 558 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 562 echo "configure:56 3: checking for $ac_word" >&5559 echo "configure:560: checking for $ac_word" >&5 563 560 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 564 561 echo $ac_n "(cached) $ac_c" 1>&6 … … 567 564 ac_cv_prog_CC="$CC" # Let the user override the test. 568 565 else 569 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 570 ac_dummy="$PATH" 571 for ac_dir in $ac_dummy; do 566 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 567 for ac_dir in $PATH; do 572 568 test -z "$ac_dir" && ac_dir=. 573 569 if test -f $ac_dir/$ac_word; then … … 590 586 set dummy cc; ac_word=$2 591 587 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 592 echo "configure:5 93: checking for $ac_word" >&5588 echo "configure:589: checking for $ac_word" >&5 593 589 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 594 590 echo $ac_n "(cached) $ac_c" 1>&6 … … 597 593 ac_cv_prog_CC="$CC" # Let the user override the test. 598 594 else 599 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"595 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 600 596 ac_prog_rejected=no 601 ac_dummy="$PATH" 602 for ac_dir in $ac_dummy; do 597 for ac_dir in $PATH; do 603 598 test -z "$ac_dir" && ac_dir=. 604 599 if test -f $ac_dir/$ac_word; then … … 635 630 fi 636 631 637 if test -z "$CC"; then638 case "`uname -s`" in639 *win32* | *WIN32*)640 # Extract the first word of "cl", so it can be a program name with args.641 set dummy cl; ac_word=$2642 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6643 echo "configure:644: checking for $ac_word" >&5644 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then645 echo $ac_n "(cached) $ac_c" 1>&6646 else647 if test -n "$CC"; then648 ac_cv_prog_CC="$CC" # Let the user override the test.649 else650 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"651 ac_dummy="$PATH"652 for ac_dir in $ac_dummy; do653 test -z "$ac_dir" && ac_dir=.654 if test -f $ac_dir/$ac_word; then655 ac_cv_prog_CC="cl"656 break657 fi658 done659 IFS="$ac_save_ifs"660 fi661 fi662 CC="$ac_cv_prog_CC"663 if test -n "$CC"; then664 echo "$ac_t""$CC" 1>&6665 else666 echo "$ac_t""no" 1>&6667 fi668 ;;669 esac670 fi671 632 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 672 633 fi 673 634 674 635 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 675 echo "configure:6 76: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5636 echo "configure:637: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 676 637 677 638 ac_ext=c … … 679 640 ac_cpp='$CPP $CPPFLAGS' 680 641 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 681 ac_link='${CC-cc} -o conftest ${ac_exeext}$CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'642 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 682 643 cross_compiling=$ac_cv_prog_cc_cross 683 644 684 cat > conftest.$ac_ext << EOF 685 686 #line 687 "configure" 645 cat > conftest.$ac_ext <<EOF 646 #line 647 "configure" 687 647 #include "confdefs.h" 688 689 648 main(){return(0);} 690 649 EOF 691 if { (eval echo configure:6 92: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then650 if { (eval echo configure:651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 692 651 ac_cv_prog_cc_works=yes 693 652 # If we can't run a trivial program, we are probably using a cross compiler. … … 703 662 fi 704 663 rm -fr conftest* 705 ac_ext=c706 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.707 ac_cpp='$CPP $CPPFLAGS'708 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'709 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'710 cross_compiling=$ac_cv_prog_cc_cross711 664 712 665 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 … … 715 668 fi 716 669 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 717 echo "configure: 718: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5670 echo "configure:671: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 718 671 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 719 672 cross_compiling=$ac_cv_prog_cc_cross 720 673 721 674 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 722 echo "configure: 723: checking whether we are using GNU C" >&5675 echo "configure:676: checking whether we are using GNU C" >&5 723 676 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 724 677 echo $ac_n "(cached) $ac_c" 1>&6 … … 729 682 #endif 730 683 EOF 731 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure: 732: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then684 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:685: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 732 685 ac_cv_prog_gcc=yes 733 686 else … … 740 693 if test $ac_cv_prog_gcc = yes; then 741 694 GCC=yes 742 else 743 GCC= 744 fi 745 746 ac_test_CFLAGS="${CFLAGS+set}" 747 ac_save_CFLAGS="$CFLAGS" 748 CFLAGS= 749 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 750 echo "configure:751: checking whether ${CC-cc} accepts -g" >&5 695 ac_test_CFLAGS="${CFLAGS+set}" 696 ac_save_CFLAGS="$CFLAGS" 697 CFLAGS= 698 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 699 echo "configure:700: checking whether ${CC-cc} accepts -g" >&5 751 700 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 752 701 echo $ac_n "(cached) $ac_c" 1>&6 … … 763 712 764 713 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 765 if test "$ac_test_CFLAGS" = set; then 766 CFLAGS="$ac_save_CFLAGS" 767 elif test $ac_cv_prog_cc_g = yes; then 768 if test "$GCC" = yes; then 714 if test "$ac_test_CFLAGS" = set; then 715 CFLAGS="$ac_save_CFLAGS" 716 elif test $ac_cv_prog_cc_g = yes; then 769 717 CFLAGS="-g -O2" 770 718 else 771 CFLAGS="- g"719 CFLAGS="-O2" 772 720 fi 773 721 else 774 if test "$GCC" = yes; then 775 CFLAGS="-O2" 776 else 777 CFLAGS= 778 fi 779 fi 780 781 for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl 722 GCC= 723 test "${CFLAGS+set}" = set || CFLAGS="-g" 724 fi 725 726 for ac_prog in $CCC c++ g++ gcc CC cxx cc++ 782 727 do 783 728 # Extract the first word of "$ac_prog", so it can be a program name with args. 784 729 set dummy $ac_prog; ac_word=$2 785 730 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 786 echo "configure:7 87: checking for $ac_word" >&5731 echo "configure:732: checking for $ac_word" >&5 787 732 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 788 733 echo $ac_n "(cached) $ac_c" 1>&6 … … 791 736 ac_cv_prog_CXX="$CXX" # Let the user override the test. 792 737 else 793 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 794 ac_dummy="$PATH" 795 for ac_dir in $ac_dummy; do 738 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 739 for ac_dir in $PATH; do 796 740 test -z "$ac_dir" && ac_dir=. 797 741 if test -f $ac_dir/$ac_word; then … … 816 760 817 761 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 818 echo "configure: 819: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5762 echo "configure:763: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 819 763 820 764 ac_ext=C … … 822 766 ac_cpp='$CXXCPP $CPPFLAGS' 823 767 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 824 ac_link='${CXX-g++} -o conftest ${ac_exeext}$CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'768 ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 825 769 cross_compiling=$ac_cv_prog_cxx_cross 826 770 827 cat > conftest.$ac_ext << EOF 828 829 #line 830 "configure" 771 cat > conftest.$ac_ext <<EOF 772 #line 773 "configure" 830 773 #include "confdefs.h" 831 832 int main(){return(0);} 833 EOF 834 if { (eval echo configure:835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 774 main(){return(0);} 775 EOF 776 if { (eval echo configure:777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 835 777 ac_cv_prog_cxx_works=yes 836 778 # If we can't run a trivial program, we are probably using a cross compiler. … … 850 792 ac_cpp='$CPP $CPPFLAGS' 851 793 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 852 ac_link='${CC-cc} -o conftest ${ac_exeext}$CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'794 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 853 795 cross_compiling=$ac_cv_prog_cc_cross 854 796 … … 858 800 fi 859 801 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 860 echo "configure:8 61: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5802 echo "configure:803: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 861 803 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 862 804 cross_compiling=$ac_cv_prog_cxx_cross 863 805 864 806 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 865 echo "configure:8 66: checking whether we are using GNU C++" >&5807 echo "configure:808: checking whether we are using GNU C++" >&5 866 808 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 867 809 echo $ac_n "(cached) $ac_c" 1>&6 … … 872 814 #endif 873 815 EOF 874 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:8 75: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then816 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:817: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 875 817 ac_cv_prog_gxx=yes 876 818 else … … 883 825 if test $ac_cv_prog_gxx = yes; then 884 826 GXX=yes 885 else 886 GXX= 887 fi 888 889 ac_test_CXXFLAGS="${CXXFLAGS+set}" 890 ac_save_CXXFLAGS="$CXXFLAGS" 891 CXXFLAGS= 892 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 893 echo "configure:894: checking whether ${CXX-g++} accepts -g" >&5 827 ac_test_CXXFLAGS="${CXXFLAGS+set}" 828 ac_save_CXXFLAGS="$CXXFLAGS" 829 CXXFLAGS= 830 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 831 echo "configure:832: checking whether ${CXX-g++} accepts -g" >&5 894 832 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 895 833 echo $ac_n "(cached) $ac_c" 1>&6 … … 906 844 907 845 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6 908 if test "$ac_test_CXXFLAGS" = set; then 909 CXXFLAGS="$ac_save_CXXFLAGS" 910 elif test $ac_cv_prog_cxx_g = yes; then 911 if test "$GXX" = yes; then 846 if test "$ac_test_CXXFLAGS" = set; then 847 CXXFLAGS="$ac_save_CXXFLAGS" 848 elif test $ac_cv_prog_cxx_g = yes; then 912 849 CXXFLAGS="-g -O2" 913 850 else 914 CXXFLAGS="- g"851 CXXFLAGS="-O2" 915 852 fi 916 853 else 917 if test "$GXX" = yes; then 918 CXXFLAGS="-O2" 919 else 920 CXXFLAGS= 921 fi 854 GXX= 855 test "${CXXFLAGS+set}" = set || CXXFLAGS="-g" 922 856 fi 923 857 … … 936 870 set dummy ar; ac_word=$2 937 871 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 938 echo "configure: 939: checking for $ac_word" >&5872 echo "configure:873: checking for $ac_word" >&5 939 873 if eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then 940 874 echo $ac_n "(cached) $ac_c" 1>&6 … … 944 878 ac_cv_path_AR="$AR" # Let the user override the test with a path. 945 879 ;; 946 ?:/*)947 ac_cv_path_AR="$AR" # Let the user override the test with a dos path.948 ;;949 880 *) 950 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 951 ac_dummy="/usr/bin:$PATH" 952 for ac_dir in $ac_dummy; do 881 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 882 for ac_dir in /usr/bin:$PATH$ac_dummy; do 953 883 test -z "$ac_dir" && ac_dir=. 954 884 if test -f $ac_dir/$ac_word; then … … 973 903 set dummy ar; ac_word=$2 974 904 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 975 echo "configure:9 76: checking for $ac_word" >&5905 echo "configure:906: checking for $ac_word" >&5 976 906 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then 977 907 echo $ac_n "(cached) $ac_c" 1>&6 … … 980 910 ac_cv_prog_AR="$AR" # Let the user override the test. 981 911 else 982 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 983 ac_dummy="$PATH" 984 for ac_dir in $ac_dummy; do 912 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 913 for ac_dir in $PATH; do 985 914 test -z "$ac_dir" && ac_dir=. 986 915 if test -f $ac_dir/$ac_word; then … … 1004 933 set dummy ranlib; ac_word=$2 1005 934 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1006 echo "configure: 1007: checking for $ac_word" >&5935 echo "configure:936: checking for $ac_word" >&5 1007 936 if eval "test \"`echo '$''{'ac_cv_path_RANLIB'+set}'`\" = set"; then 1008 937 echo $ac_n "(cached) $ac_c" 1>&6 … … 1012 941 ac_cv_path_RANLIB="$RANLIB" # Let the user override the test with a path. 1013 942 ;; 1014 ?:/*)1015 ac_cv_path_RANLIB="$RANLIB" # Let the user override the test with a dos path.1016 ;;1017 943 *) 1018 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1019 ac_dummy="/usr/bin:$PATH" 1020 for ac_dir in $ac_dummy; do 944 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 945 for ac_dir in /usr/bin:$PATH$ac_dummy; do 1021 946 test -z "$ac_dir" && ac_dir=. 1022 947 if test -f $ac_dir/$ac_word; then … … 1041 966 set dummy ranlib; ac_word=$2 1042 967 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1043 echo "configure: 1044: checking for $ac_word" >&5968 echo "configure:969: checking for $ac_word" >&5 1044 969 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1045 970 echo $ac_n "(cached) $ac_c" 1>&6 … … 1048 973 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1049 974 else 1050 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1051 ac_dummy="$PATH" 1052 for ac_dir in $ac_dummy; do 975 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 976 for ac_dir in $PATH; do 1053 977 test -z "$ac_dir" && ac_dir=. 1054 978 if test -f $ac_dir/$ac_word; then … … 1097 1021 # IRIX /sbin/install 1098 1022 # AIX /bin/install 1099 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag1100 1023 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 1101 1024 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1102 1025 # ./install, which can be erroneously created by make from ./install.sh. 1103 1026 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1104 echo "configure:1 105: checking for a BSD compatible install" >&51027 echo "configure:1028: checking for a BSD compatible install" >&5 1105 1028 if test -z "$INSTALL"; then 1106 1029 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 1107 1030 echo $ac_n "(cached) $ac_c" 1>&6 1108 1031 else 1109 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"1032 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:" 1110 1033 for ac_dir in $PATH; do 1111 1034 # Account for people who put trailing slashes in PATH elements. … … 1114 1037 *) 1115 1038 # OSF1 and SCO ODT 3.0 have their own names for install. 1116 # Don't use installbsd from OSF since it installs stuff as root 1117 # by default. 1118 for ac_prog in ginstall scoinst install; do 1039 for ac_prog in ginstall installbsd scoinst install; do 1119 1040 if test -f $ac_dir/$ac_prog; then 1120 1041 if test $ac_prog = install && 1121 1042 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 1122 1043 # AIX install. It has an incompatible calling convention. 1044 # OSF/1 installbsd also uses dspmsg, but is usable. 1123 1045 : 1124 1046 else … … 1150 1072 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1151 1073 1152 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'1153 1154 1074 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1155 1075 … … 1163 1083 1164 1084 echo $ac_n "checking size of short""... $ac_c" 1>&6 1165 echo "configure:1 166: checking size of short" >&51085 echo "configure:1086: checking size of short" >&5 1166 1086 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 1167 1087 echo $ac_n "(cached) $ac_c" 1>&6 … … 1171 1091 else 1172 1092 cat > conftest.$ac_ext <<EOF 1173 #line 1 174 "configure"1093 #line 1094 "configure" 1174 1094 #include "confdefs.h" 1175 1095 #include <stdio.h> … … 1182 1102 } 1183 1103 EOF 1184 if { (eval echo configure:11 85: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}&& (./conftest; exit) 2>/dev/null1104 if { (eval echo configure:1105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 1185 1105 then 1186 1106 ac_cv_sizeof_short=`cat conftestval` … … 1202 1122 1203 1123 echo $ac_n "checking size of int""... $ac_c" 1>&6 1204 echo "configure:1 205: checking size of int" >&51124 echo "configure:1125: checking size of int" >&5 1205 1125 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 1206 1126 echo $ac_n "(cached) $ac_c" 1>&6 … … 1210 1130 else 1211 1131 cat > conftest.$ac_ext <<EOF 1212 #line 1 213 "configure"1132 #line 1133 "configure" 1213 1133 #include "confdefs.h" 1214 1134 #include <stdio.h> … … 1221 1141 } 1222 1142 EOF 1223 if { (eval echo configure:1 224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}&& (./conftest; exit) 2>/dev/null1143 if { (eval echo configure:1144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 1224 1144 then 1225 1145 ac_cv_sizeof_int=`cat conftestval` … … 1241 1161 1242 1162 echo $ac_n "checking size of long""... $ac_c" 1>&6 1243 echo "configure:1 244: checking size of long" >&51163 echo "configure:1164: checking size of long" >&5 1244 1164 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 1245 1165 echo $ac_n "(cached) $ac_c" 1>&6 … … 1249 1169 else 1250 1170 cat > conftest.$ac_ext <<EOF 1251 #line 1 252 "configure"1171 #line 1172 "configure" 1252 1172 #include "confdefs.h" 1253 1173 #include <stdio.h> … … 1260 1180 } 1261 1181 EOF 1262 if { (eval echo configure:1 263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}&& (./conftest; exit) 2>/dev/null1182 if { (eval echo configure:1183: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 1263 1183 then 1264 1184 ac_cv_sizeof_long=`cat conftestval` … … 1280 1200 1281 1201 echo $ac_n "checking size of long long""... $ac_c" 1>&6 1282 echo "configure:12 83: checking size of long long" >&51202 echo "configure:1203: checking size of long long" >&5 1283 1203 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then 1284 1204 echo $ac_n "(cached) $ac_c" 1>&6 … … 1288 1208 else 1289 1209 cat > conftest.$ac_ext <<EOF 1290 #line 12 91 "configure"1210 #line 1211 "configure" 1291 1211 #include "confdefs.h" 1292 1212 #include <stdio.h> … … 1299 1219 } 1300 1220 EOF 1301 if { (eval echo configure:1 302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}&& (./conftest; exit) 2>/dev/null1221 if { (eval echo configure:1222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 1302 1222 then 1303 1223 ac_cv_sizeof_long_long=`cat conftestval` … … 1319 1239 1320 1240 echo $ac_n "checking size of float""... $ac_c" 1>&6 1321 echo "configure:1 322: checking size of float" >&51241 echo "configure:1242: checking size of float" >&5 1322 1242 if eval "test \"`echo '$''{'ac_cv_sizeof_float'+set}'`\" = set"; then 1323 1243 echo $ac_n "(cached) $ac_c" 1>&6 … … 1327 1247 else 1328 1248 cat > conftest.$ac_ext <<EOF 1329 #line 1 330 "configure"1249 #line 1250 "configure" 1330 1250 #include "confdefs.h" 1331 1251 #include <stdio.h> … … 1338 1258 } 1339 1259 EOF 1340 if { (eval echo configure:1 341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}&& (./conftest; exit) 2>/dev/null1260 if { (eval echo configure:1261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 1341 1261 then 1342 1262 ac_cv_sizeof_float=`cat conftestval` … … 1358 1278 1359 1279 echo $ac_n "checking size of double""... $ac_c" 1>&6 1360 echo "configure:1 361: checking size of double" >&51280 echo "configure:1281: checking size of double" >&5 1361 1281 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 1362 1282 echo $ac_n "(cached) $ac_c" 1>&6 … … 1366 1286 else 1367 1287 cat > conftest.$ac_ext <<EOF 1368 #line 1 369 "configure"1288 #line 1289 "configure" 1369 1289 #include "confdefs.h" 1370 1290 #include <stdio.h> … … 1377 1297 } 1378 1298 EOF 1379 if { (eval echo configure:13 80: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}&& (./conftest; exit) 2>/dev/null1299 if { (eval echo configure:1300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 1380 1300 then 1381 1301 ac_cv_sizeof_double=`cat conftestval` … … 1397 1317 1398 1318 echo $ac_n "checking size of long double""... $ac_c" 1>&6 1399 echo "configure:1 400: checking size of long double" >&51319 echo "configure:1320: checking size of long double" >&5 1400 1320 if eval "test \"`echo '$''{'ac_cv_sizeof_long_double'+set}'`\" = set"; then 1401 1321 echo $ac_n "(cached) $ac_c" 1>&6 … … 1405 1325 else 1406 1326 cat > conftest.$ac_ext <<EOF 1407 #line 1 408 "configure"1327 #line 1328 "configure" 1408 1328 #include "confdefs.h" 1409 1329 #include <stdio.h> … … 1416 1336 } 1417 1337 EOF 1418 if { (eval echo configure:1 419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}&& (./conftest; exit) 2>/dev/null1338 if { (eval echo configure:1339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 1419 1339 then 1420 1340 ac_cv_sizeof_long_double=`cat conftestval` … … 1438 1358 1439 1359 echo $ac_n "checking "for cfitsio lib"""... $ac_c" 1>&6 1440 echo "configure:1 441: checking "for cfitsio lib"" >&51360 echo "configure:1361: checking "for cfitsio lib"" >&5 1441 1361 MACHDIR=`uname`-$CXX 1442 1362 if test -f $ARCHBASEREP/$MACHDIR/Libs/libcfitsio.a; then … … 1465 1385 1466 1386 echo $ac_n "checking "for cfitsio includes"""... $ac_c" 1>&6 1467 echo "configure:1 468: checking "for cfitsio includes"" >&51387 echo "configure:1388: checking "for cfitsio includes"" >&5 1468 1388 if test -f $CFITSIODIR/fitsio.h; then 1469 1389 cfitsincdir='-I$(CFITSIODIR)' … … 1479 1399 1480 1400 echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6 1481 echo "configure:14 82: checking for sin in -lm" >&51401 echo "configure:1402: checking for sin in -lm" >&5 1482 1402 ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'` 1483 1403 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1487 1407 LIBS="-lm $LIBS" 1488 1408 cat > conftest.$ac_ext <<EOF 1489 #line 14 90 "configure"1409 #line 1410 "configure" 1490 1410 #include "confdefs.h" 1491 1411 /* Override any gcc2 internal prototype to avoid an error. */ … … 1498 1418 ; return 0; } 1499 1419 EOF 1500 if { (eval echo configure:1 501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1420 if { (eval echo configure:1421: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1501 1421 rm -rf conftest* 1502 1422 eval "ac_cv_lib_$ac_lib_var=yes" … … 1526 1446 1527 1447 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 1528 echo "configure:1 529: checking for pthread_create in -lpthread" >&51448 echo "configure:1449: checking for pthread_create in -lpthread" >&5 1529 1449 ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` 1530 1450 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1534 1454 LIBS="-lpthread $LIBS" 1535 1455 cat > conftest.$ac_ext <<EOF 1536 #line 1 537 "configure"1456 #line 1457 "configure" 1537 1457 #include "confdefs.h" 1538 1458 /* Override any gcc2 internal prototype to avoid an error. */ … … 1545 1465 ; return 0; } 1546 1466 EOF 1547 if { (eval echo configure:1 548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1467 if { (eval echo configure:1468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1548 1468 rm -rf conftest* 1549 1469 eval "ac_cv_lib_$ac_lib_var=yes" … … 1573 1493 1574 1494 echo $ac_n "checking for scopy_ in -lblas""... $ac_c" 1>&6 1575 echo "configure:1 576: checking for scopy_ in -lblas" >&51495 echo "configure:1496: checking for scopy_ in -lblas" >&5 1576 1496 ac_lib_var=`echo blas'_'scopy_ | sed 'y%./+-%__p_%'` 1577 1497 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1581 1501 LIBS="-lblas $LIBS" 1582 1502 cat > conftest.$ac_ext <<EOF 1583 #line 15 84 "configure"1503 #line 1504 "configure" 1584 1504 #include "confdefs.h" 1585 1505 /* Override any gcc2 internal prototype to avoid an error. */ … … 1592 1512 ; return 0; } 1593 1513 EOF 1594 if { (eval echo configure:15 95: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1514 if { (eval echo configure:1515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1595 1515 rm -rf conftest* 1596 1516 eval "ac_cv_lib_$ac_lib_var=yes" … … 1620 1540 1621 1541 echo $ac_n "checking for s_copy in -lg2c""... $ac_c" 1>&6 1622 echo "configure:1 623: checking for s_copy in -lg2c" >&51542 echo "configure:1543: checking for s_copy in -lg2c" >&5 1623 1543 ac_lib_var=`echo g2c'_'s_copy | sed 'y%./+-%__p_%'` 1624 1544 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1628 1548 LIBS="-lg2c $LIBS" 1629 1549 cat > conftest.$ac_ext <<EOF 1630 #line 1 631 "configure"1550 #line 1551 "configure" 1631 1551 #include "confdefs.h" 1632 1552 /* Override any gcc2 internal prototype to avoid an error. */ … … 1639 1559 ; return 0; } 1640 1560 EOF 1641 if { (eval echo configure:1 642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1561 if { (eval echo configure:1562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1642 1562 rm -rf conftest* 1643 1563 eval "ac_cv_lib_$ac_lib_var=yes" … … 1668 1588 1669 1589 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1670 echo "configure:1 671: checking how to run the C preprocessor" >&51590 echo "configure:1591: checking how to run the C preprocessor" >&5 1671 1591 # On Suns, sometimes $CPP names a directory. 1672 1592 if test -n "$CPP" && test -d "$CPP"; then … … 1683 1603 # not just through cpp. 1684 1604 cat > conftest.$ac_ext <<EOF 1685 #line 16 86 "configure"1605 #line 1606 "configure" 1686 1606 #include "confdefs.h" 1687 1607 #include <assert.h> … … 1689 1609 EOF 1690 1610 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1691 { (eval echo configure:16 92: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1692 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`1611 { (eval echo configure:1612: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1612 ac_err=`grep -v '^ *+' conftest.out` 1693 1613 if test -z "$ac_err"; then 1694 1614 : … … 1700 1620 CPP="${CC-cc} -E -traditional-cpp" 1701 1621 cat > conftest.$ac_ext <<EOF 1702 #line 1 703 "configure"1622 #line 1623 "configure" 1703 1623 #include "confdefs.h" 1704 1624 #include <assert.h> … … 1706 1626 EOF 1707 1627 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1708 { (eval echo configure:1709: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1709 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1710 if test -z "$ac_err"; then 1711 : 1712 else 1713 echo "$ac_err" >&5 1714 echo "configure: failed program was:" >&5 1715 cat conftest.$ac_ext >&5 1716 rm -rf conftest* 1717 CPP="${CC-cc} -nologo -E" 1718 cat > conftest.$ac_ext <<EOF 1719 #line 1720 "configure" 1720 #include "confdefs.h" 1721 #include <assert.h> 1722 Syntax Error 1723 EOF 1724 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1725 { (eval echo configure:1726: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1726 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1628 { (eval echo configure:1629: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1629 ac_err=`grep -v '^ *+' conftest.out` 1727 1630 if test -z "$ac_err"; then 1728 1631 : … … 1737 1640 fi 1738 1641 rm -f conftest* 1739 fi1740 rm -f conftest*1741 1642 ac_cv_prog_CPP="$CPP" 1742 1643 fi … … 1748 1649 1749 1650 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1750 echo "configure:1 751: checking for ANSI C header files" >&51651 echo "configure:1652: checking for ANSI C header files" >&5 1751 1652 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1752 1653 echo $ac_n "(cached) $ac_c" 1>&6 1753 1654 else 1754 1655 cat > conftest.$ac_ext <<EOF 1755 #line 1 756"configure"1656 #line 1657 "configure" 1756 1657 #include "confdefs.h" 1757 1658 #include <stdlib.h> … … 1761 1662 EOF 1762 1663 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1763 { (eval echo configure:1 764: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1764 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`1664 { (eval echo configure:1665: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1665 ac_err=`grep -v '^ *+' conftest.out` 1765 1666 if test -z "$ac_err"; then 1766 1667 rm -rf conftest* … … 1778 1679 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1779 1680 cat > conftest.$ac_ext <<EOF 1780 #line 1 781"configure"1681 #line 1682 "configure" 1781 1682 #include "confdefs.h" 1782 1683 #include <string.h> … … 1796 1697 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1797 1698 cat > conftest.$ac_ext <<EOF 1798 #line 17 99"configure"1699 #line 1700 "configure" 1799 1700 #include "confdefs.h" 1800 1701 #include <stdlib.h> … … 1817 1718 else 1818 1719 cat > conftest.$ac_ext <<EOF 1819 #line 1 820"configure"1720 #line 1721 "configure" 1820 1721 #include "confdefs.h" 1821 1722 #include <ctype.h> … … 1828 1729 1829 1730 EOF 1830 if { (eval echo configure:1 831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}&& (./conftest; exit) 2>/dev/null1731 if { (eval echo configure:1732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 1831 1732 then 1832 1733 : … … 1855 1756 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1856 1757 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1857 echo "configure:1 858: checking for $ac_hdr" >&51758 echo "configure:1759: checking for $ac_hdr" >&5 1858 1759 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1859 1760 echo $ac_n "(cached) $ac_c" 1>&6 1860 1761 else 1861 1762 cat > conftest.$ac_ext <<EOF 1862 #line 1 863"configure"1763 #line 1764 "configure" 1863 1764 #include "confdefs.h" 1864 1765 #include <$ac_hdr> 1865 1766 EOF 1866 1767 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1867 { (eval echo configure:1 868: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1868 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`1768 { (eval echo configure:1769: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1769 ac_err=`grep -v '^ *+' conftest.out` 1869 1770 if test -z "$ac_err"; then 1870 1771 rm -rf conftest* … … 1892 1793 1893 1794 1894 outfiles="Makefile kernel/Makefile processors/Makefile pipes/Makefile"1795 outfiles="Makefile Kernel/Makefile Processors/Makefile TestPipes/Makefile Makefile.h" 1895 1796 if [ $use_sophya = 1 ]; then 1896 outfiles="$outfiles sophya/Makefile"1797 outfiles="$outfiles ProcWSophya/Makefile" 1897 1798 fi 1898 1799 … … 1920 1821 # and sets the high bit in the cache file unless we assign to the vars. 1921 1822 (set) 2>&1 | 1922 case `(ac_space=' '; set | grep ac_space) 2>&1` in1823 case `(ac_space=' '; set) 2>&1` in 1923 1824 *ac_space=\ *) 1924 1825 # `set' does not quote correctly, so add quotes (double-quote substitution … … 1987 1888 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 1988 1889 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 1989 echo "$CONFIG_STATUS generated by autoconf version 2.1 3"1890 echo "$CONFIG_STATUS generated by autoconf version 2.12" 1990 1891 exit 0 ;; 1991 1892 -help | --help | --hel | --he | --h) … … 2007 1908 $ac_vpsub 2008 1909 $extrasub 2009 s%@SHELL@%$SHELL%g2010 1910 s%@CFLAGS@%$CFLAGS%g 2011 1911 s%@CPPFLAGS@%$CPPFLAGS%g 2012 1912 s%@CXXFLAGS@%$CXXFLAGS%g 2013 s%@FFLAGS@%$FFLAGS%g2014 1913 s%@DEFS@%$DEFS%g 2015 1914 s%@LDFLAGS@%$LDFLAGS%g … … 2037 1936 s%@RANLIB@%$RANLIB%g 2038 1937 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 2039 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g2040 1938 s%@INSTALL_DATA@%$INSTALL_DATA%g 2041 1939 s%@gcc@%$gcc%g
Note:
See TracChangeset
for help on using the changeset viewer.