Changeset 1957 in Sophya for trunk/ArchTOIPipe/configure


Ignore:
Timestamp:
Mar 28, 2002, 3:39:02 PM (24 years ago)
Author:
aubourg
Message:

changements pour nouvelle structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/configure

    r1803 r1957  
    22
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.13
     4# Generated automatically using autoconf version 2.12
    55# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
    66#
     
    5252subdirs=
    5353MFLAGS= MAKEFLAGS=
    54 SHELL=${CONFIG_SHELL-/bin/sh}
    5554# Maximum number of lines to put in a shell here document.
    5655ac_max_here_lines=12
     
    336335
    337336  -version | --version | --versio | --versi | --vers)
    338     echo "configure generated by autoconf version 2.13"
     337    echo "configure generated by autoconf version 2.12"
    339338    exit 0 ;;
    340339
     
    454453# A filename unique to this package, relative to the directory that
    455454# configure is in, which we can look for to find out if srcdir is correct.
    456 ac_unique_file=kernel/toi.cc
     455ac_unique_file=Kernel/toi.cc
    457456
    458457# Find the source files, if location was not specified.
     
    506505ac_cpp='$CPP $CPPFLAGS'
    507506ac_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'
     507ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    509508cross_compiling=$ac_cv_prog_cc_cross
    510509
    511 ac_exeext=
    512 ac_objext=o
    513510if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    514511  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
     
    560557set dummy gcc; ac_word=$2
    561558echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    562 echo "configure:563: checking for $ac_word" >&5
     559echo "configure:560: checking for $ac_word" >&5
    563560if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    564561  echo $ac_n "(cached) $ac_c" 1>&6
     
    567564  ac_cv_prog_CC="$CC" # Let the user override the test.
    568565else
    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
    572568    test -z "$ac_dir" && ac_dir=.
    573569    if test -f $ac_dir/$ac_word; then
     
    590586set dummy cc; ac_word=$2
    591587echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    592 echo "configure:593: checking for $ac_word" >&5
     588echo "configure:589: checking for $ac_word" >&5
    593589if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    594590  echo $ac_n "(cached) $ac_c" 1>&6
     
    597593  ac_cv_prog_CC="$CC" # Let the user override the test.
    598594else
    599   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     595  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    600596  ac_prog_rejected=no
    601   ac_dummy="$PATH"
    602   for ac_dir in $ac_dummy; do
     597  for ac_dir in $PATH; do
    603598    test -z "$ac_dir" && ac_dir=.
    604599    if test -f $ac_dir/$ac_word; then
     
    635630fi
    636631
    637   if test -z "$CC"; then
    638     case "`uname -s`" in
    639     *win32* | *WIN32*)
    640       # Extract the first word of "cl", so it can be a program name with args.
    641 set dummy cl; ac_word=$2
    642 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    643 echo "configure:644: checking for $ac_word" >&5
    644 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    645   echo $ac_n "(cached) $ac_c" 1>&6
    646 else
    647   if test -n "$CC"; then
    648   ac_cv_prog_CC="$CC" # Let the user override the test.
    649 else
    650   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    651   ac_dummy="$PATH"
    652   for ac_dir in $ac_dummy; do
    653     test -z "$ac_dir" && ac_dir=.
    654     if test -f $ac_dir/$ac_word; then
    655       ac_cv_prog_CC="cl"
    656       break
    657     fi
    658   done
    659   IFS="$ac_save_ifs"
    660 fi
    661 fi
    662 CC="$ac_cv_prog_CC"
    663 if test -n "$CC"; then
    664   echo "$ac_t""$CC" 1>&6
    665 else
    666   echo "$ac_t""no" 1>&6
    667 fi
    668  ;;
    669     esac
    670   fi
    671632  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    672633fi
    673634
    674635echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    675 echo "configure:676: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     636echo "configure:637: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    676637
    677638ac_ext=c
     
    679640ac_cpp='$CPP $CPPFLAGS'
    680641ac_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'
     642ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    682643cross_compiling=$ac_cv_prog_cc_cross
    683644
    684 cat > conftest.$ac_ext << EOF
    685 
    686 #line 687 "configure"
     645cat > conftest.$ac_ext <<EOF
     646#line 647 "configure"
    687647#include "confdefs.h"
    688 
    689648main(){return(0);}
    690649EOF
    691 if { (eval echo configure:692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     650if { (eval echo configure:651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    692651  ac_cv_prog_cc_works=yes
    693652  # If we can't run a trivial program, we are probably using a cross compiler.
     
    703662fi
    704663rm -fr conftest*
    705 ac_ext=c
    706 # 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_cross
    711664
    712665echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
     
    715668fi
    716669echo $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" >&5
     670echo "configure:671: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    718671echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    719672cross_compiling=$ac_cv_prog_cc_cross
    720673
    721674echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    722 echo "configure:723: checking whether we are using GNU C" >&5
     675echo "configure:676: checking whether we are using GNU C" >&5
    723676if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    724677  echo $ac_n "(cached) $ac_c" 1>&6
     
    729682#endif
    730683EOF
    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; then
     684if { 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
    732685  ac_cv_prog_gcc=yes
    733686else
     
    740693if test $ac_cv_prog_gcc = yes; then
    741694  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
     699echo "configure:700: checking whether ${CC-cc} accepts -g" >&5
    751700if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    752701  echo $ac_n "(cached) $ac_c" 1>&6
     
    763712
    764713echo "$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
    769717    CFLAGS="-g -O2"
    770718  else
    771     CFLAGS="-g"
     719    CFLAGS="-O2"
    772720  fi
    773721else
    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"
     724fi
     725
     726for ac_prog in $CCC c++ g++ gcc CC cxx cc++
    782727do
    783728# Extract the first word of "$ac_prog", so it can be a program name with args.
    784729set dummy $ac_prog; ac_word=$2
    785730echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    786 echo "configure:787: checking for $ac_word" >&5
     731echo "configure:732: checking for $ac_word" >&5
    787732if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    788733  echo $ac_n "(cached) $ac_c" 1>&6
     
    791736  ac_cv_prog_CXX="$CXX" # Let the user override the test.
    792737else
    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
    796740    test -z "$ac_dir" && ac_dir=.
    797741    if test -f $ac_dir/$ac_word; then
     
    816760
    817761echo $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" >&5
     762echo "configure:763: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    819763
    820764ac_ext=C
     
    822766ac_cpp='$CXXCPP $CPPFLAGS'
    823767ac_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'
     768ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    825769cross_compiling=$ac_cv_prog_cxx_cross
    826770
    827 cat > conftest.$ac_ext << EOF
    828 
    829 #line 830 "configure"
     771cat > conftest.$ac_ext <<EOF
     772#line 773 "configure"
    830773#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
     774main(){return(0);}
     775EOF
     776if { (eval echo configure:777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    835777  ac_cv_prog_cxx_works=yes
    836778  # If we can't run a trivial program, we are probably using a cross compiler.
     
    850792ac_cpp='$CPP $CPPFLAGS'
    851793ac_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'
     794ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    853795cross_compiling=$ac_cv_prog_cc_cross
    854796
     
    858800fi
    859801echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    860 echo "configure:861: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     802echo "configure:803: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    861803echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    862804cross_compiling=$ac_cv_prog_cxx_cross
    863805
    864806echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    865 echo "configure:866: checking whether we are using GNU C++" >&5
     807echo "configure:808: checking whether we are using GNU C++" >&5
    866808if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    867809  echo $ac_n "(cached) $ac_c" 1>&6
     
    872814#endif
    873815EOF
    874 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:875: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     816if { 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
    875817  ac_cv_prog_gxx=yes
    876818else
     
    883825if test $ac_cv_prog_gxx = yes; then
    884826  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
     831echo "configure:832: checking whether ${CXX-g++} accepts -g" >&5
    894832if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    895833  echo $ac_n "(cached) $ac_c" 1>&6
     
    906844
    907845echo "$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
    912849    CXXFLAGS="-g -O2"
    913850  else
    914     CXXFLAGS="-g"
     851    CXXFLAGS="-O2"
    915852  fi
    916853else
    917   if test "$GXX" = yes; then
    918     CXXFLAGS="-O2"
    919   else
    920     CXXFLAGS=
    921   fi
     854  GXX=
     855  test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
    922856fi
    923857
     
    936870set dummy ar; ac_word=$2
    937871echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    938 echo "configure:939: checking for $ac_word" >&5
     872echo "configure:873: checking for $ac_word" >&5
    939873if eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then
    940874  echo $ac_n "(cached) $ac_c" 1>&6
     
    944878  ac_cv_path_AR="$AR" # Let the user override the test with a path.
    945879  ;;
    946   ?:/*)                 
    947   ac_cv_path_AR="$AR" # Let the user override the test with a dos path.
    948   ;;
    949880  *)
    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
    953883    test -z "$ac_dir" && ac_dir=.
    954884    if test -f $ac_dir/$ac_word; then
     
    973903set dummy ar; ac_word=$2
    974904echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    975 echo "configure:976: checking for $ac_word" >&5
     905echo "configure:906: checking for $ac_word" >&5
    976906if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
    977907  echo $ac_n "(cached) $ac_c" 1>&6
     
    980910  ac_cv_prog_AR="$AR" # Let the user override the test.
    981911else
    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
    985914    test -z "$ac_dir" && ac_dir=.
    986915    if test -f $ac_dir/$ac_word; then
     
    1004933set dummy ranlib; ac_word=$2
    1005934echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1006 echo "configure:1007: checking for $ac_word" >&5
     935echo "configure:936: checking for $ac_word" >&5
    1007936if eval "test \"`echo '$''{'ac_cv_path_RANLIB'+set}'`\" = set"; then
    1008937  echo $ac_n "(cached) $ac_c" 1>&6
     
    1012941  ac_cv_path_RANLIB="$RANLIB" # Let the user override the test with a path.
    1013942  ;;
    1014   ?:/*)                 
    1015   ac_cv_path_RANLIB="$RANLIB" # Let the user override the test with a dos path.
    1016   ;;
    1017943  *)
    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
    1021946    test -z "$ac_dir" && ac_dir=.
    1022947    if test -f $ac_dir/$ac_word; then
     
    1041966set dummy ranlib; ac_word=$2
    1042967echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1043 echo "configure:1044: checking for $ac_word" >&5
     968echo "configure:969: checking for $ac_word" >&5
    1044969if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    1045970  echo $ac_n "(cached) $ac_c" 1>&6
     
    1048973  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    1049974else
    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
    1053977    test -z "$ac_dir" && ac_dir=.
    1054978    if test -f $ac_dir/$ac_word; then
     
    10971021# IRIX /sbin/install
    10981022# AIX /bin/install
    1099 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    11001023# AFS /usr/afsws/bin/install, which mishandles nonexistent args
    11011024# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    11021025# ./install, which can be erroneously created by make from ./install.sh.
    11031026echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1104 echo "configure:1105: checking for a BSD compatible install" >&5
     1027echo "configure:1028: checking for a BSD compatible install" >&5
    11051028if test -z "$INSTALL"; then
    11061029if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    11071030  echo $ac_n "(cached) $ac_c" 1>&6
    11081031else
    1109     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     1032    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
    11101033  for ac_dir in $PATH; do
    11111034    # Account for people who put trailing slashes in PATH elements.
     
    11141037    *)
    11151038      # 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
    11191040        if test -f $ac_dir/$ac_prog; then
    11201041          if test $ac_prog = install &&
    11211042            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
    11221043            # AIX install.  It has an incompatible calling convention.
     1044            # OSF/1 installbsd also uses dspmsg, but is usable.
    11231045            :
    11241046          else
     
    11501072test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    11511073
    1152 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
    1153 
    11541074test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    11551075
     
    11631083
    11641084echo $ac_n "checking size of short""... $ac_c" 1>&6
    1165 echo "configure:1166: checking size of short" >&5
     1085echo "configure:1086: checking size of short" >&5
    11661086if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    11671087  echo $ac_n "(cached) $ac_c" 1>&6
     
    11711091else
    11721092  cat > conftest.$ac_ext <<EOF
    1173 #line 1174 "configure"
     1093#line 1094 "configure"
    11741094#include "confdefs.h"
    11751095#include <stdio.h>
     
    11821102}
    11831103EOF
    1184 if { (eval echo configure:1185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1104if { (eval echo configure:1105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    11851105then
    11861106  ac_cv_sizeof_short=`cat conftestval`
     
    12021122
    12031123echo $ac_n "checking size of int""... $ac_c" 1>&6
    1204 echo "configure:1205: checking size of int" >&5
     1124echo "configure:1125: checking size of int" >&5
    12051125if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    12061126  echo $ac_n "(cached) $ac_c" 1>&6
     
    12101130else
    12111131  cat > conftest.$ac_ext <<EOF
    1212 #line 1213 "configure"
     1132#line 1133 "configure"
    12131133#include "confdefs.h"
    12141134#include <stdio.h>
     
    12211141}
    12221142EOF
    1223 if { (eval echo configure:1224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1143if { (eval echo configure:1144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    12241144then
    12251145  ac_cv_sizeof_int=`cat conftestval`
     
    12411161
    12421162echo $ac_n "checking size of long""... $ac_c" 1>&6
    1243 echo "configure:1244: checking size of long" >&5
     1163echo "configure:1164: checking size of long" >&5
    12441164if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    12451165  echo $ac_n "(cached) $ac_c" 1>&6
     
    12491169else
    12501170  cat > conftest.$ac_ext <<EOF
    1251 #line 1252 "configure"
     1171#line 1172 "configure"
    12521172#include "confdefs.h"
    12531173#include <stdio.h>
     
    12601180}
    12611181EOF
    1262 if { (eval echo configure:1263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1182if { (eval echo configure:1183: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    12631183then
    12641184  ac_cv_sizeof_long=`cat conftestval`
     
    12801200
    12811201echo $ac_n "checking size of long long""... $ac_c" 1>&6
    1282 echo "configure:1283: checking size of long long" >&5
     1202echo "configure:1203: checking size of long long" >&5
    12831203if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
    12841204  echo $ac_n "(cached) $ac_c" 1>&6
     
    12881208else
    12891209  cat > conftest.$ac_ext <<EOF
    1290 #line 1291 "configure"
     1210#line 1211 "configure"
    12911211#include "confdefs.h"
    12921212#include <stdio.h>
     
    12991219}
    13001220EOF
    1301 if { (eval echo configure:1302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1221if { (eval echo configure:1222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    13021222then
    13031223  ac_cv_sizeof_long_long=`cat conftestval`
     
    13191239
    13201240echo $ac_n "checking size of float""... $ac_c" 1>&6
    1321 echo "configure:1322: checking size of float" >&5
     1241echo "configure:1242: checking size of float" >&5
    13221242if eval "test \"`echo '$''{'ac_cv_sizeof_float'+set}'`\" = set"; then
    13231243  echo $ac_n "(cached) $ac_c" 1>&6
     
    13271247else
    13281248  cat > conftest.$ac_ext <<EOF
    1329 #line 1330 "configure"
     1249#line 1250 "configure"
    13301250#include "confdefs.h"
    13311251#include <stdio.h>
     
    13381258}
    13391259EOF
    1340 if { (eval echo configure:1341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1260if { (eval echo configure:1261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    13411261then
    13421262  ac_cv_sizeof_float=`cat conftestval`
     
    13581278
    13591279echo $ac_n "checking size of double""... $ac_c" 1>&6
    1360 echo "configure:1361: checking size of double" >&5
     1280echo "configure:1281: checking size of double" >&5
    13611281if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    13621282  echo $ac_n "(cached) $ac_c" 1>&6
     
    13661286else
    13671287  cat > conftest.$ac_ext <<EOF
    1368 #line 1369 "configure"
     1288#line 1289 "configure"
    13691289#include "confdefs.h"
    13701290#include <stdio.h>
     
    13771297}
    13781298EOF
    1379 if { (eval echo configure:1380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1299if { (eval echo configure:1300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    13801300then
    13811301  ac_cv_sizeof_double=`cat conftestval`
     
    13971317
    13981318echo $ac_n "checking size of long double""... $ac_c" 1>&6
    1399 echo "configure:1400: checking size of long double" >&5
     1319echo "configure:1320: checking size of long double" >&5
    14001320if eval "test \"`echo '$''{'ac_cv_sizeof_long_double'+set}'`\" = set"; then
    14011321  echo $ac_n "(cached) $ac_c" 1>&6
     
    14051325else
    14061326  cat > conftest.$ac_ext <<EOF
    1407 #line 1408 "configure"
     1327#line 1328 "configure"
    14081328#include "confdefs.h"
    14091329#include <stdio.h>
     
    14161336}
    14171337EOF
    1418 if { (eval echo configure:1419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1338if { (eval echo configure:1339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    14191339then
    14201340  ac_cv_sizeof_long_double=`cat conftestval`
     
    14381358
    14391359echo $ac_n "checking "for cfitsio lib"""... $ac_c" 1>&6
    1440 echo "configure:1441: checking "for cfitsio lib"" >&5
     1360echo "configure:1361: checking "for cfitsio lib"" >&5
    14411361MACHDIR=`uname`-$CXX
    14421362if test -f $ARCHBASEREP/$MACHDIR/Libs/libcfitsio.a; then
     
    14651385
    14661386echo $ac_n "checking "for cfitsio includes"""... $ac_c" 1>&6
    1467 echo "configure:1468: checking "for cfitsio includes"" >&5
     1387echo "configure:1388: checking "for cfitsio includes"" >&5
    14681388if test -f $CFITSIODIR/fitsio.h; then
    14691389  cfitsincdir='-I$(CFITSIODIR)'
     
    14791399
    14801400echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
    1481 echo "configure:1482: checking for sin in -lm" >&5
     1401echo "configure:1402: checking for sin in -lm" >&5
    14821402ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`
    14831403if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14871407LIBS="-lm  $LIBS"
    14881408cat > conftest.$ac_ext <<EOF
    1489 #line 1490 "configure"
     1409#line 1410 "configure"
    14901410#include "confdefs.h"
    14911411/* Override any gcc2 internal prototype to avoid an error.  */
     
    14981418; return 0; }
    14991419EOF
    1500 if { (eval echo configure:1501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1420if { (eval echo configure:1421: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    15011421  rm -rf conftest*
    15021422  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15261446
    15271447echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
    1528 echo "configure:1529: checking for pthread_create in -lpthread" >&5
     1448echo "configure:1449: checking for pthread_create in -lpthread" >&5
    15291449ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
    15301450if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15341454LIBS="-lpthread  $LIBS"
    15351455cat > conftest.$ac_ext <<EOF
    1536 #line 1537 "configure"
     1456#line 1457 "configure"
    15371457#include "confdefs.h"
    15381458/* Override any gcc2 internal prototype to avoid an error.  */
     
    15451465; return 0; }
    15461466EOF
    1547 if { (eval echo configure:1548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1467if { (eval echo configure:1468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    15481468  rm -rf conftest*
    15491469  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15731493
    15741494echo $ac_n "checking for scopy_ in -lblas""... $ac_c" 1>&6
    1575 echo "configure:1576: checking for scopy_ in -lblas" >&5
     1495echo "configure:1496: checking for scopy_ in -lblas" >&5
    15761496ac_lib_var=`echo blas'_'scopy_ | sed 'y%./+-%__p_%'`
    15771497if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15811501LIBS="-lblas  $LIBS"
    15821502cat > conftest.$ac_ext <<EOF
    1583 #line 1584 "configure"
     1503#line 1504 "configure"
    15841504#include "confdefs.h"
    15851505/* Override any gcc2 internal prototype to avoid an error.  */
     
    15921512; return 0; }
    15931513EOF
    1594 if { (eval echo configure:1595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1514if { (eval echo configure:1515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    15951515  rm -rf conftest*
    15961516  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16201540
    16211541echo $ac_n "checking for s_copy in -lg2c""... $ac_c" 1>&6
    1622 echo "configure:1623: checking for s_copy in -lg2c" >&5
     1542echo "configure:1543: checking for s_copy in -lg2c" >&5
    16231543ac_lib_var=`echo g2c'_'s_copy | sed 'y%./+-%__p_%'`
    16241544if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16281548LIBS="-lg2c  $LIBS"
    16291549cat > conftest.$ac_ext <<EOF
    1630 #line 1631 "configure"
     1550#line 1551 "configure"
    16311551#include "confdefs.h"
    16321552/* Override any gcc2 internal prototype to avoid an error.  */
     
    16391559; return 0; }
    16401560EOF
    1641 if { (eval echo configure:1642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1561if { (eval echo configure:1562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    16421562  rm -rf conftest*
    16431563  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16681588
    16691589echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1670 echo "configure:1671: checking how to run the C preprocessor" >&5
     1590echo "configure:1591: checking how to run the C preprocessor" >&5
    16711591# On Suns, sometimes $CPP names a directory.
    16721592if test -n "$CPP" && test -d "$CPP"; then
     
    16831603  # not just through cpp.
    16841604  cat > conftest.$ac_ext <<EOF
    1685 #line 1686 "configure"
     1605#line 1606 "configure"
    16861606#include "confdefs.h"
    16871607#include <assert.h>
     
    16891609EOF
    16901610ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1691 { (eval echo configure:1692: \"$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; }
     1612ac_err=`grep -v '^ *+' conftest.out`
    16931613if test -z "$ac_err"; then
    16941614  :
     
    17001620  CPP="${CC-cc} -E -traditional-cpp"
    17011621  cat > conftest.$ac_ext <<EOF
    1702 #line 1703 "configure"
     1622#line 1623 "configure"
    17031623#include "confdefs.h"
    17041624#include <assert.h>
     
    17061626EOF
    17071627ac_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; }
     1629ac_err=`grep -v '^ *+' conftest.out`
    17271630if test -z "$ac_err"; then
    17281631  :
     
    17371640fi
    17381641rm -f conftest*
    1739 fi
    1740 rm -f conftest*
    17411642  ac_cv_prog_CPP="$CPP"
    17421643fi
     
    17481649
    17491650echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1750 echo "configure:1751: checking for ANSI C header files" >&5
     1651echo "configure:1652: checking for ANSI C header files" >&5
    17511652if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    17521653  echo $ac_n "(cached) $ac_c" 1>&6
    17531654else
    17541655  cat > conftest.$ac_ext <<EOF
    1755 #line 1756 "configure"
     1656#line 1657 "configure"
    17561657#include "confdefs.h"
    17571658#include <stdlib.h>
     
    17611662EOF
    17621663ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1763 { (eval echo configure:1764: \"$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; }
     1665ac_err=`grep -v '^ *+' conftest.out`
    17651666if test -z "$ac_err"; then
    17661667  rm -rf conftest*
     
    17781679  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    17791680cat > conftest.$ac_ext <<EOF
    1780 #line 1781 "configure"
     1681#line 1682 "configure"
    17811682#include "confdefs.h"
    17821683#include <string.h>
     
    17961697  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    17971698cat > conftest.$ac_ext <<EOF
    1798 #line 1799 "configure"
     1699#line 1700 "configure"
    17991700#include "confdefs.h"
    18001701#include <stdlib.h>
     
    18171718else
    18181719  cat > conftest.$ac_ext <<EOF
    1819 #line 1820 "configure"
     1720#line 1721 "configure"
    18201721#include "confdefs.h"
    18211722#include <ctype.h>
     
    18281729
    18291730EOF
    1830 if { (eval echo configure:1831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1731if { (eval echo configure:1732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    18311732then
    18321733  :
     
    18551756ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    18561757echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1857 echo "configure:1858: checking for $ac_hdr" >&5
     1758echo "configure:1759: checking for $ac_hdr" >&5
    18581759if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    18591760  echo $ac_n "(cached) $ac_c" 1>&6
    18601761else
    18611762  cat > conftest.$ac_ext <<EOF
    1862 #line 1863 "configure"
     1763#line 1764 "configure"
    18631764#include "confdefs.h"
    18641765#include <$ac_hdr>
    18651766EOF
    18661767ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1867 { (eval echo configure:1868: \"$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; }
     1769ac_err=`grep -v '^ *+' conftest.out`
    18691770if test -z "$ac_err"; then
    18701771  rm -rf conftest*
     
    18921793
    18931794
    1894 outfiles="Makefile kernel/Makefile processors/Makefile pipes/Makefile"
     1795outfiles="Makefile Kernel/Makefile Processors/Makefile TestPipes/Makefile Makefile.h"
    18951796if [ $use_sophya = 1 ]; then
    1896   outfiles="$outfiles sophya/Makefile"
     1797  outfiles="$outfiles ProcWSophya/Makefile"
    18971798fi
    18981799
     
    19201821# and sets the high bit in the cache file unless we assign to the vars.
    19211822(set) 2>&1 |
    1922   case `(ac_space=' '; set | grep ac_space) 2>&1` in
     1823  case `(ac_space=' '; set) 2>&1` in
    19231824  *ac_space=\ *)
    19241825    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    19871888    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    19881889  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    1989     echo "$CONFIG_STATUS generated by autoconf version 2.13"
     1890    echo "$CONFIG_STATUS generated by autoconf version 2.12"
    19901891    exit 0 ;;
    19911892  -help | --help | --hel | --he | --h)
     
    20071908$ac_vpsub
    20081909$extrasub
    2009 s%@SHELL@%$SHELL%g
    20101910s%@CFLAGS@%$CFLAGS%g
    20111911s%@CPPFLAGS@%$CPPFLAGS%g
    20121912s%@CXXFLAGS@%$CXXFLAGS%g
    2013 s%@FFLAGS@%$FFLAGS%g
    20141913s%@DEFS@%$DEFS%g
    20151914s%@LDFLAGS@%$LDFLAGS%g
     
    20371936s%@RANLIB@%$RANLIB%g
    20381937s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
    2039 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
    20401938s%@INSTALL_DATA@%$INSTALL_DATA%g
    20411939s%@gcc@%$gcc%g
Note: See TracChangeset for help on using the changeset viewer.