/[gnats]/gnats/gnats/configure
ViewVC logotype

Diff of /gnats/gnats/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30 by pdm, Sun Jul 14 21:50:20 2002 UTC revision 1.31 by yngves, Sat Sep 20 22:36:43 2003 UTC
# Line 1153  test -n "$M4" && break Line 1153  test -n "$M4" && break
1153  done  done
1154  test -n "$M4" || M4="m4"  test -n "$M4" || M4="m4"
1155    
1156    for ac_prog in mawk gawk nawk awk
1157    do
1158    # Extract the first word of "$ac_prog", so it can be a program name with args.
1159    set dummy $ac_prog; ac_word=$2
1160    echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1161    echo "configure:1162: checking for $ac_word" >&5
1162    if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
1163      echo $ac_n "(cached) $ac_c" 1>&6
1164    else
1165      if test -n "$AWK"; then
1166      ac_cv_prog_AWK="$AWK" # Let the user override the test.
1167    else
1168      IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1169      ac_dummy="$PATH"
1170      for ac_dir in $ac_dummy; do
1171        test -z "$ac_dir" && ac_dir=.
1172        if test -f $ac_dir/$ac_word; then
1173          ac_cv_prog_AWK="$ac_prog"
1174          break
1175        fi
1176      done
1177      IFS="$ac_save_ifs"
1178    fi
1179    fi
1180    AWK="$ac_cv_prog_AWK"
1181    if test -n "$AWK"; then
1182      echo "$ac_t""$AWK" 1>&6
1183    else
1184      echo "$ac_t""no" 1>&6
1185    fi
1186    
1187    test -n "$AWK" && break
1188    done
1189    
1190  #AC_DIFF_OPT  #AC_DIFF_OPT
1191  echo $ac_n "checking for AIX""... $ac_c" 1>&6  echo $ac_n "checking for AIX""... $ac_c" 1>&6
1192  echo "configure:1159: checking for AIX" >&5  echo "configure:1193: checking for AIX" >&5
1193  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1194  #line 1161 "configure"  #line 1195 "configure"
1195  #include "confdefs.h"  #include "confdefs.h"
1196  #ifdef _AIX  #ifdef _AIX
1197    yes    yes
# Line 1180  rm -f conftest* Line 1214  rm -f conftest*
1214    
1215  ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`  ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
1216  echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6  echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
1217  echo "configure:1184: checking for minix/config.h" >&5  echo "configure:1218: checking for minix/config.h" >&5
1218  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1219    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1220  else  else
1221    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1222  #line 1189 "configure"  #line 1223 "configure"
1223  #include "confdefs.h"  #include "confdefs.h"
1224  #include <minix/config.h>  #include <minix/config.h>
1225  EOF  EOF
1226  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1227  { (eval echo configure:1194: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:1228: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1228  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1229  if test -z "$ac_err"; then  if test -z "$ac_err"; then
1230    rm -rf conftest*    rm -rf conftest*
# Line 1229  fi Line 1263  fi
1263    
1264    
1265          echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6          echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6
1266  echo "configure:1233: checking for strerror in -lcposix" >&5  echo "configure:1267: checking for strerror in -lcposix" >&5
1267  ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`  ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`
1268  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1269    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1237  else Line 1271  else
1271    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1272  LIBS="-lcposix  $LIBS"  LIBS="-lcposix  $LIBS"
1273  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1274  #line 1241 "configure"  #line 1275 "configure"
1275  #include "confdefs.h"  #include "confdefs.h"
1276  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
1277  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
# Line 1248  int main() { Line 1282  int main() {
1282  strerror()  strerror()
1283  ; return 0; }  ; return 0; }
1284  EOF  EOF
1285  if { (eval echo configure:1252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:1286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1286    rm -rf conftest*    rm -rf conftest*
1287    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1288  else  else
# Line 1273  fi Line 1307  fi
1307  # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works  # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
1308  # for constant arguments.  Useless!  # for constant arguments.  Useless!
1309  echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6  echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
1310  echo "configure:1277: checking for working alloca.h" >&5  echo "configure:1311: checking for working alloca.h" >&5
1311  if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
1312    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1313  else  else
1314    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1315  #line 1282 "configure"  #line 1316 "configure"
1316  #include "confdefs.h"  #include "confdefs.h"
1317  #include <alloca.h>  #include <alloca.h>
1318  int main() {  int main() {
1319  char *p = alloca(2 * sizeof(int));  char *p = alloca(2 * sizeof(int));
1320  ; return 0; }  ; return 0; }
1321  EOF  EOF
1322  if { (eval echo configure:1289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:1323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1323    rm -rf conftest*    rm -rf conftest*
1324    ac_cv_header_alloca_h=yes    ac_cv_header_alloca_h=yes
1325  else  else
# Line 1306  EOF Line 1340  EOF
1340  fi  fi
1341    
1342  echo $ac_n "checking for alloca""... $ac_c" 1>&6  echo $ac_n "checking for alloca""... $ac_c" 1>&6
1343  echo "configure:1310: checking for alloca" >&5  echo "configure:1344: checking for alloca" >&5
1344  if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
1345    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1346  else  else
1347    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1348  #line 1315 "configure"  #line 1349 "configure"
1349  #include "confdefs.h"  #include "confdefs.h"
1350    
1351  #ifdef __GNUC__  #ifdef __GNUC__
# Line 1339  int main() { Line 1373  int main() {
1373  char *p = (char *) alloca(1);  char *p = (char *) alloca(1);
1374  ; return 0; }  ; return 0; }
1375  EOF  EOF
1376  if { (eval echo configure:1343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:1377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1377    rm -rf conftest*    rm -rf conftest*
1378    ac_cv_func_alloca_works=yes    ac_cv_func_alloca_works=yes
1379  else  else
# Line 1371  EOF Line 1405  EOF
1405    
1406    
1407  echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6  echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
1408  echo "configure:1375: checking whether alloca needs Cray hooks" >&5  echo "configure:1409: checking whether alloca needs Cray hooks" >&5
1409  if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
1410    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1411  else  else
1412    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1413  #line 1380 "configure"  #line 1414 "configure"
1414  #include "confdefs.h"  #include "confdefs.h"
1415  #if defined(CRAY) && ! defined(CRAY2)  #if defined(CRAY) && ! defined(CRAY2)
1416  webecray  webecray
# Line 1401  echo "$ac_t""$ac_cv_os_cray" 1>&6 Line 1435  echo "$ac_t""$ac_cv_os_cray" 1>&6
1435  if test $ac_cv_os_cray = yes; then  if test $ac_cv_os_cray = yes; then
1436  for ac_func in _getb67 GETB67 getb67; do  for ac_func in _getb67 GETB67 getb67; do
1437    echo $ac_n "checking for $ac_func""... $ac_c" 1>&6    echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1438  echo "configure:1405: checking for $ac_func" >&5  echo "configure:1439: checking for $ac_func" >&5
1439  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1440    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1441  else  else
1442    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1443  #line 1410 "configure"  #line 1444 "configure"
1444  #include "confdefs.h"  #include "confdefs.h"
1445  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
1446      which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
# Line 1429  $ac_func(); Line 1463  $ac_func();
1463    
1464  ; return 0; }  ; return 0; }
1465  EOF  EOF
1466  if { (eval echo configure:1433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:1467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1467    rm -rf conftest*    rm -rf conftest*
1468    eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
1469  else  else
# Line 1456  done Line 1490  done
1490  fi  fi
1491    
1492  echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6  echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
1493  echo "configure:1460: checking stack direction for C alloca" >&5  echo "configure:1494: checking stack direction for C alloca" >&5
1494  if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
1495    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1496  else  else
# Line 1464  else Line 1498  else
1498    ac_cv_c_stack_direction=0    ac_cv_c_stack_direction=0
1499  else  else
1500    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1501  #line 1468 "configure"  #line 1502 "configure"
1502  #include "confdefs.h"  #include "confdefs.h"
1503  find_stack_direction ()  find_stack_direction ()
1504  {  {
# Line 1483  main () Line 1517  main ()
1517    exit (find_stack_direction() < 0);    exit (find_stack_direction() < 0);
1518  }  }
1519  EOF  EOF
1520  if { (eval echo configure:1487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null  if { (eval echo configure:1521: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1521  then  then
1522    ac_cv_c_stack_direction=1    ac_cv_c_stack_direction=1
1523  else  else
# Line 1506  fi Line 1540  fi
1540    
1541  # Some Solaris C compilers have const problems without a special ANSI option  # Some Solaris C compilers have const problems without a special ANSI option
1542  echo $ac_n "checking for really working const""... $ac_c" 1>&6  echo $ac_n "checking for really working const""... $ac_c" 1>&6
1543  echo "configure:1510: checking for really working const" >&5  echo "configure:1544: checking for really working const" >&5
1544  if eval "test \"`echo '$''{'gnats_really_working_const'+set}'`\" = set"; then  if eval "test \"`echo '$''{'gnats_really_working_const'+set}'`\" = set"; then
1545    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1546  else  else
1547        
1548  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1549  #line 1516 "configure"  #line 1550 "configure"
1550  #include "confdefs.h"  #include "confdefs.h"
1551    
1552  int main() {  int main() {
# Line 1520  const char *foo(const char *x) { return Line 1554  const char *foo(const char *x) { return
1554                  int bar(const char *x) { return x == foo(x); }                  int bar(const char *x) { return x == foo(x); }
1555  ; return 0; }  ; return 0; }
1556  EOF  EOF
1557  if { (eval echo configure:1524: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:1558: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1558    rm -rf conftest*    rm -rf conftest*
1559    gnats_really_working_const=yes    gnats_really_working_const=yes
1560  else  else
# Line 1538  fi Line 1572  fi
1572  echo "$ac_t""$gnats_really_working_const" 1>&6  echo "$ac_t""$gnats_really_working_const" 1>&6
1573  # Needed on SCO for something or other.  # Needed on SCO for something or other.
1574  echo $ac_n "checking for main in -lintl""... $ac_c" 1>&6  echo $ac_n "checking for main in -lintl""... $ac_c" 1>&6
1575  echo "configure:1542: checking for main in -lintl" >&5  echo "configure:1576: checking for main in -lintl" >&5
1576  ac_lib_var=`echo intl'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo intl'_'main | sed 'y%./+-%__p_%'`
1577  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1578    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1546  else Line 1580  else
1580    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1581  LIBS="-lintl  $LIBS"  LIBS="-lintl  $LIBS"
1582  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1583  #line 1550 "configure"  #line 1584 "configure"
1584  #include "confdefs.h"  #include "confdefs.h"
1585    
1586  int main() {  int main() {
1587  main()  main()
1588  ; return 0; }  ; return 0; }
1589  EOF  EOF
1590  if { (eval echo configure:1557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:1591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1591    rm -rf conftest*    rm -rf conftest*
1592    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1593  else  else
# Line 1586  fi Line 1620  fi
1620  # only looks in /etc/hosts), so we only look for -lsocket if we need  # only looks in /etc/hosts), so we only look for -lsocket if we need
1621  # it.  # it.
1622  echo $ac_n "checking for connect""... $ac_c" 1>&6  echo $ac_n "checking for connect""... $ac_c" 1>&6
1623  echo "configure:1590: checking for connect" >&5  echo "configure:1624: checking for connect" >&5
1624  if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
1625    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1626  else  else
1627    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1628  #line 1595 "configure"  #line 1629 "configure"
1629  #include "confdefs.h"  #include "confdefs.h"
1630  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
1631      which can conflict with char connect(); below.  */      which can conflict with char connect(); below.  */
# Line 1614  connect(); Line 1648  connect();
1648    
1649  ; return 0; }  ; return 0; }
1650  EOF  EOF
1651  if { (eval echo configure:1618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:1652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1652    rm -rf conftest*    rm -rf conftest*
1653    eval "ac_cv_func_connect=yes"    eval "ac_cv_func_connect=yes"
1654  else  else
# Line 1634  else Line 1668  else
1668    
1669  # Needed on SCO for syslog.  # Needed on SCO for syslog.
1670  echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6  echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
1671  echo "configure:1638: checking for main in -lsocket" >&5  echo "configure:1672: checking for main in -lsocket" >&5
1672  ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
1673  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1674    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1642  else Line 1676  else
1676    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1677  LIBS="-lsocket  $LIBS"  LIBS="-lsocket  $LIBS"
1678  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1679  #line 1646 "configure"  #line 1680 "configure"
1680  #include "confdefs.h"  #include "confdefs.h"
1681    
1682  int main() {  int main() {
1683  main()  main()
1684  ; return 0; }  ; return 0; }
1685  EOF  EOF
1686  if { (eval echo configure:1653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:1687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1687    rm -rf conftest*    rm -rf conftest*
1688    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1689  else  else
# Line 1678  fi Line 1712  fi
1712    
1713  # Needed under Solaris in addition to -lsocket for the network.  # Needed under Solaris in addition to -lsocket for the network.
1714  echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6  echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
1715  echo "configure:1682: checking for main in -lnsl" >&5  echo "configure:1716: checking for main in -lnsl" >&5
1716  ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
1717  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1718    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1686  else Line 1720  else
1720    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1721  LIBS="-lnsl  $LIBS"  LIBS="-lnsl  $LIBS"
1722  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1723  #line 1690 "configure"  #line 1724 "configure"
1724  #include "confdefs.h"  #include "confdefs.h"
1725    
1726  int main() {  int main() {
1727  main()  main()
1728  ; return 0; }  ; return 0; }
1729  EOF  EOF
1730  if { (eval echo configure:1697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:1731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1731    rm -rf conftest*    rm -rf conftest*
1732    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1733  else  else
# Line 1725  fi Line 1759  fi
1759    
1760  # Needed on ISC for syslog.  # Needed on ISC for syslog.
1761  echo $ac_n "checking for main in -linet""... $ac_c" 1>&6  echo $ac_n "checking for main in -linet""... $ac_c" 1>&6
1762  echo "configure:1729: checking for main in -linet" >&5  echo "configure:1763: checking for main in -linet" >&5
1763  ac_lib_var=`echo inet'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo inet'_'main | sed 'y%./+-%__p_%'`
1764  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1765    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1733  else Line 1767  else
1767    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1768  LIBS="-linet  $LIBS"  LIBS="-linet  $LIBS"
1769  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1770  #line 1737 "configure"  #line 1771 "configure"
1771  #include "confdefs.h"  #include "confdefs.h"
1772    
1773  int main() {  int main() {
1774  main()  main()
1775  ; return 0; }  ; return 0; }
1776  EOF  EOF
1777  if { (eval echo configure:1744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:1778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1778    rm -rf conftest*    rm -rf conftest*
1779    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1780  else  else
# Line 1769  fi Line 1803  fi
1803    
1804  # Needed under IRIX for a usable malloc.  # Needed under IRIX for a usable malloc.
1805  echo $ac_n "checking for main in -lmalloc""... $ac_c" 1>&6  echo $ac_n "checking for main in -lmalloc""... $ac_c" 1>&6
1806  echo "configure:1773: checking for main in -lmalloc" >&5  echo "configure:1807: checking for main in -lmalloc" >&5
1807  ac_lib_var=`echo malloc'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo malloc'_'main | sed 'y%./+-%__p_%'`
1808  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1809    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1777  else Line 1811  else
1811    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1812  LIBS="-lmalloc  $LIBS"  LIBS="-lmalloc  $LIBS"
1813  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1814  #line 1781 "configure"  #line 1815 "configure"
1815  #include "confdefs.h"  #include "confdefs.h"
1816    
1817  int main() {  int main() {
1818  main()  main()
1819  ; return 0; }  ; return 0; }
1820  EOF  EOF
1821  if { (eval echo configure:1788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:1822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1822    rm -rf conftest*    rm -rf conftest*
1823    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1824  else  else
# Line 1813  fi Line 1847  fi
1847    
1848  # Needed under Unixware 2.0 for syslog.  # Needed under Unixware 2.0 for syslog.
1849  echo $ac_n "checking for main in -lgen""... $ac_c" 1>&6  echo $ac_n "checking for main in -lgen""... $ac_c" 1>&6
1850  echo "configure:1817: checking for main in -lgen" >&5  echo "configure:1851: checking for main in -lgen" >&5
1851  ac_lib_var=`echo gen'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo gen'_'main | sed 'y%./+-%__p_%'`
1852  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1853    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1821  else Line 1855  else
1855    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1856  LIBS="-lgen  $LIBS"  LIBS="-lgen  $LIBS"
1857  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1858  #line 1825 "configure"  #line 1859 "configure"
1859  #include "confdefs.h"  #include "confdefs.h"
1860    
1861  int main() {  int main() {
1862  main()  main()
1863  ; return 0; }  ; return 0; }
1864  EOF  EOF
1865  if { (eval echo configure:1832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:1866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1866    rm -rf conftest*    rm -rf conftest*
1867    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1868  else  else
# Line 1857  fi Line 1891  fi
1891    
1892  # Needed generally for encrypted passwords.  # Needed generally for encrypted passwords.
1893  echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6  echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6
1894  echo "configure:1861: checking for crypt in -lcrypt" >&5  echo "configure:1895: checking for crypt in -lcrypt" >&5
1895  ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`  ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`
1896  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1897    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1865  else Line 1899  else
1899    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1900  LIBS="-lcrypt  $LIBS"  LIBS="-lcrypt  $LIBS"
1901  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1902  #line 1869 "configure"  #line 1903 "configure"
1903  #include "confdefs.h"  #include "confdefs.h"
1904  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
1905  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
# Line 1876  int main() { Line 1910  int main() {
1910  crypt()  crypt()
1911  ; return 0; }  ; return 0; }
1912  EOF  EOF
1913  if { (eval echo configure:1880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:1914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1914    rm -rf conftest*    rm -rf conftest*
1915    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1916  else  else
# Line 1905  fi Line 1939  fi
1939    
1940    
1941  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1942  echo "configure:1909: checking for ANSI C header files" >&5  echo "configure:1943: checking for ANSI C header files" >&5
1943  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
1944    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1945  else  else
1946    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1947  #line 1914 "configure"  #line 1948 "configure"
1948  #include "confdefs.h"  #include "confdefs.h"
1949  #include <stdlib.h>  #include <stdlib.h>
1950  #include <stdarg.h>  #include <stdarg.h>
# Line 1918  else Line 1952  else
1952  #include <float.h>  #include <float.h>
1953  EOF  EOF
1954  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1955  { (eval echo configure:1922: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:1956: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1956  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1957  if test -z "$ac_err"; then  if test -z "$ac_err"; then
1958    rm -rf conftest*    rm -rf conftest*
# Line 1935  rm -f conftest* Line 1969  rm -f conftest*
1969  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
1970    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1971  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1972  #line 1939 "configure"  #line 1973 "configure"
1973  #include "confdefs.h"  #include "confdefs.h"
1974  #include <string.h>  #include <string.h>
1975  EOF  EOF
# Line 1953  fi Line 1987  fi
1987  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
1988    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1989  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1990  #line 1957 "configure"  #line 1991 "configure"
1991  #include "confdefs.h"  #include "confdefs.h"
1992  #include <stdlib.h>  #include <stdlib.h>
1993  EOF  EOF
# Line 1974  if test "$cross_compiling" = yes; then Line 2008  if test "$cross_compiling" = yes; then
2008    :    :
2009  else  else
2010    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2011  #line 1978 "configure"  #line 2012 "configure"
2012  #include "confdefs.h"  #include "confdefs.h"
2013  #include <ctype.h>  #include <ctype.h>
2014  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
# Line 1985  if (XOR (islower (i), ISLOWER (i)) || to Line 2019  if (XOR (islower (i), ISLOWER (i)) || to
2019  exit (0); }  exit (0); }
2020    
2021  EOF  EOF
2022  if { (eval echo configure:1989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null  if { (eval echo configure:2023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2023  then  then
2024    :    :
2025  else  else
# Line 2012  for ac_hdr in crypt.h fcntl.h libgen.h l Line 2046  for ac_hdr in crypt.h fcntl.h libgen.h l
2046  do  do
2047  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2048  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2049  echo "configure:2016: checking for $ac_hdr" >&5  echo "configure:2050: checking for $ac_hdr" >&5
2050  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2051    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2052  else  else
2053    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2054  #line 2021 "configure"  #line 2055 "configure"
2055  #include "confdefs.h"  #include "confdefs.h"
2056  #include <$ac_hdr>  #include <$ac_hdr>
2057  EOF  EOF
2058  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2059  { (eval echo configure:2026: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:2060: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2060  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2061  if test -z "$ac_err"; then  if test -z "$ac_err"; then
2062    rm -rf conftest*    rm -rf conftest*
# Line 2049  fi Line 2083  fi
2083  done  done
2084    
2085  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2086  #line 2053 "configure"  #line 2087 "configure"
2087  #include "confdefs.h"  #include "confdefs.h"
2088  #include <stdlib.h>  #include <stdlib.h>
2089  EOF  EOF
# Line 2072  rm -f conftest* Line 2106  rm -f conftest*
2106  for ac_func in ftime mkdir mktemp mkstemp unsetenv  for ac_func in ftime mkdir mktemp mkstemp unsetenv
2107  do  do
2108  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2109  echo "configure:2076: checking for $ac_func" >&5  echo "configure:2110: checking for $ac_func" >&5
2110  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2111    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2112  else  else
2113    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2114  #line 2081 "configure"  #line 2115 "configure"
2115  #include "confdefs.h"  #include "confdefs.h"
2116  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
2117      which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
# Line 2100  $ac_func(); Line 2134  $ac_func();
2134    
2135  ; return 0; }  ; return 0; }
2136  EOF  EOF
2137  if { (eval echo configure:2104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2138    rm -rf conftest*    rm -rf conftest*
2139    eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
2140  else  else
# Line 2129  for ac_hdr in dirent.h sys/ndir.h sys/di Line 2163  for ac_hdr in dirent.h sys/ndir.h sys/di
2163  do  do
2164  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2165  echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6  echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
2166  echo "configure:2133: checking for $ac_hdr that defines DIR" >&5  echo "configure:2167: checking for $ac_hdr that defines DIR" >&5
2167  if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
2168    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2169  else  else
2170    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2171  #line 2138 "configure"  #line 2172 "configure"
2172  #include "confdefs.h"  #include "confdefs.h"
2173  #include <sys/types.h>  #include <sys/types.h>
2174  #include <$ac_hdr>  #include <$ac_hdr>
# Line 2142  int main() { Line 2176  int main() {
2176  DIR *dirp = 0;  DIR *dirp = 0;
2177  ; return 0; }  ; return 0; }
2178  EOF  EOF
2179  if { (eval echo configure:2146: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:2180: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2180    rm -rf conftest*    rm -rf conftest*
2181    eval "ac_cv_header_dirent_$ac_safe=yes"    eval "ac_cv_header_dirent_$ac_safe=yes"
2182  else  else
# Line 2167  done Line 2201  done
2201  # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.  # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
2202  if test $ac_header_dirent = dirent.h; then  if test $ac_header_dirent = dirent.h; then
2203  echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6  echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
2204  echo "configure:2171: checking for opendir in -ldir" >&5  echo "configure:2205: checking for opendir in -ldir" >&5
2205  ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`  ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
2206  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2207    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2175  else Line 2209  else
2209    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2210  LIBS="-ldir  $LIBS"  LIBS="-ldir  $LIBS"
2211  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2212  #line 2179 "configure"  #line 2213 "configure"
2213  #include "confdefs.h"  #include "confdefs.h"
2214  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
2215  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
# Line 2186  int main() { Line 2220  int main() {
2220  opendir()  opendir()
2221  ; return 0; }  ; return 0; }
2222  EOF  EOF
2223  if { (eval echo configure:2190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2224    rm -rf conftest*    rm -rf conftest*
2225    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2226  else  else
# Line 2208  fi Line 2242  fi
2242    
2243  else  else
2244  echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6  echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
2245  echo "configure:2212: checking for opendir in -lx" >&5  echo "configure:2246: checking for opendir in -lx" >&5
2246  ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`  ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
2247  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2248    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2216  else Line 2250  else
2250    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2251  LIBS="-lx  $LIBS"  LIBS="-lx  $LIBS"
2252  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2253  #line 2220 "configure"  #line 2254 "configure"
2254  #include "confdefs.h"  #include "confdefs.h"
2255  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
2256  /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
# Line 2227  int main() { Line 2261  int main() {
2261  opendir()  opendir()
2262  ; return 0; }  ; return 0; }
2263  EOF  EOF
2264  if { (eval echo configure:2231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2265    rm -rf conftest*    rm -rf conftest*
2266    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2267  else  else
# Line 2250  fi Line 2284  fi
2284  fi  fi
2285    
2286  echo $ac_n "checking for size_t""... $ac_c" 1>&6  echo $ac_n "checking for size_t""... $ac_c" 1>&6
2287  echo "configure:2254: checking for size_t" >&5  echo "configure:2288: checking for size_t" >&5
2288  if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
2289    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2290  else  else
2291    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2292  #line 2259 "configure"  #line 2293 "configure"
2293  #include "confdefs.h"  #include "confdefs.h"
2294  #include <sys/types.h>  #include <sys/types.h>
2295  #if STDC_HEADERS  #if STDC_HEADERS
# Line 2291  do Line 2325  do
2325  # Extract the first word of "$ac_prog", so it can be a program name with args.  # Extract the first word of "$ac_prog", so it can be a program name with args.
2326  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
2327  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2328  echo "configure:2295: checking for $ac_word" >&5  echo "configure:2329: checking for $ac_word" >&5
2329  if eval "test \"`echo '$''{'ac_cv_path_EMACS'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_EMACS'+set}'`\" = set"; then
2330    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2331  else  else
# Line 2329  test -n "$EMACS" || EMACS="no" Line 2363  test -n "$EMACS" || EMACS="no"
2363    
2364    if test $EMACS != "no"; then    if test $EMACS != "no"; then
2365      echo $ac_n "checking where .elc files should go""... $ac_c" 1>&6      echo $ac_n "checking where .elc files should go""... $ac_c" 1>&6
2366  echo "configure:2333: checking where .elc files should go" >&5  echo "configure:2367: checking where .elc files should go" >&5
2367          lispdir="\$(datadir)/emacs/site-lisp"          lispdir="\$(datadir)/emacs/site-lisp"
2368      emacs_flavor=`echo "$EMACS" | sed -e 's,^.*/,,'`      emacs_flavor=`echo "$EMACS" | sed -e 's,^.*/,,'`
2369      if test "x$prefix" = "xNONE"; then      if test "x$prefix" = "xNONE"; then
# Line 2355  echo "configure:2333: checking where .el Line 2389  echo "configure:2333: checking where .el
2389    
2390  # Linux thang.  # Linux thang.
2391  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2392  #line 2359 "configure"  #line 2393 "configure"
2393  #include "confdefs.h"  #include "confdefs.h"
2394  #include <sys/socket.h>  #include <sys/socket.h>
2395  EOF  EOF
2396  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2397  { (eval echo configure:2364: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:2398: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2398  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2399  if test -z "$ac_err"; then  if test -z "$ac_err"; then
2400    rm -rf conftest*    rm -rf conftest*
2401    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2402  #line 2369 "configure"  #line 2403 "configure"
2403  #include "confdefs.h"  #include "confdefs.h"
2404  #include <sys/socket.h>  #include <sys/socket.h>
2405  EOF  EOF
# Line 2394  GNATS_INSTALL=install-gnats Line 2428  GNATS_INSTALL=install-gnats
2428    
2429  # See if we want Kerberos.  # See if we want Kerberos.
2430  echo $ac_n "checking for --with-kerberos""... $ac_c" 1>&6  echo $ac_n "checking for --with-kerberos""... $ac_c" 1>&6
2431  echo "configure:2398: checking for --with-kerberos" >&5  echo "configure:2432: checking for --with-kerberos" >&5
2432  if test -n "$with_kerberos" ; then  if test -n "$with_kerberos" ; then
2433    echo "$ac_t""yes" 1>&6    echo "$ac_t""yes" 1>&6
2434    with_krb=true    with_krb=true
# Line 2404  fi Line 2438  fi
2438    
2439  if test -n "$with_krb"; then  if test -n "$with_krb"; then
2440  echo $ac_n "checking Kerberos path""... $ac_c" 1>&6  echo $ac_n "checking Kerberos path""... $ac_c" 1>&6
2441  echo "configure:2408: checking Kerberos path" >&5  echo "configure:2442: checking Kerberos path" >&5
2442  # Check whether --with-krb4 or --without-krb4 was given.  # Check whether --with-krb4 or --without-krb4 was given.
2443  if test "${with_krb4+set}" = set; then  if test "${with_krb4+set}" = set; then
2444    withval="$with_krb4"    withval="$with_krb4"
# Line 2425  krb_h= Line 2459  krb_h=
2459  KRBINCLUDE=  KRBINCLUDE=
2460  # XXX this should use a different approach at some point  # XXX this should use a different approach at some point
2461  echo $ac_n "checking for krb.h""... $ac_c" 1>&6  echo $ac_n "checking for krb.h""... $ac_c" 1>&6
2462  echo "configure:2429: checking for krb.h" >&5  echo "configure:2463: checking for krb.h" >&5
2463  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2464  #line 2431 "configure"  #line 2465 "configure"
2465  #include "confdefs.h"  #include "confdefs.h"
2466  #include <des.h>  #include <des.h>
2467  #include <krb.h>  #include <krb.h>
# Line 2435  int main() { Line 2469  int main() {
2469  int i;  int i;
2470  ; return 0; }  ; return 0; }
2471  EOF  EOF
2472  if { (eval echo configure:2439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2473: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2473    rm -rf conftest*    rm -rf conftest*
2474    krb_h=yes krb_incdir=    krb_h=yes krb_incdir=
2475     echo "$ac_t""yes" 1>&6     echo "$ac_t""yes" 1>&6
# Line 2453  else Line 2487  else
2487       hold_cflags=$CFLAGS       hold_cflags=$CFLAGS
2488       CFLAGS="$CFLAGS -I$krbincdir"       CFLAGS="$CFLAGS -I$krbincdir"
2489       echo $ac_n "checking for krb.h in $krbincdir""... $ac_c" 1>&6       echo $ac_n "checking for krb.h in $krbincdir""... $ac_c" 1>&6
2490  echo "configure:2457: checking for krb.h in $krbincdir" >&5  echo "configure:2491: checking for krb.h in $krbincdir" >&5
2491       cat > conftest.$ac_ext <<EOF       cat > conftest.$ac_ext <<EOF
2492  #line 2459 "configure"  #line 2493 "configure"
2493  #include "confdefs.h"  #include "confdefs.h"
2494  #include <des.h>  #include <des.h>
2495  #include <krb.h>  #include <krb.h>
# Line 2463  int main() { Line 2497  int main() {
2497  int i;  int i;
2498  ; return 0; }  ; return 0; }
2499  EOF  EOF
2500  if { (eval echo configure:2467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2501    rm -rf conftest*    rm -rf conftest*
2502    krb_h=yes krb_incdir=$krbincdir    krb_h=yes krb_incdir=$krbincdir
2503           echo "$ac_t""yes" 1>&6           echo "$ac_t""yes" 1>&6
# Line 2486  if test -n "$krb_h"; then Line 2520  if test -n "$krb_h"; then
2520    if test "$cross_compiling" = "no" && test -r $KRB4/lib/libkrb.a; then    if test "$cross_compiling" = "no" && test -r $KRB4/lib/libkrb.a; then
2521          # Fake some sensible log messages.          # Fake some sensible log messages.
2522          echo $ac_n "checking for -lkrb in $KRB4/lib""... $ac_c" 1>&6          echo $ac_n "checking for -lkrb in $KRB4/lib""... $ac_c" 1>&6
2523  echo "configure:2490: checking for -lkrb in $KRB4/lib" >&5  echo "configure:2524: checking for -lkrb in $KRB4/lib" >&5
2524          echo "$ac_t""yes" 1>&6          echo "$ac_t""yes" 1>&6
2525          krb_lib=-lkrb krb_libdir=$KRB4/lib          krb_lib=-lkrb krb_libdir=$KRB4/lib
2526    else    else
2527          echo $ac_n "checking for main in -lkrb""... $ac_c" 1>&6          echo $ac_n "checking for main in -lkrb""... $ac_c" 1>&6
2528  echo "configure:2495: checking for main in -lkrb" >&5  echo "configure:2529: checking for main in -lkrb" >&5
2529  ac_lib_var=`echo krb'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo krb'_'main | sed 'y%./+-%__p_%'`
2530  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2531    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2499  else Line 2533  else
2533    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2534  LIBS="-lkrb  $LIBS"  LIBS="-lkrb  $LIBS"
2535  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2536  #line 2503 "configure"  #line 2537 "configure"
2537  #include "confdefs.h"  #include "confdefs.h"
2538    
2539  int main() {  int main() {
2540  main()  main()
2541  ; return 0; }  ; return 0; }
2542  EOF  EOF
2543  if { (eval echo configure:2510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2544: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2544    rm -rf conftest*    rm -rf conftest*
2545    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2546  else  else
# Line 2525  if eval "test \"`echo '$ac_cv_lib_'$ac_l Line 2559  if eval "test \"`echo '$ac_cv_lib_'$ac_l
2559  else  else
2560    echo "$ac_t""no" 1>&6    echo "$ac_t""no" 1>&6
2561  echo $ac_n "checking for main in -lkrb4""... $ac_c" 1>&6  echo $ac_n "checking for main in -lkrb4""... $ac_c" 1>&6
2562  echo "configure:2529: checking for main in -lkrb4" >&5  echo "configure:2563: checking for main in -lkrb4" >&5
2563  ac_lib_var=`echo krb4'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo krb4'_'main | sed 'y%./+-%__p_%'`
2564  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2565    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2533  else Line 2567  else
2567    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2568  LIBS="-lkrb4  $LIBS"  LIBS="-lkrb4  $LIBS"
2569  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2570  #line 2537 "configure"  #line 2571 "configure"
2571  #include "confdefs.h"  #include "confdefs.h"
2572    
2573  int main() {  int main() {
2574  main()  main()
2575  ; return 0; }  ; return 0; }
2576  EOF  EOF
2577  if { (eval echo configure:2544: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2578    rm -rf conftest*    rm -rf conftest*
2579    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2580  else  else
# Line 2571  EOF Line 2605  EOF
2605      test -n "${krb_libdir}" && LIBS="${LIBS} -L${krb_libdir}"      test -n "${krb_libdir}" && LIBS="${LIBS} -L${krb_libdir}"
2606      LIBS="${LIBS} $krb_lib"      LIBS="${LIBS} $krb_lib"
2607      echo $ac_n "checking for main in -ldes""... $ac_c" 1>&6      echo $ac_n "checking for main in -ldes""... $ac_c" 1>&6
2608  echo "configure:2575: checking for main in -ldes" >&5  echo "configure:2609: checking for main in -ldes" >&5
2609  ac_lib_var=`echo des'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo des'_'main | sed 'y%./+-%__p_%'`
2610  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2611    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2579  else Line 2613  else
2613    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2614  LIBS="-ldes  $LIBS"  LIBS="-ldes  $LIBS"
2615  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2616  #line 2583 "configure"  #line 2617 "configure"
2617  #include "confdefs.h"  #include "confdefs.h"
2618    
2619  int main() {  int main() {
2620  main()  main()
2621  ; return 0; }  ; return 0; }
2622  EOF  EOF
2623  if { (eval echo configure:2590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2624: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2624    rm -rf conftest*    rm -rf conftest*
2625    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2626  else  else
# Line 2607  else Line 2641  else
2641  fi  fi
2642    
2643      echo $ac_n "checking for main in -ldes425""... $ac_c" 1>&6      echo $ac_n "checking for main in -ldes425""... $ac_c" 1>&6
2644  echo "configure:2611: checking for main in -ldes425" >&5  echo "configure:2645: checking for main in -ldes425" >&5
2645  ac_lib_var=`echo des425'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo des425'_'main | sed 'y%./+-%__p_%'`
2646  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2647    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2615  else Line 2649  else
2649    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2650  LIBS="-ldes425  $LIBS"  LIBS="-ldes425  $LIBS"
2651  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2652  #line 2619 "configure"  #line 2653 "configure"
2653  #include "confdefs.h"  #include "confdefs.h"
2654    
2655  int main() {  int main() {
2656  main()  main()
2657  ; return 0; }  ; return 0; }
2658  EOF  EOF
2659  if { (eval echo configure:2626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2660    rm -rf conftest*    rm -rf conftest*
2661    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2662  else  else
# Line 2643  else Line 2677  else
2677  fi  fi
2678    
2679      echo $ac_n "checking for main in -lkrb5""... $ac_c" 1>&6      echo $ac_n "checking for main in -lkrb5""... $ac_c" 1>&6
2680  echo "configure:2647: checking for main in -lkrb5" >&5  echo "configure:2681: checking for main in -lkrb5" >&5
2681  ac_lib_var=`echo krb5'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo krb5'_'main | sed 'y%./+-%__p_%'`
2682  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2683    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2651  else Line 2685  else
2685    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2686  LIBS="-lkrb5  $LIBS"  LIBS="-lkrb5  $LIBS"
2687  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2688  #line 2655 "configure"  #line 2689 "configure"
2689  #include "confdefs.h"  #include "confdefs.h"
2690    
2691  int main() {  int main() {
2692  main()  main()
2693  ; return 0; }  ; return 0; }
2694  EOF  EOF
2695  if { (eval echo configure:2662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2696    rm -rf conftest*    rm -rf conftest*
2697    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2698  else  else
# Line 2679  else Line 2713  else
2713  fi  fi
2714    
2715      echo $ac_n "checking for main in -lcrypto""... $ac_c" 1>&6      echo $ac_n "checking for main in -lcrypto""... $ac_c" 1>&6
2716  echo "configure:2683: checking for main in -lcrypto" >&5  echo "configure:2717: checking for main in -lcrypto" >&5
2717  ac_lib_var=`echo crypto'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo crypto'_'main | sed 'y%./+-%__p_%'`
2718  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2719    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2687  else Line 2721  else
2721    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2722  LIBS="-lcrypto  $LIBS"  LIBS="-lcrypto  $LIBS"
2723  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2724  #line 2691 "configure"  #line 2725 "configure"
2725  #include "confdefs.h"  #include "confdefs.h"
2726    
2727  int main() {  int main() {
2728  main()  main()
2729  ; return 0; }  ; return 0; }
2730  EOF  EOF
2731  if { (eval echo configure:2698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2732    rm -rf conftest*    rm -rf conftest*
2733    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2734  else  else
# Line 2715  else Line 2749  else
2749  fi  fi
2750    
2751      echo $ac_n "checking for main in -lcom_err""... $ac_c" 1>&6      echo $ac_n "checking for main in -lcom_err""... $ac_c" 1>&6
2752  echo "configure:2719: checking for main in -lcom_err" >&5  echo "configure:2753: checking for main in -lcom_err" >&5
2753  ac_lib_var=`echo com_err'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo com_err'_'main | sed 'y%./+-%__p_%'`
2754  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2755    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2723  else Line 2757  else
2757    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2758  LIBS="-lcom_err  $LIBS"  LIBS="-lcom_err  $LIBS"
2759  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2760  #line 2727 "configure"  #line 2761 "configure"
2761  #include "confdefs.h"  #include "confdefs.h"
2762    
2763  int main() {  int main() {
2764  main()  main()
2765  ; return 0; }  ; return 0; }
2766  EOF  EOF
2767  if { (eval echo configure:2734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2768    rm -rf conftest*    rm -rf conftest*
2769    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2770  else  else
# Line 2751  else Line 2785  else
2785  fi  fi
2786    
2787      echo $ac_n "checking for krb_mk_auth""... $ac_c" 1>&6      echo $ac_n "checking for krb_mk_auth""... $ac_c" 1>&6
2788  echo "configure:2755: checking for krb_mk_auth" >&5  echo "configure:2789: checking for krb_mk_auth" >&5
2789  if eval "test \"`echo '$''{'ac_cv_func_krb_mk_auth'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_krb_mk_auth'+set}'`\" = set"; then
2790    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2791  else  else
2792    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2793  #line 2760 "configure"  #line 2794 "configure"
2794  #include "confdefs.h"  #include "confdefs.h"
2795  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
2796      which can conflict with char krb_mk_auth(); below.  */      which can conflict with char krb_mk_auth(); below.  */
# Line 2779  krb_mk_auth(); Line 2813  krb_mk_auth();
2813    
2814  ; return 0; }  ; return 0; }
2815  EOF  EOF
2816  if { (eval echo configure:2783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2817    rm -rf conftest*    rm -rf conftest*
2818    eval "ac_cv_func_krb_mk_auth=yes"    eval "ac_cv_func_krb_mk_auth=yes"
2819  else  else
# Line 2806  fi Line 2840  fi
2840  for ac_func in krb_get_err_text  for ac_func in krb_get_err_text
2841  do  do
2842  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2843  echo "configure:2810: checking for $ac_func" >&5  echo "configure:2844: checking for $ac_func" >&5
2844  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2845    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2846  else  else
2847    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2848  #line 2815 "configure"  #line 2849 "configure"
2849  #include "confdefs.h"  #include "confdefs.h"
2850  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
2851      which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
# Line 2834  $ac_func(); Line 2868  $ac_func();
2868    
2869  ; return 0; }  ; return 0; }
2870  EOF  EOF
2871  if { (eval echo configure:2838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2872    rm -rf conftest*    rm -rf conftest*
2873    eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
2874  else  else
# Line 2875  fi Line 2909  fi
2909    
2910  # And GNATS_SERVICE  # And GNATS_SERVICE
2911  echo $ac_n "checking for --with-gnats-service""... $ac_c" 1>&6  echo $ac_n "checking for --with-gnats-service""... $ac_c" 1>&6
2912  echo "configure:2879: checking for --with-gnats-service" >&5  echo "configure:2913: checking for --with-gnats-service" >&5
2913  if test -n "$with_gnats_service"; then  if test -n "$with_gnats_service"; then
2914          echo "$ac_t""$with_gnats_service" 1>&6          echo "$ac_t""$with_gnats_service" 1>&6
2915          GNATS_SERVICE=$with_gnats_service          GNATS_SERVICE=$with_gnats_service
# Line 2887  fi Line 2921  fi
2921    
2922  # And GNATS_USER  # And GNATS_USER
2923  echo $ac_n "checking for --with-gnats-user""... $ac_c" 1>&6  echo $ac_n "checking for --with-gnats-user""... $ac_c" 1>&6
2924  echo "configure:2891: checking for --with-gnats-user" >&5  echo "configure:2925: checking for --with-gnats-user" >&5
2925  if test -n "$with_gnats_user"; then  if test -n "$with_gnats_user"; then
2926          echo "$ac_t""$with_gnats_user" 1>&6          echo "$ac_t""$with_gnats_user" 1>&6
2927          GNATS_USER=$with_gnats_user          GNATS_USER=$with_gnats_user
# Line 2898  if test -z "${GNATS_USER}"; then Line 2932  if test -z "${GNATS_USER}"; then
2932  fi  fi
2933    
2934  echo $ac_n "checking for --with-gnatsd-user-access-file""... $ac_c" 1>&6  echo $ac_n "checking for --with-gnatsd-user-access-file""... $ac_c" 1>&6
2935  echo "configure:2902: checking for --with-gnatsd-user-access-file" >&5  echo "configure:2936: checking for --with-gnatsd-user-access-file" >&5
2936  if test -n "${with_gnatsd_user_access_file}"; then  if test -n "${with_gnatsd_user_access_file}"; then
2937          echo "$ac_t""$with_gnatsd_user_access_file" 1>&6          echo "$ac_t""$with_gnatsd_user_access_file" 1>&6
2938          GNATSD_USER_ACCESS_FILE=$with_gnatsd_user_access_file          GNATSD_USER_ACCESS_FILE=$with_gnatsd_user_access_file
# Line 2910  if test -z "${GNATSD_USER_ACCESS_FILE}"; Line 2944  if test -z "${GNATSD_USER_ACCESS_FILE}";
2944  fi  fi
2945    
2946  echo $ac_n "checking for --with-gnatsd-host-access-file""... $ac_c" 1>&6  echo $ac_n "checking for --with-gnatsd-host-access-file""... $ac_c" 1>&6
2947  echo "configure:2914: checking for --with-gnatsd-host-access-file" >&5  echo "configure:2948: checking for --with-gnatsd-host-access-file" >&5
2948  if test -n "${with_gnatsd_host_access_file}"; then  if test -n "${with_gnatsd_host_access_file}"; then
2949          echo "$ac_t""$with_gnatsd_host_access_file" 1>&6          echo "$ac_t""$with_gnatsd_host_access_file" 1>&6
2950          GNATSD_HOST_ACCESS_FILE=$with_gnatsd_host_access_file          GNATSD_HOST_ACCESS_FILE=$with_gnatsd_host_access_file
# Line 2922  if test -z "${GNATSD_HOST_ACCESS_FILE}"; Line 2956  if test -z "${GNATSD_HOST_ACCESS_FILE}";
2956  fi  fi
2957    
2958  echo $ac_n "checking for --with-gnats-dblist-file""... $ac_c" 1>&6  echo $ac_n "checking for --with-gnats-dblist-file""... $ac_c" 1>&6
2959  echo "configure:2926: checking for --with-gnats-dblist-file" >&5  echo "configure:2960: checking for --with-gnats-dblist-file" >&5
2960  if test -n "${with_gnats_dblist_file}"; then  if test -n "${with_gnats_dblist_file}"; then
2961          echo "$ac_t""$with_gnats_dblist_file" 1>&6          echo "$ac_t""$with_gnats_dblist_file" 1>&6
2962          GLOBAL_DB_LIST_FILE=$with_gnats_dblist_file          GLOBAL_DB_LIST_FILE=$with_gnats_dblist_file
# Line 2934  if test -z "${GLOBAL_DB_LIST_FILE}"; the Line 2968  if test -z "${GLOBAL_DB_LIST_FILE}"; the
2968  fi  fi
2969    
2970  echo $ac_n "checking for --with-gnats-default-db""... $ac_c" 1>&6  echo $ac_n "checking for --with-gnats-default-db""... $ac_c" 1>&6
2971  echo "configure:2938: checking for --with-gnats-default-db" >&5  echo "configure:2972: checking for --with-gnats-default-db" >&5
2972  if test -n "${with_gnats_default_db}"; then  if test -n "${with_gnats_default_db}"; then
2973          echo "$ac_t""$with_gnats_default_db" 1>&6          echo "$ac_t""$with_gnats_default_db" 1>&6
2974          GNATS_DEFAULT_DB_DIR="$with_gnats_default_db"          GNATS_DEFAULT_DB_DIR="$with_gnats_default_db"
# Line 2961  BWEEK_END=5 Line 2995  BWEEK_END=5
2995  # Extract the first word of "sendmail", so it can be a program name with args.  # Extract the first word of "sendmail", so it can be a program name with args.
2996  set dummy sendmail; ac_word=$2  set dummy sendmail; ac_word=$2
2997  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2998  echo "configure:2965: checking for $ac_word" >&5  echo "configure:2999: checking for $ac_word" >&5
2999  if eval "test \"`echo '$''{'ac_cv_path_SENDMAIL'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_SENDMAIL'+set}'`\" = set"; then
3000    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
3001  else  else
# Line 3162  s%@YACC@%$YACC%g Line 3196  s%@YACC@%$YACC%g
3196  s%@LEX@%$LEX%g  s%@LEX@%$LEX%g
3197  s%@LEXLIB@%$LEXLIB%g  s%@LEXLIB@%$LEXLIB%g
3198  s%@M4@%$M4%g  s%@M4@%$M4%g
3199    s%@AWK@%$AWK%g
3200  s%@ALLOCA@%$ALLOCA%g  s%@ALLOCA@%$ALLOCA%g
3201  s%@EMACS@%$EMACS%g  s%@EMACS@%$EMACS%g
3202  s%@lispdir@%$lispdir%g  s%@lispdir@%$lispdir%g

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26