Changeset 700


Ignore:
Timestamp:
1999-10-15T18:02:53+13:00 (25 years ago)
Author:
sjboddie
Message:

* empty log message *

Location:
trunk/gsdl
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure

    r687 r700  
    1212ac_default_prefix=/usr/local
    1313# Any additions from configure.in:
     14ac_help="$ac_help
     15  --with-dmalloc          use dmalloc, as in
     16                          ftp://ftp.letters.com/src/dmalloc/dmalloc.tar.gz"
     17ac_help="$ac_help
     18  --with-regex            use older regex in lieu of GNU rx for matching"
     19ac_help="$ac_help
     20  --with-dmalloc          use dmalloc, as in
     21                          ftp://ftp.letters.com/src/dmalloc/dmalloc.tar.gz"
     22ac_help="$ac_help
     23  --with-regex            use older regex in lieu of GNU rx for matching"
    1424
    1525# Initialize some variables set by options.
     
    571581set dummy gcc; ac_word=$2
    572582echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    573 echo "configure:574: checking for $ac_word" >&5
     583echo "configure:584: checking for $ac_word" >&5
    574584if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    575585  echo $ac_n "(cached) $ac_c" 1>&6
     
    601611set dummy cc; ac_word=$2
    602612echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    603 echo "configure:604: checking for $ac_word" >&5
     613echo "configure:614: checking for $ac_word" >&5
    604614if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    605615  echo $ac_n "(cached) $ac_c" 1>&6
     
    652662set dummy cl; ac_word=$2
    653663echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    654 echo "configure:655: checking for $ac_word" >&5
     664echo "configure:665: checking for $ac_word" >&5
    655665if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    656666  echo $ac_n "(cached) $ac_c" 1>&6
     
    684694
    685695echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    686 echo "configure:687: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     696echo "configure:697: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    687697
    688698ac_ext=c
     
    695705cat > conftest.$ac_ext << EOF
    696706
    697 #line 698 "configure"
     707#line 708 "configure"
    698708#include "confdefs.h"
    699709
    700710main(){return(0);}
    701711EOF
    702 if { (eval echo configure:703: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     712if { (eval echo configure:713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    703713  ac_cv_prog_cc_works=yes
    704714  # If we can't run a trivial program, we are probably using a cross compiler.
     
    726736fi
    727737echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    728 echo "configure:729: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     738echo "configure:739: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    729739echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    730740cross_compiling=$ac_cv_prog_cc_cross
    731741
    732742echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    733 echo "configure:734: checking whether we are using GNU C" >&5
     743echo "configure:744: checking whether we are using GNU C" >&5
    734744if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    735745  echo $ac_n "(cached) $ac_c" 1>&6
     
    740750#endif
    741751EOF
    742 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:743: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     752if { 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
    743753  ac_cv_prog_gcc=yes
    744754else
     
    759769CFLAGS=
    760770echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    761 echo "configure:762: checking whether ${CC-cc} accepts -g" >&5
     771echo "configure:772: checking whether ${CC-cc} accepts -g" >&5
    762772if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    763773  echo $ac_n "(cached) $ac_c" 1>&6
     
    795805set dummy $ac_prog; ac_word=$2
    796806echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    797 echo "configure:798: checking for $ac_word" >&5
     807echo "configure:808: checking for $ac_word" >&5
    798808if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    799809  echo $ac_n "(cached) $ac_c" 1>&6
     
    827837
    828838echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    829 echo "configure:830: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     839echo "configure:840: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    830840
    831841ac_ext=C
     
    838848cat > conftest.$ac_ext << EOF
    839849
    840 #line 841 "configure"
     850#line 851 "configure"
    841851#include "confdefs.h"
    842852
    843853int main(){return(0);}
    844854EOF
    845 if { (eval echo configure:846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     855if { (eval echo configure:856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    846856  ac_cv_prog_cxx_works=yes
    847857  # If we can't run a trivial program, we are probably using a cross compiler.
     
    869879fi
    870880echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    871 echo "configure:872: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     881echo "configure:882: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    872882echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    873883cross_compiling=$ac_cv_prog_cxx_cross
    874884
    875885echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    876 echo "configure:877: checking whether we are using GNU C++" >&5
     886echo "configure:887: checking whether we are using GNU C++" >&5
    877887if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    878888  echo $ac_n "(cached) $ac_c" 1>&6
     
    883893#endif
    884894EOF
    885 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:886: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     895if { 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
    886896  ac_cv_prog_gxx=yes
    887897else
     
    902912CXXFLAGS=
    903913echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    904 echo "configure:905: checking whether ${CXX-g++} accepts -g" >&5
     914echo "configure:915: checking whether ${CXX-g++} accepts -g" >&5
    905915if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    906916  echo $ac_n "(cached) $ac_c" 1>&6
     
    938948set dummy $ac_prog; ac_word=$2
    939949echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    940 echo "configure:941: checking for $ac_word" >&5
     950echo "configure:951: checking for $ac_word" >&5
    941951if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
    942952  echo $ac_n "(cached) $ac_c" 1>&6
     
    972982set dummy $ac_prog; ac_word=$2
    973983echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    974 echo "configure:975: checking for $ac_word" >&5
     984echo "configure:985: checking for $ac_word" >&5
    975985if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
    976986  echo $ac_n "(cached) $ac_c" 1>&6
     
    10031013
    10041014echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1005 echo "configure:1006: checking whether ln -s works" >&5
     1015echo "configure:1016: checking whether ln -s works" >&5
    10061016if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    10071017  echo $ac_n "(cached) $ac_c" 1>&6
     
    10241034
    10251035echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1026 echo "configure:1027: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1036echo "configure:1037: checking whether ${MAKE-make} sets \${MAKE}" >&5
    10271037set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    10281038if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    10531063set dummy ranlib; ac_word=$2
    10541064echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1055 echo "configure:1056: checking for $ac_word" >&5
     1065echo "configure:1066: checking for $ac_word" >&5
    10561066if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    10571067  echo $ac_n "(cached) $ac_c" 1>&6
     
    10831093
    10841094echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1085 echo "configure:1086: checking how to run the C preprocessor" >&5
     1095echo "configure:1096: checking how to run the C preprocessor" >&5
    10861096# On Suns, sometimes $CPP names a directory.
    10871097if test -n "$CPP" && test -d "$CPP"; then
     
    10981108  # not just through cpp.
    10991109  cat > conftest.$ac_ext <<EOF
    1100 #line 1101 "configure"
     1110#line 1111 "configure"
    11011111#include "confdefs.h"
    11021112#include <assert.h>
     
    11041114EOF
    11051115ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1106 { (eval echo configure:1107: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1116{ (eval echo configure:1117: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    11071117ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    11081118if test -z "$ac_err"; then
     
    11151125  CPP="${CC-cc} -E -traditional-cpp"
    11161126  cat > conftest.$ac_ext <<EOF
    1117 #line 1118 "configure"
     1127#line 1128 "configure"
    11181128#include "confdefs.h"
    11191129#include <assert.h>
     
    11211131EOF
    11221132ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1123 { (eval echo configure:1124: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1133{ (eval echo configure:1134: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    11241134ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    11251135if test -z "$ac_err"; then
     
    11321142  CPP="${CC-cc} -nologo -E"
    11331143  cat > conftest.$ac_ext <<EOF
    1134 #line 1135 "configure"
     1144#line 1145 "configure"
    11351145#include "confdefs.h"
    11361146#include <assert.h>
     
    11381148EOF
    11391149ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1140 { (eval echo configure:1141: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1150{ (eval echo configure:1151: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    11411151ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    11421152if test -z "$ac_err"; then
     
    11631173
    11641174echo $ac_n "checking for AIX""... $ac_c" 1>&6
    1165 echo "configure:1166: checking for AIX" >&5
     1175echo "configure:1176: checking for AIX" >&5
    11661176cat > conftest.$ac_ext <<EOF
    1167 #line 1168 "configure"
     1177#line 1178 "configure"
    11681178#include "confdefs.h"
    11691179#ifdef _AIX
     
    11871197
    11881198echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    1189 echo "configure:1190: checking for POSIXized ISC" >&5
     1199echo "configure:1200: checking for POSIXized ISC" >&5
    11901200if test -d /etc/conf/kconfig.d &&
    11911201  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    12091219ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
    12101220echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
    1211 echo "configure:1212: checking for minix/config.h" >&5
     1221echo "configure:1222: checking for minix/config.h" >&5
    12121222if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    12131223  echo $ac_n "(cached) $ac_c" 1>&6
    12141224else
    12151225  cat > conftest.$ac_ext <<EOF
    1216 #line 1217 "configure"
     1226#line 1227 "configure"
    12171227#include "confdefs.h"
    12181228#include <minix/config.h>
    12191229EOF
    12201230ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1221 { (eval echo configure:1222: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1231{ (eval echo configure:1232: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12221232ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12231233if test -z "$ac_err"; then
     
    12561266fi
    12571267
    1258 fp_C_PROTOTYPES
     1268echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6
     1269echo "configure:1270: checking for ${CC-cc} option to accept ANSI C" >&5
     1270if eval "test \"`echo '$''{'ac_cv_prog_cc_stdc'+set}'`\" = set"; then
     1271  echo $ac_n "(cached) $ac_c" 1>&6
     1272else
     1273  ac_cv_prog_cc_stdc=no
     1274ac_save_CFLAGS="$CFLAGS"
     1275# Don't try gcc -ansi; that turns off useful extensions and
     1276# breaks some systems' header files.
     1277# AIX           -qlanglvl=ansi
     1278# Ultrix and OSF/1  -std1
     1279# HP-UX         -Aa -D_HPUX_SOURCE
     1280# SVR4          -Xc
     1281for ac_arg in "" -qlanglvl=ansi -std1 "-Aa -D_HPUX_SOURCE" -Xc
     1282do
     1283  CFLAGS="$ac_save_CFLAGS $ac_arg"
     1284  cat > conftest.$ac_ext <<EOF
     1285#line 1286 "configure"
     1286#include "confdefs.h"
     1287#if !defined(__STDC__) || __STDC__ != 1
     1288choke me
     1289#endif 
     1290
     1291int main() {
     1292int test (int i, double x);
     1293struct s1 {int (*f) (int a);};
     1294struct s2 {int (*f) (double a);};
     1295; return 0; }
     1296EOF
     1297if { (eval echo configure:1298: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1298  rm -rf conftest*
     1299  ac_cv_prog_cc_stdc="$ac_arg"; break
     1300else
     1301  echo "configure: failed program was:" >&5
     1302  cat conftest.$ac_ext >&5
     1303fi
     1304rm -f conftest*
     1305done
     1306CFLAGS="$ac_save_CFLAGS"
     1307
     1308fi
     1309
     1310echo "$ac_t""$ac_cv_prog_cc_stdc" 1>&6
     1311case "x$ac_cv_prog_cc_stdc" in
     1312  x|xno) ;;
     1313  *) CC="$CC $ac_cv_prog_cc_stdc" ;;
     1314esac
     1315
     1316
     1317echo $ac_n "checking for function prototypes""... $ac_c" 1>&6
     1318echo "configure:1319: checking for function prototypes" >&5
     1319if test "$ac_cv_prog_cc_stdc" != no; then
     1320  echo "$ac_t""yes" 1>&6
     1321  cat >> confdefs.h <<\EOF
     1322#define PROTOTYPES 1
     1323EOF
     1324
     1325  U= ANSI2KNR=
     1326else
     1327  echo "$ac_t""no" 1>&6
     1328  U=_ ANSI2KNR=ansi2knr
     1329fi
     1330
    12591331echo $ac_n "checking for working const""... $ac_c" 1>&6
    1260 echo "configure:1261: checking for working const" >&5
     1332echo "configure:1333: checking for working const" >&5
    12611333if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    12621334  echo $ac_n "(cached) $ac_c" 1>&6
    12631335else
    12641336  cat > conftest.$ac_ext <<EOF
    1265 #line 1266 "configure"
     1337#line 1338 "configure"
    12661338#include "confdefs.h"
    12671339
     
    13121384; return 0; }
    13131385EOF
    1314 if { (eval echo configure:1315: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1386if { (eval echo configure:1387: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13151387  rm -rf conftest*
    13161388  ac_cv_c_const=yes
     
    13331405
    13341406echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1335 echo "configure:1336: checking for ANSI C header files" >&5
     1407echo "configure:1408: checking for ANSI C header files" >&5
    13361408if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    13371409  echo $ac_n "(cached) $ac_c" 1>&6
    13381410else
    13391411  cat > conftest.$ac_ext <<EOF
    1340 #line 1341 "configure"
     1412#line 1413 "configure"
    13411413#include "confdefs.h"
    13421414#include <stdlib.h>
     
    13461418EOF
    13471419ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1348 { (eval echo configure:1349: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1420{ (eval echo configure:1421: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13491421ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13501422if test -z "$ac_err"; then
     
    13631435  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    13641436cat > conftest.$ac_ext <<EOF
    1365 #line 1366 "configure"
     1437#line 1438 "configure"
    13661438#include "confdefs.h"
    13671439#include <string.h>
     
    13811453  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    13821454cat > conftest.$ac_ext <<EOF
    1383 #line 1384 "configure"
     1455#line 1456 "configure"
    13841456#include "confdefs.h"
    13851457#include <stdlib.h>
     
    14021474else
    14031475  cat > conftest.$ac_ext <<EOF
    1404 #line 1405 "configure"
     1476#line 1477 "configure"
    14051477#include "confdefs.h"
    14061478#include <ctype.h>
     
    14131485
    14141486EOF
    1415 if { (eval echo configure:1416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1487if { (eval echo configure:1488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    14161488then
    14171489  :
     
    14371509
    14381510echo $ac_n "checking for off_t""... $ac_c" 1>&6
    1439 echo "configure:1440: checking for off_t" >&5
     1511echo "configure:1512: checking for off_t" >&5
    14401512if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    14411513  echo $ac_n "(cached) $ac_c" 1>&6
    14421514else
    14431515  cat > conftest.$ac_ext <<EOF
    1444 #line 1445 "configure"
     1516#line 1517 "configure"
    14451517#include "confdefs.h"
    14461518#include <sys/types.h>
     
    14701542
    14711543echo $ac_n "checking for size_t""... $ac_c" 1>&6
    1472 echo "configure:1473: checking for size_t" >&5
     1544echo "configure:1545: checking for size_t" >&5
    14731545if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    14741546  echo $ac_n "(cached) $ac_c" 1>&6
    14751547else
    14761548  cat > conftest.$ac_ext <<EOF
    1477 #line 1478 "configure"
     1549#line 1550 "configure"
    14781550#include "confdefs.h"
    14791551#include <sys/types.h>
     
    15031575
    15041576echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    1505 echo "configure:1506: checking whether time.h and sys/time.h may both be included" >&5
     1577echo "configure:1578: checking whether time.h and sys/time.h may both be included" >&5
    15061578if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    15071579  echo $ac_n "(cached) $ac_c" 1>&6
    15081580else
    15091581  cat > conftest.$ac_ext <<EOF
    1510 #line 1511 "configure"
     1582#line 1583 "configure"
    15111583#include "confdefs.h"
    15121584#include <sys/types.h>
     
    15171589; return 0; }
    15181590EOF
    1519 if { (eval echo configure:1520: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1591if { (eval echo configure:1592: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15201592  rm -rf conftest*
    15211593  ac_cv_header_time=yes
     
    15381610
    15391611echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    1540 echo "configure:1541: checking whether struct tm is in sys/time.h or time.h" >&5
     1612echo "configure:1613: checking whether struct tm is in sys/time.h or time.h" >&5
    15411613if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    15421614  echo $ac_n "(cached) $ac_c" 1>&6
    15431615else
    15441616  cat > conftest.$ac_ext <<EOF
    1545 #line 1546 "configure"
     1617#line 1618 "configure"
    15461618#include "confdefs.h"
    15471619#include <sys/types.h>
     
    15511623; return 0; }
    15521624EOF
    1553 if { (eval echo configure:1554: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1625if { (eval echo configure:1626: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15541626  rm -rf conftest*
    15551627  ac_cv_struct_tm=time.h
     
    15741646if test "$ac_cv_prog_cc_stdc" = '-Xc'; then
    15751647cat > conftest.$ac_ext <<EOF
    1576 #line 1577 "configure"
     1648#line 1649 "configure"
    15771649#include "confdefs.h"
    15781650#include <stdio.h>
     
    15821654; return 0; }
    15831655EOF
    1584 if { (eval echo configure:1585: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1656if { (eval echo configure:1657: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15851657  :
    15861658else
     
    15951667
    15961668echo $ac_n "checking for main in -lg""... $ac_c" 1>&6
    1597 echo "configure:1598: checking for main in -lg" >&5
     1669echo "configure:1670: checking for main in -lg" >&5
    15981670ac_lib_var=`echo g'_'main | sed 'y%./+-%__p_%'`
    15991671if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16031675LIBS="-lg  $LIBS"
    16041676cat > conftest.$ac_ext <<EOF
    1605 #line 1606 "configure"
     1677#line 1678 "configure"
    16061678#include "confdefs.h"
    16071679
     
    16101682; return 0; }
    16111683EOF
    1612 if { (eval echo configure:1613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1684if { (eval echo configure:1685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16131685  rm -rf conftest*
    16141686  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16381710
    16391711echo $ac_n "checking for main in -lgdbm""... $ac_c" 1>&6
    1640 echo "configure:1641: checking for main in -lgdbm" >&5
     1712echo "configure:1713: checking for main in -lgdbm" >&5
    16411713ac_lib_var=`echo gdbm'_'main | sed 'y%./+-%__p_%'`
    16421714if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16461718LIBS="-lgdbm  $LIBS"
    16471719cat > conftest.$ac_ext <<EOF
    1648 #line 1649 "configure"
     1720#line 1721 "configure"
    16491721#include "confdefs.h"
    16501722
     
    16531725; return 0; }
    16541726EOF
    1655 if { (eval echo configure:1656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1727if { (eval echo configure:1728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16561728  rm -rf conftest*
    16571729  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16811753
    16821754echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
    1683 echo "configure:1684: checking for main in -lm" >&5
     1755echo "configure:1756: checking for main in -lm" >&5
    16841756ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
    16851757if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16891761LIBS="-lm  $LIBS"
    16901762cat > conftest.$ac_ext <<EOF
    1691 #line 1692 "configure"
     1763#line 1764 "configure"
    16921764#include "confdefs.h"
    16931765
     
    16961768; return 0; }
    16971769EOF
    1698 if { (eval echo configure:1699: \"$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
    16991771  rm -rf conftest*
    17001772  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17241796
    17251797echo $ac_n "checking for main in -lstdc""... $ac_c" 1>&6
    1726 echo "configure:1727: checking for main in -lstdc" >&5
     1798echo "configure:1799: checking for main in -lstdc" >&5
    17271799ac_lib_var=`echo stdc'_'main | sed 'y%./+-%__p_%'`
    17281800if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17321804LIBS="-lstdc  $LIBS"
    17331805cat > conftest.$ac_ext <<EOF
    1734 #line 1735 "configure"
     1806#line 1807 "configure"
    17351807#include "confdefs.h"
    17361808
     
    17391811; return 0; }
    17401812EOF
    1741 if { (eval echo configure:1742: \"$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
    17421814  rm -rf conftest*
    17431815  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17721844ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    17731845echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
    1774 echo "configure:1775: checking for $ac_hdr that defines DIR" >&5
     1846echo "configure:1847: checking for $ac_hdr that defines DIR" >&5
    17751847if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
    17761848  echo $ac_n "(cached) $ac_c" 1>&6
    17771849else
    17781850  cat > conftest.$ac_ext <<EOF
    1779 #line 1780 "configure"
     1851#line 1852 "configure"
    17801852#include "confdefs.h"
    17811853#include <sys/types.h>
     
    17851857; return 0; }
    17861858EOF
    1787 if { (eval echo configure:1788: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1859if { (eval echo configure:1860: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17881860  rm -rf conftest*
    17891861  eval "ac_cv_header_dirent_$ac_safe=yes"
     
    18101882if test $ac_header_dirent = dirent.h; then
    18111883echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
    1812 echo "configure:1813: checking for opendir in -ldir" >&5
     1884echo "configure:1885: checking for opendir in -ldir" >&5
    18131885ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
    18141886if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18181890LIBS="-ldir  $LIBS"
    18191891cat > conftest.$ac_ext <<EOF
    1820 #line 1821 "configure"
     1892#line 1893 "configure"
    18211893#include "confdefs.h"
    18221894/* Override any gcc2 internal prototype to avoid an error.  */
     
    18291901; return 0; }
    18301902EOF
    1831 if { (eval echo configure:1832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1903if { (eval echo configure:1904: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18321904  rm -rf conftest*
    18331905  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18511923else
    18521924echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
    1853 echo "configure:1854: checking for opendir in -lx" >&5
     1925echo "configure:1926: checking for opendir in -lx" >&5
    18541926ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
    18551927if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18591931LIBS="-lx  $LIBS"
    18601932cat > conftest.$ac_ext <<EOF
    1861 #line 1862 "configure"
     1933#line 1934 "configure"
    18621934#include "confdefs.h"
    18631935/* Override any gcc2 internal prototype to avoid an error.  */
     
    18701942; return 0; }
    18711943EOF
    1872 if { (eval echo configure:1873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1944if { (eval echo configure:1945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18731945  rm -rf conftest*
    18741946  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18931965
    18941966echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1895 echo "configure:1896: checking for ANSI C header files" >&5
     1967echo "configure:1968: checking for ANSI C header files" >&5
    18961968if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    18971969  echo $ac_n "(cached) $ac_c" 1>&6
    18981970else
    18991971  cat > conftest.$ac_ext <<EOF
    1900 #line 1901 "configure"
     1972#line 1973 "configure"
    19011973#include "confdefs.h"
    19021974#include <stdlib.h>
     
    19061978EOF
    19071979ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1908 { (eval echo configure:1909: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1980{ (eval echo configure:1981: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    19091981ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    19101982if test -z "$ac_err"; then
     
    19231995  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    19241996cat > conftest.$ac_ext <<EOF
    1925 #line 1926 "configure"
     1997#line 1998 "configure"
    19261998#include "confdefs.h"
    19271999#include <string.h>
     
    19412013  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    19422014cat > conftest.$ac_ext <<EOF
    1943 #line 1944 "configure"
     2015#line 2016 "configure"
    19442016#include "confdefs.h"
    19452017#include <stdlib.h>
     
    19622034else
    19632035  cat > conftest.$ac_ext <<EOF
    1964 #line 1965 "configure"
     2036#line 2037 "configure"
    19652037#include "confdefs.h"
    19662038#include <ctype.h>
     
    19732045
    19742046EOF
    1975 if { (eval echo configure:1976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2047if { (eval echo configure:2048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    19762048then
    19772049  :
     
    20002072ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    20012073echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2002 echo "configure:2003: checking for $ac_hdr" >&5
     2074echo "configure:2075: checking for $ac_hdr" >&5
    20032075if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    20042076  echo $ac_n "(cached) $ac_c" 1>&6
    20052077else
    20062078  cat > conftest.$ac_ext <<EOF
    2007 #line 2008 "configure"
     2079#line 2080 "configure"
    20082080#include "confdefs.h"
    20092081#include <$ac_hdr>
    20102082EOF
    20112083ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2012 { (eval echo configure:2013: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2084{ (eval echo configure:2085: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    20132085ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    20142086if test -z "$ac_err"; then
     
    20372109
    20382110cat > conftest.$ac_ext <<EOF
    2039 #line 2040 "configure"
     2111#line 2112 "configure"
    20402112#include "confdefs.h"
    20412113#include <stdio.h>
     
    20522124
    20532125cat > conftest.$ac_ext <<EOF
    2054 #line 2055 "configure"
     2126#line 2127 "configure"
    20552127#include "confdefs.h"
    20562128#include <stdio.h>
     
    20672139
    20682140cat > conftest.$ac_ext <<EOF
    2069 #line 2070 "configure"
     2141#line 2142 "configure"
    20702142#include "confdefs.h"
    20712143#include <sys/procfs.h>
     
    20852157# for constant arguments.  Useless!
    20862158echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2087 echo "configure:2088: checking for working alloca.h" >&5
     2159echo "configure:2160: checking for working alloca.h" >&5
    20882160if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    20892161  echo $ac_n "(cached) $ac_c" 1>&6
    20902162else
    20912163  cat > conftest.$ac_ext <<EOF
    2092 #line 2093 "configure"
     2164#line 2165 "configure"
    20932165#include "confdefs.h"
    20942166#include <alloca.h>
     
    20972169; return 0; }
    20982170EOF
    2099 if { (eval echo configure:2100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2171if { (eval echo configure:2172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21002172  rm -rf conftest*
    21012173  ac_cv_header_alloca_h=yes
     
    21182190
    21192191echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2120 echo "configure:2121: checking for alloca" >&5
     2192echo "configure:2193: checking for alloca" >&5
    21212193if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    21222194  echo $ac_n "(cached) $ac_c" 1>&6
    21232195else
    21242196  cat > conftest.$ac_ext <<EOF
    2125 #line 2126 "configure"
     2197#line 2198 "configure"
    21262198#include "confdefs.h"
    21272199
     
    21512223; return 0; }
    21522224EOF
    2153 if { (eval echo configure:2154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2225if { (eval echo configure:2226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21542226  rm -rf conftest*
    21552227  ac_cv_func_alloca_works=yes
     
    21832255
    21842256echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2185 echo "configure:2186: checking whether alloca needs Cray hooks" >&5
     2257echo "configure:2258: checking whether alloca needs Cray hooks" >&5
    21862258if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    21872259  echo $ac_n "(cached) $ac_c" 1>&6
    21882260else
    21892261  cat > conftest.$ac_ext <<EOF
    2190 #line 2191 "configure"
     2262#line 2263 "configure"
    21912263#include "confdefs.h"
    21922264#if defined(CRAY) && ! defined(CRAY2)
     
    22132285for ac_func in _getb67 GETB67 getb67; do
    22142286  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2215 echo "configure:2216: checking for $ac_func" >&5
     2287echo "configure:2288: checking for $ac_func" >&5
    22162288if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    22172289  echo $ac_n "(cached) $ac_c" 1>&6
    22182290else
    22192291  cat > conftest.$ac_ext <<EOF
    2220 #line 2221 "configure"
     2292#line 2293 "configure"
    22212293#include "confdefs.h"
    22222294/* System header to define __stub macros and hopefully few prototypes,
     
    22412313; return 0; }
    22422314EOF
    2243 if { (eval echo configure:2244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2315if { (eval echo configure:2316: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22442316  rm -rf conftest*
    22452317  eval "ac_cv_func_$ac_func=yes"
     
    22682340
    22692341echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2270 echo "configure:2271: checking stack direction for C alloca" >&5
     2342echo "configure:2343: checking stack direction for C alloca" >&5
    22712343if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    22722344  echo $ac_n "(cached) $ac_c" 1>&6
     
    22762348else
    22772349  cat > conftest.$ac_ext <<EOF
    2278 #line 2279 "configure"
     2350#line 2351 "configure"
    22792351#include "confdefs.h"
    22802352find_stack_direction ()
     
    22952367}
    22962368EOF
    2297 if { (eval echo configure:2298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2369if { (eval echo configure:2370: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    22982370then
    22992371  ac_cv_c_stack_direction=1
     
    23182390if test $ac_cv_prog_gcc = yes; then
    23192391    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    2320 echo "configure:2321: checking whether ${CC-cc} needs -traditional" >&5
     2392echo "configure:2393: checking whether ${CC-cc} needs -traditional" >&5
    23212393if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    23222394  echo $ac_n "(cached) $ac_c" 1>&6
     
    23242396    ac_pattern="Autoconf.*'x'"
    23252397  cat > conftest.$ac_ext <<EOF
    2326 #line 2327 "configure"
     2398#line 2399 "configure"
    23272399#include "confdefs.h"
    23282400#include <sgtty.h>
     
    23422414  if test $ac_cv_prog_gcc_traditional = no; then
    23432415    cat > conftest.$ac_ext <<EOF
    2344 #line 2345 "configure"
     2416#line 2417 "configure"
    23452417#include "confdefs.h"
    23462418#include <termio.h>
     
    23642436
    23652437echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    2366 echo "configure:2367: checking return type of signal handlers" >&5
     2438echo "configure:2439: checking return type of signal handlers" >&5
    23672439if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    23682440  echo $ac_n "(cached) $ac_c" 1>&6
    23692441else
    23702442  cat > conftest.$ac_ext <<EOF
    2371 #line 2372 "configure"
     2443#line 2444 "configure"
    23722444#include "confdefs.h"
    23732445#include <sys/types.h>
     
    23862458; return 0; }
    23872459EOF
    2388 if { (eval echo configure:2389: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2460if { (eval echo configure:2461: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    23892461  rm -rf conftest*
    23902462  ac_cv_type_signal=void
     
    24052477
    24062478echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    2407 echo "configure:2408: checking for vprintf" >&5
     2479echo "configure:2480: checking for vprintf" >&5
    24082480if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    24092481  echo $ac_n "(cached) $ac_c" 1>&6
    24102482else
    24112483  cat > conftest.$ac_ext <<EOF
    2412 #line 2413 "configure"
     2484#line 2485 "configure"
    24132485#include "confdefs.h"
    24142486/* System header to define __stub macros and hopefully few prototypes,
     
    24332505; return 0; }
    24342506EOF
    2435 if { (eval echo configure:2436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2507if { (eval echo configure:2508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24362508  rm -rf conftest*
    24372509  eval "ac_cv_func_vprintf=yes"
     
    24572529if test "$ac_cv_func_vprintf" != yes; then
    24582530echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    2459 echo "configure:2460: checking for _doprnt" >&5
     2531echo "configure:2532: checking for _doprnt" >&5
    24602532if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    24612533  echo $ac_n "(cached) $ac_c" 1>&6
    24622534else
    24632535  cat > conftest.$ac_ext <<EOF
    2464 #line 2465 "configure"
     2536#line 2537 "configure"
    24652537#include "confdefs.h"
    24662538/* System header to define __stub macros and hopefully few prototypes,
     
    24852557; return 0; }
    24862558EOF
    2487 if { (eval echo configure:2488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2559if { (eval echo configure:2560: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24882560  rm -rf conftest*
    24892561  eval "ac_cv_func__doprnt=yes"
     
    25122584do
    25132585echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2514 echo "configure:2515: checking for $ac_func" >&5
     2586echo "configure:2587: checking for $ac_func" >&5
    25152587if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    25162588  echo $ac_n "(cached) $ac_c" 1>&6
    25172589else
    25182590  cat > conftest.$ac_ext <<EOF
    2519 #line 2520 "configure"
     2591#line 2592 "configure"
    25202592#include "confdefs.h"
    25212593/* System header to define __stub macros and hopefully few prototypes,
     
    25402612; return 0; }
    25412613EOF
    2542 if { (eval echo configure:2543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2614if { (eval echo configure:2615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25432615  rm -rf conftest*
    25442616  eval "ac_cv_func_$ac_func=yes"
     
    25672639do
    25682640echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2569 echo "configure:2570: checking for $ac_func" >&5
     2641echo "configure:2642: checking for $ac_func" >&5
    25702642if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    25712643  echo $ac_n "(cached) $ac_c" 1>&6
    25722644else
    25732645  cat > conftest.$ac_ext <<EOF
    2574 #line 2575 "configure"
     2646#line 2647 "configure"
    25752647#include "confdefs.h"
    25762648/* System header to define __stub macros and hopefully few prototypes,
     
    25952667; return 0; }
    25962668EOF
    2597 if { (eval echo configure:2598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2669if { (eval echo configure:2670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25982670  rm -rf conftest*
    25992671  eval "ac_cv_func_$ac_func=yes"
     
    26262698# ---------------------------------------------------------------------------
    26272699echo $ac_n "checking for HP-UX needing gmalloc""... $ac_c" 1>&6
    2628 echo "configure:2629: checking for HP-UX needing gmalloc" >&5
     2700echo "configure:2701: checking for HP-UX needing gmalloc" >&5
    26292701if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    26302702  echo "$ac_t""yes" 1>&6
     
    26392711do
    26402712echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2641 echo "configure:2642: checking for $ac_func" >&5
     2713echo "configure:2714: checking for $ac_func" >&5
    26422714if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    26432715  echo $ac_n "(cached) $ac_c" 1>&6
    26442716else
    26452717  cat > conftest.$ac_ext <<EOF
    2646 #line 2647 "configure"
     2718#line 2719 "configure"
    26472719#include "confdefs.h"
    26482720/* System header to define __stub macros and hopefully few prototypes,
     
    26672739; return 0; }
    26682740EOF
    2669 if { (eval echo configure:2670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2741if { (eval echo configure:2742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26702742  rm -rf conftest*
    26712743  eval "ac_cv_func_$ac_func=yes"
     
    26932765fi
    26942766
    2695 fp_WITH_DMALLOC
    2696 fp_WITH_REGEX
     2767echo $ac_n "checking if malloc debugging is wanted""... $ac_c" 1>&6
     2768echo "configure:2769: checking if malloc debugging is wanted" >&5
     2769# Check whether --with-dmalloc or --without-dmalloc was given.
     2770if test "${with_dmalloc+set}" = set; then
     2771  withval="$with_dmalloc"
     2772  if test "$withval" = yes; then
     2773  echo "$ac_t""yes" 1>&6
     2774  cat >> confdefs.h <<\EOF
     2775#define WITH_DMALLOC 1
     2776EOF
     2777
     2778  LIBS="$LIBS -ldmalloc"
     2779  LDFLAGS="$LDFLAGS -g"
     2780else
     2781  echo "$ac_t""no" 1>&6
     2782fi
     2783else
     2784  echo "$ac_t""no" 1>&6
     2785fi
     2786
     2787
     2788echo $ac_n "checking which of rx or regex is wanted""... $ac_c" 1>&6
     2789echo "configure:2790: checking which of rx or regex is wanted" >&5
     2790# Check whether --with-regex or --without-regex was given.
     2791if test "${with_regex+set}" = set; then
     2792  withval="$with_regex"
     2793  if test "$withval" = yes; then
     2794  ac_with_regex=1
     2795  echo "$ac_t""regex" 1>&6
     2796  cat >> confdefs.h <<\EOF
     2797#define WITH_REGEX 1
     2798EOF
     2799
     2800  LIBOBJS="$LIBOBJS regex.o"
     2801fi
     2802fi
     2803
     2804if test -z "$ac_with_regex"; then
     2805  echo "$ac_t""rx" 1>&6
     2806  echo $ac_n "checking for re_rx_search""... $ac_c" 1>&6
     2807echo "configure:2808: checking for re_rx_search" >&5
     2808if eval "test \"`echo '$''{'ac_cv_func_re_rx_search'+set}'`\" = set"; then
     2809  echo $ac_n "(cached) $ac_c" 1>&6
     2810else
     2811  cat > conftest.$ac_ext <<EOF
     2812#line 2813 "configure"
     2813#include "confdefs.h"
     2814/* System header to define __stub macros and hopefully few prototypes,
     2815    which can conflict with char re_rx_search(); below.  */
     2816#include <assert.h>
     2817/* Override any gcc2 internal prototype to avoid an error.  */
     2818/* We use char because int might match the return type of a gcc2
     2819    builtin and then its argument prototype would still apply.  */
     2820char re_rx_search();
     2821
     2822int main() {
     2823
     2824/* The GNU C library defines this for functions which it implements
     2825    to always fail with ENOSYS.  Some functions are actually named
     2826    something starting with __ and the normal name is an alias.  */
     2827#if defined (__stub_re_rx_search) || defined (__stub___re_rx_search)
     2828choke me
     2829#else
     2830re_rx_search();
     2831#endif
     2832
     2833; return 0; }
     2834EOF
     2835if { (eval echo configure:2836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2836  rm -rf conftest*
     2837  eval "ac_cv_func_re_rx_search=yes"
     2838else
     2839  echo "configure: failed program was:" >&5
     2840  cat conftest.$ac_ext >&5
     2841  rm -rf conftest*
     2842  eval "ac_cv_func_re_rx_search=no"
     2843fi
     2844rm -f conftest*
     2845fi
     2846
     2847if eval "test \"`echo '$ac_cv_func_'re_rx_search`\" = yes"; then
     2848  echo "$ac_t""yes" 1>&6
     2849  :
     2850else
     2851  echo "$ac_t""no" 1>&6
     2852LIBOBJS="$LIBOBJS rx.o"
     2853fi
     2854
     2855fi
     2856
    26972857
    26982858# ---------------------------------------------------------------------------
     
    27132873
    27142874echo $ac_n "checking "that the GDBM library is available"""... $ac_c" 1>&6
    2715 echo "configure:2716: checking "that the GDBM library is available"" >&5
     2875echo "configure:2876: checking "that the GDBM library is available"" >&5
    27162876cat > conftest.$ac_ext <<EOF
    2717 #line 2718 "configure"
     2877#line 2878 "configure"
    27182878#include "confdefs.h"
    27192879#include <gdbm.h>
     
    27232883; return 0; }
    27242884EOF
    2725 if { (eval echo configure:2726: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2885if { (eval echo configure:2886: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27262886  rm -rf conftest*
    27272887  success=yes
     
    27402900
    27412901echo $ac_n "checking "that Perl 5 is available"""... $ac_c" 1>&6
    2742 echo "configure:2743: checking "that Perl 5 is available"" >&5
     2902echo "configure:2903: checking "that Perl 5 is available"" >&5
    27432903success="no"
    27442904pl_path="$PATH"
     
    27702930success=no
    27712931echo $ac_n "checking "whether STL library has known faults"""... $ac_c" 1>&6
    2772 echo "configure:2773: checking "whether STL library has known faults"" >&5
     2932echo "configure:2933: checking "whether STL library has known faults"" >&5
    27732933
    27742934cat > conftest.$ac_ext <<EOF
    2775 #line 2776 "configure"
     2935#line 2936 "configure"
    27762936#include "confdefs.h"
    27772937#include <vector>
     
    27812941; return 0; }
    27822942EOF
    2783 if { (eval echo configure:2784: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2943if { (eval echo configure:2944: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27842944  rm -rf conftest*
    27852945  success=yes
     
    27922952if test $success = "no"; then
    27932953cat > conftest.$ac_ext <<EOF
    2794 #line 2795 "configure"
     2954#line 2955 "configure"
    27952955#include "confdefs.h"
    27962956#include <vector.h>
     
    28002960; return 0; }
    28012961EOF
    2802 if { (eval echo configure:2803: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2962if { (eval echo configure:2963: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28032963  rm -rf conftest*
    28042964  success="yes"
     
    28122972if test $success = "no"; then
    28132973cat > conftest.$ac_ext <<EOF
    2814 #line 2815 "configure"
     2974#line 2975 "configure"
    28152975#include "confdefs.h"
    28162976#include <ospace\\std\\vector>
     
    28202980; return 0; }
    28212981EOF
    2822 if { (eval echo configure:2823: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2982if { (eval echo configure:2983: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28232983  rm -rf conftest*
    28242984  success="yes"
     
    28413001
    28423002echo $ac_n "checking for HP-UX needing gmalloc""... $ac_c" 1>&6
    2843 echo "configure:2844: checking for HP-UX needing gmalloc" >&5
     3003echo "configure:3004: checking for HP-UX needing gmalloc" >&5
    28443004if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    28453005  echo "$ac_t""yes" 1>&6
     
    28543014do
    28553015echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2856 echo "configure:2857: checking for $ac_func" >&5
     3016echo "configure:3017: checking for $ac_func" >&5
    28573017if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    28583018  echo $ac_n "(cached) $ac_c" 1>&6
    28593019else
    28603020  cat > conftest.$ac_ext <<EOF
    2861 #line 2862 "configure"
     3021#line 3022 "configure"
    28623022#include "confdefs.h"
    28633023/* System header to define __stub macros and hopefully few prototypes,
     
    28853045; return 0; }
    28863046EOF
    2887 if { (eval echo configure:2888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3047if { (eval echo configure:3048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28883048  rm -rf conftest*
    28893049  eval "ac_cv_func_$ac_func=yes"
     
    29113071fi
    29123072
    2913 fp_WITH_DMALLOC
    2914 fp_WITH_REGEX
     3073echo $ac_n "checking if malloc debugging is wanted""... $ac_c" 1>&6
     3074echo "configure:3075: checking if malloc debugging is wanted" >&5
     3075# Check whether --with-dmalloc or --without-dmalloc was given.
     3076if test "${with_dmalloc+set}" = set; then
     3077  withval="$with_dmalloc"
     3078  if test "$withval" = yes; then
     3079  echo "$ac_t""yes" 1>&6
     3080  cat >> confdefs.h <<\EOF
     3081#define WITH_DMALLOC 1
     3082EOF
     3083
     3084  LIBS="$LIBS -ldmalloc"
     3085  LDFLAGS="$LDFLAGS -g"
     3086else
     3087  echo "$ac_t""no" 1>&6
     3088fi
     3089else
     3090  echo "$ac_t""no" 1>&6
     3091fi
     3092
     3093
     3094echo $ac_n "checking which of rx or regex is wanted""... $ac_c" 1>&6
     3095echo "configure:3096: checking which of rx or regex is wanted" >&5
     3096# Check whether --with-regex or --without-regex was given.
     3097if test "${with_regex+set}" = set; then
     3098  withval="$with_regex"
     3099  if test "$withval" = yes; then
     3100  ac_with_regex=1
     3101  echo "$ac_t""regex" 1>&6
     3102  cat >> confdefs.h <<\EOF
     3103#define WITH_REGEX 1
     3104EOF
     3105
     3106  LIBOBJS="$LIBOBJS regex.o"
     3107fi
     3108fi
     3109
     3110if test -z "$ac_with_regex"; then
     3111  echo "$ac_t""rx" 1>&6
     3112  echo $ac_n "checking for re_rx_search""... $ac_c" 1>&6
     3113echo "configure:3114: checking for re_rx_search" >&5
     3114if eval "test \"`echo '$''{'ac_cv_func_re_rx_search'+set}'`\" = set"; then
     3115  echo $ac_n "(cached) $ac_c" 1>&6
     3116else
     3117  cat > conftest.$ac_ext <<EOF
     3118#line 3119 "configure"
     3119#include "confdefs.h"
     3120/* System header to define __stub macros and hopefully few prototypes,
     3121    which can conflict with char re_rx_search(); below.  */
     3122#include <assert.h>
     3123/* Override any gcc2 internal prototype to avoid an error.  */
     3124#ifdef __cplusplus
     3125extern "C"
     3126#endif
     3127/* We use char because int might match the return type of a gcc2
     3128    builtin and then its argument prototype would still apply.  */
     3129char re_rx_search();
     3130
     3131int main() {
     3132
     3133/* The GNU C library defines this for functions which it implements
     3134    to always fail with ENOSYS.  Some functions are actually named
     3135    something starting with __ and the normal name is an alias.  */
     3136#if defined (__stub_re_rx_search) || defined (__stub___re_rx_search)
     3137choke me
     3138#else
     3139re_rx_search();
     3140#endif
     3141
     3142; return 0; }
     3143EOF
     3144if { (eval echo configure:3145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3145  rm -rf conftest*
     3146  eval "ac_cv_func_re_rx_search=yes"
     3147else
     3148  echo "configure: failed program was:" >&5
     3149  cat conftest.$ac_ext >&5
     3150  rm -rf conftest*
     3151  eval "ac_cv_func_re_rx_search=no"
     3152fi
     3153rm -f conftest*
     3154fi
     3155
     3156if eval "test \"`echo '$ac_cv_func_'re_rx_search`\" = yes"; then
     3157  echo "$ac_t""yes" 1>&6
     3158  :
     3159else
     3160  echo "$ac_t""no" 1>&6
     3161LIBOBJS="$LIBOBJS rx.o"
     3162fi
     3163
     3164fi
     3165
    29153166
    29163167# ---------------------------------------------------------------------------
     
    30693320s%@RANLIB@%$RANLIB%g
    30703321s%@CPP@%$CPP%g
     3322s%@U@%$U%g
     3323s%@ANSI2KNR@%$ANSI2KNR%g
    30713324s%@ALLOCA@%$ALLOCA%g
    30723325s%@LIBOBJS@%$LIBOBJS%g
Note: See TracChangeset for help on using the changeset viewer.