Changeset 703


Ignore:
Timestamp:
1999-10-15T19:54:35+13:00 (25 years ago)
Author:
sjboddie
Message:

* empty log message *

Location:
trunk/gsdl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure

    r700 r703  
    10121012test -n "$YACC" || YACC="yacc"
    10131013
     1014ac_aux_dir=
     1015for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
     1016  if test -f $ac_dir/install-sh; then
     1017    ac_aux_dir=$ac_dir
     1018    ac_install_sh="$ac_aux_dir/install-sh -c"
     1019    break
     1020  elif test -f $ac_dir/install.sh; then
     1021    ac_aux_dir=$ac_dir
     1022    ac_install_sh="$ac_aux_dir/install.sh -c"
     1023    break
     1024  fi
     1025done
     1026if test -z "$ac_aux_dir"; then
     1027  { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
     1028fi
     1029ac_config_guess=$ac_aux_dir/config.guess
     1030ac_config_sub=$ac_aux_dir/config.sub
     1031ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
     1032
     1033# Find a good install program.  We prefer a C program (faster),
     1034# so one script is as good as another.  But avoid the broken or
     1035# incompatible versions:
     1036# SysV /etc/install, /usr/sbin/install
     1037# SunOS /usr/etc/install
     1038# IRIX /sbin/install
     1039# AIX /bin/install
     1040# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
     1041# AFS /usr/afsws/bin/install, which mishandles nonexistent args
     1042# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
     1043# ./install, which can be erroneously created by make from ./install.sh.
     1044echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
     1045echo "configure:1046: checking for a BSD compatible install" >&5
     1046if test -z "$INSTALL"; then
     1047if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     1048  echo $ac_n "(cached) $ac_c" 1>&6
     1049else
     1050    IFS="${IFS=     }"; ac_save_IFS="$IFS"; IFS=":"
     1051  for ac_dir in $PATH; do
     1052    # Account for people who put trailing slashes in PATH elements.
     1053    case "$ac_dir/" in
     1054    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     1055    *)
     1056      # OSF1 and SCO ODT 3.0 have their own names for install.
     1057      # Don't use installbsd from OSF since it installs stuff as root
     1058      # by default.
     1059      for ac_prog in ginstall scoinst install; do
     1060        if test -f $ac_dir/$ac_prog; then
     1061      if test $ac_prog = install &&
     1062            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     1063        # AIX install.  It has an incompatible calling convention.
     1064        :
     1065      else
     1066        ac_cv_path_install="$ac_dir/$ac_prog -c"
     1067        break 2
     1068      fi
     1069    fi
     1070      done
     1071      ;;
     1072    esac
     1073  done
     1074  IFS="$ac_save_IFS"
     1075
     1076fi
     1077  if test "${ac_cv_path_install+set}" = set; then
     1078    INSTALL="$ac_cv_path_install"
     1079  else
     1080    # As a last resort, use the slow shell script.  We don't cache a
     1081    # path for INSTALL within a source directory, because that will
     1082    # break other packages using the cache if that directory is
     1083    # removed, or if the path is relative.
     1084    INSTALL="$ac_install_sh"
     1085  fi
     1086fi
     1087echo "$ac_t""$INSTALL" 1>&6
     1088
     1089# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     1090# It thinks the first close brace ends the variable substitution.
     1091test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
     1092
     1093test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
     1094
     1095test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     1096
    10141097echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1015 echo "configure:1016: checking whether ln -s works" >&5
     1098echo "configure:1099: checking whether ln -s works" >&5
    10161099if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    10171100  echo $ac_n "(cached) $ac_c" 1>&6
     
    10341117
    10351118echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1036 echo "configure:1037: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1119echo "configure:1120: checking whether ${MAKE-make} sets \${MAKE}" >&5
    10371120set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    10381121if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    10631146set dummy ranlib; ac_word=$2
    10641147echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1065 echo "configure:1066: checking for $ac_word" >&5
     1148echo "configure:1149: checking for $ac_word" >&5
    10661149if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    10671150  echo $ac_n "(cached) $ac_c" 1>&6
     
    10931176
    10941177echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1095 echo "configure:1096: checking how to run the C preprocessor" >&5
     1178echo "configure:1179: checking how to run the C preprocessor" >&5
    10961179# On Suns, sometimes $CPP names a directory.
    10971180if test -n "$CPP" && test -d "$CPP"; then
     
    11081191  # not just through cpp.
    11091192  cat > conftest.$ac_ext <<EOF
    1110 #line 1111 "configure"
     1193#line 1194 "configure"
    11111194#include "confdefs.h"
    11121195#include <assert.h>
     
    11141197EOF
    11151198ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1116 { (eval echo configure:1117: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1199{ (eval echo configure:1200: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    11171200ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    11181201if test -z "$ac_err"; then
     
    11251208  CPP="${CC-cc} -E -traditional-cpp"
    11261209  cat > conftest.$ac_ext <<EOF
    1127 #line 1128 "configure"
     1210#line 1211 "configure"
    11281211#include "confdefs.h"
    11291212#include <assert.h>
     
    11311214EOF
    11321215ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1133 { (eval echo configure:1134: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1216{ (eval echo configure:1217: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    11341217ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    11351218if test -z "$ac_err"; then
     
    11421225  CPP="${CC-cc} -nologo -E"
    11431226  cat > conftest.$ac_ext <<EOF
    1144 #line 1145 "configure"
     1227#line 1228 "configure"
    11451228#include "confdefs.h"
    11461229#include <assert.h>
     
    11481231EOF
    11491232ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1150 { (eval echo configure:1151: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1233{ (eval echo configure:1234: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    11511234ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    11521235if test -z "$ac_err"; then
     
    11731256
    11741257echo $ac_n "checking for AIX""... $ac_c" 1>&6
    1175 echo "configure:1176: checking for AIX" >&5
     1258echo "configure:1259: checking for AIX" >&5
    11761259cat > conftest.$ac_ext <<EOF
    1177 #line 1178 "configure"
     1260#line 1261 "configure"
    11781261#include "confdefs.h"
    11791262#ifdef _AIX
     
    11971280
    11981281echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    1199 echo "configure:1200: checking for POSIXized ISC" >&5
     1282echo "configure:1283: checking for POSIXized ISC" >&5
    12001283if test -d /etc/conf/kconfig.d &&
    12011284  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    12191302ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
    12201303echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
    1221 echo "configure:1222: checking for minix/config.h" >&5
     1304echo "configure:1305: checking for minix/config.h" >&5
    12221305if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    12231306  echo $ac_n "(cached) $ac_c" 1>&6
    12241307else
    12251308  cat > conftest.$ac_ext <<EOF
    1226 #line 1227 "configure"
     1309#line 1310 "configure"
    12271310#include "confdefs.h"
    12281311#include <minix/config.h>
    12291312EOF
    12301313ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1231 { (eval echo configure:1232: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1314{ (eval echo configure:1315: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12321315ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12331316if test -z "$ac_err"; then
     
    12671350
    12681351echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6
    1269 echo "configure:1270: checking for ${CC-cc} option to accept ANSI C" >&5
     1352echo "configure:1353: checking for ${CC-cc} option to accept ANSI C" >&5
    12701353if eval "test \"`echo '$''{'ac_cv_prog_cc_stdc'+set}'`\" = set"; then
    12711354  echo $ac_n "(cached) $ac_c" 1>&6
     
    12831366  CFLAGS="$ac_save_CFLAGS $ac_arg"
    12841367  cat > conftest.$ac_ext <<EOF
    1285 #line 1286 "configure"
     1368#line 1369 "configure"
    12861369#include "confdefs.h"
    12871370#if !defined(__STDC__) || __STDC__ != 1
     
    12951378; return 0; }
    12961379EOF
    1297 if { (eval echo configure:1298: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1380if { (eval echo configure:1381: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    12981381  rm -rf conftest*
    12991382  ac_cv_prog_cc_stdc="$ac_arg"; break
     
    13161399
    13171400echo $ac_n "checking for function prototypes""... $ac_c" 1>&6
    1318 echo "configure:1319: checking for function prototypes" >&5
     1401echo "configure:1402: checking for function prototypes" >&5
    13191402if test "$ac_cv_prog_cc_stdc" != no; then
    13201403  echo "$ac_t""yes" 1>&6
     
    13301413
    13311414echo $ac_n "checking for working const""... $ac_c" 1>&6
    1332 echo "configure:1333: checking for working const" >&5
     1415echo "configure:1416: checking for working const" >&5
    13331416if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    13341417  echo $ac_n "(cached) $ac_c" 1>&6
    13351418else
    13361419  cat > conftest.$ac_ext <<EOF
    1337 #line 1338 "configure"
     1420#line 1421 "configure"
    13381421#include "confdefs.h"
    13391422
     
    13841467; return 0; }
    13851468EOF
    1386 if { (eval echo configure:1387: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1469if { (eval echo configure:1470: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13871470  rm -rf conftest*
    13881471  ac_cv_c_const=yes
     
    14051488
    14061489echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1407 echo "configure:1408: checking for ANSI C header files" >&5
     1490echo "configure:1491: checking for ANSI C header files" >&5
    14081491if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    14091492  echo $ac_n "(cached) $ac_c" 1>&6
    14101493else
    14111494  cat > conftest.$ac_ext <<EOF
    1412 #line 1413 "configure"
     1495#line 1496 "configure"
    14131496#include "confdefs.h"
    14141497#include <stdlib.h>
     
    14181501EOF
    14191502ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1420 { (eval echo configure:1421: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1503{ (eval echo configure:1504: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    14211504ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    14221505if test -z "$ac_err"; then
     
    14351518  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    14361519cat > conftest.$ac_ext <<EOF
    1437 #line 1438 "configure"
     1520#line 1521 "configure"
    14381521#include "confdefs.h"
    14391522#include <string.h>
     
    14531536  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    14541537cat > conftest.$ac_ext <<EOF
    1455 #line 1456 "configure"
     1538#line 1539 "configure"
    14561539#include "confdefs.h"
    14571540#include <stdlib.h>
     
    14741557else
    14751558  cat > conftest.$ac_ext <<EOF
    1476 #line 1477 "configure"
     1559#line 1560 "configure"
    14771560#include "confdefs.h"
    14781561#include <ctype.h>
     
    14851568
    14861569EOF
    1487 if { (eval echo configure:1488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1570if { (eval echo configure:1571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    14881571then
    14891572  :
     
    15091592
    15101593echo $ac_n "checking for off_t""... $ac_c" 1>&6
    1511 echo "configure:1512: checking for off_t" >&5
     1594echo "configure:1595: checking for off_t" >&5
    15121595if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    15131596  echo $ac_n "(cached) $ac_c" 1>&6
    15141597else
    15151598  cat > conftest.$ac_ext <<EOF
    1516 #line 1517 "configure"
     1599#line 1600 "configure"
    15171600#include "confdefs.h"
    15181601#include <sys/types.h>
     
    15421625
    15431626echo $ac_n "checking for size_t""... $ac_c" 1>&6
    1544 echo "configure:1545: checking for size_t" >&5
     1627echo "configure:1628: checking for size_t" >&5
    15451628if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    15461629  echo $ac_n "(cached) $ac_c" 1>&6
    15471630else
    15481631  cat > conftest.$ac_ext <<EOF
    1549 #line 1550 "configure"
     1632#line 1633 "configure"
    15501633#include "confdefs.h"
    15511634#include <sys/types.h>
     
    15751658
    15761659echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    1577 echo "configure:1578: checking whether time.h and sys/time.h may both be included" >&5
     1660echo "configure:1661: checking whether time.h and sys/time.h may both be included" >&5
    15781661if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    15791662  echo $ac_n "(cached) $ac_c" 1>&6
    15801663else
    15811664  cat > conftest.$ac_ext <<EOF
    1582 #line 1583 "configure"
     1665#line 1666 "configure"
    15831666#include "confdefs.h"
    15841667#include <sys/types.h>
     
    15891672; return 0; }
    15901673EOF
    1591 if { (eval echo configure:1592: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1674if { (eval echo configure:1675: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15921675  rm -rf conftest*
    15931676  ac_cv_header_time=yes
     
    16101693
    16111694echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    1612 echo "configure:1613: checking whether struct tm is in sys/time.h or time.h" >&5
     1695echo "configure:1696: checking whether struct tm is in sys/time.h or time.h" >&5
    16131696if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    16141697  echo $ac_n "(cached) $ac_c" 1>&6
    16151698else
    16161699  cat > conftest.$ac_ext <<EOF
    1617 #line 1618 "configure"
     1700#line 1701 "configure"
    16181701#include "confdefs.h"
    16191702#include <sys/types.h>
     
    16231706; return 0; }
    16241707EOF
    1625 if { (eval echo configure:1626: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1708if { (eval echo configure:1709: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    16261709  rm -rf conftest*
    16271710  ac_cv_struct_tm=time.h
     
    16461729if test "$ac_cv_prog_cc_stdc" = '-Xc'; then
    16471730cat > conftest.$ac_ext <<EOF
    1648 #line 1649 "configure"
     1731#line 1732 "configure"
    16491732#include "confdefs.h"
    16501733#include <stdio.h>
     
    16541737; return 0; }
    16551738EOF
    1656 if { (eval echo configure:1657: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1739if { (eval echo configure:1740: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    16571740  :
    16581741else
     
    16671750
    16681751echo $ac_n "checking for main in -lg""... $ac_c" 1>&6
    1669 echo "configure:1670: checking for main in -lg" >&5
     1752echo "configure:1753: checking for main in -lg" >&5
    16701753ac_lib_var=`echo g'_'main | sed 'y%./+-%__p_%'`
    16711754if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16751758LIBS="-lg  $LIBS"
    16761759cat > conftest.$ac_ext <<EOF
    1677 #line 1678 "configure"
     1760#line 1761 "configure"
    16781761#include "confdefs.h"
    16791762
     
    16821765; return 0; }
    16831766EOF
    1684 if { (eval echo configure:1685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1767if { (eval echo configure:1768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16851768  rm -rf conftest*
    16861769  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17101793
    17111794echo $ac_n "checking for main in -lgdbm""... $ac_c" 1>&6
    1712 echo "configure:1713: checking for main in -lgdbm" >&5
     1795echo "configure:1796: checking for main in -lgdbm" >&5
    17131796ac_lib_var=`echo gdbm'_'main | sed 'y%./+-%__p_%'`
    17141797if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17181801LIBS="-lgdbm  $LIBS"
    17191802cat > conftest.$ac_ext <<EOF
    1720 #line 1721 "configure"
     1803#line 1804 "configure"
    17211804#include "confdefs.h"
    17221805
     
    17251808; return 0; }
    17261809EOF
    1727 if { (eval echo configure:1728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1810if { (eval echo configure:1811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17281811  rm -rf conftest*
    17291812  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17531836
    17541837echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
    1755 echo "configure:1756: checking for main in -lm" >&5
     1838echo "configure:1839: checking for main in -lm" >&5
    17561839ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
    17571840if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    17611844LIBS="-lm  $LIBS"
    17621845cat > conftest.$ac_ext <<EOF
    1763 #line 1764 "configure"
     1846#line 1847 "configure"
    17641847#include "confdefs.h"
    17651848
     
    17681851; return 0; }
    17691852EOF
    1770 if { (eval echo configure:1771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1853if { (eval echo configure:1854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17711854  rm -rf conftest*
    17721855  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17961879
    17971880echo $ac_n "checking for main in -lstdc""... $ac_c" 1>&6
    1798 echo "configure:1799: checking for main in -lstdc" >&5
     1881echo "configure:1882: checking for main in -lstdc" >&5
    17991882ac_lib_var=`echo stdc'_'main | sed 'y%./+-%__p_%'`
    18001883if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18041887LIBS="-lstdc  $LIBS"
    18051888cat > conftest.$ac_ext <<EOF
    1806 #line 1807 "configure"
     1889#line 1890 "configure"
    18071890#include "confdefs.h"
    18081891
     
    18111894; return 0; }
    18121895EOF
    1813 if { (eval echo configure:1814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1896if { (eval echo configure:1897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18141897  rm -rf conftest*
    18151898  eval "ac_cv_lib_$ac_lib_var=yes"
     
    18441927ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    18451928echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
    1846 echo "configure:1847: checking for $ac_hdr that defines DIR" >&5
     1929echo "configure:1930: checking for $ac_hdr that defines DIR" >&5
    18471930if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
    18481931  echo $ac_n "(cached) $ac_c" 1>&6
    18491932else
    18501933  cat > conftest.$ac_ext <<EOF
    1851 #line 1852 "configure"
     1934#line 1935 "configure"
    18521935#include "confdefs.h"
    18531936#include <sys/types.h>
     
    18571940; return 0; }
    18581941EOF
    1859 if { (eval echo configure:1860: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1942if { (eval echo configure:1943: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    18601943  rm -rf conftest*
    18611944  eval "ac_cv_header_dirent_$ac_safe=yes"
     
    18821965if test $ac_header_dirent = dirent.h; then
    18831966echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
    1884 echo "configure:1885: checking for opendir in -ldir" >&5
     1967echo "configure:1968: checking for opendir in -ldir" >&5
    18851968ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
    18861969if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    18901973LIBS="-ldir  $LIBS"
    18911974cat > conftest.$ac_ext <<EOF
    1892 #line 1893 "configure"
     1975#line 1976 "configure"
    18931976#include "confdefs.h"
    18941977/* Override any gcc2 internal prototype to avoid an error.  */
     
    19011984; return 0; }
    19021985EOF
    1903 if { (eval echo configure:1904: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1986if { (eval echo configure:1987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19041987  rm -rf conftest*
    19051988  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19232006else
    19242007echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
    1925 echo "configure:1926: checking for opendir in -lx" >&5
     2008echo "configure:2009: checking for opendir in -lx" >&5
    19262009ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
    19272010if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    19312014LIBS="-lx  $LIBS"
    19322015cat > conftest.$ac_ext <<EOF
    1933 #line 1934 "configure"
     2016#line 2017 "configure"
    19342017#include "confdefs.h"
    19352018/* Override any gcc2 internal prototype to avoid an error.  */
     
    19422025; return 0; }
    19432026EOF
    1944 if { (eval echo configure:1945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2027if { (eval echo configure:2028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19452028  rm -rf conftest*
    19462029  eval "ac_cv_lib_$ac_lib_var=yes"
     
    19652048
    19662049echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1967 echo "configure:1968: checking for ANSI C header files" >&5
     2050echo "configure:2051: checking for ANSI C header files" >&5
    19682051if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    19692052  echo $ac_n "(cached) $ac_c" 1>&6
    19702053else
    19712054  cat > conftest.$ac_ext <<EOF
    1972 #line 1973 "configure"
     2055#line 2056 "configure"
    19732056#include "confdefs.h"
    19742057#include <stdlib.h>
     
    19782061EOF
    19792062ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1980 { (eval echo configure:1981: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2063{ (eval echo configure:2064: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    19812064ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    19822065if test -z "$ac_err"; then
     
    19952078  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    19962079cat > conftest.$ac_ext <<EOF
    1997 #line 1998 "configure"
     2080#line 2081 "configure"
    19982081#include "confdefs.h"
    19992082#include <string.h>
     
    20132096  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    20142097cat > conftest.$ac_ext <<EOF
    2015 #line 2016 "configure"
     2098#line 2099 "configure"
    20162099#include "confdefs.h"
    20172100#include <stdlib.h>
     
    20342117else
    20352118  cat > conftest.$ac_ext <<EOF
    2036 #line 2037 "configure"
     2119#line 2120 "configure"
    20372120#include "confdefs.h"
    20382121#include <ctype.h>
     
    20452128
    20462129EOF
    2047 if { (eval echo configure:2048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2130if { (eval echo configure:2131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    20482131then
    20492132  :
     
    20722155ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    20732156echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2074 echo "configure:2075: checking for $ac_hdr" >&5
     2157echo "configure:2158: checking for $ac_hdr" >&5
    20752158if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    20762159  echo $ac_n "(cached) $ac_c" 1>&6
    20772160else
    20782161  cat > conftest.$ac_ext <<EOF
    2079 #line 2080 "configure"
     2162#line 2163 "configure"
    20802163#include "confdefs.h"
    20812164#include <$ac_hdr>
    20822165EOF
    20832166ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2084 { (eval echo configure:2085: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2167{ (eval echo configure:2168: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    20852168ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    20862169if test -z "$ac_err"; then
     
    21092192
    21102193cat > conftest.$ac_ext <<EOF
    2111 #line 2112 "configure"
     2194#line 2195 "configure"
    21122195#include "confdefs.h"
    21132196#include <stdio.h>
     
    21242207
    21252208cat > conftest.$ac_ext <<EOF
    2126 #line 2127 "configure"
     2209#line 2210 "configure"
    21272210#include "confdefs.h"
    21282211#include <stdio.h>
     
    21392222
    21402223cat > conftest.$ac_ext <<EOF
    2141 #line 2142 "configure"
     2224#line 2225 "configure"
    21422225#include "confdefs.h"
    21432226#include <sys/procfs.h>
     
    21572240# for constant arguments.  Useless!
    21582241echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2159 echo "configure:2160: checking for working alloca.h" >&5
     2242echo "configure:2243: checking for working alloca.h" >&5
    21602243if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    21612244  echo $ac_n "(cached) $ac_c" 1>&6
    21622245else
    21632246  cat > conftest.$ac_ext <<EOF
    2164 #line 2165 "configure"
     2247#line 2248 "configure"
    21652248#include "confdefs.h"
    21662249#include <alloca.h>
     
    21692252; return 0; }
    21702253EOF
    2171 if { (eval echo configure:2172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2254if { (eval echo configure:2255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21722255  rm -rf conftest*
    21732256  ac_cv_header_alloca_h=yes
     
    21902273
    21912274echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2192 echo "configure:2193: checking for alloca" >&5
     2275echo "configure:2276: checking for alloca" >&5
    21932276if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    21942277  echo $ac_n "(cached) $ac_c" 1>&6
    21952278else
    21962279  cat > conftest.$ac_ext <<EOF
    2197 #line 2198 "configure"
     2280#line 2281 "configure"
    21982281#include "confdefs.h"
    21992282
     
    22232306; return 0; }
    22242307EOF
    2225 if { (eval echo configure:2226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2308if { (eval echo configure:2309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22262309  rm -rf conftest*
    22272310  ac_cv_func_alloca_works=yes
     
    22552338
    22562339echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2257 echo "configure:2258: checking whether alloca needs Cray hooks" >&5
     2340echo "configure:2341: checking whether alloca needs Cray hooks" >&5
    22582341if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    22592342  echo $ac_n "(cached) $ac_c" 1>&6
    22602343else
    22612344  cat > conftest.$ac_ext <<EOF
    2262 #line 2263 "configure"
     2345#line 2346 "configure"
    22632346#include "confdefs.h"
    22642347#if defined(CRAY) && ! defined(CRAY2)
     
    22852368for ac_func in _getb67 GETB67 getb67; do
    22862369  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2287 echo "configure:2288: checking for $ac_func" >&5
     2370echo "configure:2371: checking for $ac_func" >&5
    22882371if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    22892372  echo $ac_n "(cached) $ac_c" 1>&6
    22902373else
    22912374  cat > conftest.$ac_ext <<EOF
    2292 #line 2293 "configure"
     2375#line 2376 "configure"
    22932376#include "confdefs.h"
    22942377/* System header to define __stub macros and hopefully few prototypes,
     
    23132396; return 0; }
    23142397EOF
    2315 if { (eval echo configure:2316: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2398if { (eval echo configure:2399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23162399  rm -rf conftest*
    23172400  eval "ac_cv_func_$ac_func=yes"
     
    23402423
    23412424echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2342 echo "configure:2343: checking stack direction for C alloca" >&5
     2425echo "configure:2426: checking stack direction for C alloca" >&5
    23432426if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    23442427  echo $ac_n "(cached) $ac_c" 1>&6
     
    23482431else
    23492432  cat > conftest.$ac_ext <<EOF
    2350 #line 2351 "configure"
     2433#line 2434 "configure"
    23512434#include "confdefs.h"
    23522435find_stack_direction ()
     
    23672450}
    23682451EOF
    2369 if { (eval echo configure:2370: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2452if { (eval echo configure:2453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    23702453then
    23712454  ac_cv_c_stack_direction=1
     
    23902473if test $ac_cv_prog_gcc = yes; then
    23912474    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    2392 echo "configure:2393: checking whether ${CC-cc} needs -traditional" >&5
     2475echo "configure:2476: checking whether ${CC-cc} needs -traditional" >&5
    23932476if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    23942477  echo $ac_n "(cached) $ac_c" 1>&6
     
    23962479    ac_pattern="Autoconf.*'x'"
    23972480  cat > conftest.$ac_ext <<EOF
    2398 #line 2399 "configure"
     2481#line 2482 "configure"
    23992482#include "confdefs.h"
    24002483#include <sgtty.h>
     
    24142497  if test $ac_cv_prog_gcc_traditional = no; then
    24152498    cat > conftest.$ac_ext <<EOF
    2416 #line 2417 "configure"
     2499#line 2500 "configure"
    24172500#include "confdefs.h"
    24182501#include <termio.h>
     
    24362519
    24372520echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    2438 echo "configure:2439: checking return type of signal handlers" >&5
     2521echo "configure:2522: checking return type of signal handlers" >&5
    24392522if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    24402523  echo $ac_n "(cached) $ac_c" 1>&6
    24412524else
    24422525  cat > conftest.$ac_ext <<EOF
    2443 #line 2444 "configure"
     2526#line 2527 "configure"
    24442527#include "confdefs.h"
    24452528#include <sys/types.h>
     
    24582541; return 0; }
    24592542EOF
    2460 if { (eval echo configure:2461: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2543if { (eval echo configure:2544: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    24612544  rm -rf conftest*
    24622545  ac_cv_type_signal=void
     
    24772560
    24782561echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    2479 echo "configure:2480: checking for vprintf" >&5
     2562echo "configure:2563: checking for vprintf" >&5
    24802563if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    24812564  echo $ac_n "(cached) $ac_c" 1>&6
    24822565else
    24832566  cat > conftest.$ac_ext <<EOF
    2484 #line 2485 "configure"
     2567#line 2568 "configure"
    24852568#include "confdefs.h"
    24862569/* System header to define __stub macros and hopefully few prototypes,
     
    25052588; return 0; }
    25062589EOF
    2507 if { (eval echo configure:2508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2590if { (eval echo configure:2591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25082591  rm -rf conftest*
    25092592  eval "ac_cv_func_vprintf=yes"
     
    25292612if test "$ac_cv_func_vprintf" != yes; then
    25302613echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    2531 echo "configure:2532: checking for _doprnt" >&5
     2614echo "configure:2615: checking for _doprnt" >&5
    25322615if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    25332616  echo $ac_n "(cached) $ac_c" 1>&6
    25342617else
    25352618  cat > conftest.$ac_ext <<EOF
    2536 #line 2537 "configure"
     2619#line 2620 "configure"
    25372620#include "confdefs.h"
    25382621/* System header to define __stub macros and hopefully few prototypes,
     
    25572640; return 0; }
    25582641EOF
    2559 if { (eval echo configure:2560: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2642if { (eval echo configure:2643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25602643  rm -rf conftest*
    25612644  eval "ac_cv_func__doprnt=yes"
     
    25842667do
    25852668echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2586 echo "configure:2587: checking for $ac_func" >&5
     2669echo "configure:2670: checking for $ac_func" >&5
    25872670if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    25882671  echo $ac_n "(cached) $ac_c" 1>&6
    25892672else
    25902673  cat > conftest.$ac_ext <<EOF
    2591 #line 2592 "configure"
     2674#line 2675 "configure"
    25922675#include "confdefs.h"
    25932676/* System header to define __stub macros and hopefully few prototypes,
     
    26122695; return 0; }
    26132696EOF
    2614 if { (eval echo configure:2615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2697if { (eval echo configure:2698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26152698  rm -rf conftest*
    26162699  eval "ac_cv_func_$ac_func=yes"
     
    26392722do
    26402723echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2641 echo "configure:2642: checking for $ac_func" >&5
     2724echo "configure:2725: checking for $ac_func" >&5
    26422725if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    26432726  echo $ac_n "(cached) $ac_c" 1>&6
    26442727else
    26452728  cat > conftest.$ac_ext <<EOF
    2646 #line 2647 "configure"
     2729#line 2730 "configure"
    26472730#include "confdefs.h"
    26482731/* System header to define __stub macros and hopefully few prototypes,
     
    26672750; return 0; }
    26682751EOF
    2669 if { (eval echo configure:2670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2752if { (eval echo configure:2753: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26702753  rm -rf conftest*
    26712754  eval "ac_cv_func_$ac_func=yes"
     
    26982781# ---------------------------------------------------------------------------
    26992782echo $ac_n "checking for HP-UX needing gmalloc""... $ac_c" 1>&6
    2700 echo "configure:2701: checking for HP-UX needing gmalloc" >&5
     2783echo "configure:2784: checking for HP-UX needing gmalloc" >&5
    27012784if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    27022785  echo "$ac_t""yes" 1>&6
     
    27112794do
    27122795echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2713 echo "configure:2714: checking for $ac_func" >&5
     2796echo "configure:2797: checking for $ac_func" >&5
    27142797if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    27152798  echo $ac_n "(cached) $ac_c" 1>&6
    27162799else
    27172800  cat > conftest.$ac_ext <<EOF
    2718 #line 2719 "configure"
     2801#line 2802 "configure"
    27192802#include "confdefs.h"
    27202803/* System header to define __stub macros and hopefully few prototypes,
     
    27392822; return 0; }
    27402823EOF
    2741 if { (eval echo configure:2742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2824if { (eval echo configure:2825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    27422825  rm -rf conftest*
    27432826  eval "ac_cv_func_$ac_func=yes"
     
    27662849
    27672850echo $ac_n "checking if malloc debugging is wanted""... $ac_c" 1>&6
    2768 echo "configure:2769: checking if malloc debugging is wanted" >&5
     2851echo "configure:2852: checking if malloc debugging is wanted" >&5
    27692852# Check whether --with-dmalloc or --without-dmalloc was given.
    27702853if test "${with_dmalloc+set}" = set; then
     
    27872870
    27882871echo $ac_n "checking which of rx or regex is wanted""... $ac_c" 1>&6
    2789 echo "configure:2790: checking which of rx or regex is wanted" >&5
     2872echo "configure:2873: checking which of rx or regex is wanted" >&5
    27902873# Check whether --with-regex or --without-regex was given.
    27912874if test "${with_regex+set}" = set; then
     
    28052888  echo "$ac_t""rx" 1>&6
    28062889  echo $ac_n "checking for re_rx_search""... $ac_c" 1>&6
    2807 echo "configure:2808: checking for re_rx_search" >&5
     2890echo "configure:2891: checking for re_rx_search" >&5
    28082891if eval "test \"`echo '$''{'ac_cv_func_re_rx_search'+set}'`\" = set"; then
    28092892  echo $ac_n "(cached) $ac_c" 1>&6
    28102893else
    28112894  cat > conftest.$ac_ext <<EOF
    2812 #line 2813 "configure"
     2895#line 2896 "configure"
    28132896#include "confdefs.h"
    28142897/* System header to define __stub macros and hopefully few prototypes,
     
    28332916; return 0; }
    28342917EOF
    2835 if { (eval echo configure:2836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2918if { (eval echo configure:2919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28362919  rm -rf conftest*
    28372920  eval "ac_cv_func_re_rx_search=yes"
     
    28732956
    28742957echo $ac_n "checking "that the GDBM library is available"""... $ac_c" 1>&6
    2875 echo "configure:2876: checking "that the GDBM library is available"" >&5
     2958echo "configure:2959: checking "that the GDBM library is available"" >&5
    28762959cat > conftest.$ac_ext <<EOF
    2877 #line 2878 "configure"
     2960#line 2961 "configure"
    28782961#include "confdefs.h"
    28792962#include <gdbm.h>
     
    28832966; return 0; }
    28842967EOF
    2885 if { (eval echo configure:2886: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2968if { (eval echo configure:2969: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28862969  rm -rf conftest*
    28872970  success=yes
     
    29002983
    29012984echo $ac_n "checking "that Perl 5 is available"""... $ac_c" 1>&6
    2902 echo "configure:2903: checking "that Perl 5 is available"" >&5
     2985echo "configure:2986: checking "that Perl 5 is available"" >&5
    29032986success="no"
    29042987pl_path="$PATH"
     
    29303013success=no
    29313014echo $ac_n "checking "whether STL library has known faults"""... $ac_c" 1>&6
    2932 echo "configure:2933: checking "whether STL library has known faults"" >&5
     3015echo "configure:3016: checking "whether STL library has known faults"" >&5
    29333016
    29343017cat > conftest.$ac_ext <<EOF
    2935 #line 2936 "configure"
     3018#line 3019 "configure"
    29363019#include "confdefs.h"
    29373020#include <vector>
     
    29413024; return 0; }
    29423025EOF
    2943 if { (eval echo configure:2944: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3026if { (eval echo configure:3027: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    29443027  rm -rf conftest*
    29453028  success=yes
     
    29523035if test $success = "no"; then
    29533036cat > conftest.$ac_ext <<EOF
    2954 #line 2955 "configure"
     3037#line 3038 "configure"
    29553038#include "confdefs.h"
    29563039#include <vector.h>
     
    29603043; return 0; }
    29613044EOF
    2962 if { (eval echo configure:2963: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3045if { (eval echo configure:3046: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    29633046  rm -rf conftest*
    29643047  success="yes"
     
    29723055if test $success = "no"; then
    29733056cat > conftest.$ac_ext <<EOF
    2974 #line 2975 "configure"
     3057#line 3058 "configure"
    29753058#include "confdefs.h"
    29763059#include <ospace\\std\\vector>
     
    29803063; return 0; }
    29813064EOF
    2982 if { (eval echo configure:2983: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3065if { (eval echo configure:3066: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    29833066  rm -rf conftest*
    29843067  success="yes"
     
    30013084
    30023085echo $ac_n "checking for HP-UX needing gmalloc""... $ac_c" 1>&6
    3003 echo "configure:3004: checking for HP-UX needing gmalloc" >&5
     3086echo "configure:3087: checking for HP-UX needing gmalloc" >&5
    30043087if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    30053088  echo "$ac_t""yes" 1>&6
     
    30143097do
    30153098echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3016 echo "configure:3017: checking for $ac_func" >&5
     3099echo "configure:3100: checking for $ac_func" >&5
    30173100if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    30183101  echo $ac_n "(cached) $ac_c" 1>&6
    30193102else
    30203103  cat > conftest.$ac_ext <<EOF
    3021 #line 3022 "configure"
     3104#line 3105 "configure"
    30223105#include "confdefs.h"
    30233106/* System header to define __stub macros and hopefully few prototypes,
     
    30453128; return 0; }
    30463129EOF
    3047 if { (eval echo configure:3048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3130if { (eval echo configure:3131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30483131  rm -rf conftest*
    30493132  eval "ac_cv_func_$ac_func=yes"
     
    30723155
    30733156echo $ac_n "checking if malloc debugging is wanted""... $ac_c" 1>&6
    3074 echo "configure:3075: checking if malloc debugging is wanted" >&5
     3157echo "configure:3158: checking if malloc debugging is wanted" >&5
    30753158# Check whether --with-dmalloc or --without-dmalloc was given.
    30763159if test "${with_dmalloc+set}" = set; then
     
    30933176
    30943177echo $ac_n "checking which of rx or regex is wanted""... $ac_c" 1>&6
    3095 echo "configure:3096: checking which of rx or regex is wanted" >&5
     3178echo "configure:3179: checking which of rx or regex is wanted" >&5
    30963179# Check whether --with-regex or --without-regex was given.
    30973180if test "${with_regex+set}" = set; then
     
    31113194  echo "$ac_t""rx" 1>&6
    31123195  echo $ac_n "checking for re_rx_search""... $ac_c" 1>&6
    3113 echo "configure:3114: checking for re_rx_search" >&5
     3196echo "configure:3197: checking for re_rx_search" >&5
    31143197if eval "test \"`echo '$''{'ac_cv_func_re_rx_search'+set}'`\" = set"; then
    31153198  echo $ac_n "(cached) $ac_c" 1>&6
    31163199else
    31173200  cat > conftest.$ac_ext <<EOF
    3118 #line 3119 "configure"
     3201#line 3202 "configure"
    31193202#include "confdefs.h"
    31203203/* System header to define __stub macros and hopefully few prototypes,
     
    31423225; return 0; }
    31433226EOF
    3144 if { (eval echo configure:3145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3227if { (eval echo configure:3228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31453228  rm -rf conftest*
    31463229  eval "ac_cv_func_re_rx_search=yes"
     
    32723355
    32733356ac_given_srcdir=$srcdir
     3357ac_given_INSTALL="$INSTALL"
    32743358
    32753359trap 'rm -fr `echo "packages/mg/Makefile packages/mg/src/text/Makefile packages/mg/src/images/Makefile
    32763360          packages/mg/src/scripts/Makefile packages/mg/lib/Makefile
    32773361          src/hashfile/Makefile src/colservr/Makefile src/recpt/Makefile src/txt2db/Makefile
    3278           src/db2txt/Makefile lib/Makefile collect/cstr/src/recpt/Makefile
    3279           collect/niupepa/src/recpt/Makefile Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     3362          src/db2txt/Makefile lib/Makefile Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
    32803363EOF
    32813364cat >> $CONFIG_STATUS <<EOF
     
    33163399s%@AWK@%$AWK%g
    33173400s%@YACC@%$YACC%g
     3401s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
     3402s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
     3403s%@INSTALL_DATA@%$INSTALL_DATA%g
    33183404s%@LN_S@%$LN_S%g
    33193405s%@SET_MAKE@%$SET_MAKE%g
     
    33693455          packages/mg/src/scripts/Makefile packages/mg/lib/Makefile
    33703456          src/hashfile/Makefile src/colservr/Makefile src/recpt/Makefile src/txt2db/Makefile
    3371           src/db2txt/Makefile lib/Makefile collect/cstr/src/recpt/Makefile
    3372           collect/niupepa/src/recpt/Makefile Makefile"}
     3457          src/db2txt/Makefile lib/Makefile Makefile"}
    33733458EOF
    33743459cat >> $CONFIG_STATUS <<\EOF
     
    34053490  esac
    34063491
     3492  case "$ac_given_INSTALL" in
     3493  [/$]*) INSTALL="$ac_given_INSTALL" ;;
     3494  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
     3495  esac
    34073496
    34083497  echo creating "$ac_file"
     
    34203509s%@srcdir@%$srcdir%g
    34213510s%@top_srcdir@%$top_srcdir%g
     3511s%@INSTALL@%$INSTALL%g
    34223512" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
    34233513fi; done
  • trunk/gsdl/configure.in

    r684 r703  
    2525AC_PROG_AWK
    2626AC_PROG_YACC
    27 dnl AC_PROG_INSTALL
     27AC_PROG_INSTALL
    2828AC_PROG_LN_S
    2929AC_PROG_MAKE_SET
     
    241241          packages/mg/src/scripts/Makefile packages/mg/lib/Makefile
    242242          src/hashfile/Makefile src/colservr/Makefile src/recpt/Makefile src/txt2db/Makefile
    243           src/db2txt/Makefile lib/Makefile collect/cstr/src/recpt/Makefile
    244           collect/niupepa/src/recpt/Makefile Makefile)
    245 
    246 
    247 
    248 
     243          src/db2txt/Makefile lib/Makefile Makefile)
     244
     245
     246
     247
Note: See TracChangeset for help on using the changeset viewer.