Changeset e03066 in git


Ignore:
Timestamp:
Aug 2, 2000, 3:37:29 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
dc089843ab44e1609c3728250cda299c475b238d
Parents:
8abf10800eda9b97d9cdc411417822d994f51f9e
Message:
* get rid of definitions of cflags


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

Legend:

Unmodified
Added
Removed
  • configure

    r8abf10 re03066  
    10871087
    10881088
    1089 if test "${CXXFLAGS+set}" != set; then
    1090   ac_cxxflags_set=no
    1091   CXXFLAGS="-O"
    1092 fi
    1093 if test "${CFLAGS+set}" != set; then
    1094   CFLAGS="-O"
    1095   ac_cflags_set=no
    1096 fi
    1097 
    1098 # check whether CXX was set by user as env variable
    1099 if test "${CXX+set}" != set; then
    1100   ac_cxx_set=no
    1101 else
    1102   ac_cxx_set=yes
    1103 fi
    11041089for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
    11051090do
     
    11071092set dummy $ac_prog; ac_word=$2
    11081093echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1109 echo "configure:1110: checking for $ac_word" >&5
     1094echo "configure:1095: checking for $ac_word" >&5
    11101095if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    11111096  echo $ac_n "(cached) $ac_c" 1>&6
     
    11391124
    11401125echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1141 echo "configure:1142: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     1126echo "configure:1127: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    11421127
    11431128ac_ext=C
     
    11501135cat > conftest.$ac_ext << EOF
    11511136
    1152 #line 1153 "configure"
     1137#line 1138 "configure"
    11531138#include "confdefs.h"
    11541139
    11551140int main(){return(0);}
    11561141EOF
    1157 if { (eval echo configure:1158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1142if { (eval echo configure:1143: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11581143  ac_cv_prog_cxx_works=yes
    11591144  # If we can't run a trivial program, we are probably using a cross compiler.
     
    11811166fi
    11821167echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1183 echo "configure:1184: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     1168echo "configure:1169: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    11841169echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    11851170cross_compiling=$ac_cv_prog_cxx_cross
    11861171
    11871172echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    1188 echo "configure:1189: checking whether we are using GNU C++" >&5
     1173echo "configure:1174: checking whether we are using GNU C++" >&5
    11891174if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    11901175  echo $ac_n "(cached) $ac_c" 1>&6
     
    11951180#endif
    11961181EOF
    1197 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1198: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1182if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1183: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    11981183  ac_cv_prog_gxx=yes
    11991184else
     
    12141199CXXFLAGS=
    12151200echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    1216 echo "configure:1217: checking whether ${CXX-g++} accepts -g" >&5
     1201echo "configure:1202: checking whether ${CXX-g++} accepts -g" >&5
    12171202if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    12181203  echo $ac_n "(cached) $ac_c" 1>&6
     
    12481233# check whether the compiler accepts -pipe
    12491234echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6
    1250 echo "configure:1251: checking whether compiler accepts -pipe" >&5
     1235echo "configure:1236: checking whether compiler accepts -pipe" >&5
    12511236temp_cflags=${CFLAGS}
    12521237CFLAGS="${CFLAGS} -pipe"
     
    12551240else
    12561241  cat > conftest.$ac_ext <<EOF
    1257 #line 1258 "configure"
     1242#line 1243 "configure"
    12581243#include "confdefs.h"
    12591244
     
    12621247; return 0; }
    12631248EOF
    1264 if { (eval echo configure:1265: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1249if { (eval echo configure:1250: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    12651250  rm -rf conftest*
    12661251  ac_cv_cxx_have_pipe=yes
     
    12891274set dummy $ac_prog; ac_word=$2
    12901275echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1291 echo "configure:1292: checking for $ac_word" >&5
     1276echo "configure:1277: checking for $ac_word" >&5
    12921277if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    12931278  echo $ac_n "(cached) $ac_c" 1>&6
     
    13231308set dummy $ac_prog; ac_word=$2
    13241309echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1325 echo "configure:1326: checking for $ac_word" >&5
     1310echo "configure:1311: checking for $ac_word" >&5
    13261311if eval "test \"`echo '$''{'ac_cv_prog_UUDECODE'+set}'`\" = set"; then
    13271312  echo $ac_n "(cached) $ac_c" 1>&6
     
    13571342set dummy $ac_prog; ac_word=$2
    13581343echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1359 echo "configure:1360: checking for $ac_word" >&5
     1344echo "configure:1345: checking for $ac_word" >&5
    13601345if eval "test \"`echo '$''{'ac_cv_prog_GUNZIP'+set}'`\" = set"; then
    13611346  echo $ac_n "(cached) $ac_c" 1>&6
     
    13931378set dummy $ac_prog; ac_word=$2
    13941379echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1395 echo "configure:1396: checking for $ac_word" >&5
     1380echo "configure:1381: checking for $ac_word" >&5
    13961381if eval "test \"`echo '$''{'ac_cv_prog_MYGZIP'+set}'`\" = set"; then
    13971382  echo $ac_n "(cached) $ac_c" 1>&6
     
    14261411set dummy latex2html; ac_word=$2
    14271412echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1428 echo "configure:1429: checking for $ac_word" >&5
     1413echo "configure:1414: checking for $ac_word" >&5
    14291414if eval "test \"`echo '$''{'ac_cv_prog_LATEX2HTML'+set}'`\" = set"; then
    14301415  echo $ac_n "(cached) $ac_c" 1>&6
     
    14531438
    14541439echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1455 echo "configure:1456: checking whether ln -s works" >&5
     1440echo "configure:1441: checking whether ln -s works" >&5
    14561441if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    14571442  echo $ac_n "(cached) $ac_c" 1>&6
     
    15231508# check for AIX
    15241509echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1525 echo "configure:1526: checking whether _AIX is defined" >&5
     1510echo "configure:1511: checking whether _AIX is defined" >&5
    15261511if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    15271512  echo $ac_n "(cached) $ac_c" 1>&6
    15281513else
    15291514  cat > conftest.$ac_ext <<EOF
    1530 #line 1531 "configure"
     1515#line 1516 "configure"
    15311516#include "confdefs.h"
    15321517#ifdef _AIX
     
    15541539
    15551540echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1556 echo "configure:1557: checking for atof in -lm" >&5
     1541echo "configure:1542: checking for atof in -lm" >&5
    15571542ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    15581543if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15621547LIBS="-lm  $LIBS"
    15631548cat > conftest.$ac_ext <<EOF
    1564 #line 1565 "configure"
     1549#line 1550 "configure"
    15651550#include "confdefs.h"
    15661551/* Override any gcc2 internal prototype to avoid an error.  */
     
    15731558; return 0; }
    15741559EOF
    1575 if { (eval echo configure:1576: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1560if { (eval echo configure:1561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15761561  rm -rf conftest*
    15771562  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16011586
    16021587echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1603 echo "configure:1604: checking for socket in -lbsd" >&5
     1588echo "configure:1589: checking for socket in -lbsd" >&5
    16041589ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    16051590if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16091594LIBS="-lbsd  $LIBS"
    16101595cat > conftest.$ac_ext <<EOF
    1611 #line 1612 "configure"
     1596#line 1597 "configure"
    16121597#include "confdefs.h"
    16131598/* Override any gcc2 internal prototype to avoid an error.  */
     
    16201605; return 0; }
    16211606EOF
    1622 if { (eval echo configure:1623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1607if { (eval echo configure:1608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16231608  rm -rf conftest*
    16241609  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16481633
    16491634echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1650 echo "configure:1651: checking for listen in -lsocket" >&5
     1635echo "configure:1636: checking for listen in -lsocket" >&5
    16511636ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    16521637if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16561641LIBS="-lsocket  $LIBS"
    16571642cat > conftest.$ac_ext <<EOF
    1658 #line 1659 "configure"
     1643#line 1644 "configure"
    16591644#include "confdefs.h"
    16601645/* Override any gcc2 internal prototype to avoid an error.  */
     
    16671652; return 0; }
    16681653EOF
    1669 if { (eval echo configure:1670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1654if { (eval echo configure:1655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16701655  rm -rf conftest*
    16711656  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16951680
    16961681echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1697 echo "configure:1698: checking for gethostbyname in -lnsl" >&5
     1682echo "configure:1683: checking for gethostbyname in -lnsl" >&5
    16981683ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    16991684if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17031688LIBS="-lnsl  $LIBS"
    17041689cat > conftest.$ac_ext <<EOF
    1705 #line 1706 "configure"
     1690#line 1691 "configure"
    17061691#include "confdefs.h"
    17071692/* Override any gcc2 internal prototype to avoid an error.  */
     
    17141699; return 0; }
    17151700EOF
    1716 if { (eval echo configure:1717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1701if { (eval echo configure:1702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17171702  rm -rf conftest*
    17181703  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17421727
    17431728echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6
    1744 echo "configure:1745: checking for main in -lgmp" >&5
     1729echo "configure:1730: checking for main in -lgmp" >&5
    17451730ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'`
    17461731if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17501735LIBS="-lgmp  $LIBS"
    17511736cat > conftest.$ac_ext <<EOF
    1752 #line 1753 "configure"
     1737#line 1738 "configure"
    17531738#include "confdefs.h"
    17541739
     
    17571742; return 0; }
    17581743EOF
    1759 if { (eval echo configure:1760: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1744if { (eval echo configure:1745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17601745  rm -rf conftest*
    17611746  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17851770
    17861771echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    1787 echo "configure:1788: checking for mpz_init in -lsmallgmp" >&5
     1772echo "configure:1773: checking for mpz_init in -lsmallgmp" >&5
    17881773ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    17891774if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17931778LIBS="-lsmallgmp  $LIBS"
    17941779cat > conftest.$ac_ext <<EOF
    1795 #line 1796 "configure"
     1780#line 1781 "configure"
    17961781#include "confdefs.h"
    17971782/* Override any gcc2 internal prototype to avoid an error.  */
     
    18041789; return 0; }
    18051790EOF
    1806 if { (eval echo configure:1807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1791if { (eval echo configure:1792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18071792  rm -rf conftest*
    18081793  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18321817
    18331818echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    1834 echo "configure:1835: checking for IMP_PutGmpInt in -lMP" >&5
     1819echo "configure:1820: checking for IMP_PutGmpInt in -lMP" >&5
    18351820ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    18361821if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18401825LIBS="-lMP  $LIBS"
    18411826cat > conftest.$ac_ext <<EOF
    1842 #line 1843 "configure"
     1827#line 1828 "configure"
    18431828#include "confdefs.h"
    18441829/* Override any gcc2 internal prototype to avoid an error.  */
     
    18511836; return 0; }
    18521837EOF
    1853 if { (eval echo configure:1854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1838if { (eval echo configure:1839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18541839  rm -rf conftest*
    18551840  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18791864
    18801865echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    1881 echo "configure:1882: checking for MPT_GetTree in -lMPT" >&5
     1866echo "configure:1867: checking for MPT_GetTree in -lMPT" >&5
    18821867ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    18831868if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18871872LIBS="-lMPT  $LIBS"
    18881873cat > conftest.$ac_ext <<EOF
    1889 #line 1890 "configure"
     1874#line 1875 "configure"
    18901875#include "confdefs.h"
    18911876/* Override any gcc2 internal prototype to avoid an error.  */
     
    18981883; return 0; }
    18991884EOF
    1900 if { (eval echo configure:1901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1885if { (eval echo configure:1886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19011886  rm -rf conftest*
    19021887  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19261911
    19271912echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    1928 echo "configure:1929: checking for atof in -lsingcf" >&5
     1913echo "configure:1914: checking for atof in -lsingcf" >&5
    19291914ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    19301915if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19341919LIBS="-lsingcf  $LIBS"
    19351920cat > conftest.$ac_ext <<EOF
    1936 #line 1937 "configure"
     1921#line 1922 "configure"
    19371922#include "confdefs.h"
    19381923/* Override any gcc2 internal prototype to avoid an error.  */
     
    19451930; return 0; }
    19461931EOF
    1947 if { (eval echo configure:1948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1932if { (eval echo configure:1933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19481933  rm -rf conftest*
    19491934  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19731958
    19741959echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    1975 echo "configure:1976: checking for atof in -lsingfac" >&5
     1960echo "configure:1961: checking for atof in -lsingfac" >&5
    19761961ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    19771962if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19811966LIBS="-lsingfac  $LIBS"
    19821967cat > conftest.$ac_ext <<EOF
    1983 #line 1984 "configure"
     1968#line 1969 "configure"
    19841969#include "confdefs.h"
    19851970/* Override any gcc2 internal prototype to avoid an error.  */
     
    19921977; return 0; }
    19931978EOF
    1994 if { (eval echo configure:1995: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1979if { (eval echo configure:1980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19951980  rm -rf conftest*
    19961981  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20242009ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    20252010echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2026 echo "configure:2027: checking for $ac_hdr" >&5
     2011echo "configure:2012: checking for $ac_hdr" >&5
    20272012if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    20282013  echo $ac_n "(cached) $ac_c" 1>&6
    20292014else
    20302015  cat > conftest.$ac_ext <<EOF
    2031 #line 2032 "configure"
     2016#line 2017 "configure"
    20322017#include "confdefs.h"
    20332018#include <$ac_hdr>
    20342019EOF
    20352020ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2036 { (eval echo configure:2037: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2021{ (eval echo configure:2022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    20372022ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    20382023if test -z "$ac_err"; then
     
    22122197
    22132198echo $ac_n "checking which tmp dir to use""... $ac_c" 1>&6
    2214 echo "configure:2215: checking which tmp dir to use" >&5
     2199echo "configure:2200: checking which tmp dir to use" >&5
    22152200if test "${with_tmpdir+set}" = set && test -d ${with_tmpdir}; then
    22162201  if (echo "${with_tmpdir}" | egrep "\." >/dev/null 2>&1)
     
    22282213
    22292214echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
    2230 echo "configure:2231: checking whether to configure and build gmp lib" >&5
     2215echo "configure:2216: checking whether to configure and build gmp lib" >&5
    22312216if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
    22322217  if test "$ac_gmp_ok" != yes && test -d gmp; then
     
    22742259
    22752260echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6
    2276 echo "configure:2277: checking whether to configure and build smallgmp lib" >&5
     2261echo "configure:2262: checking whether to configure and build smallgmp lib" >&5
    22772262if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then
    22782263  if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \
     
    23132298
    23142299echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    2315 echo "configure:2316: checking whether to configure and build MP lib" >&5
     2300echo "configure:2301: checking whether to configure and build MP lib" >&5
    23162301if test "$enable_MP" != yes && test "$enable_MP" != no; then
    23172302  if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \
     
    23422327 
    23432328echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    2344 echo "configure:2345: checking whether to configure and build factory lib" >&5
     2329echo "configure:2330: checking whether to configure and build factory lib" >&5
    23452330if test "$enable_factory" != yes && test "$enable_factory" != no; then
    23462331  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    23672352
    23682353echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    2369 echo "configure:2370: checking whether to configure and build libfac lib" >&5
     2354echo "configure:2355: checking whether to configure and build libfac lib" >&5
    23702355if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    23712356  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    23972382
    23982383echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    2399 echo "configure:2400: checking whether to configure and build sgroup lib" >&5
     2384echo "configure:2385: checking whether to configure and build sgroup lib" >&5
    24002385if test "$enable_sgroup" = yes; then
    24012386  if test ! -d sgroup; then
     
    24172402
    24182403echo $ac_n "checking whether to build mpr and use mtrack""... $ac_c" 1>&6
    2419 echo "configure:2420: checking whether to build mpr and use mtrack" >&5
     2404echo "configure:2405: checking whether to build mpr and use mtrack" >&5
    24202405if test -d mpr && test "$ac_cv_singuname" = ix86-Linux && test "$enable_mtrack" != no; then
    24212406  echo "$ac_t""yes" 1>&6
     
    24322417
    24332418echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    2434 echo "configure:2435: checking whether to configure and build Singular" >&5
     2419echo "configure:2420: checking whether to configure and build Singular" >&5
    24352420if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    24362421  if test "$with_Singular" != no && test -d Singular; then
     
    24612446
    24622447echo $ac_n "checking whether to build IntegerProgramming""... $ac_c" 1>&6
    2463 echo "configure:2464: checking whether to build IntegerProgramming" >&5
     2448echo "configure:2449: checking whether to build IntegerProgramming" >&5
    24642449if test "$enable_IntegerProgramming" != no && test -d "IntegerProgramming"; then
    24652450   BUILD_SUBDIRS="$BUILD_SUBDIRS IntegerProgramming"
     
    24732458
    24742459echo $ac_n "checking whether to build Plural""... $ac_c" 1>&6
    2475 echo "configure:2476: checking whether to build Plural" >&5
     2460echo "configure:2461: checking whether to build Plural" >&5
    24762461if test "$enable_Plural" != no && test -d "Plural"; then
    24772462   BUILD_SUBDIRS="$BUILD_SUBDIRS Plural"
     
    24862471
    24872472echo $ac_n "checking whether to configure and build Texinfo""... $ac_c" 1>&6
    2488 echo "configure:2489: checking whether to configure and build Texinfo" >&5
     2473echo "configure:2474: checking whether to configure and build Texinfo" >&5
    24892474if test "$enable_Texinfo" != no && test -d Texinfo; then
    24902475  echo "$ac_t""yes" 1>&6
     
    25082493set dummy makeinfo; ac_word=$2
    25092494echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2510 echo "configure:2511: checking for $ac_word" >&5
     2495echo "configure:2496: checking for $ac_word" >&5
    25112496if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
    25122497  echo $ac_n "(cached) $ac_c" 1>&6
     
    25382523set dummy texi2dvi; ac_word=$2
    25392524echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2540 echo "configure:2541: checking for $ac_word" >&5
     2525echo "configure:2526: checking for $ac_word" >&5
    25412526if eval "test \"`echo '$''{'ac_cv_prog_TEXI2DVI'+set}'`\" = set"; then
    25422527  echo $ac_n "(cached) $ac_c" 1>&6
     
    25682553set dummy texindex; ac_word=$2
    25692554echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2570 echo "configure:2571: checking for $ac_word" >&5
     2555echo "configure:2556: checking for $ac_word" >&5
    25712556if eval "test \"`echo '$''{'ac_cv_prog_TEXINDEX'+set}'`\" = set"; then
    25722557  echo $ac_n "(cached) $ac_c" 1>&6
     
    25982583
    25992584echo $ac_n "checking whether to configure and build Texi2html""... $ac_c" 1>&6
    2600 echo "configure:2601: checking whether to configure and build Texi2html" >&5
     2585echo "configure:2586: checking whether to configure and build Texi2html" >&5
    26012586if test "$enable_Texi2html" != no && test -d Texi2html; then
    26022587 echo "$ac_t""yes" 1>&6
     
    26132598set dummy texi2html; ac_word=$2
    26142599echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2615 echo "configure:2616: checking for $ac_word" >&5
     2600echo "configure:2601: checking for $ac_word" >&5
    26162601if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then
    26172602  echo $ac_n "(cached) $ac_c" 1>&6
     
    26512636
    26522637echo $ac_n "checking whether to build doc""... $ac_c" 1>&6
    2653 echo "configure:2654: checking whether to build doc" >&5
     2638echo "configure:2639: checking whether to build doc" >&5
    26542639if test "$enable_doc" != no && test -d doc; then
    26552640 echo "$ac_t""yes" 1>&6
     
    26652650
    26662651echo $ac_n "checking whether to build emacs""... $ac_c" 1>&6
    2667 echo "configure:2668: checking whether to build emacs" >&5
     2652echo "configure:2653: checking whether to build emacs" >&5
    26682653if test "$enable_doc" = yes && test "$enable_emacs" != no && test -d emacs; then
    26692654 echo "$ac_t""yes" 1>&6
     
    26772662
    26782663echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    2679 echo "configure:2680: checking which apint package to use" >&5
     2664echo "configure:2665: checking which apint package to use" >&5
    26802665if test "$with_apint" = gmp; then
    26812666  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    27012686
    27022687echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    2703 echo "configure:2704: checking whether to use with MP" >&5
     2688echo "configure:2689: checking whether to use with MP" >&5
    27042689if test "$with_MP" = yes; then
    27052690  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    27202705
    27212706echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    2722 echo "configure:2723: checking whether to use with factory" >&5
     2707echo "configure:2708: checking whether to use with factory" >&5
    27232708if test "$with_factory" = yes; then
    27242709  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    27392724 
    27402725echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    2741 echo "configure:2742: checking whether to use with libfac" >&5
     2726echo "configure:2727: checking whether to use with libfac" >&5
    27422727if test "$with_libfac" = yes; then
    27432728  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    27592744
    27602745echo $ac_n "checking whether to use with mtrack""... $ac_c" 1>&6
    2761 echo "configure:2762: checking whether to use with mtrack" >&5
     2746echo "configure:2747: checking whether to use with mtrack" >&5
    27622747if test "$with_mtrack" != no && test "$with_mtrack" != yes; then
    27632748  if test "$enable_mtrack" = yes; then
     
    27792764
    27802765echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    2781 echo "configure:2782: checking whether to use with Singular" >&5
     2766echo "configure:2767: checking whether to use with Singular" >&5
    27822767if test "$with_Singular" != no && test "$with_Singular" != yes; then
    27832768  if test "$enable_Singular" = yes; then
     
    28402825
    28412826echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2842 echo "configure:2843: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2827echo "configure:2828: checking whether ${MAKE-make} sets \${MAKE}" >&5
    28432828set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    28442829if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  • configure.in

    r8abf10 re03066  
    9999AC_PROG_INSTALL
    100100AC_AIX
    101 dnl we do not want to have "-g -O" for CFLAGS
    102 if test "${CXXFLAGS+set}" != set; then
    103   ac_cxxflags_set=no
    104   CXXFLAGS="-O"
    105 fi
    106 if test "${CFLAGS+set}" != set; then
    107   CFLAGS="-O"
    108   ac_cflags_set=no
    109 fi
    110 
    111 # check whether CXX was set by user as env variable
    112 if test "${CXX+set}" != set; then
    113   ac_cxx_set=no
    114 else
    115   ac_cxx_set=yes
    116 fi
    117101AC_PROG_CXX
    118102
Note: See TracChangeset for help on using the changeset viewer.