Changeset 794


Ignore:
Timestamp:
1999-11-26T12:57:45+13:00 (24 years ago)
Author:
sjboddie
Message:

turned on optimization, added LDFLAGS in case required

Location:
trunk/gsdl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure

    r792 r794  
    575575fi
    576576
    577 CFLAGS=
     577LDFLAGS=
     578CFLAGS=-O2
    578579
    579580
     
    581582set dummy gcc; ac_word=$2
    582583echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    583 echo "configure:584: checking for $ac_word" >&5
     584echo "configure:585: checking for $ac_word" >&5
    584585if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    585586  echo $ac_n "(cached) $ac_c" 1>&6
     
    611612set dummy cc; ac_word=$2
    612613echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    613 echo "configure:614: checking for $ac_word" >&5
     614echo "configure:615: checking for $ac_word" >&5
    614615if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    615616  echo $ac_n "(cached) $ac_c" 1>&6
     
    662663set dummy cl; ac_word=$2
    663664echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    664 echo "configure:665: checking for $ac_word" >&5
     665echo "configure:666: checking for $ac_word" >&5
    665666if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    666667  echo $ac_n "(cached) $ac_c" 1>&6
     
    694695
    695696echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    696 echo "configure:697: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     697echo "configure:698: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    697698
    698699ac_ext=c
     
    705706cat > conftest.$ac_ext << EOF
    706707
    707 #line 708 "configure"
     708#line 709 "configure"
    708709#include "confdefs.h"
    709710
    710711main(){return(0);}
    711712EOF
    712 if { (eval echo configure:713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     713if { (eval echo configure:714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    713714  ac_cv_prog_cc_works=yes
    714715  # If we can't run a trivial program, we are probably using a cross compiler.
     
    736737fi
    737738echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    738 echo "configure:739: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     739echo "configure:740: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    739740echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    740741cross_compiling=$ac_cv_prog_cc_cross
    741742
    742743echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    743 echo "configure:744: checking whether we are using GNU C" >&5
     744echo "configure:745: checking whether we are using GNU C" >&5
    744745if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    745746  echo $ac_n "(cached) $ac_c" 1>&6
     
    750751#endif
    751752EOF
    752 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:753: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     753if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:754: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    753754  ac_cv_prog_gcc=yes
    754755else
     
    769770CFLAGS=
    770771echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    771 echo "configure:772: checking whether ${CC-cc} accepts -g" >&5
     772echo "configure:773: checking whether ${CC-cc} accepts -g" >&5
    772773if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    773774  echo $ac_n "(cached) $ac_c" 1>&6
     
    805806set dummy $ac_prog; ac_word=$2
    806807echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    807 echo "configure:808: checking for $ac_word" >&5
     808echo "configure:809: checking for $ac_word" >&5
    808809if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    809810  echo $ac_n "(cached) $ac_c" 1>&6
     
    837838
    838839echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    839 echo "configure:840: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     840echo "configure:841: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    840841
    841842ac_ext=C
     
    848849cat > conftest.$ac_ext << EOF
    849850
    850 #line 851 "configure"
     851#line 852 "configure"
    851852#include "confdefs.h"
    852853
    853854int main(){return(0);}
    854855EOF
    855 if { (eval echo configure:856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     856if { (eval echo configure:857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    856857  ac_cv_prog_cxx_works=yes
    857858  # If we can't run a trivial program, we are probably using a cross compiler.
     
    879880fi
    880881echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    881 echo "configure:882: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     882echo "configure:883: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    882883echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    883884cross_compiling=$ac_cv_prog_cxx_cross
    884885
    885886echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    886 echo "configure:887: checking whether we are using GNU C++" >&5
     887echo "configure:888: checking whether we are using GNU C++" >&5
    887888if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    888889  echo $ac_n "(cached) $ac_c" 1>&6
     
    893894#endif
    894895EOF
    895 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:896: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     896if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:897: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    896897  ac_cv_prog_gxx=yes
    897898else
     
    912913CXXFLAGS=
    913914echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    914 echo "configure:915: checking whether ${CXX-g++} accepts -g" >&5
     915echo "configure:916: checking whether ${CXX-g++} accepts -g" >&5
    915916if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    916917  echo $ac_n "(cached) $ac_c" 1>&6
     
    948949set dummy $ac_prog; ac_word=$2
    949950echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    950 echo "configure:951: checking for $ac_word" >&5
     951echo "configure:952: checking for $ac_word" >&5
    951952if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
    952953  echo $ac_n "(cached) $ac_c" 1>&6
     
    982983set dummy $ac_prog; ac_word=$2
    983984echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    984 echo "configure:985: checking for $ac_word" >&5
     985echo "configure:986: checking for $ac_word" >&5
    985986if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
    986987  echo $ac_n "(cached) $ac_c" 1>&6
     
    10431044# ./install, which can be erroneously created by make from ./install.sh.
    10441045echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1045 echo "configure:1046: checking for a BSD compatible install" >&5
     1046echo "configure:1047: checking for a BSD compatible install" >&5
    10461047if test -z "$INSTALL"; then
    10471048if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    10961097
    10971098echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1098 echo "configure:1099: checking whether ln -s works" >&5
     1099echo "configure:1100: checking whether ln -s works" >&5
    10991100if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    11001101  echo $ac_n "(cached) $ac_c" 1>&6
     
    11171118
    11181119echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1119 echo "configure:1120: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1120echo "configure:1121: checking whether ${MAKE-make} sets \${MAKE}" >&5
    11201121set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    11211122if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    11461147set dummy ranlib; ac_word=$2
    11471148echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1148 echo "configure:1149: checking for $ac_word" >&5
     1149echo "configure:1150: checking for $ac_word" >&5
    11491150if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    11501151  echo $ac_n "(cached) $ac_c" 1>&6
     
    11761177
    11771178echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1178 echo "configure:1179: checking how to run the C preprocessor" >&5
     1179echo "configure:1180: checking how to run the C preprocessor" >&5
    11791180# On Suns, sometimes $CPP names a directory.
    11801181if test -n "$CPP" && test -d "$CPP"; then
     
    11911192  # not just through cpp.
    11921193  cat > conftest.$ac_ext <<EOF
    1193 #line 1194 "configure"
     1194#line 1195 "configure"
    11941195#include "confdefs.h"
    11951196#include <assert.h>
     
    11971198EOF
    11981199ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1199 { (eval echo configure:1200: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1200{ (eval echo configure:1201: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12001201ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12011202if test -z "$ac_err"; then
     
    12081209  CPP="${CC-cc} -E -traditional-cpp"
    12091210  cat > conftest.$ac_ext <<EOF
    1210 #line 1211 "configure"
     1211#line 1212 "configure"
    12111212#include "confdefs.h"
    12121213#include <assert.h>
     
    12141215EOF
    12151216ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1216 { (eval echo configure:1217: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1217{ (eval echo configure:1218: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12171218ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12181219if test -z "$ac_err"; then
     
    12251226  CPP="${CC-cc} -nologo -E"
    12261227  cat > conftest.$ac_ext <<EOF
    1227 #line 1228 "configure"
     1228#line 1229 "configure"
    12281229#include "confdefs.h"
    12291230#include <assert.h>
     
    12311232EOF
    12321233ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1233 { (eval echo configure:1234: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1234{ (eval echo configure:1235: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12341235ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12351236if test -z "$ac_err"; then
     
    12561257
    12571258echo $ac_n "checking for AIX""... $ac_c" 1>&6
    1258 echo "configure:1259: checking for AIX" >&5
     1259echo "configure:1260: checking for AIX" >&5
    12591260cat > conftest.$ac_ext <<EOF
    1260 #line 1261 "configure"
     1261#line 1262 "configure"
    12611262#include "confdefs.h"
    12621263#ifdef _AIX
     
    12801281
    12811282echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    1282 echo "configure:1283: checking for POSIXized ISC" >&5
     1283echo "configure:1284: checking for POSIXized ISC" >&5
    12831284if test -d /etc/conf/kconfig.d &&
    12841285  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    13021303ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
    13031304echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
    1304 echo "configure:1305: checking for minix/config.h" >&5
     1305echo "configure:1306: checking for minix/config.h" >&5
    13051306if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    13061307  echo $ac_n "(cached) $ac_c" 1>&6
    13071308else
    13081309  cat > conftest.$ac_ext <<EOF
    1309 #line 1310 "configure"
     1310#line 1311 "configure"
    13101311#include "confdefs.h"
    13111312#include <minix/config.h>
    13121313EOF
    13131314ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1314 { (eval echo configure:1315: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1315{ (eval echo configure:1316: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13151316ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13161317if test -z "$ac_err"; then
     
    13501351
    13511352echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6
    1352 echo "configure:1353: checking for ${CC-cc} option to accept ANSI C" >&5
     1353echo "configure:1354: checking for ${CC-cc} option to accept ANSI C" >&5
    13531354if eval "test \"`echo '$''{'ac_cv_prog_cc_stdc'+set}'`\" = set"; then
    13541355  echo $ac_n "(cached) $ac_c" 1>&6
     
    13661367  CFLAGS="$ac_save_CFLAGS $ac_arg"
    13671368  cat > conftest.$ac_ext <<EOF
    1368 #line 1369 "configure"
     1369#line 1370 "configure"
    13691370#include "confdefs.h"
    13701371#if !defined(__STDC__) || __STDC__ != 1
     
    13781379; return 0; }
    13791380EOF
    1380 if { (eval echo configure:1381: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1381if { (eval echo configure:1382: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13811382  rm -rf conftest*
    13821383  ac_cv_prog_cc_stdc="$ac_arg"; break
     
    13991400
    14001401echo $ac_n "checking for function prototypes""... $ac_c" 1>&6
    1401 echo "configure:1402: checking for function prototypes" >&5
     1402echo "configure:1403: checking for function prototypes" >&5
    14021403if test "$ac_cv_prog_cc_stdc" != no; then
    14031404  echo "$ac_t""yes" 1>&6
     
    14131414
    14141415echo $ac_n "checking for working const""... $ac_c" 1>&6
    1415 echo "configure:1416: checking for working const" >&5
     1416echo "configure:1417: checking for working const" >&5
    14161417if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    14171418  echo $ac_n "(cached) $ac_c" 1>&6
    14181419else
    14191420  cat > conftest.$ac_ext <<EOF
    1420 #line 1421 "configure"
     1421#line 1422 "configure"
    14211422#include "confdefs.h"
    14221423
     
    14671468; return 0; }
    14681469EOF
    1469 if { (eval echo configure:1470: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1470if { (eval echo configure:1471: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    14701471  rm -rf conftest*
    14711472  ac_cv_c_const=yes
     
    14881489
    14891490echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1490 echo "configure:1491: checking for ANSI C header files" >&5
     1491echo "configure:1492: checking for ANSI C header files" >&5
    14911492if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    14921493  echo $ac_n "(cached) $ac_c" 1>&6
    14931494else
    14941495  cat > conftest.$ac_ext <<EOF
    1495 #line 1496 "configure"
     1496#line 1497 "configure"
    14961497#include "confdefs.h"
    14971498#include <stdlib.h>
     
    15011502EOF
    15021503ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1503 { (eval echo configure:1504: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1504{ (eval echo configure:1505: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15041505ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15051506if test -z "$ac_err"; then
     
    15181519  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    15191520cat > conftest.$ac_ext <<EOF
    1520 #line 1521 "configure"
     1521#line 1522 "configure"
    15211522#include "confdefs.h"
    15221523#include <string.h>
     
    15361537  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    15371538cat > conftest.$ac_ext <<EOF
    1538 #line 1539 "configure"
     1539#line 1540 "configure"
    15391540#include "confdefs.h"
    15401541#include <stdlib.h>
     
    15571558else
    15581559  cat > conftest.$ac_ext <<EOF
    1559 #line 1560 "configure"
     1560#line 1561 "configure"
    15601561#include "confdefs.h"
    15611562#include <ctype.h>
     
    15681569
    15691570EOF
    1570 if { (eval echo configure:1571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1571if { (eval echo configure:1572: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    15711572then
    15721573  :
     
    15921593
    15931594echo $ac_n "checking for off_t""... $ac_c" 1>&6
    1594 echo "configure:1595: checking for off_t" >&5
     1595echo "configure:1596: checking for off_t" >&5
    15951596if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    15961597  echo $ac_n "(cached) $ac_c" 1>&6
    15971598else
    15981599  cat > conftest.$ac_ext <<EOF
    1599 #line 1600 "configure"
     1600#line 1601 "configure"
    16001601#include "confdefs.h"
    16011602#include <sys/types.h>
     
    16251626
    16261627echo $ac_n "checking for size_t""... $ac_c" 1>&6
    1627 echo "configure:1628: checking for size_t" >&5
     1628echo "configure:1629: checking for size_t" >&5
    16281629if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    16291630  echo $ac_n "(cached) $ac_c" 1>&6
    16301631else
    16311632  cat > conftest.$ac_ext <<EOF
    1632 #line 1633 "configure"
     1633#line 1634 "configure"
    16331634#include "confdefs.h"
    16341635#include <sys/types.h>
     
    16581659
    16591660echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    1660 echo "configure:1661: checking whether time.h and sys/time.h may both be included" >&5
     1661echo "configure:1662: checking whether time.h and sys/time.h may both be included" >&5
    16611662if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    16621663  echo $ac_n "(cached) $ac_c" 1>&6
    16631664else
    16641665  cat > conftest.$ac_ext <<EOF
    1665 #line 1666 "configure"
     1666#line 1667 "configure"
    16661667#include "confdefs.h"
    16671668#include <sys/types.h>
     
    16721673; return 0; }
    16731674EOF
    1674 if { (eval echo configure:1675: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1675if { (eval echo configure:1676: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    16751676  rm -rf conftest*
    16761677  ac_cv_header_time=yes
     
    16931694
    16941695echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    1695 echo "configure:1696: checking whether struct tm is in sys/time.h or time.h" >&5
     1696echo "configure:1697: checking whether struct tm is in sys/time.h or time.h" >&5
    16961697if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    16971698  echo $ac_n "(cached) $ac_c" 1>&6
    16981699else
    16991700  cat > conftest.$ac_ext <<EOF
    1700 #line 1701 "configure"
     1701#line 1702 "configure"
    17011702#include "confdefs.h"
    17021703#include <sys/types.h>
     
    17061707; return 0; }
    17071708EOF
    1708 if { (eval echo configure:1709: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1709if { (eval echo configure:1710: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17091710  rm -rf conftest*
    17101711  ac_cv_struct_tm=time.h
     
    17291730if test "$ac_cv_prog_cc_stdc" = '-Xc'; then
    17301731cat > conftest.$ac_ext <<EOF
    1731 #line 1732 "configure"
     1732#line 1733 "configure"
    17321733#include "confdefs.h"
    17331734#include <stdio.h>
     
    17371738; return 0; }
    17381739EOF
    1739 if { (eval echo configure:1740: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1740if { (eval echo configure:1741: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17401741  :
    17411742else
     
    17501751
    17511752echo $ac_n "checking for main in -lg""... $ac_c" 1>&6
    1752 echo "configure:1753: checking for main in -lg" >&5
     1753echo "configure:1754: checking for main in -lg" >&5
    17531754ac_lib_var=`echo g'_'main | sed 'y%./+-%__p_%'`
    17541755if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17581759LIBS="-lg  $LIBS"
    17591760cat > conftest.$ac_ext <<EOF
    1760 #line 1761 "configure"
     1761#line 1762 "configure"
    17611762#include "confdefs.h"
    17621763
     
    17651766; return 0; }
    17661767EOF
    1767 if { (eval echo configure:1768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1768if { (eval echo configure:1769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17681769  rm -rf conftest*
    17691770  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17931794
    17941795echo $ac_n "checking for main in -lgdbm""... $ac_c" 1>&6
    1795 echo "configure:1796: checking for main in -lgdbm" >&5
     1796echo "configure:1797: checking for main in -lgdbm" >&5
    17961797ac_lib_var=`echo gdbm'_'main | sed 'y%./+-%__p_%'`
    17971798if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18011802LIBS="-lgdbm  $LIBS"
    18021803cat > conftest.$ac_ext <<EOF
    1803 #line 1804 "configure"
     1804#line 1805 "configure"
    18041805#include "confdefs.h"
    18051806
     
    18081809; return 0; }
    18091810EOF
    1810 if { (eval echo configure:1811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1811if { (eval echo configure:1812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18111812  rm -rf conftest*
    18121813  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18361837
    18371838echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
    1838 echo "configure:1839: checking for main in -lm" >&5
     1839echo "configure:1840: checking for main in -lm" >&5
    18391840ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
    18401841if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18441845LIBS="-lm  $LIBS"
    18451846cat > conftest.$ac_ext <<EOF
    1846 #line 1847 "configure"
     1847#line 1848 "configure"
    18471848#include "confdefs.h"
    18481849
     
    18511852; return 0; }
    18521853EOF
    1853 if { (eval echo configure:1854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1854if { (eval echo configure:1855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18541855  rm -rf conftest*
    18551856  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18791880
    18801881echo $ac_n "checking for main in -lstdc""... $ac_c" 1>&6
    1881 echo "configure:1882: checking for main in -lstdc" >&5
     1882echo "configure:1883: checking for main in -lstdc" >&5
    18821883ac_lib_var=`echo stdc'_'main | sed 'y%./+-%__p_%'`
    18831884if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18871888LIBS="-lstdc  $LIBS"
    18881889cat > conftest.$ac_ext <<EOF
    1889 #line 1890 "configure"
     1890#line 1891 "configure"
    18901891#include "confdefs.h"
    18911892
     
    18941895; return 0; }
    18951896EOF
    1896 if { (eval echo configure:1897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1897if { (eval echo configure:1898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18971898  rm -rf conftest*
    18981899  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19271928ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    19281929echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
    1929 echo "configure:1930: checking for $ac_hdr that defines DIR" >&5
     1930echo "configure:1931: checking for $ac_hdr that defines DIR" >&5
    19301931if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
    19311932  echo $ac_n "(cached) $ac_c" 1>&6
    19321933else
    19331934  cat > conftest.$ac_ext <<EOF
    1934 #line 1935 "configure"
     1935#line 1936 "configure"
    19351936#include "confdefs.h"
    19361937#include <sys/types.h>
     
    19401941; return 0; }
    19411942EOF
    1942 if { (eval echo configure:1943: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1943if { (eval echo configure:1944: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    19431944  rm -rf conftest*
    19441945  eval "ac_cv_header_dirent_$ac_safe=yes"
     
    19651966if test $ac_header_dirent = dirent.h; then
    19661967echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
    1967 echo "configure:1968: checking for opendir in -ldir" >&5
     1968echo "configure:1969: checking for opendir in -ldir" >&5
    19681969ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
    19691970if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19731974LIBS="-ldir  $LIBS"
    19741975cat > conftest.$ac_ext <<EOF
    1975 #line 1976 "configure"
     1976#line 1977 "configure"
    19761977#include "confdefs.h"
    19771978/* Override any gcc2 internal prototype to avoid an error.  */
     
    19841985; return 0; }
    19851986EOF
    1986 if { (eval echo configure:1987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1987if { (eval echo configure:1988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19871988  rm -rf conftest*
    19881989  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20062007else
    20072008echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
    2008 echo "configure:2009: checking for opendir in -lx" >&5
     2009echo "configure:2010: checking for opendir in -lx" >&5
    20092010ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
    20102011if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20142015LIBS="-lx  $LIBS"
    20152016cat > conftest.$ac_ext <<EOF
    2016 #line 2017 "configure"
     2017#line 2018 "configure"
    20172018#include "confdefs.h"
    20182019/* Override any gcc2 internal prototype to avoid an error.  */
     
    20252026; return 0; }
    20262027EOF
    2027 if { (eval echo configure:2028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2028if { (eval echo configure:2029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20282029  rm -rf conftest*
    20292030  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20482049
    20492050echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2050 echo "configure:2051: checking for ANSI C header files" >&5
     2051echo "configure:2052: checking for ANSI C header files" >&5
    20512052if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    20522053  echo $ac_n "(cached) $ac_c" 1>&6
    20532054else
    20542055  cat > conftest.$ac_ext <<EOF
    2055 #line 2056 "configure"
     2056#line 2057 "configure"
    20562057#include "confdefs.h"
    20572058#include <stdlib.h>
     
    20612062EOF
    20622063ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2063 { (eval echo configure:2064: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2064{ (eval echo configure:2065: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    20642065ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    20652066if test -z "$ac_err"; then
     
    20782079  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    20792080cat > conftest.$ac_ext <<EOF
    2080 #line 2081 "configure"
     2081#line 2082 "configure"
    20812082#include "confdefs.h"
    20822083#include <string.h>
     
    20962097  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    20972098cat > conftest.$ac_ext <<EOF
    2098 #line 2099 "configure"
     2099#line 2100 "configure"
    20992100#include "confdefs.h"
    21002101#include <stdlib.h>
     
    21172118else
    21182119  cat > conftest.$ac_ext <<EOF
    2119 #line 2120 "configure"
     2120#line 2121 "configure"
    21202121#include "confdefs.h"
    21212122#include <ctype.h>
     
    21282129
    21292130EOF
    2130 if { (eval echo configure:2131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2131if { (eval echo configure:2132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    21312132then
    21322133  :
     
    21552156ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    21562157echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2157 echo "configure:2158: checking for $ac_hdr" >&5
     2158echo "configure:2159: checking for $ac_hdr" >&5
    21582159if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    21592160  echo $ac_n "(cached) $ac_c" 1>&6
    21602161else
    21612162  cat > conftest.$ac_ext <<EOF
    2162 #line 2163 "configure"
     2163#line 2164 "configure"
    21632164#include "confdefs.h"
    21642165#include <$ac_hdr>
    21652166EOF
    21662167ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2167 { (eval echo configure:2168: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2168{ (eval echo configure:2169: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21682169ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    21692170if test -z "$ac_err"; then
     
    21922193
    21932194cat > conftest.$ac_ext <<EOF
    2194 #line 2195 "configure"
     2195#line 2196 "configure"
    21952196#include "confdefs.h"
    21962197#include <stdio.h>
     
    22072208
    22082209cat > conftest.$ac_ext <<EOF
    2209 #line 2210 "configure"
     2210#line 2211 "configure"
    22102211#include "confdefs.h"
    22112212#include <stdio.h>
     
    22222223
    22232224cat > conftest.$ac_ext <<EOF
    2224 #line 2225 "configure"
     2225#line 2226 "configure"
    22252226#include "confdefs.h"
    22262227#include <sys/procfs.h>
     
    22402241# for constant arguments.  Useless!
    22412242echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2242 echo "configure:2243: checking for working alloca.h" >&5
     2243echo "configure:2244: checking for working alloca.h" >&5
    22432244if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    22442245  echo $ac_n "(cached) $ac_c" 1>&6
    22452246else
    22462247  cat > conftest.$ac_ext <<EOF
    2247 #line 2248 "configure"
     2248#line 2249 "configure"
    22482249#include "confdefs.h"
    22492250#include <alloca.h>
     
    22522253; return 0; }
    22532254EOF
    2254 if { (eval echo configure:2255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2255if { (eval echo configure:2256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22552256  rm -rf conftest*
    22562257  ac_cv_header_alloca_h=yes
     
    22732274
    22742275echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2275 echo "configure:2276: checking for alloca" >&5
     2276echo "configure:2277: checking for alloca" >&5
    22762277if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    22772278  echo $ac_n "(cached) $ac_c" 1>&6
    22782279else
    22792280  cat > conftest.$ac_ext <<EOF
    2280 #line 2281 "configure"
     2281#line 2282 "configure"
    22812282#include "confdefs.h"
    22822283
     
    23062307; return 0; }
    23072308EOF
    2308 if { (eval echo configure:2309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2309if { (eval echo configure:2310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23092310  rm -rf conftest*
    23102311  ac_cv_func_alloca_works=yes
     
    23382339
    23392340echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2340 echo "configure:2341: checking whether alloca needs Cray hooks" >&5
     2341echo "configure:2342: checking whether alloca needs Cray hooks" >&5
    23412342if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    23422343  echo $ac_n "(cached) $ac_c" 1>&6
    23432344else
    23442345  cat > conftest.$ac_ext <<EOF
    2345 #line 2346 "configure"
     2346#line 2347 "configure"
    23462347#include "confdefs.h"
    23472348#if defined(CRAY) && ! defined(CRAY2)
     
    23682369for ac_func in _getb67 GETB67 getb67; do
    23692370  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2370 echo "configure:2371: checking for $ac_func" >&5
     2371echo "configure:2372: checking for $ac_func" >&5
    23712372if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    23722373  echo $ac_n "(cached) $ac_c" 1>&6
    23732374else
    23742375  cat > conftest.$ac_ext <<EOF
    2375 #line 2376 "configure"
     2376#line 2377 "configure"
    23762377#include "confdefs.h"
    23772378/* System header to define __stub macros and hopefully few prototypes,
     
    23962397; return 0; }
    23972398EOF
    2398 if { (eval echo configure:2399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2399if { (eval echo configure:2400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23992400  rm -rf conftest*
    24002401  eval "ac_cv_func_$ac_func=yes"
     
    24232424
    24242425echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2425 echo "configure:2426: checking stack direction for C alloca" >&5
     2426echo "configure:2427: checking stack direction for C alloca" >&5
    24262427if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    24272428  echo $ac_n "(cached) $ac_c" 1>&6
     
    24312432else
    24322433  cat > conftest.$ac_ext <<EOF
    2433 #line 2434 "configure"
     2434#line 2435 "configure"
    24342435#include "confdefs.h"
    24352436find_stack_direction ()
     
    24502451}
    24512452EOF
    2452 if { (eval echo configure:2453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2453if { (eval echo configure:2454: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    24532454then
    24542455  ac_cv_c_stack_direction=1
     
    24732474if test $ac_cv_prog_gcc = yes; then
    24742475    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    2475 echo "configure:2476: checking whether ${CC-cc} needs -traditional" >&5
     2476echo "configure:2477: checking whether ${CC-cc} needs -traditional" >&5
    24762477if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    24772478  echo $ac_n "(cached) $ac_c" 1>&6
     
    24792480    ac_pattern="Autoconf.*'x'"
    24802481  cat > conftest.$ac_ext <<EOF
    2481 #line 2482 "configure"
     2482#line 2483 "configure"
    24822483#include "confdefs.h"
    24832484#include <sgtty.h>
     
    24972498  if test $ac_cv_prog_gcc_traditional = no; then
    24982499    cat > conftest.$ac_ext <<EOF
    2499 #line 2500 "configure"
     2500#line 2501 "configure"
    25002501#include "confdefs.h"
    25012502#include <termio.h>
     
    25192520
    25202521echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    2521 echo "configure:2522: checking return type of signal handlers" >&5
     2522echo "configure:2523: checking return type of signal handlers" >&5
    25222523if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    25232524  echo $ac_n "(cached) $ac_c" 1>&6
    25242525else
    25252526  cat > conftest.$ac_ext <<EOF
    2526 #line 2527 "configure"
     2527#line 2528 "configure"
    25272528#include "confdefs.h"
    25282529#include <sys/types.h>
     
    25412542; return 0; }
    25422543EOF
    2543 if { (eval echo configure:2544: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2544if { (eval echo configure:2545: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    25442545  rm -rf conftest*
    25452546  ac_cv_type_signal=void
     
    25602561
    25612562echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    2562 echo "configure:2563: checking for vprintf" >&5
     2563echo "configure:2564: checking for vprintf" >&5
    25632564if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    25642565  echo $ac_n "(cached) $ac_c" 1>&6
    25652566else
    25662567  cat > conftest.$ac_ext <<EOF
    2567 #line 2568 "configure"
     2568#line 2569 "configure"
    25682569#include "confdefs.h"
    25692570/* System header to define __stub macros and hopefully few prototypes,
     
    25882589; return 0; }
    25892590EOF
    2590 if { (eval echo configure:2591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2591if { (eval echo configure:2592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25912592  rm -rf conftest*
    25922593  eval "ac_cv_func_vprintf=yes"
     
    26122613if test "$ac_cv_func_vprintf" != yes; then
    26132614echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    2614 echo "configure:2615: checking for _doprnt" >&5
     2615echo "configure:2616: checking for _doprnt" >&5
    26152616if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    26162617  echo $ac_n "(cached) $ac_c" 1>&6
    26172618else
    26182619  cat > conftest.$ac_ext <<EOF
    2619 #line 2620 "configure"
     2620#line 2621 "configure"
    26202621#include "confdefs.h"
    26212622/* System header to define __stub macros and hopefully few prototypes,
     
    26402641; return 0; }
    26412642EOF
    2642 if { (eval echo configure:2643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2643if { (eval echo configure:2644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26432644  rm -rf conftest*
    26442645  eval "ac_cv_func__doprnt=yes"
     
    26672668do
    26682669echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2669 echo "configure:2670: checking for $ac_func" >&5
     2670echo "configure:2671: checking for $ac_func" >&5
    26702671if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    26712672  echo $ac_n "(cached) $ac_c" 1>&6
    26722673else
    26732674  cat > conftest.$ac_ext <<EOF
    2674 #line 2675 "configure"
     2675#line 2676 "configure"
    26752676#include "confdefs.h"
    26762677/* System header to define __stub macros and hopefully few prototypes,
     
    26952696; return 0; }
    26962697EOF
    2697 if { (eval echo configure:2698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2698if { (eval echo configure:2699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26982699  rm -rf conftest*
    26992700  eval "ac_cv_func_$ac_func=yes"
     
    27222723do
    27232724echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2724 echo "configure:2725: checking for $ac_func" >&5
     2725echo "configure:2726: checking for $ac_func" >&5
    27252726if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    27262727  echo $ac_n "(cached) $ac_c" 1>&6
    27272728else
    27282729  cat > conftest.$ac_ext <<EOF
    2729 #line 2730 "configure"
     2730#line 2731 "configure"
    27302731#include "confdefs.h"
    27312732/* System header to define __stub macros and hopefully few prototypes,
     
    27502751; return 0; }
    27512752EOF
    2752 if { (eval echo configure:2753: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2753if { (eval echo configure:2754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    27532754  rm -rf conftest*
    27542755  eval "ac_cv_func_$ac_func=yes"
     
    27812782# ---------------------------------------------------------------------------
    27822783echo $ac_n "checking for HP-UX needing gmalloc""... $ac_c" 1>&6
    2783 echo "configure:2784: checking for HP-UX needing gmalloc" >&5
     2784echo "configure:2785: checking for HP-UX needing gmalloc" >&5
    27842785if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    27852786  echo "$ac_t""yes" 1>&6
     
    27942795do
    27952796echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2796 echo "configure:2797: checking for $ac_func" >&5
     2797echo "configure:2798: checking for $ac_func" >&5
    27972798if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    27982799  echo $ac_n "(cached) $ac_c" 1>&6
    27992800else
    28002801  cat > conftest.$ac_ext <<EOF
    2801 #line 2802 "configure"
     2802#line 2803 "configure"
    28022803#include "confdefs.h"
    28032804/* System header to define __stub macros and hopefully few prototypes,
     
    28222823; return 0; }
    28232824EOF
    2824 if { (eval echo configure:2825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2825if { (eval echo configure:2826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28252826  rm -rf conftest*
    28262827  eval "ac_cv_func_$ac_func=yes"
     
    28492850
    28502851echo $ac_n "checking if malloc debugging is wanted""... $ac_c" 1>&6
    2851 echo "configure:2852: checking if malloc debugging is wanted" >&5
     2852echo "configure:2853: checking if malloc debugging is wanted" >&5
    28522853# Check whether --with-dmalloc or --without-dmalloc was given.
    28532854if test "${with_dmalloc+set}" = set; then
     
    28702871
    28712872echo $ac_n "checking which of rx or regex is wanted""... $ac_c" 1>&6
    2872 echo "configure:2873: checking which of rx or regex is wanted" >&5
     2873echo "configure:2874: checking which of rx or regex is wanted" >&5
    28732874# Check whether --with-regex or --without-regex was given.
    28742875if test "${with_regex+set}" = set; then
     
    28882889  echo "$ac_t""rx" 1>&6
    28892890  echo $ac_n "checking for re_rx_search""... $ac_c" 1>&6
    2890 echo "configure:2891: checking for re_rx_search" >&5
     2891echo "configure:2892: checking for re_rx_search" >&5
    28912892if eval "test \"`echo '$''{'ac_cv_func_re_rx_search'+set}'`\" = set"; then
    28922893  echo $ac_n "(cached) $ac_c" 1>&6
    28932894else
    28942895  cat > conftest.$ac_ext <<EOF
    2895 #line 2896 "configure"
     2896#line 2897 "configure"
    28962897#include "confdefs.h"
    28972898/* System header to define __stub macros and hopefully few prototypes,
     
    29162917; return 0; }
    29172918EOF
    2918 if { (eval echo configure:2919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2919if { (eval echo configure:2920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29192920  rm -rf conftest*
    29202921  eval "ac_cv_func_re_rx_search=yes"
     
    29562957
    29572958echo $ac_n "checking "that the GDBM library is available"""... $ac_c" 1>&6
    2958 echo "configure:2959: checking "that the GDBM library is available"" >&5
     2959echo "configure:2960: checking "that the GDBM library is available"" >&5
    29592960cat > conftest.$ac_ext <<EOF
    2960 #line 2961 "configure"
     2961#line 2962 "configure"
    29612962#include "confdefs.h"
    29622963#include <gdbm.h>
     
    29662967; return 0; }
    29672968EOF
    2968 if { (eval echo configure:2969: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2969if { (eval echo configure:2970: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    29692970  rm -rf conftest*
    29702971  success=yes
     
    29832984
    29842985echo $ac_n "checking "that Perl 5 is available"""... $ac_c" 1>&6
    2985 echo "configure:2986: checking "that Perl 5 is available"" >&5
     2986echo "configure:2987: checking "that Perl 5 is available"" >&5
    29862987success="no"
    29872988pl_path="$PATH"
     
    30133014success=no
    30143015echo $ac_n "checking "whether STL library has known faults"""... $ac_c" 1>&6
    3015 echo "configure:3016: checking "whether STL library has known faults"" >&5
     3016echo "configure:3017: checking "whether STL library has known faults"" >&5
    30163017
    30173018cat > conftest.$ac_ext <<EOF
    3018 #line 3019 "configure"
     3019#line 3020 "configure"
    30193020#include "confdefs.h"
    30203021#include <vector>
     
    30243025; return 0; }
    30253026EOF
    3026 if { (eval echo configure:3027: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3027if { (eval echo configure:3028: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30273028  rm -rf conftest*
    30283029  success=yes
     
    30353036if test $success = "no"; then
    30363037cat > conftest.$ac_ext <<EOF
    3037 #line 3038 "configure"
     3038#line 3039 "configure"
    30383039#include "confdefs.h"
    30393040#include <vector.h>
     
    30433044; return 0; }
    30443045EOF
    3045 if { (eval echo configure:3046: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3046if { (eval echo configure:3047: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30463047  rm -rf conftest*
    30473048  success="yes"
     
    30553056if test $success = "no"; then
    30563057cat > conftest.$ac_ext <<EOF
    3057 #line 3058 "configure"
     3058#line 3059 "configure"
    30583059#include "confdefs.h"
    30593060#include <ospace\\std\\vector>
     
    30633064; return 0; }
    30643065EOF
    3065 if { (eval echo configure:3066: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3066if { (eval echo configure:3067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30663067  rm -rf conftest*
    30673068  success="yes"
     
    30843085
    30853086echo $ac_n "checking for HP-UX needing gmalloc""... $ac_c" 1>&6
    3086 echo "configure:3087: checking for HP-UX needing gmalloc" >&5
     3087echo "configure:3088: checking for HP-UX needing gmalloc" >&5
    30873088if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    30883089  echo "$ac_t""yes" 1>&6
     
    30973098do
    30983099echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3099 echo "configure:3100: checking for $ac_func" >&5
     3100echo "configure:3101: checking for $ac_func" >&5
    31003101if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31013102  echo $ac_n "(cached) $ac_c" 1>&6
    31023103else
    31033104  cat > conftest.$ac_ext <<EOF
    3104 #line 3105 "configure"
     3105#line 3106 "configure"
    31053106#include "confdefs.h"
    31063107/* System header to define __stub macros and hopefully few prototypes,
     
    31283129; return 0; }
    31293130EOF
    3130 if { (eval echo configure:3131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3131if { (eval echo configure:3132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31313132  rm -rf conftest*
    31323133  eval "ac_cv_func_$ac_func=yes"
     
    31553156
    31563157echo $ac_n "checking if malloc debugging is wanted""... $ac_c" 1>&6
    3157 echo "configure:3158: checking if malloc debugging is wanted" >&5
     3158echo "configure:3159: checking if malloc debugging is wanted" >&5
    31583159# Check whether --with-dmalloc or --without-dmalloc was given.
    31593160if test "${with_dmalloc+set}" = set; then
     
    31763177
    31773178echo $ac_n "checking which of rx or regex is wanted""... $ac_c" 1>&6
    3178 echo "configure:3179: checking which of rx or regex is wanted" >&5
     3179echo "configure:3180: checking which of rx or regex is wanted" >&5
    31793180# Check whether --with-regex or --without-regex was given.
    31803181if test "${with_regex+set}" = set; then
     
    31943195  echo "$ac_t""rx" 1>&6
    31953196  echo $ac_n "checking for re_rx_search""... $ac_c" 1>&6
    3196 echo "configure:3197: checking for re_rx_search" >&5
     3197echo "configure:3198: checking for re_rx_search" >&5
    31973198if eval "test \"`echo '$''{'ac_cv_func_re_rx_search'+set}'`\" = set"; then
    31983199  echo $ac_n "(cached) $ac_c" 1>&6
    31993200else
    32003201  cat > conftest.$ac_ext <<EOF
    3201 #line 3202 "configure"
     3202#line 3203 "configure"
    32023203#include "confdefs.h"
    32033204/* System header to define __stub macros and hopefully few prototypes,
     
    32253226; return 0; }
    32263227EOF
    3227 if { (eval echo configure:3228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3228if { (eval echo configure:3229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32283229  rm -rf conftest*
    32293230  eval "ac_cv_func_re_rx_search=yes"
  • trunk/gsdl/configure.in

    r792 r794  
    1818
    1919dnl Checks for programs.
    20 CFLAGS=
     20LDFLAGS=
     21CFLAGS=-O2
    2122AC_SUBST(CFLAGS)
    2223
Note: See TracChangeset for help on using the changeset viewer.