Changeset 1124cc7 in git for configure


Ignore:
Timestamp:
Jun 16, 1998, 8:09:47 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
55f154e9eb478396e325be8a64d6db89ab9720b3
Parents:
b98c7da29df0eb13c6c13fd9cb5600b399cb447c
Message:
* cosmetic changes


git-svn-id: file:///usr/local/Singular/svn/trunk@2176 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rb98c7d r1124cc7  
    902902done
    903903
    904 for ac_prog in zip pkzip
    905 do
    906 # Extract the first word of "$ac_prog", so it can be a program name with args.
    907 set dummy $ac_prog; ac_word=$2
    908 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    909 echo "configure:910: checking for $ac_word" >&5
    910 if eval "test \"`echo '$''{'ac_cv_prog_ZIP'+set}'`\" = set"; then
    911   echo $ac_n "(cached) $ac_c" 1>&6
    912 else
    913   if test -n "$ZIP"; then
    914   ac_cv_prog_ZIP="$ZIP" # Let the user override the test.
    915 else
    916   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    917   for ac_dir in $PATH; do
    918     test -z "$ac_dir" && ac_dir=.
    919     if test -f $ac_dir/$ac_word; then
    920       ac_cv_prog_ZIP="$ac_prog"
    921       break
    922     fi
    923   done
    924   IFS="$ac_save_ifs"
    925 fi
    926 fi
    927 ZIP="$ac_cv_prog_ZIP"
    928 if test -n "$ZIP"; then
    929   echo "$ac_t""$ZIP" 1>&6
    930 else
    931   echo "$ac_t""no" 1>&6
    932 fi
    933 
    934 test -n "$ZIP" && break
    935 done
    936 
    937904echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    938 echo "configure:939: checking whether ln -s works" >&5
     905echo "configure:906: checking whether ln -s works" >&5
    939906if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    940907  echo $ac_n "(cached) $ac_c" 1>&6
     
    999966# check for AIX
    1000967echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1001 echo "configure:1002: checking whether _AIX is defined" >&5
     968echo "configure:969: checking whether _AIX is defined" >&5
    1002969if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    1003970  echo $ac_n "(cached) $ac_c" 1>&6
    1004971else
    1005972  cat > conftest.$ac_ext <<EOF
    1006 #line 1007 "configure"
     973#line 974 "configure"
    1007974#include "confdefs.h"
    1008975#ifdef _AIX
     
    1030997
    1031998echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1032 echo "configure:1033: checking for atof in -lm" >&5
     999echo "configure:1000: checking for atof in -lm" >&5
    10331000ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    10341001if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10381005LIBS="-lm  $LIBS"
    10391006cat > conftest.$ac_ext <<EOF
    1040 #line 1041 "configure"
     1007#line 1008 "configure"
    10411008#include "confdefs.h"
    10421009/* Override any gcc2 internal prototype to avoid an error.  */
     
    10491016; return 0; }
    10501017EOF
    1051 if { (eval echo configure:1052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1018if { (eval echo configure:1019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    10521019  rm -rf conftest*
    10531020  eval "ac_cv_lib_$ac_lib_var=yes"
     
    10771044
    10781045echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1079 echo "configure:1080: checking for socket in -lbsd" >&5
     1046echo "configure:1047: checking for socket in -lbsd" >&5
    10801047ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    10811048if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10851052LIBS="-lbsd  $LIBS"
    10861053cat > conftest.$ac_ext <<EOF
    1087 #line 1088 "configure"
     1054#line 1055 "configure"
    10881055#include "confdefs.h"
    10891056/* Override any gcc2 internal prototype to avoid an error.  */
     
    10961063; return 0; }
    10971064EOF
    1098 if { (eval echo configure:1099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1065if { (eval echo configure:1066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    10991066  rm -rf conftest*
    11001067  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11241091
    11251092echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1126 echo "configure:1127: checking for listen in -lsocket" >&5
     1093echo "configure:1094: checking for listen in -lsocket" >&5
    11271094ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    11281095if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11321099LIBS="-lsocket  $LIBS"
    11331100cat > conftest.$ac_ext <<EOF
    1134 #line 1135 "configure"
     1101#line 1102 "configure"
    11351102#include "confdefs.h"
    11361103/* Override any gcc2 internal prototype to avoid an error.  */
     
    11431110; return 0; }
    11441111EOF
    1145 if { (eval echo configure:1146: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1112if { (eval echo configure:1113: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    11461113  rm -rf conftest*
    11471114  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11711138
    11721139echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1173 echo "configure:1174: checking for gethostbyname in -lnsl" >&5
     1140echo "configure:1141: checking for gethostbyname in -lnsl" >&5
    11741141ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    11751142if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11791146LIBS="-lnsl  $LIBS"
    11801147cat > conftest.$ac_ext <<EOF
    1181 #line 1182 "configure"
     1148#line 1149 "configure"
    11821149#include "confdefs.h"
    11831150/* Override any gcc2 internal prototype to avoid an error.  */
     
    11901157; return 0; }
    11911158EOF
    1192 if { (eval echo configure:1193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1159if { (eval echo configure:1160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    11931160  rm -rf conftest*
    11941161  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12181185
    12191186echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6
    1220 echo "configure:1221: checking for mpq_init in -lgmp" >&5
     1187echo "configure:1188: checking for mpq_init in -lgmp" >&5
    12211188ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'`
    12221189if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12261193LIBS="-lgmp  $LIBS"
    12271194cat > conftest.$ac_ext <<EOF
    1228 #line 1229 "configure"
     1195#line 1196 "configure"
    12291196#include "confdefs.h"
    12301197/* Override any gcc2 internal prototype to avoid an error.  */
     
    12371204; return 0; }
    12381205EOF
    1239 if { (eval echo configure:1240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1206if { (eval echo configure:1207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    12401207  rm -rf conftest*
    12411208  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12651232
    12661233echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    1267 echo "configure:1268: checking for mpz_init in -lsmallgmp" >&5
     1234echo "configure:1235: checking for mpz_init in -lsmallgmp" >&5
    12681235ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    12691236if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12731240LIBS="-lsmallgmp  $LIBS"
    12741241cat > conftest.$ac_ext <<EOF
    1275 #line 1276 "configure"
     1242#line 1243 "configure"
    12761243#include "confdefs.h"
    12771244/* Override any gcc2 internal prototype to avoid an error.  */
     
    12841251; return 0; }
    12851252EOF
    1286 if { (eval echo configure:1287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1253if { (eval echo configure:1254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    12871254  rm -rf conftest*
    12881255  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13121279
    13131280echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    1314 echo "configure:1315: checking for IMP_PutGmpInt in -lMP" >&5
     1281echo "configure:1282: checking for IMP_PutGmpInt in -lMP" >&5
    13151282ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    13161283if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13201287LIBS="-lMP  $LIBS"
    13211288cat > conftest.$ac_ext <<EOF
    1322 #line 1323 "configure"
     1289#line 1290 "configure"
    13231290#include "confdefs.h"
    13241291/* Override any gcc2 internal prototype to avoid an error.  */
     
    13311298; return 0; }
    13321299EOF
    1333 if { (eval echo configure:1334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1300if { (eval echo configure:1301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    13341301  rm -rf conftest*
    13351302  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13591326
    13601327echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    1361 echo "configure:1362: checking for MPT_GetTree in -lMPT" >&5
     1328echo "configure:1329: checking for MPT_GetTree in -lMPT" >&5
    13621329ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    13631330if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13671334LIBS="-lMPT  $LIBS"
    13681335cat > conftest.$ac_ext <<EOF
    1369 #line 1370 "configure"
     1336#line 1337 "configure"
    13701337#include "confdefs.h"
    13711338/* Override any gcc2 internal prototype to avoid an error.  */
     
    13781345; return 0; }
    13791346EOF
    1380 if { (eval echo configure:1381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1347if { (eval echo configure:1348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    13811348  rm -rf conftest*
    13821349  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14061373
    14071374echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    1408 echo "configure:1409: checking for atof in -lsingcf" >&5
     1375echo "configure:1376: checking for atof in -lsingcf" >&5
    14091376ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    14101377if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14141381LIBS="-lsingcf  $LIBS"
    14151382cat > conftest.$ac_ext <<EOF
    1416 #line 1417 "configure"
     1383#line 1384 "configure"
    14171384#include "confdefs.h"
    14181385/* Override any gcc2 internal prototype to avoid an error.  */
     
    14251392; return 0; }
    14261393EOF
    1427 if { (eval echo configure:1428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1394if { (eval echo configure:1395: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14281395  rm -rf conftest*
    14291396  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14531420
    14541421echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    1455 echo "configure:1456: checking for atof in -lsingfac" >&5
     1422echo "configure:1423: checking for atof in -lsingfac" >&5
    14561423ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    14571424if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14611428LIBS="-lsingfac  $LIBS"
    14621429cat > conftest.$ac_ext <<EOF
    1463 #line 1464 "configure"
     1430#line 1431 "configure"
    14641431#include "confdefs.h"
    14651432/* Override any gcc2 internal prototype to avoid an error.  */
     
    14721439; return 0; }
    14731440EOF
    1474 if { (eval echo configure:1475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1441if { (eval echo configure:1442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14751442  rm -rf conftest*
    14761443  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15041471ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    15051472echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1506 echo "configure:1507: checking for $ac_hdr" >&5
     1473echo "configure:1474: checking for $ac_hdr" >&5
    15071474if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    15081475  echo $ac_n "(cached) $ac_c" 1>&6
    15091476else
    15101477  cat > conftest.$ac_ext <<EOF
    1511 #line 1512 "configure"
     1478#line 1479 "configure"
    15121479#include "confdefs.h"
    15131480#include <$ac_hdr>
    15141481EOF
    15151482ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1516 { (eval echo configure:1517: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1483{ (eval echo configure:1484: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15171484ac_err=`grep -v '^ *+' conftest.out`
    15181485if test -z "$ac_err"; then
     
    16391606
    16401607echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
    1641 echo "configure:1642: checking whether to configure and build gmp lib" >&5
     1608echo "configure:1609: checking whether to configure and build gmp lib" >&5
    16421609if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
    16431610  if test "$ac_gmp_ok" != yes && test -d gmp; then
     
    16651632
    16661633echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6
    1667 echo "configure:1668: checking whether to configure and build smallgmp lib" >&5
     1634echo "configure:1635: checking whether to configure and build smallgmp lib" >&5
    16681635if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then
    16691636  if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \
     
    17041671
    17051672echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    1706 echo "configure:1707: checking whether to configure and build MP lib" >&5
     1673echo "configure:1674: checking whether to configure and build MP lib" >&5
    17071674if test "$enable_MP" != yes && test "$enable_MP" != no; then
    17081675  if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \
     
    17331700 
    17341701echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    1735 echo "configure:1736: checking whether to configure and build factory lib" >&5
     1702echo "configure:1703: checking whether to configure and build factory lib" >&5
    17361703if test "$enable_factory" != yes && test "$enable_factory" != no; then
    17371704  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    17581725
    17591726echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    1760 echo "configure:1761: checking whether to configure and build libfac lib" >&5
     1727echo "configure:1728: checking whether to configure and build libfac lib" >&5
    17611728if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    17621729  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    17881755
    17891756echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    1790 echo "configure:1791: checking whether to configure and build sgroup lib" >&5
     1757echo "configure:1758: checking whether to configure and build sgroup lib" >&5
    17911758if test "$enable_sgroup" != yes && test "$enable_sgroup" != no; then
    17921759  if test "$with_sgroup" != no && test "$ac_sgroup_ok" != yes && \
     
    18181785
    18191786echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    1820 echo "configure:1821: checking whether to configure and build Singular" >&5
     1787echo "configure:1788: checking whether to configure and build Singular" >&5
    18211788if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    18221789  if test "$with_Singular" != no && test -d Singular; then
     
    18431810
    18441811echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    1845 echo "configure:1846: checking which apint package to use" >&5
     1812echo "configure:1813: checking which apint package to use" >&5
    18461813if test "$with_apint" = gmp; then
    18471814  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    18671834
    18681835echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    1869 echo "configure:1870: checking whether to use with MP" >&5
     1836echo "configure:1837: checking whether to use with MP" >&5
    18701837if test "$with_MP" = yes; then
    18711838  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    18861853
    18871854echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    1888 echo "configure:1889: checking whether to use with factory" >&5
     1855echo "configure:1856: checking whether to use with factory" >&5
    18891856if test "$with_factory" = yes; then
    18901857  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    19051872 
    19061873echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    1907 echo "configure:1908: checking whether to use with libfac" >&5
     1874echo "configure:1875: checking whether to use with libfac" >&5
    19081875if test "$with_libfac" = yes; then
    19091876  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    19241891
    19251892echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    1926 echo "configure:1927: checking whether to use with Singular" >&5
     1893echo "configure:1894: checking whether to use with Singular" >&5
    19271894if test "$with_Singular" != no && test "$with_Singular" != yes; then
    19281895  if test "$enable_Singular" = yes; then
     
    19691936
    19701937echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1971 echo "configure:1972: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1938echo "configure:1939: checking whether ${MAKE-make} sets \${MAKE}" >&5
    19721939set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    19731940if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    21672134s%@CPP@%$CPP%g
    21682135s%@PERL@%$PERL%g
    2169 s%@ZIP@%$ZIP%g
    21702136s%@LN_S@%$LN_S%g
    21712137s%@SINGULAR@%$SINGULAR%g
Note: See TracChangeset for help on using the changeset viewer.