Changeset 1722


Ignore:
Timestamp:
2000-11-30T13:06:57+13:00 (23 years ago)
Author:
jrm21
Message:

Check to see if CFLAGS is already set in environment, and if so, don't
override

Location:
trunk/gsdl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure

    r1675 r1722  
    576576
    577577LDFLAGS=
     578if test -z "$CFLAGS"; then
    578579CFLAGS=-O2
     580fi
    579581
    580582
     
    582584set dummy gcc; ac_word=$2
    583585echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    584 echo "configure:585: checking for $ac_word" >&5
     586echo "configure:587: checking for $ac_word" >&5
    585587if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    586588  echo $ac_n "(cached) $ac_c" 1>&6
     
    612614set dummy cc; ac_word=$2
    613615echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    614 echo "configure:615: checking for $ac_word" >&5
     616echo "configure:617: checking for $ac_word" >&5
    615617if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    616618  echo $ac_n "(cached) $ac_c" 1>&6
     
    663665set dummy cl; ac_word=$2
    664666echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    665 echo "configure:666: checking for $ac_word" >&5
     667echo "configure:668: checking for $ac_word" >&5
    666668if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    667669  echo $ac_n "(cached) $ac_c" 1>&6
     
    695697
    696698echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    697 echo "configure:698: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     699echo "configure:700: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    698700
    699701ac_ext=c
     
    706708cat > conftest.$ac_ext << EOF
    707709
    708 #line 709 "configure"
     710#line 711 "configure"
    709711#include "confdefs.h"
    710712
    711713main(){return(0);}
    712714EOF
    713 if { (eval echo configure:714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     715if { (eval echo configure:716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    714716  ac_cv_prog_cc_works=yes
    715717  # If we can't run a trivial program, we are probably using a cross compiler.
     
    737739fi
    738740echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    739 echo "configure:740: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     741echo "configure:742: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    740742echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    741743cross_compiling=$ac_cv_prog_cc_cross
    742744
    743745echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    744 echo "configure:745: checking whether we are using GNU C" >&5
     746echo "configure:747: checking whether we are using GNU C" >&5
    745747if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    746748  echo $ac_n "(cached) $ac_c" 1>&6
     
    751753#endif
    752754EOF
    753 if { 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
     755if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:756: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    754756  ac_cv_prog_gcc=yes
    755757else
     
    770772CFLAGS=
    771773echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    772 echo "configure:773: checking whether ${CC-cc} accepts -g" >&5
     774echo "configure:775: checking whether ${CC-cc} accepts -g" >&5
    773775if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    774776  echo $ac_n "(cached) $ac_c" 1>&6
     
    806808set dummy $ac_prog; ac_word=$2
    807809echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    808 echo "configure:809: checking for $ac_word" >&5
     810echo "configure:811: checking for $ac_word" >&5
    809811if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    810812  echo $ac_n "(cached) $ac_c" 1>&6
     
    838840
    839841echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    840 echo "configure:841: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     842echo "configure:843: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    841843
    842844ac_ext=C
     
    849851cat > conftest.$ac_ext << EOF
    850852
    851 #line 852 "configure"
     853#line 854 "configure"
    852854#include "confdefs.h"
    853855
    854856int main(){return(0);}
    855857EOF
    856 if { (eval echo configure:857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     858if { (eval echo configure:859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    857859  ac_cv_prog_cxx_works=yes
    858860  # If we can't run a trivial program, we are probably using a cross compiler.
     
    880882fi
    881883echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    882 echo "configure:883: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     884echo "configure:885: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    883885echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    884886cross_compiling=$ac_cv_prog_cxx_cross
    885887
    886888echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    887 echo "configure:888: checking whether we are using GNU C++" >&5
     889echo "configure:890: checking whether we are using GNU C++" >&5
    888890if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    889891  echo $ac_n "(cached) $ac_c" 1>&6
     
    894896#endif
    895897EOF
    896 if { 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
     898if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:899: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    897899  ac_cv_prog_gxx=yes
    898900else
     
    913915CXXFLAGS=
    914916echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    915 echo "configure:916: checking whether ${CXX-g++} accepts -g" >&5
     917echo "configure:918: checking whether ${CXX-g++} accepts -g" >&5
    916918if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    917919  echo $ac_n "(cached) $ac_c" 1>&6
     
    949951set dummy $ac_prog; ac_word=$2
    950952echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    951 echo "configure:952: checking for $ac_word" >&5
     953echo "configure:954: checking for $ac_word" >&5
    952954if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
    953955  echo $ac_n "(cached) $ac_c" 1>&6
     
    983985set dummy $ac_prog; ac_word=$2
    984986echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    985 echo "configure:986: checking for $ac_word" >&5
     987echo "configure:988: checking for $ac_word" >&5
    986988if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
    987989  echo $ac_n "(cached) $ac_c" 1>&6
     
    10441046# ./install, which can be erroneously created by make from ./install.sh.
    10451047echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1046 echo "configure:1047: checking for a BSD compatible install" >&5
     1048echo "configure:1049: checking for a BSD compatible install" >&5
    10471049if test -z "$INSTALL"; then
    10481050if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    10971099
    10981100echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1099 echo "configure:1100: checking whether ln -s works" >&5
     1101echo "configure:1102: checking whether ln -s works" >&5
    11001102if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    11011103  echo $ac_n "(cached) $ac_c" 1>&6
     
    11181120
    11191121echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1120 echo "configure:1121: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1122echo "configure:1123: checking whether ${MAKE-make} sets \${MAKE}" >&5
    11211123set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    11221124if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    11471149set dummy ranlib; ac_word=$2
    11481150echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1149 echo "configure:1150: checking for $ac_word" >&5
     1151echo "configure:1152: checking for $ac_word" >&5
    11501152if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    11511153  echo $ac_n "(cached) $ac_c" 1>&6
     
    11771179
    11781180echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1179 echo "configure:1180: checking how to run the C preprocessor" >&5
     1181echo "configure:1182: checking how to run the C preprocessor" >&5
    11801182# On Suns, sometimes $CPP names a directory.
    11811183if test -n "$CPP" && test -d "$CPP"; then
     
    11921194  # not just through cpp.
    11931195  cat > conftest.$ac_ext <<EOF
    1194 #line 1195 "configure"
     1196#line 1197 "configure"
    11951197#include "confdefs.h"
    11961198#include <assert.h>
     
    11981200EOF
    11991201ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1200 { (eval echo configure:1201: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1202{ (eval echo configure:1203: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12011203ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12021204if test -z "$ac_err"; then
     
    12091211  CPP="${CC-cc} -E -traditional-cpp"
    12101212  cat > conftest.$ac_ext <<EOF
    1211 #line 1212 "configure"
     1213#line 1214 "configure"
    12121214#include "confdefs.h"
    12131215#include <assert.h>
     
    12151217EOF
    12161218ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1217 { (eval echo configure:1218: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1219{ (eval echo configure:1220: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12181220ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12191221if test -z "$ac_err"; then
     
    12261228  CPP="${CC-cc} -nologo -E"
    12271229  cat > conftest.$ac_ext <<EOF
    1228 #line 1229 "configure"
     1230#line 1231 "configure"
    12291231#include "confdefs.h"
    12301232#include <assert.h>
     
    12321234EOF
    12331235ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1234 { (eval echo configure:1235: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1236{ (eval echo configure:1237: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12351237ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12361238if test -z "$ac_err"; then
     
    12571259
    12581260echo $ac_n "checking for AIX""... $ac_c" 1>&6
    1259 echo "configure:1260: checking for AIX" >&5
     1261echo "configure:1262: checking for AIX" >&5
    12601262cat > conftest.$ac_ext <<EOF
    1261 #line 1262 "configure"
     1263#line 1264 "configure"
    12621264#include "confdefs.h"
    12631265#ifdef _AIX
     
    12811283
    12821284echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    1283 echo "configure:1284: checking for POSIXized ISC" >&5
     1285echo "configure:1286: checking for POSIXized ISC" >&5
    12841286if test -d /etc/conf/kconfig.d &&
    12851287  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    13031305ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
    13041306echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
    1305 echo "configure:1306: checking for minix/config.h" >&5
     1307echo "configure:1308: checking for minix/config.h" >&5
    13061308if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    13071309  echo $ac_n "(cached) $ac_c" 1>&6
    13081310else
    13091311  cat > conftest.$ac_ext <<EOF
    1310 #line 1311 "configure"
     1312#line 1313 "configure"
    13111313#include "confdefs.h"
    13121314#include <minix/config.h>
    13131315EOF
    13141316ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1315 { (eval echo configure:1316: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1317{ (eval echo configure:1318: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13161318ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13171319if test -z "$ac_err"; then
     
    13511353
    13521354echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6
    1353 echo "configure:1354: checking for ${CC-cc} option to accept ANSI C" >&5
     1355echo "configure:1356: checking for ${CC-cc} option to accept ANSI C" >&5
    13541356if eval "test \"`echo '$''{'ac_cv_prog_cc_stdc'+set}'`\" = set"; then
    13551357  echo $ac_n "(cached) $ac_c" 1>&6
     
    13671369  CFLAGS="$ac_save_CFLAGS $ac_arg"
    13681370  cat > conftest.$ac_ext <<EOF
    1369 #line 1370 "configure"
     1371#line 1372 "configure"
    13701372#include "confdefs.h"
    13711373#if !defined(__STDC__) || __STDC__ != 1
     
    13791381; return 0; }
    13801382EOF
    1381 if { (eval echo configure:1382: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1383if { (eval echo configure:1384: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13821384  rm -rf conftest*
    13831385  ac_cv_prog_cc_stdc="$ac_arg"; break
     
    14001402
    14011403echo $ac_n "checking for function prototypes""... $ac_c" 1>&6
    1402 echo "configure:1403: checking for function prototypes" >&5
     1404echo "configure:1405: checking for function prototypes" >&5
    14031405if test "$ac_cv_prog_cc_stdc" != no; then
    14041406  echo "$ac_t""yes" 1>&6
     
    14141416
    14151417echo $ac_n "checking for working const""... $ac_c" 1>&6
    1416 echo "configure:1417: checking for working const" >&5
     1418echo "configure:1419: checking for working const" >&5
    14171419if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    14181420  echo $ac_n "(cached) $ac_c" 1>&6
    14191421else
    14201422  cat > conftest.$ac_ext <<EOF
    1421 #line 1422 "configure"
     1423#line 1424 "configure"
    14221424#include "confdefs.h"
    14231425
     
    14681470; return 0; }
    14691471EOF
    1470 if { (eval echo configure:1471: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1472if { (eval echo configure:1473: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    14711473  rm -rf conftest*
    14721474  ac_cv_c_const=yes
     
    14891491
    14901492echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1491 echo "configure:1492: checking for ANSI C header files" >&5
     1493echo "configure:1494: checking for ANSI C header files" >&5
    14921494if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    14931495  echo $ac_n "(cached) $ac_c" 1>&6
    14941496else
    14951497  cat > conftest.$ac_ext <<EOF
    1496 #line 1497 "configure"
     1498#line 1499 "configure"
    14971499#include "confdefs.h"
    14981500#include <stdlib.h>
     
    15021504EOF
    15031505ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1504 { (eval echo configure:1505: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1506{ (eval echo configure:1507: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15051507ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15061508if test -z "$ac_err"; then
     
    15191521  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    15201522cat > conftest.$ac_ext <<EOF
    1521 #line 1522 "configure"
     1523#line 1524 "configure"
    15221524#include "confdefs.h"
    15231525#include <string.h>
     
    15371539  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    15381540cat > conftest.$ac_ext <<EOF
    1539 #line 1540 "configure"
     1541#line 1542 "configure"
    15401542#include "confdefs.h"
    15411543#include <stdlib.h>
     
    15581560else
    15591561  cat > conftest.$ac_ext <<EOF
    1560 #line 1561 "configure"
     1562#line 1563 "configure"
    15611563#include "confdefs.h"
    15621564#include <ctype.h>
     
    15691571
    15701572EOF
    1571 if { (eval echo configure:1572: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1573if { (eval echo configure:1574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    15721574then
    15731575  :
     
    15931595
    15941596echo $ac_n "checking for off_t""... $ac_c" 1>&6
    1595 echo "configure:1596: checking for off_t" >&5
     1597echo "configure:1598: checking for off_t" >&5
    15961598if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    15971599  echo $ac_n "(cached) $ac_c" 1>&6
    15981600else
    15991601  cat > conftest.$ac_ext <<EOF
    1600 #line 1601 "configure"
     1602#line 1603 "configure"
    16011603#include "confdefs.h"
    16021604#include <sys/types.h>
     
    16261628
    16271629echo $ac_n "checking for size_t""... $ac_c" 1>&6
    1628 echo "configure:1629: checking for size_t" >&5
     1630echo "configure:1631: checking for size_t" >&5
    16291631if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    16301632  echo $ac_n "(cached) $ac_c" 1>&6
    16311633else
    16321634  cat > conftest.$ac_ext <<EOF
    1633 #line 1634 "configure"
     1635#line 1636 "configure"
    16341636#include "confdefs.h"
    16351637#include <sys/types.h>
     
    16591661
    16601662echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    1661 echo "configure:1662: checking whether time.h and sys/time.h may both be included" >&5
     1663echo "configure:1664: checking whether time.h and sys/time.h may both be included" >&5
    16621664if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    16631665  echo $ac_n "(cached) $ac_c" 1>&6
    16641666else
    16651667  cat > conftest.$ac_ext <<EOF
    1666 #line 1667 "configure"
     1668#line 1669 "configure"
    16671669#include "confdefs.h"
    16681670#include <sys/types.h>
     
    16731675; return 0; }
    16741676EOF
    1675 if { (eval echo configure:1676: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1677if { (eval echo configure:1678: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    16761678  rm -rf conftest*
    16771679  ac_cv_header_time=yes
     
    16941696
    16951697echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    1696 echo "configure:1697: checking whether struct tm is in sys/time.h or time.h" >&5
     1698echo "configure:1699: checking whether struct tm is in sys/time.h or time.h" >&5
    16971699if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    16981700  echo $ac_n "(cached) $ac_c" 1>&6
    16991701else
    17001702  cat > conftest.$ac_ext <<EOF
    1701 #line 1702 "configure"
     1703#line 1704 "configure"
    17021704#include "confdefs.h"
    17031705#include <sys/types.h>
     
    17071709; return 0; }
    17081710EOF
    1709 if { (eval echo configure:1710: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1711if { (eval echo configure:1712: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17101712  rm -rf conftest*
    17111713  ac_cv_struct_tm=time.h
     
    17301732if test "$ac_cv_prog_cc_stdc" = '-Xc'; then
    17311733cat > conftest.$ac_ext <<EOF
    1732 #line 1733 "configure"
     1734#line 1735 "configure"
    17331735#include "confdefs.h"
    17341736#include <stdio.h>
     
    17381740; return 0; }
    17391741EOF
    1740 if { (eval echo configure:1741: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1742if { (eval echo configure:1743: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17411743  :
    17421744else
     
    17511753
    17521754echo $ac_n "checking for main in -lg""... $ac_c" 1>&6
    1753 echo "configure:1754: checking for main in -lg" >&5
     1755echo "configure:1756: checking for main in -lg" >&5
    17541756ac_lib_var=`echo g'_'main | sed 'y%./+-%__p_%'`
    17551757if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17591761LIBS="-lg  $LIBS"
    17601762cat > conftest.$ac_ext <<EOF
    1761 #line 1762 "configure"
     1763#line 1764 "configure"
    17621764#include "confdefs.h"
    17631765
     
    17661768; return 0; }
    17671769EOF
    1768 if { (eval echo configure:1769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1770if { (eval echo configure:1771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17691771  rm -rf conftest*
    17701772  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17941796
    17951797echo $ac_n "checking for main in -lgdbm""... $ac_c" 1>&6
    1796 echo "configure:1797: checking for main in -lgdbm" >&5
     1798echo "configure:1799: checking for main in -lgdbm" >&5
    17971799ac_lib_var=`echo gdbm'_'main | sed 'y%./+-%__p_%'`
    17981800if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18021804LIBS="-lgdbm  $LIBS"
    18031805cat > conftest.$ac_ext <<EOF
    1804 #line 1805 "configure"
     1806#line 1807 "configure"
    18051807#include "confdefs.h"
    18061808
     
    18091811; return 0; }
    18101812EOF
    1811 if { (eval echo configure:1812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1813if { (eval echo configure:1814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18121814  rm -rf conftest*
    18131815  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18371839
    18381840echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
    1839 echo "configure:1840: checking for main in -lm" >&5
     1841echo "configure:1842: checking for main in -lm" >&5
    18401842ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
    18411843if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18451847LIBS="-lm  $LIBS"
    18461848cat > conftest.$ac_ext <<EOF
    1847 #line 1848 "configure"
     1849#line 1850 "configure"
    18481850#include "confdefs.h"
    18491851
     
    18521854; return 0; }
    18531855EOF
    1854 if { (eval echo configure:1855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1856if { (eval echo configure:1857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18551857  rm -rf conftest*
    18561858  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18801882
    18811883echo $ac_n "checking for main in -lstdc++""... $ac_c" 1>&6
    1882 echo "configure:1883: checking for main in -lstdc++" >&5
     1884echo "configure:1885: checking for main in -lstdc++" >&5
    18831885ac_lib_var=`echo stdc++'_'main | sed 'y%./+-%__p_%'`
    18841886if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18881890LIBS="-lstdc++  $LIBS"
    18891891cat > conftest.$ac_ext <<EOF
    1890 #line 1891 "configure"
     1892#line 1893 "configure"
    18911893#include "confdefs.h"
    18921894
     
    18951897; return 0; }
    18961898EOF
    1897 if { (eval echo configure:1898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1899if { (eval echo configure:1900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18981900  rm -rf conftest*
    18991901  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19231925
    19241926echo $ac_n "checking for main in -lcrypt""... $ac_c" 1>&6
    1925 echo "configure:1926: checking for main in -lcrypt" >&5
     1927echo "configure:1928: checking for main in -lcrypt" >&5
    19261928ac_lib_var=`echo crypt'_'main | sed 'y%./+-%__p_%'`
    19271929if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19311933LIBS="-lcrypt  $LIBS"
    19321934cat > conftest.$ac_ext <<EOF
    1933 #line 1934 "configure"
     1935#line 1936 "configure"
    19341936#include "confdefs.h"
    19351937
     
    19381940; return 0; }
    19391941EOF
    1940 if { (eval echo configure:1941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1942if { (eval echo configure:1943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19411943  rm -rf conftest*
    19421944  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19721974ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    19731975echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
    1974 echo "configure:1975: checking for $ac_hdr that defines DIR" >&5
     1976echo "configure:1977: checking for $ac_hdr that defines DIR" >&5
    19751977if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
    19761978  echo $ac_n "(cached) $ac_c" 1>&6
    19771979else
    19781980  cat > conftest.$ac_ext <<EOF
    1979 #line 1980 "configure"
     1981#line 1982 "configure"
    19801982#include "confdefs.h"
    19811983#include <sys/types.h>
     
    19851987; return 0; }
    19861988EOF
    1987 if { (eval echo configure:1988: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1989if { (eval echo configure:1990: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    19881990  rm -rf conftest*
    19891991  eval "ac_cv_header_dirent_$ac_safe=yes"
     
    20102012if test $ac_header_dirent = dirent.h; then
    20112013echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
    2012 echo "configure:2013: checking for opendir in -ldir" >&5
     2014echo "configure:2015: checking for opendir in -ldir" >&5
    20132015ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
    20142016if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20182020LIBS="-ldir  $LIBS"
    20192021cat > conftest.$ac_ext <<EOF
    2020 #line 2021 "configure"
     2022#line 2023 "configure"
    20212023#include "confdefs.h"
    20222024/* Override any gcc2 internal prototype to avoid an error.  */
     
    20292031; return 0; }
    20302032EOF
    2031 if { (eval echo configure:2032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2033if { (eval echo configure:2034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20322034  rm -rf conftest*
    20332035  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20512053else
    20522054echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
    2053 echo "configure:2054: checking for opendir in -lx" >&5
     2055echo "configure:2056: checking for opendir in -lx" >&5
    20542056ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
    20552057if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20592061LIBS="-lx  $LIBS"
    20602062cat > conftest.$ac_ext <<EOF
    2061 #line 2062 "configure"
     2063#line 2064 "configure"
    20622064#include "confdefs.h"
    20632065/* Override any gcc2 internal prototype to avoid an error.  */
     
    20702072; return 0; }
    20712073EOF
    2072 if { (eval echo configure:2073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2074if { (eval echo configure:2075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20732075  rm -rf conftest*
    20742076  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20932095
    20942096echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2095 echo "configure:2096: checking for ANSI C header files" >&5
     2097echo "configure:2098: checking for ANSI C header files" >&5
    20962098if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    20972099  echo $ac_n "(cached) $ac_c" 1>&6
    20982100else
    20992101  cat > conftest.$ac_ext <<EOF
    2100 #line 2101 "configure"
     2102#line 2103 "configure"
    21012103#include "confdefs.h"
    21022104#include <stdlib.h>
     
    21062108EOF
    21072109ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2108 { (eval echo configure:2109: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2110{ (eval echo configure:2111: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21092111ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    21102112if test -z "$ac_err"; then
     
    21232125  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    21242126cat > conftest.$ac_ext <<EOF
    2125 #line 2126 "configure"
     2127#line 2128 "configure"
    21262128#include "confdefs.h"
    21272129#include <string.h>
     
    21412143  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    21422144cat > conftest.$ac_ext <<EOF
    2143 #line 2144 "configure"
     2145#line 2146 "configure"
    21442146#include "confdefs.h"
    21452147#include <stdlib.h>
     
    21622164else
    21632165  cat > conftest.$ac_ext <<EOF
    2164 #line 2165 "configure"
     2166#line 2167 "configure"
    21652167#include "confdefs.h"
    21662168#include <ctype.h>
     
    21732175
    21742176EOF
    2175 if { (eval echo configure:2176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2177if { (eval echo configure:2178: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    21762178then
    21772179  :
     
    22002202ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    22012203echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2202 echo "configure:2203: checking for $ac_hdr" >&5
     2204echo "configure:2205: checking for $ac_hdr" >&5
    22032205if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    22042206  echo $ac_n "(cached) $ac_c" 1>&6
    22052207else
    22062208  cat > conftest.$ac_ext <<EOF
    2207 #line 2208 "configure"
     2209#line 2210 "configure"
    22082210#include "confdefs.h"
    22092211#include <$ac_hdr>
    22102212EOF
    22112213ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2212 { (eval echo configure:2213: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2214{ (eval echo configure:2215: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    22132215ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    22142216if test -z "$ac_err"; then
     
    22372239
    22382240cat > conftest.$ac_ext <<EOF
    2239 #line 2240 "configure"
     2241#line 2242 "configure"
    22402242#include "confdefs.h"
    22412243#include <stdio.h>
     
    22522254
    22532255cat > conftest.$ac_ext <<EOF
    2254 #line 2255 "configure"
     2256#line 2257 "configure"
    22552257#include "confdefs.h"
    22562258#include <stdio.h>
     
    22672269
    22682270cat > conftest.$ac_ext <<EOF
    2269 #line 2270 "configure"
     2271#line 2272 "configure"
    22702272#include "confdefs.h"
    22712273#include <sys/procfs.h>
     
    22852287# for constant arguments.  Useless!
    22862288echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2287 echo "configure:2288: checking for working alloca.h" >&5
     2289echo "configure:2290: checking for working alloca.h" >&5
    22882290if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    22892291  echo $ac_n "(cached) $ac_c" 1>&6
    22902292else
    22912293  cat > conftest.$ac_ext <<EOF
    2292 #line 2293 "configure"
     2294#line 2295 "configure"
    22932295#include "confdefs.h"
    22942296#include <alloca.h>
     
    22972299; return 0; }
    22982300EOF
    2299 if { (eval echo configure:2300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2301if { (eval echo configure:2302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23002302  rm -rf conftest*
    23012303  ac_cv_header_alloca_h=yes
     
    23182320
    23192321echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2320 echo "configure:2321: checking for alloca" >&5
     2322echo "configure:2323: checking for alloca" >&5
    23212323if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    23222324  echo $ac_n "(cached) $ac_c" 1>&6
    23232325else
    23242326  cat > conftest.$ac_ext <<EOF
    2325 #line 2326 "configure"
     2327#line 2328 "configure"
    23262328#include "confdefs.h"
    23272329
     
    23512353; return 0; }
    23522354EOF
    2353 if { (eval echo configure:2354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2355if { (eval echo configure:2356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23542356  rm -rf conftest*
    23552357  ac_cv_func_alloca_works=yes
     
    23832385
    23842386echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2385 echo "configure:2386: checking whether alloca needs Cray hooks" >&5
     2387echo "configure:2388: checking whether alloca needs Cray hooks" >&5
    23862388if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    23872389  echo $ac_n "(cached) $ac_c" 1>&6
    23882390else
    23892391  cat > conftest.$ac_ext <<EOF
    2390 #line 2391 "configure"
     2392#line 2393 "configure"
    23912393#include "confdefs.h"
    23922394#if defined(CRAY) && ! defined(CRAY2)
     
    24132415for ac_func in _getb67 GETB67 getb67; do
    24142416  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2415 echo "configure:2416: checking for $ac_func" >&5
     2417echo "configure:2418: checking for $ac_func" >&5
    24162418if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    24172419  echo $ac_n "(cached) $ac_c" 1>&6
    24182420else
    24192421  cat > conftest.$ac_ext <<EOF
    2420 #line 2421 "configure"
     2422#line 2423 "configure"
    24212423#include "confdefs.h"
    24222424/* System header to define __stub macros and hopefully few prototypes,
     
    24412443; return 0; }
    24422444EOF
    2443 if { (eval echo configure:2444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2445if { (eval echo configure:2446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24442446  rm -rf conftest*
    24452447  eval "ac_cv_func_$ac_func=yes"
     
    24682470
    24692471echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2470 echo "configure:2471: checking stack direction for C alloca" >&5
     2472echo "configure:2473: checking stack direction for C alloca" >&5
    24712473if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    24722474  echo $ac_n "(cached) $ac_c" 1>&6
     
    24762478else
    24772479  cat > conftest.$ac_ext <<EOF
    2478 #line 2479 "configure"
     2480#line 2481 "configure"
    24792481#include "confdefs.h"
    24802482find_stack_direction ()
     
    24952497}
    24962498EOF
    2497 if { (eval echo configure:2498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2499if { (eval echo configure:2500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    24982500then
    24992501  ac_cv_c_stack_direction=1
     
    25182520if test $ac_cv_prog_gcc = yes; then
    25192521    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    2520 echo "configure:2521: checking whether ${CC-cc} needs -traditional" >&5
     2522echo "configure:2523: checking whether ${CC-cc} needs -traditional" >&5
    25212523if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    25222524  echo $ac_n "(cached) $ac_c" 1>&6
     
    25242526    ac_pattern="Autoconf.*'x'"
    25252527  cat > conftest.$ac_ext <<EOF
    2526 #line 2527 "configure"
     2528#line 2529 "configure"
    25272529#include "confdefs.h"
    25282530#include <sgtty.h>
     
    25422544  if test $ac_cv_prog_gcc_traditional = no; then
    25432545    cat > conftest.$ac_ext <<EOF
    2544 #line 2545 "configure"
     2546#line 2547 "configure"
    25452547#include "confdefs.h"
    25462548#include <termio.h>
     
    25642566
    25652567echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    2566 echo "configure:2567: checking return type of signal handlers" >&5
     2568echo "configure:2569: checking return type of signal handlers" >&5
    25672569if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    25682570  echo $ac_n "(cached) $ac_c" 1>&6
    25692571else
    25702572  cat > conftest.$ac_ext <<EOF
    2571 #line 2572 "configure"
     2573#line 2574 "configure"
    25722574#include "confdefs.h"
    25732575#include <sys/types.h>
     
    25862588; return 0; }
    25872589EOF
    2588 if { (eval echo configure:2589: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2590if { (eval echo configure:2591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    25892591  rm -rf conftest*
    25902592  ac_cv_type_signal=void
     
    26052607
    26062608echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    2607 echo "configure:2608: checking for vprintf" >&5
     2609echo "configure:2610: checking for vprintf" >&5
    26082610if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    26092611  echo $ac_n "(cached) $ac_c" 1>&6
    26102612else
    26112613  cat > conftest.$ac_ext <<EOF
    2612 #line 2613 "configure"
     2614#line 2615 "configure"
    26132615#include "confdefs.h"
    26142616/* System header to define __stub macros and hopefully few prototypes,
     
    26332635; return 0; }
    26342636EOF
    2635 if { (eval echo configure:2636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2637if { (eval echo configure:2638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26362638  rm -rf conftest*
    26372639  eval "ac_cv_func_vprintf=yes"
     
    26572659if test "$ac_cv_func_vprintf" != yes; then
    26582660echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    2659 echo "configure:2660: checking for _doprnt" >&5
     2661echo "configure:2662: checking for _doprnt" >&5
    26602662if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    26612663  echo $ac_n "(cached) $ac_c" 1>&6
    26622664else
    26632665  cat > conftest.$ac_ext <<EOF
    2664 #line 2665 "configure"
     2666#line 2667 "configure"
    26652667#include "confdefs.h"
    26662668/* System header to define __stub macros and hopefully few prototypes,
     
    26852687; return 0; }
    26862688EOF
    2687 if { (eval echo configure:2688: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2689if { (eval echo configure:2690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26882690  rm -rf conftest*
    26892691  eval "ac_cv_func__doprnt=yes"
     
    27122714do
    27132715echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2714 echo "configure:2715: checking for $ac_func" >&5
     2716echo "configure:2717: checking for $ac_func" >&5
    27152717if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    27162718  echo $ac_n "(cached) $ac_c" 1>&6
    27172719else
    27182720  cat > conftest.$ac_ext <<EOF
    2719 #line 2720 "configure"
     2721#line 2722 "configure"
    27202722#include "confdefs.h"
    27212723/* System header to define __stub macros and hopefully few prototypes,
     
    27402742; return 0; }
    27412743EOF
    2742 if { (eval echo configure:2743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2744if { (eval echo configure:2745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    27432745  rm -rf conftest*
    27442746  eval "ac_cv_func_$ac_func=yes"
     
    27672769do
    27682770echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2769 echo "configure:2770: checking for $ac_func" >&5
     2771echo "configure:2772: checking for $ac_func" >&5
    27702772if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    27712773  echo $ac_n "(cached) $ac_c" 1>&6
    27722774else
    27732775  cat > conftest.$ac_ext <<EOF
    2774 #line 2775 "configure"
     2776#line 2777 "configure"
    27752777#include "confdefs.h"
    27762778/* System header to define __stub macros and hopefully few prototypes,
     
    27952797; return 0; }
    27962798EOF
    2797 if { (eval echo configure:2798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2799if { (eval echo configure:2800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    27982800  rm -rf conftest*
    27992801  eval "ac_cv_func_$ac_func=yes"
     
    28262828# ---------------------------------------------------------------------------
    28272829echo $ac_n "checking for HP-UX needing gmalloc""... $ac_c" 1>&6
    2828 echo "configure:2829: checking for HP-UX needing gmalloc" >&5
     2830echo "configure:2831: checking for HP-UX needing gmalloc" >&5
    28292831if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    28302832  echo "$ac_t""yes" 1>&6
     
    28392841do
    28402842echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2841 echo "configure:2842: checking for $ac_func" >&5
     2843echo "configure:2844: checking for $ac_func" >&5
    28422844if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    28432845  echo $ac_n "(cached) $ac_c" 1>&6
    28442846else
    28452847  cat > conftest.$ac_ext <<EOF
    2846 #line 2847 "configure"
     2848#line 2849 "configure"
    28472849#include "confdefs.h"
    28482850/* System header to define __stub macros and hopefully few prototypes,
     
    28672869; return 0; }
    28682870EOF
    2869 if { (eval echo configure:2870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2871if { (eval echo configure:2872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28702872  rm -rf conftest*
    28712873  eval "ac_cv_func_$ac_func=yes"
     
    28942896
    28952897echo $ac_n "checking if malloc debugging is wanted""... $ac_c" 1>&6
    2896 echo "configure:2897: checking if malloc debugging is wanted" >&5
     2898echo "configure:2899: checking if malloc debugging is wanted" >&5
    28972899# Check whether --with-dmalloc or --without-dmalloc was given.
    28982900if test "${with_dmalloc+set}" = set; then
     
    29152917
    29162918echo $ac_n "checking which of rx or regex is wanted""... $ac_c" 1>&6
    2917 echo "configure:2918: checking which of rx or regex is wanted" >&5
     2919echo "configure:2920: checking which of rx or regex is wanted" >&5
    29182920# Check whether --with-regex or --without-regex was given.
    29192921if test "${with_regex+set}" = set; then
     
    29332935  echo "$ac_t""rx" 1>&6
    29342936  echo $ac_n "checking for re_rx_search""... $ac_c" 1>&6
    2935 echo "configure:2936: checking for re_rx_search" >&5
     2937echo "configure:2938: checking for re_rx_search" >&5
    29362938if eval "test \"`echo '$''{'ac_cv_func_re_rx_search'+set}'`\" = set"; then
    29372939  echo $ac_n "(cached) $ac_c" 1>&6
    29382940else
    29392941  cat > conftest.$ac_ext <<EOF
    2940 #line 2941 "configure"
     2942#line 2943 "configure"
    29412943#include "confdefs.h"
    29422944/* System header to define __stub macros and hopefully few prototypes,
     
    29612963; return 0; }
    29622964EOF
    2963 if { (eval echo configure:2964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2965if { (eval echo configure:2966: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29642966  rm -rf conftest*
    29652967  eval "ac_cv_func_re_rx_search=yes"
     
    30013003
    30023004echo $ac_n "checking "that the GDBM library is available"""... $ac_c" 1>&6
    3003 echo "configure:3004: checking "that the GDBM library is available"" >&5
     3005echo "configure:3006: checking "that the GDBM library is available"" >&5
    30043006cat > conftest.$ac_ext <<EOF
    3005 #line 3006 "configure"
     3007#line 3008 "configure"
    30063008#include "confdefs.h"
    30073009#include <gdbm.h>
     
    30113013; return 0; }
    30123014EOF
    3013 if { (eval echo configure:3014: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3015if { (eval echo configure:3016: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30143016  rm -rf conftest*
    30153017  success=yes
     
    30283030
    30293031echo $ac_n "checking "that Perl 5 is available"""... $ac_c" 1>&6
    3030 echo "configure:3031: checking "that Perl 5 is available"" >&5
     3032echo "configure:3033: checking "that Perl 5 is available"" >&5
    30313033success="no"
    30323034pl_path="$PATH"
     
    30583060success=no
    30593061echo $ac_n "checking "whether STL library has known faults"""... $ac_c" 1>&6
    3060 echo "configure:3061: checking "whether STL library has known faults"" >&5
     3062echo "configure:3063: checking "whether STL library has known faults"" >&5
    30613063
    30623064cat > conftest.$ac_ext <<EOF
    3063 #line 3064 "configure"
     3065#line 3066 "configure"
    30643066#include "confdefs.h"
    30653067#include <vector>
     
    30693071; return 0; }
    30703072EOF
    3071 if { (eval echo configure:3072: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3073if { (eval echo configure:3074: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30723074  rm -rf conftest*
    30733075  success=yes
     
    30803082if test $success = "no"; then
    30813083cat > conftest.$ac_ext <<EOF
    3082 #line 3083 "configure"
     3084#line 3085 "configure"
    30833085#include "confdefs.h"
    30843086#include <vector.h>
     
    30883090; return 0; }
    30893091EOF
    3090 if { (eval echo configure:3091: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3092if { (eval echo configure:3093: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30913093  rm -rf conftest*
    30923094  success="yes"
     
    31003102if test $success = "no"; then
    31013103cat > conftest.$ac_ext <<EOF
    3102 #line 3103 "configure"
     3104#line 3105 "configure"
    31033105#include "confdefs.h"
    31043106#include <ospace\\std\\vector>
     
    31083110; return 0; }
    31093111EOF
    3110 if { (eval echo configure:3111: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3112if { (eval echo configure:3113: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    31113113  rm -rf conftest*
    31123114  success="yes"
     
    31293131
    31303132echo $ac_n "checking for HP-UX needing gmalloc""... $ac_c" 1>&6
    3131 echo "configure:3132: checking for HP-UX needing gmalloc" >&5
     3133echo "configure:3134: checking for HP-UX needing gmalloc" >&5
    31323134if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    31333135  echo "$ac_t""yes" 1>&6
     
    31423144do
    31433145echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3144 echo "configure:3145: checking for $ac_func" >&5
     3146echo "configure:3147: checking for $ac_func" >&5
    31453147if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31463148  echo $ac_n "(cached) $ac_c" 1>&6
    31473149else
    31483150  cat > conftest.$ac_ext <<EOF
    3149 #line 3150 "configure"
     3151#line 3152 "configure"
    31503152#include "confdefs.h"
    31513153/* System header to define __stub macros and hopefully few prototypes,
     
    31733175; return 0; }
    31743176EOF
    3175 if { (eval echo configure:3176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3177if { (eval echo configure:3178: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31763178  rm -rf conftest*
    31773179  eval "ac_cv_func_$ac_func=yes"
     
    32003202
    32013203echo $ac_n "checking if malloc debugging is wanted""... $ac_c" 1>&6
    3202 echo "configure:3203: checking if malloc debugging is wanted" >&5
     3204echo "configure:3205: checking if malloc debugging is wanted" >&5
    32033205# Check whether --with-dmalloc or --without-dmalloc was given.
    32043206if test "${with_dmalloc+set}" = set; then
     
    32213223
    32223224echo $ac_n "checking which of rx or regex is wanted""... $ac_c" 1>&6
    3223 echo "configure:3224: checking which of rx or regex is wanted" >&5
     3225echo "configure:3226: checking which of rx or regex is wanted" >&5
    32243226# Check whether --with-regex or --without-regex was given.
    32253227if test "${with_regex+set}" = set; then
     
    32393241  echo "$ac_t""rx" 1>&6
    32403242  echo $ac_n "checking for re_rx_search""... $ac_c" 1>&6
    3241 echo "configure:3242: checking for re_rx_search" >&5
     3243echo "configure:3244: checking for re_rx_search" >&5
    32423244if eval "test \"`echo '$''{'ac_cv_func_re_rx_search'+set}'`\" = set"; then
    32433245  echo $ac_n "(cached) $ac_c" 1>&6
    32443246else
    32453247  cat > conftest.$ac_ext <<EOF
    3246 #line 3247 "configure"
     3248#line 3249 "configure"
    32473249#include "confdefs.h"
    32483250/* System header to define __stub macros and hopefully few prototypes,
     
    32703272; return 0; }
    32713273EOF
    3272 if { (eval echo configure:3273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3274if { (eval echo configure:3275: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32733275  rm -rf conftest*
    32743276  eval "ac_cv_func_re_rx_search=yes"
  • trunk/gsdl/configure.in

    r1668 r1722  
    1919dnl Checks for programs.
    2020LDFLAGS=
     21dnl only set CFLAGS if not already set in environment
     22if test -z "$CFLAGS"; then
    2123CFLAGS=-O2
     24fi
    2225AC_SUBST(CFLAGS)
    2326
Note: See TracChangeset for help on using the changeset viewer.