Changeset 074171 in git


Ignore:
Timestamp:
Feb 8, 2007, 4:35:16 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
e58e4b929313ae6aef93501460b4f9fce73a2c18
Parents:
64682707d9ae8a9cdcb3f759cf7a6efa3454c2a9
Message:
*hannes: improved IP:flags,...


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

Legend:

Unmodified
Added
Removed
  • IntegerProgramming/Makefile.in

    r6468270 r074171  
    7474
    7575clean:
    76         rm -f *.o *~
     76        rm -f *.o *~  $(MAIN1) $(MAIN2) $(MAIN3) $(MAIN4) $(LLL)
    7777
    7878distclean: clean
    79         rm -f $(MAIN1) $(MAIN2) $(MAIN3) $(MAIN4)
    8079        -rm -f ${bindir}/$(MAIN1)
    8180        -rm -f ${bindir}/$(MAIN2)
  • configure

    r6468270 r074171  
    662662
    663663
     664if test "${CXXFLAGS+set}" != set; then
     665  ac_cxxflags_set=no
     666  CXXFLAGS="-O"
     667fi
     668if test "${CFLAGS+set}" != set; then
     669  CFLAGS="-O"
     670  ac_cflags_set=no
     671fi
     672
    664673# Extract the first word of "gcc", so it can be a program name with args.
    665674set dummy gcc; ac_word=$2
    666675echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    667 echo "configure:668: checking for $ac_word" >&5
     676echo "configure:677: checking for $ac_word" >&5
    668677if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    669678  echo $ac_n "(cached) $ac_c" 1>&6
     
    695704set dummy cc; ac_word=$2
    696705echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    697 echo "configure:698: checking for $ac_word" >&5
     706echo "configure:707: checking for $ac_word" >&5
    698707if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    699708  echo $ac_n "(cached) $ac_c" 1>&6
     
    746755set dummy cl; ac_word=$2
    747756echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    748 echo "configure:749: checking for $ac_word" >&5
     757echo "configure:758: checking for $ac_word" >&5
    749758if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    750759  echo $ac_n "(cached) $ac_c" 1>&6
     
    778787
    779788echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    780 echo "configure:781: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     789echo "configure:790: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    781790
    782791ac_ext=c
     
    789798cat > conftest.$ac_ext << EOF
    790799
    791 #line 792 "configure"
     800#line 801 "configure"
    792801#include "confdefs.h"
    793802
    794803main(){return(0);}
    795804EOF
    796 if { (eval echo configure:797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     805if { (eval echo configure:806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    797806  ac_cv_prog_cc_works=yes
    798807  # If we can't run a trivial program, we are probably using a cross compiler.
     
    820829fi
    821830echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    822 echo "configure:823: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     831echo "configure:832: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    823832echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    824833cross_compiling=$ac_cv_prog_cc_cross
    825834
    826835echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    827 echo "configure:828: checking whether we are using GNU C" >&5
     836echo "configure:837: checking whether we are using GNU C" >&5
    828837if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    829838  echo $ac_n "(cached) $ac_c" 1>&6
     
    834843#endif
    835844EOF
    836 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:837: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     845if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:846: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    837846  ac_cv_prog_gcc=yes
    838847else
     
    853862CFLAGS=
    854863echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    855 echo "configure:856: checking whether ${CC-cc} accepts -g" >&5
     864echo "configure:865: checking whether ${CC-cc} accepts -g" >&5
    856865if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    857866  echo $ac_n "(cached) $ac_c" 1>&6
     
    885894
    886895echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    887 echo "configure:888: checking how to run the C preprocessor" >&5
     896echo "configure:897: checking how to run the C preprocessor" >&5
    888897# On Suns, sometimes $CPP names a directory.
    889898if test -n "$CPP" && test -d "$CPP"; then
     
    900909  # not just through cpp.
    901910  cat > conftest.$ac_ext <<EOF
    902 #line 903 "configure"
     911#line 912 "configure"
    903912#include "confdefs.h"
    904913#include <assert.h>
     
    906915EOF
    907916ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    908 { (eval echo configure:909: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     917{ (eval echo configure:918: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    909918ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    910919if test -z "$ac_err"; then
     
    917926  CPP="${CC-cc} -E -traditional-cpp"
    918927  cat > conftest.$ac_ext <<EOF
    919 #line 920 "configure"
     928#line 929 "configure"
    920929#include "confdefs.h"
    921930#include <assert.h>
     
    923932EOF
    924933ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    925 { (eval echo configure:926: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     934{ (eval echo configure:935: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    926935ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    927936if test -z "$ac_err"; then
     
    934943  CPP="${CC-cc} -nologo -E"
    935944  cat > conftest.$ac_ext <<EOF
    936 #line 937 "configure"
     945#line 946 "configure"
    937946#include "confdefs.h"
    938947#include <assert.h>
     
    940949EOF
    941950ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    942 { (eval echo configure:943: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     951{ (eval echo configure:952: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    943952ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    944953if test -z "$ac_err"; then
     
    9951004# ./install, which can be erroneously created by make from ./install.sh.
    9961005echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    997 echo "configure:998: checking for a BSD compatible install" >&5
     1006echo "configure:1007: checking for a BSD compatible install" >&5
    9981007if test -z "$INSTALL"; then
    9991008if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    10481057
    10491058echo $ac_n "checking for AIX""... $ac_c" 1>&6
    1050 echo "configure:1051: checking for AIX" >&5
     1059echo "configure:1060: checking for AIX" >&5
    10511060cat > conftest.$ac_ext <<EOF
    1052 #line 1053 "configure"
     1061#line 1062 "configure"
    10531062#include "confdefs.h"
    10541063#ifdef _AIX
     
    10761085set dummy $ac_prog; ac_word=$2
    10771086echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1078 echo "configure:1079: checking for $ac_word" >&5
     1087echo "configure:1088: checking for $ac_word" >&5
    10791088if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    10801089  echo $ac_n "(cached) $ac_c" 1>&6
     
    11081117
    11091118echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1110 echo "configure:1111: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     1119echo "configure:1120: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    11111120
    11121121ac_ext=C
     
    11191128cat > conftest.$ac_ext << EOF
    11201129
    1121 #line 1122 "configure"
     1130#line 1131 "configure"
    11221131#include "confdefs.h"
    11231132
    11241133int main(){return(0);}
    11251134EOF
    1126 if { (eval echo configure:1127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1135if { (eval echo configure:1136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11271136  ac_cv_prog_cxx_works=yes
    11281137  # If we can't run a trivial program, we are probably using a cross compiler.
     
    11501159fi
    11511160echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1152 echo "configure:1153: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     1161echo "configure:1162: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    11531162echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    11541163cross_compiling=$ac_cv_prog_cxx_cross
    11551164
    11561165echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    1157 echo "configure:1158: checking whether we are using GNU C++" >&5
     1166echo "configure:1167: checking whether we are using GNU C++" >&5
    11581167if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    11591168  echo $ac_n "(cached) $ac_c" 1>&6
     
    11641173#endif
    11651174EOF
    1166 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1167: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1175if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1176: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    11671176  ac_cv_prog_gxx=yes
    11681177else
     
    11831192CXXFLAGS=
    11841193echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    1185 echo "configure:1186: checking whether ${CXX-g++} accepts -g" >&5
     1194echo "configure:1195: checking whether ${CXX-g++} accepts -g" >&5
    11861195if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    11871196  echo $ac_n "(cached) $ac_c" 1>&6
     
    12141223fi
    12151224
    1216 for ac_declaration in \
    1217    ''\
    1218    '#include <stdlib.h>' \
    1219    'extern "C" void std::exit (int) throw (); using std::exit;' \
    1220    'extern "C" void std::exit (int); using std::exit;' \
    1221    'extern "C" void exit (int) throw ();' \
    1222    'extern "C" void exit (int);' \
    1223    'void exit (int);'
    1224 do
    1225   cat > conftest.$ac_ext <<EOF
    1226 #line 1227 "configure"
    1227 #include "confdefs.h"
    1228 #include <stdlib.h>
    1229 $ac_declaration
    1230 int main() {
    1231 exit (42);
    1232 ; return 0; }
    1233 EOF
    1234 if { (eval echo configure:1235: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    1235   :
    1236 else
    1237   echo "configure: failed program was:" >&5
    1238   cat conftest.$ac_ext >&5
    1239   rm -rf conftest*
    1240   continue
    1241 fi
    1242 rm -f conftest*
    1243   cat > conftest.$ac_ext <<EOF
    1244 #line 1245 "configure"
    1245 #include "confdefs.h"
    1246 $ac_declaration
    1247 int main() {
    1248 exit (42);
    1249 ; return 0; }
    1250 EOF
    1251 if { (eval echo configure:1252: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    1252   rm -rf conftest*
    1253   break
    1254 else
    1255   echo "configure: failed program was:" >&5
    1256   cat conftest.$ac_ext >&5
    1257 fi
    1258 rm -f conftest*
    1259 done
    1260 if test -n "$ac_declaration"; then
    1261   echo '#ifdef __cplusplus' >>confdefs.h
    1262   echo $ac_declaration      >>confdefs.h
    1263   echo '#endif'             >>confdefs.h
    1264 fi
    1265 
    1266 
    12671225
    12681226SING_CC=${CC}; export SING_CC
     
    12711229# check whether the compiler accepts -pipe
    12721230echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6
    1273 echo "configure:1274: checking whether compiler accepts -pipe" >&5
     1231echo "configure:1232: checking whether compiler accepts -pipe" >&5
    12741232temp_cflags=${CFLAGS}
    12751233CFLAGS="${CFLAGS} -pipe"
     
    12781236else
    12791237  cat > conftest.$ac_ext <<EOF
    1280 #line 1281 "configure"
     1238#line 1239 "configure"
    12811239#include "confdefs.h"
    12821240
     
    12851243; return 0; }
    12861244EOF
    1287 if { (eval echo configure:1288: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1245if { (eval echo configure:1246: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    12881246  rm -rf conftest*
    12891247  ac_cv_cxx_have_pipe=yes
     
    13121270set dummy $ac_prog; ac_word=$2
    13131271echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1314 echo "configure:1315: checking for $ac_word" >&5
     1272echo "configure:1273: checking for $ac_word" >&5
    13151273if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    13161274  echo $ac_n "(cached) $ac_c" 1>&6
     
    13461304set dummy $ac_prog; ac_word=$2
    13471305echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1348 echo "configure:1349: checking for $ac_word" >&5
     1306echo "configure:1307: checking for $ac_word" >&5
    13491307if eval "test \"`echo '$''{'ac_cv_prog_UUDECODE'+set}'`\" = set"; then
    13501308  echo $ac_n "(cached) $ac_c" 1>&6
     
    13801338set dummy $ac_prog; ac_word=$2
    13811339echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1382 echo "configure:1383: checking for $ac_word" >&5
     1340echo "configure:1341: checking for $ac_word" >&5
    13831341if eval "test \"`echo '$''{'ac_cv_prog_GUNZIP'+set}'`\" = set"; then
    13841342  echo $ac_n "(cached) $ac_c" 1>&6
     
    14161374set dummy $ac_prog; ac_word=$2
    14171375echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1418 echo "configure:1419: checking for $ac_word" >&5
     1376echo "configure:1377: checking for $ac_word" >&5
    14191377if eval "test \"`echo '$''{'ac_cv_prog_MYGZIP'+set}'`\" = set"; then
    14201378  echo $ac_n "(cached) $ac_c" 1>&6
     
    14491407set dummy latex2html; ac_word=$2
    14501408echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1451 echo "configure:1452: checking for $ac_word" >&5
     1409echo "configure:1410: checking for $ac_word" >&5
    14521410if eval "test \"`echo '$''{'ac_cv_prog_LATEX2HTML'+set}'`\" = set"; then
    14531411  echo $ac_n "(cached) $ac_c" 1>&6
     
    14761434
    14771435echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1478 echo "configure:1479: checking whether ln -s works" >&5
     1436echo "configure:1437: checking whether ln -s works" >&5
    14791437if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    14801438  echo $ac_n "(cached) $ac_c" 1>&6
     
    15461504# check for AIX
    15471505echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1548 echo "configure:1549: checking whether _AIX is defined" >&5
     1506echo "configure:1507: checking whether _AIX is defined" >&5
    15491507if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    15501508  echo $ac_n "(cached) $ac_c" 1>&6
    15511509else
    15521510  cat > conftest.$ac_ext <<EOF
    1553 #line 1554 "configure"
     1511#line 1512 "configure"
    15541512#include "confdefs.h"
    15551513#ifdef _AIX
     
    15771535
    15781536echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1579 echo "configure:1580: checking for atof in -lm" >&5
     1537echo "configure:1538: checking for atof in -lm" >&5
    15801538ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    15811539if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15851543LIBS="-lm  $LIBS"
    15861544cat > conftest.$ac_ext <<EOF
    1587 #line 1588 "configure"
     1545#line 1546 "configure"
    15881546#include "confdefs.h"
    15891547/* Override any gcc2 internal prototype to avoid an error.  */
     
    15961554; return 0; }
    15971555EOF
    1598 if { (eval echo configure:1599: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1556if { (eval echo configure:1557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15991557  rm -rf conftest*
    16001558  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16241582
    16251583echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1626 echo "configure:1627: checking for socket in -lbsd" >&5
     1584echo "configure:1585: checking for socket in -lbsd" >&5
    16271585ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    16281586if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16321590LIBS="-lbsd  $LIBS"
    16331591cat > conftest.$ac_ext <<EOF
    1634 #line 1635 "configure"
     1592#line 1593 "configure"
    16351593#include "confdefs.h"
    16361594/* Override any gcc2 internal prototype to avoid an error.  */
     
    16431601; return 0; }
    16441602EOF
    1645 if { (eval echo configure:1646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1603if { (eval echo configure:1604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16461604  rm -rf conftest*
    16471605  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16711629
    16721630echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1673 echo "configure:1674: checking for listen in -lsocket" >&5
     1631echo "configure:1632: checking for listen in -lsocket" >&5
    16741632ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    16751633if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16791637LIBS="-lsocket  $LIBS"
    16801638cat > conftest.$ac_ext <<EOF
    1681 #line 1682 "configure"
     1639#line 1640 "configure"
    16821640#include "confdefs.h"
    16831641/* Override any gcc2 internal prototype to avoid an error.  */
     
    16901648; return 0; }
    16911649EOF
    1692 if { (eval echo configure:1693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1650if { (eval echo configure:1651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16931651  rm -rf conftest*
    16941652  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17181676
    17191677echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1720 echo "configure:1721: checking for gethostbyname in -lnsl" >&5
     1678echo "configure:1679: checking for gethostbyname in -lnsl" >&5
    17211679ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    17221680if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17261684LIBS="-lnsl  $LIBS"
    17271685cat > conftest.$ac_ext <<EOF
    1728 #line 1729 "configure"
     1686#line 1687 "configure"
    17291687#include "confdefs.h"
    17301688/* Override any gcc2 internal prototype to avoid an error.  */
     
    17371695; return 0; }
    17381696EOF
    1739 if { (eval echo configure:1740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1697if { (eval echo configure:1698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17401698  rm -rf conftest*
    17411699  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17651723
    17661724echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6
    1767 echo "configure:1768: checking for main in -lgmp" >&5
     1725echo "configure:1726: checking for main in -lgmp" >&5
    17681726ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'`
    17691727if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17731731LIBS="-lgmp  $LIBS"
    17741732cat > conftest.$ac_ext <<EOF
    1775 #line 1776 "configure"
     1733#line 1734 "configure"
    17761734#include "confdefs.h"
    17771735
     
    17801738; return 0; }
    17811739EOF
    1782 if { (eval echo configure:1783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1740if { (eval echo configure:1741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17831741  rm -rf conftest*
    17841742  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18081766
    18091767echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    1810 echo "configure:1811: checking for IMP_PutGmpInt in -lMP" >&5
     1768echo "configure:1769: checking for IMP_PutGmpInt in -lMP" >&5
    18111769ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    18121770if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18161774LIBS="-lMP  $LIBS"
    18171775cat > conftest.$ac_ext <<EOF
    1818 #line 1819 "configure"
     1776#line 1777 "configure"
    18191777#include "confdefs.h"
    18201778/* Override any gcc2 internal prototype to avoid an error.  */
     
    18271785; return 0; }
    18281786EOF
    1829 if { (eval echo configure:1830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1787if { (eval echo configure:1788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18301788  rm -rf conftest*
    18311789  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18551813
    18561814echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    1857 echo "configure:1858: checking for MPT_GetTree in -lMPT" >&5
     1815echo "configure:1816: checking for MPT_GetTree in -lMPT" >&5
    18581816ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    18591817if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18631821LIBS="-lMPT  $LIBS"
    18641822cat > conftest.$ac_ext <<EOF
    1865 #line 1866 "configure"
     1823#line 1824 "configure"
    18661824#include "confdefs.h"
    18671825/* Override any gcc2 internal prototype to avoid an error.  */
     
    18741832; return 0; }
    18751833EOF
    1876 if { (eval echo configure:1877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1834if { (eval echo configure:1835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18771835  rm -rf conftest*
    18781836  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19021860
    19031861echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    1904 echo "configure:1905: checking for atof in -lsingcf" >&5
     1862echo "configure:1863: checking for atof in -lsingcf" >&5
    19051863ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    19061864if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19101868LIBS="-lsingcf  $LIBS"
    19111869cat > conftest.$ac_ext <<EOF
    1912 #line 1913 "configure"
     1870#line 1871 "configure"
    19131871#include "confdefs.h"
    19141872/* Override any gcc2 internal prototype to avoid an error.  */
     
    19211879; return 0; }
    19221880EOF
    1923 if { (eval echo configure:1924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1881if { (eval echo configure:1882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19241882  rm -rf conftest*
    19251883  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19491907
    19501908echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    1951 echo "configure:1952: checking for atof in -lsingfac" >&5
     1909echo "configure:1910: checking for atof in -lsingfac" >&5
    19521910ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    19531911if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19571915LIBS="-lsingfac  $LIBS"
    19581916cat > conftest.$ac_ext <<EOF
    1959 #line 1960 "configure"
     1917#line 1918 "configure"
    19601918#include "confdefs.h"
    19611919/* Override any gcc2 internal prototype to avoid an error.  */
     
    19681926; return 0; }
    19691927EOF
    1970 if { (eval echo configure:1971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1928if { (eval echo configure:1929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19711929  rm -rf conftest*
    19721930  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19961954
    19971955echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6
    1998 echo "configure:1999: checking for omTestAddr in -lomalloc" >&5
     1956echo "configure:1957: checking for omTestAddr in -lomalloc" >&5
    19991957ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'`
    20001958if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20041962LIBS="-lomalloc  $LIBS"
    20051963cat > conftest.$ac_ext <<EOF
    2006 #line 2007 "configure"
     1964#line 1965 "configure"
    20071965#include "confdefs.h"
    20081966/* Override any gcc2 internal prototype to avoid an error.  */
     
    20151973; return 0; }
    20161974EOF
    2017 if { (eval echo configure:2018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1975if { (eval echo configure:1976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20181976  rm -rf conftest*
    20191977  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20432001
    20442002echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6
    2045 echo "configure:2046: checking for main in -lomalloc_ndebug" >&5
     2003echo "configure:2004: checking for main in -lomalloc_ndebug" >&5
    20462004ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'`
    20472005if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20512009LIBS="-lomalloc_ndebug  $LIBS"
    20522010cat > conftest.$ac_ext <<EOF
    2053 #line 2054 "configure"
     2011#line 2012 "configure"
    20542012#include "confdefs.h"
    20552013
     
    20582016; return 0; }
    20592017EOF
    2060 if { (eval echo configure:2061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2018if { (eval echo configure:2019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20612019  rm -rf conftest*
    20622020  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20902048ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    20912049echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2092 echo "configure:2093: checking for $ac_hdr" >&5
     2050echo "configure:2051: checking for $ac_hdr" >&5
    20932051if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    20942052  echo $ac_n "(cached) $ac_c" 1>&6
    20952053else
    20962054  cat > conftest.$ac_ext <<EOF
    2097 #line 2098 "configure"
     2055#line 2056 "configure"
    20982056#include "confdefs.h"
    20992057#include <$ac_hdr>
    21002058EOF
    21012059ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2102 { (eval echo configure:2103: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2060{ (eval echo configure:2061: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21032061ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    21042062if test -z "$ac_err"; then
     
    22702228
    22712229echo $ac_n "checking which tmp dir to use""... $ac_c" 1>&6
    2272 echo "configure:2273: checking which tmp dir to use" >&5
     2230echo "configure:2231: checking which tmp dir to use" >&5
    22732231if test "${with_tmpdir+set}" = set && test -d ${with_tmpdir}; then
    22742232  if (echo "${with_tmpdir}" | egrep "\." >/dev/null 2>&1)
     
    22852243
    22862244echo $ac_n "checking whether to configure and build omalloc""... $ac_c" 1>&6
    2287 echo "configure:2288: checking whether to configure and build omalloc" >&5
     2245echo "configure:2246: checking whether to configure and build omalloc" >&5
    22882246if test "${enable_omalloc+set}" != set; then
    22892247   if test "$ac_cv_omalloc_ok" = yes; then
     
    23242282
    23252283echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
    2326 echo "configure:2327: checking whether to configure and build gmp lib" >&5
     2284echo "configure:2285: checking whether to configure and build gmp lib" >&5
    23272285if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
    23282286  if test "$ac_gmp_ok" != yes && test -d gmp; then
     
    23842342# requires: sizeof(long)==4
    23852343echo $ac_n "checking size of long""... $ac_c" 1>&6
    2386 echo "configure:2387: checking size of long" >&5
     2344echo "configure:2345: checking size of long" >&5
    23872345if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    23882346  echo $ac_n "(cached) $ac_c" 1>&6
     
    23922350else
    23932351  cat > conftest.$ac_ext <<EOF
    2394 #line 2395 "configure"
     2352#line 2353 "configure"
    23952353#include "confdefs.h"
    23962354#include <stdio.h>
    2397 int main()
     2355main()
    23982356{
    23992357  FILE *f=fopen("conftestval", "w");
    2400   if (!f) return(1);
     2358  if (!f) exit(1);
    24012359  fprintf(f, "%d\n", sizeof(long));
    2402   return(0);
     2360  exit(0);
    24032361}
    24042362EOF
    2405 if { (eval echo configure:2406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2363if { (eval echo configure:2364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    24062364then
    24072365  ac_cv_sizeof_long=`cat conftestval`
     
    24272385
    24282386echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    2429 echo "configure:2430: checking whether to configure and build MP lib" >&5
     2387echo "configure:2388: checking whether to configure and build MP lib" >&5
    24302388
    24312389if test "$enable_MP" != yes && test "$enable_MP" != no; then
     
    24642422
    24652423echo $ac_n "checking whether to configure and build NTL lib""... $ac_c" 1>&6
    2466 echo "configure:2467: checking whether to configure and build NTL lib" >&5
     2424echo "configure:2425: checking whether to configure and build NTL lib" >&5
    24672425if test "$enable_NTL" != yes && test "$enable_NTL" != no; then
    24682426  if test "$with_NTL" != no && test "$ac_NTL_ok" != yes && \
     
    24812439
    24822440    echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
    2483 echo "configure:2484: checking how to run the C++ preprocessor" >&5
     2441echo "configure:2442: checking how to run the C++ preprocessor" >&5
    24842442if test -z "$CXXCPP"; then
    24852443if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
     
    24942452  CXXCPP="${CXX-g++} -E"
    24952453  cat > conftest.$ac_ext <<EOF
    2496 #line 2497 "configure"
     2454#line 2455 "configure"
    24972455#include "confdefs.h"
    24982456#include <stdlib.h>
    24992457EOF
    25002458ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2501 { (eval echo configure:2502: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2459{ (eval echo configure:2460: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25022460ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25032461if test -z "$ac_err"; then
     
    25272485ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    25282486echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2529 echo "configure:2530: checking for $ac_hdr" >&5
     2487echo "configure:2488: checking for $ac_hdr" >&5
    25302488if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    25312489  echo $ac_n "(cached) $ac_c" 1>&6
    25322490else
    25332491  cat > conftest.$ac_ext <<EOF
    2534 #line 2535 "configure"
     2492#line 2493 "configure"
    25352493#include "confdefs.h"
    25362494#include <$ac_hdr>
    25372495EOF
    25382496ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2539 { (eval echo configure:2540: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2497{ (eval echo configure:2498: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25402498ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25412499if test -z "$ac_err"; then
     
    25822540
    25832541echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    2584 echo "configure:2585: checking whether to configure and build factory lib" >&5
     2542echo "configure:2543: checking whether to configure and build factory lib" >&5
    25852543if test "$enable_factory" != yes && test "$enable_factory" != no; then
    25862544  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    26092567
    26102568echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    2611 echo "configure:2612: checking whether to configure and build libfac lib" >&5
     2569echo "configure:2570: checking whether to configure and build libfac lib" >&5
    26122570if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    26132571  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    26412599
    26422600echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    2643 echo "configure:2644: checking whether to configure and build sgroup lib" >&5
     2601echo "configure:2602: checking whether to configure and build sgroup lib" >&5
    26442602if test "$enable_sgroup" = yes; then
    26452603  if test ! -d sgroup; then
     
    26622620
    26632621echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    2664 echo "configure:2665: checking whether to configure and build Singular" >&5
     2622echo "configure:2623: checking whether to configure and build Singular" >&5
    26652623if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    26662624  if test "$with_Singular" != no && test -d Singular; then
     
    26932651
    26942652echo $ac_n "checking whether to build IntegerProgramming""... $ac_c" 1>&6
    2695 echo "configure:2696: checking whether to build IntegerProgramming" >&5
     2653echo "configure:2654: checking whether to build IntegerProgramming" >&5
    26962654if test "$enable_IntegerProgramming" != no && test -d "IntegerProgramming"; then
    26972655   BUILD_SUBDIRS="$BUILD_SUBDIRS IntegerProgramming"
     
    27062664
    27072665echo $ac_n "checking whether to build Plural""... $ac_c" 1>&6
    2708 echo "configure:2709: checking whether to build Plural" >&5
     2666echo "configure:2667: checking whether to build Plural" >&5
    27092667if test "$enable_Plural" != no || test "$with_Plural" != no; then
    27102668   echo "$ac_t""yes" 1>&6
     
    27182676
    27192677echo $ac_n "checking whether to configure and build Texinfo""... $ac_c" 1>&6
    2720 echo "configure:2721: checking whether to configure and build Texinfo" >&5
     2678echo "configure:2679: checking whether to configure and build Texinfo" >&5
    27212679if test "$enable_Texinfo" != no && test -d Texinfo; then
    27222680  echo "$ac_t""yes" 1>&6
     
    27422700set dummy makeinfo; ac_word=$2
    27432701echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2744 echo "configure:2745: checking for $ac_word" >&5
     2702echo "configure:2703: checking for $ac_word" >&5
    27452703if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
    27462704  echo $ac_n "(cached) $ac_c" 1>&6
     
    27722730set dummy texi2dvi; ac_word=$2
    27732731echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2774 echo "configure:2775: checking for $ac_word" >&5
     2732echo "configure:2733: checking for $ac_word" >&5
    27752733if eval "test \"`echo '$''{'ac_cv_prog_TEXI2DVI'+set}'`\" = set"; then
    27762734  echo $ac_n "(cached) $ac_c" 1>&6
     
    28022760set dummy texindex; ac_word=$2
    28032761echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2804 echo "configure:2805: checking for $ac_word" >&5
     2762echo "configure:2763: checking for $ac_word" >&5
    28052763if eval "test \"`echo '$''{'ac_cv_prog_TEXINDEX'+set}'`\" = set"; then
    28062764  echo $ac_n "(cached) $ac_c" 1>&6
     
    28322790set dummy texi2pdf; ac_word=$2
    28332791echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2834 echo "configure:2835: checking for $ac_word" >&5
     2792echo "configure:2793: checking for $ac_word" >&5
    28352793if eval "test \"`echo '$''{'ac_cv_prog_TEXI2PDF'+set}'`\" = set"; then
    28362794  echo $ac_n "(cached) $ac_c" 1>&6
     
    28622820
    28632821echo $ac_n "checking whether to configure and build Texi2html""... $ac_c" 1>&6
    2864 echo "configure:2865: checking whether to configure and build Texi2html" >&5
     2822echo "configure:2823: checking whether to configure and build Texi2html" >&5
    28652823if test "$enable_Texi2html" != no && test -d Texi2html; then
    28662824 echo "$ac_t""yes" 1>&6
     
    28772835set dummy texi2html; ac_word=$2
    28782836echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2879 echo "configure:2880: checking for $ac_word" >&5
     2837echo "configure:2838: checking for $ac_word" >&5
    28802838if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then
    28812839  echo $ac_n "(cached) $ac_c" 1>&6
     
    29152873
    29162874echo $ac_n "checking whether to build doc""... $ac_c" 1>&6
    2917 echo "configure:2918: checking whether to build doc" >&5
     2875echo "configure:2876: checking whether to build doc" >&5
    29182876if test "$enable_doc" != no && test -d doc; then
    29192877 echo "$ac_t""yes" 1>&6
     
    29292887
    29302888echo $ac_n "checking whether to build emacs""... $ac_c" 1>&6
    2931 echo "configure:2932: checking whether to build emacs" >&5
     2889echo "configure:2890: checking whether to build emacs" >&5
    29322890if test "$enable_doc" = yes && test "$enable_emacs" != no && test -d emacs; then
    29332891 echo "$ac_t""yes" 1>&6
     
    29412899
    29422900echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    2943 echo "configure:2944: checking which apint package to use" >&5
     2901echo "configure:2902: checking which apint package to use" >&5
    29442902if test "$with_apint" = gmp; then
    29452903  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    29572915
    29582916echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    2959 echo "configure:2960: checking whether to use with MP" >&5
     2917echo "configure:2918: checking whether to use with MP" >&5
    29602918if test "$with_MP" = yes; then
    29612919  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    29772935
    29782936echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    2979 echo "configure:2980: checking whether to use with factory" >&5
     2937echo "configure:2938: checking whether to use with factory" >&5
    29802938if test "$with_factory" = yes; then
    29812939  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    29962954 
    29972955echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    2998 echo "configure:2999: checking whether to use with libfac" >&5
     2956echo "configure:2957: checking whether to use with libfac" >&5
    29992957if test "$with_libfac" = yes; then
    30002958  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    30172975
    30182976echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    3019 echo "configure:3020: checking whether to use with Singular" >&5
     2977echo "configure:2978: checking whether to use with Singular" >&5
    30202978if test "$with_Singular" != no && test "$with_Singular" != yes; then
    30212979  if test "$enable_Singular" = yes; then
     
    30863044 
    30873045echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    3088 echo "configure:3089: checking whether ${MAKE-make} sets \${MAKE}" >&5
     3046echo "configure:3047: checking whether ${MAKE-make} sets \${MAKE}" >&5
    30893047set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    30903048if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    31853143# Protect against shell expansion while executing Makefile rules.
    31863144# Protect against Makefile macro expansion.
    3187 #
    3188 # If the first sed substitution is executed (which looks for macros that
    3189 # take arguments), then we branch to the quote section.  Otherwise,
    3190 # look for a macro that doesn't take arguments.
    3191 cat >confdef2opt.sed <<\_ACEOF
    3192 t clear
    3193 : clear
    3194 s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
    3195 t quote
    3196 s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
    3197 t quote
    3198 d
    3199 : quote
    3200 s,[     `~#$^&*(){}\\|;'"<>?],\\&,g
    3201 s,\[,\\&,g
    3202 s,\],\\&,g
    3203 s,\$,$$,g
    3204 p
    3205 _ACEOF
    3206 # We use echo to avoid assuming a particular line-breaking character.
    3207 # The extra dot is to prevent the shell from consuming trailing
    3208 # line-breaks from the sub-command output.  A line-break within
    3209 # single-quotes doesn't work because, if this script is created in a
    3210 # platform that uses two characters for line-breaks (e.g., DOS), tr
    3211 # would break.
    3212 ac_LF_and_DOT=`echo; echo .`
    3213 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
    3214 rm -f confdef2opt.sed
     3145cat > conftest.defs <<\EOF
     3146s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
     3147s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
     3148s%\[%\\&%g
     3149s%\]%\\&%g
     3150s%\$%$$%g
     3151EOF
     3152DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
     3153rm -f conftest.defs
    32153154
    32163155
  • configure.in

    r6468270 r074171  
    8080AC_SUBST(SING_UNAME)
    8181
     82
     83dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
     84dnl compiler stuff
     85dnl is needed to check for libs and headers, later on
     86dnl
     87dnl we do not want to have "-g -O" for CFLAGS
     88if test "${CXXFLAGS+set}" != set; then
     89  ac_cxxflags_set=no
     90  CXXFLAGS="-O"
     91fi
     92if test "${CFLAGS+set}" != set; then
     93  CFLAGS="-O"
     94  ac_cflags_set=no
     95fi
    8296
    8397dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
Note: See TracChangeset for help on using the changeset viewer.