gnats-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to gnats/gnats/configure


From: Yngve Svendsen
Subject: Changes to gnats/gnats/configure
Date: Sat, 20 Sep 2003 18:36:43 -0400

Index: gnats/gnats/configure
diff -c gnats/gnats/configure:1.30 gnats/gnats/configure:1.31
*** gnats/gnats/configure:1.30  Sun Jul 14 17:50:20 2002
--- gnats/gnats/configure       Sat Sep 20 18:36:43 2003
***************
*** 1153,1163 ****
  done
  test -n "$M4" || M4="m4"
  
  #AC_DIFF_OPT
  echo $ac_n "checking for AIX""... $ac_c" 1>&6
! echo "configure:1159: checking for AIX" >&5
  cat > conftest.$ac_ext <<EOF
! #line 1161 "configure"
  #include "confdefs.h"
  #ifdef _AIX
    yes
--- 1153,1197 ----
  done
  test -n "$M4" || M4="m4"
  
+ for ac_prog in mawk gawk nawk awk
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+ echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+ echo "configure:1162: checking for $ac_word" >&5
+ if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
+   echo $ac_n "(cached) $ac_c" 1>&6
+ else
+   if test -n "$AWK"; then
+   ac_cv_prog_AWK="$AWK" # Let the user override the test.
+ else
+   IFS="${IFS=         }"; ac_save_ifs="$IFS"; IFS=":"
+   ac_dummy="$PATH"
+   for ac_dir in $ac_dummy; do
+     test -z "$ac_dir" && ac_dir=.
+     if test -f $ac_dir/$ac_word; then
+       ac_cv_prog_AWK="$ac_prog"
+       break
+     fi
+   done
+   IFS="$ac_save_ifs"
+ fi
+ fi
+ AWK="$ac_cv_prog_AWK"
+ if test -n "$AWK"; then
+   echo "$ac_t""$AWK" 1>&6
+ else
+   echo "$ac_t""no" 1>&6
+ fi
+ 
+ test -n "$AWK" && break
+ done
+ 
  #AC_DIFF_OPT
  echo $ac_n "checking for AIX""... $ac_c" 1>&6
! echo "configure:1193: checking for AIX" >&5
  cat > conftest.$ac_ext <<EOF
! #line 1195 "configure"
  #include "confdefs.h"
  #ifdef _AIX
    yes
***************
*** 1180,1196 ****
  
  ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
! echo "configure:1184: checking for minix/config.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1189 "configure"
  #include "confdefs.h"
  #include <minix/config.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:1194: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 1214,1230 ----
  
  ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
! echo "configure:1218: checking for minix/config.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1223 "configure"
  #include "confdefs.h"
  #include <minix/config.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:1228: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
***************
*** 1229,1235 ****
  
  
          echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6
! echo "configure:1233: checking for strerror in -lcposix" >&5
  ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 1263,1269 ----
  
  
          echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6
! echo "configure:1267: checking for strerror in -lcposix" >&5
  ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 1237,1243 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lcposix  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1241 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
--- 1271,1277 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lcposix  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1275 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
***************
*** 1248,1254 ****
  strerror()
  ; return 0; }
  EOF
! if { (eval echo configure:1252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 1282,1288 ----
  strerror()
  ; return 0; }
  EOF
! if { (eval echo configure:1286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
***************
*** 1273,1291 ****
  # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  # for constant arguments.  Useless!
  echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
! echo "configure:1277: checking for working alloca.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1282 "configure"
  #include "confdefs.h"
  #include <alloca.h>
  int main() {
  char *p = alloca(2 * sizeof(int));
  ; return 0; }
  EOF
! if { (eval echo configure:1289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    ac_cv_header_alloca_h=yes
  else
--- 1307,1325 ----
  # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  # for constant arguments.  Useless!
  echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
! echo "configure:1311: checking for working alloca.h" >&5
  if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1316 "configure"
  #include "confdefs.h"
  #include <alloca.h>
  int main() {
  char *p = alloca(2 * sizeof(int));
  ; return 0; }
  EOF
! if { (eval echo configure:1323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    ac_cv_header_alloca_h=yes
  else
***************
*** 1306,1317 ****
  fi
  
  echo $ac_n "checking for alloca""... $ac_c" 1>&6
! echo "configure:1310: checking for alloca" >&5
  if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1315 "configure"
  #include "confdefs.h"
  
  #ifdef __GNUC__
--- 1340,1351 ----
  fi
  
  echo $ac_n "checking for alloca""... $ac_c" 1>&6
! echo "configure:1344: checking for alloca" >&5
  if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1349 "configure"
  #include "confdefs.h"
  
  #ifdef __GNUC__
***************
*** 1339,1345 ****
  char *p = (char *) alloca(1);
  ; return 0; }
  EOF
! if { (eval echo configure:1343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    ac_cv_func_alloca_works=yes
  else
--- 1373,1379 ----
  char *p = (char *) alloca(1);
  ; return 0; }
  EOF
! if { (eval echo configure:1377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    ac_cv_func_alloca_works=yes
  else
***************
*** 1371,1382 ****
  
  
  echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
! echo "configure:1375: checking whether alloca needs Cray hooks" >&5
  if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1380 "configure"
  #include "confdefs.h"
  #if defined(CRAY) && ! defined(CRAY2)
  webecray
--- 1405,1416 ----
  
  
  echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
! echo "configure:1409: checking whether alloca needs Cray hooks" >&5
  if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1414 "configure"
  #include "confdefs.h"
  #if defined(CRAY) && ! defined(CRAY2)
  webecray
***************
*** 1401,1412 ****
  if test $ac_cv_os_cray = yes; then
  for ac_func in _getb67 GETB67 getb67; do
    echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:1405: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1410 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 1435,1446 ----
  if test $ac_cv_os_cray = yes; then
  for ac_func in _getb67 GETB67 getb67; do
    echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:1439: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1444 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
***************
*** 1429,1435 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:1433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 1463,1469 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:1467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
***************
*** 1456,1462 ****
  fi
  
  echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
! echo "configure:1460: checking stack direction for C alloca" >&5
  if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 1490,1496 ----
  fi
  
  echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
! echo "configure:1494: checking stack direction for C alloca" >&5
  if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
***************
*** 1464,1470 ****
    ac_cv_c_stack_direction=0
  else
    cat > conftest.$ac_ext <<EOF
! #line 1468 "configure"
  #include "confdefs.h"
  find_stack_direction ()
  {
--- 1498,1504 ----
    ac_cv_c_stack_direction=0
  else
    cat > conftest.$ac_ext <<EOF
! #line 1502 "configure"
  #include "confdefs.h"
  find_stack_direction ()
  {
***************
*** 1483,1489 ****
    exit (find_stack_direction() < 0);
  }
  EOF
! if { (eval echo configure:1487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_c_stack_direction=1
  else
--- 1517,1523 ----
    exit (find_stack_direction() < 0);
  }
  EOF
! if { (eval echo configure:1521: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    ac_cv_c_stack_direction=1
  else
***************
*** 1506,1518 ****
  
  # Some Solaris C compilers have const problems without a special ANSI option
  echo $ac_n "checking for really working const""... $ac_c" 1>&6
! echo "configure:1510: checking for really working const" >&5
  if eval "test \"`echo '$''{'gnats_really_working_const'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    
  cat > conftest.$ac_ext <<EOF
! #line 1516 "configure"
  #include "confdefs.h"
  
  int main() {
--- 1540,1552 ----
  
  # Some Solaris C compilers have const problems without a special ANSI option
  echo $ac_n "checking for really working const""... $ac_c" 1>&6
! echo "configure:1544: checking for really working const" >&5
  if eval "test \"`echo '$''{'gnats_really_working_const'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    
  cat > conftest.$ac_ext <<EOF
! #line 1550 "configure"
  #include "confdefs.h"
  
  int main() {
***************
*** 1520,1526 ****
                  int bar(const char *x) { return x == foo(x); }
  ; return 0; }
  EOF
! if { (eval echo configure:1524: \"$ac_compile\") 1>&5; (eval $ac_compile) 
2>&5; }; then
    rm -rf conftest*
    gnats_really_working_const=yes
  else
--- 1554,1560 ----
                  int bar(const char *x) { return x == foo(x); }
  ; return 0; }
  EOF
! if { (eval echo configure:1558: \"$ac_compile\") 1>&5; (eval $ac_compile) 
2>&5; }; then
    rm -rf conftest*
    gnats_really_working_const=yes
  else
***************
*** 1538,1544 ****
  echo "$ac_t""$gnats_really_working_const" 1>&6
  # Needed on SCO for something or other.
  echo $ac_n "checking for main in -lintl""... $ac_c" 1>&6
! echo "configure:1542: checking for main in -lintl" >&5
  ac_lib_var=`echo intl'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 1572,1578 ----
  echo "$ac_t""$gnats_really_working_const" 1>&6
  # Needed on SCO for something or other.
  echo $ac_n "checking for main in -lintl""... $ac_c" 1>&6
! echo "configure:1576: checking for main in -lintl" >&5
  ac_lib_var=`echo intl'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 1546,1559 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lintl  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1550 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:1557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 1580,1593 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lintl  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1584 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:1591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
***************
*** 1586,1597 ****
  # only looks in /etc/hosts), so we only look for -lsocket if we need
  # it.
  echo $ac_n "checking for connect""... $ac_c" 1>&6
! echo "configure:1590: checking for connect" >&5
  if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1595 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char connect(); below.  */
--- 1620,1631 ----
  # only looks in /etc/hosts), so we only look for -lsocket if we need
  # it.
  echo $ac_n "checking for connect""... $ac_c" 1>&6
! echo "configure:1624: checking for connect" >&5
  if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1629 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char connect(); below.  */
***************
*** 1614,1620 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:1618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_connect=yes"
  else
--- 1648,1654 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:1652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_connect=yes"
  else
***************
*** 1634,1640 ****
  
  # Needed on SCO for syslog.
  echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
! echo "configure:1638: checking for main in -lsocket" >&5
  ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 1668,1674 ----
  
  # Needed on SCO for syslog.
  echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
! echo "configure:1672: checking for main in -lsocket" >&5
  ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 1642,1655 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lsocket  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1646 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:1653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 1676,1689 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lsocket  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1680 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:1687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
***************
*** 1678,1684 ****
  
  # Needed under Solaris in addition to -lsocket for the network.
  echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
! echo "configure:1682: checking for main in -lnsl" >&5
  ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 1712,1718 ----
  
  # Needed under Solaris in addition to -lsocket for the network.
  echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
! echo "configure:1716: checking for main in -lnsl" >&5
  ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 1686,1699 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lnsl  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1690 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:1697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 1720,1733 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lnsl  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1724 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:1731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
***************
*** 1725,1731 ****
  
  # Needed on ISC for syslog.
  echo $ac_n "checking for main in -linet""... $ac_c" 1>&6
! echo "configure:1729: checking for main in -linet" >&5
  ac_lib_var=`echo inet'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 1759,1765 ----
  
  # Needed on ISC for syslog.
  echo $ac_n "checking for main in -linet""... $ac_c" 1>&6
! echo "configure:1763: checking for main in -linet" >&5
  ac_lib_var=`echo inet'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 1733,1746 ****
    ac_save_LIBS="$LIBS"
  LIBS="-linet  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1737 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:1744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 1767,1780 ----
    ac_save_LIBS="$LIBS"
  LIBS="-linet  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1771 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:1778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
***************
*** 1769,1775 ****
  
  # Needed under IRIX for a usable malloc.
  echo $ac_n "checking for main in -lmalloc""... $ac_c" 1>&6
! echo "configure:1773: checking for main in -lmalloc" >&5
  ac_lib_var=`echo malloc'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 1803,1809 ----
  
  # Needed under IRIX for a usable malloc.
  echo $ac_n "checking for main in -lmalloc""... $ac_c" 1>&6
! echo "configure:1807: checking for main in -lmalloc" >&5
  ac_lib_var=`echo malloc'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 1777,1790 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lmalloc  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1781 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:1788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 1811,1824 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lmalloc  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1815 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:1822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
***************
*** 1813,1819 ****
  
  # Needed under Unixware 2.0 for syslog.
  echo $ac_n "checking for main in -lgen""... $ac_c" 1>&6
! echo "configure:1817: checking for main in -lgen" >&5
  ac_lib_var=`echo gen'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 1847,1853 ----
  
  # Needed under Unixware 2.0 for syslog.
  echo $ac_n "checking for main in -lgen""... $ac_c" 1>&6
! echo "configure:1851: checking for main in -lgen" >&5
  ac_lib_var=`echo gen'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 1821,1834 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lgen  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1825 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:1832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 1855,1868 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lgen  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1859 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:1866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
***************
*** 1857,1863 ****
  
  # Needed generally for encrypted passwords.
  echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6
! echo "configure:1861: checking for crypt in -lcrypt" >&5
  ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 1891,1897 ----
  
  # Needed generally for encrypted passwords.
  echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6
! echo "configure:1895: checking for crypt in -lcrypt" >&5
  ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 1865,1871 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lcrypt  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1869 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
--- 1899,1905 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lcrypt  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1903 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
***************
*** 1876,1882 ****
  crypt()
  ; return 0; }
  EOF
! if { (eval echo configure:1880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 1910,1916 ----
  crypt()
  ; return 0; }
  EOF
! if { (eval echo configure:1914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
***************
*** 1905,1916 ****
  
  
  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
! echo "configure:1909: checking for ANSI C header files" >&5
  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1914 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  #include <stdarg.h>
--- 1939,1950 ----
  
  
  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
! echo "configure:1943: checking for ANSI C header files" >&5
  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1948 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  #include <stdarg.h>
***************
*** 1918,1924 ****
  #include <float.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:1922: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 1952,1958 ----
  #include <float.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:1956: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
***************
*** 1935,1941 ****
  if test $ac_cv_header_stdc = yes; then
    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
! #line 1939 "configure"
  #include "confdefs.h"
  #include <string.h>
  EOF
--- 1969,1975 ----
  if test $ac_cv_header_stdc = yes; then
    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
! #line 1973 "configure"
  #include "confdefs.h"
  #include <string.h>
  EOF
***************
*** 1953,1959 ****
  if test $ac_cv_header_stdc = yes; then
    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
! #line 1957 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  EOF
--- 1987,1993 ----
  if test $ac_cv_header_stdc = yes; then
    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
! #line 1991 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  EOF
***************
*** 1974,1980 ****
    :
  else
    cat > conftest.$ac_ext <<EOF
! #line 1978 "configure"
  #include "confdefs.h"
  #include <ctype.h>
  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
--- 2008,2014 ----
    :
  else
    cat > conftest.$ac_ext <<EOF
! #line 2012 "configure"
  #include "confdefs.h"
  #include <ctype.h>
  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
***************
*** 1985,1991 ****
  exit (0); }
  
  EOF
! if { (eval echo configure:1989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    :
  else
--- 2019,2025 ----
  exit (0); }
  
  EOF
! if { (eval echo configure:2023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  then
    :
  else
***************
*** 2012,2028 ****
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
! echo "configure:2016: checking for $ac_hdr" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2021 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:2026: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
--- 2046,2062 ----
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
! echo "configure:2050: checking for $ac_hdr" >&5
  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2055 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:2060: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
***************
*** 2049,2055 ****
  done
  
  cat > conftest.$ac_ext <<EOF
! #line 2053 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  EOF
--- 2083,2089 ----
  done
  
  cat > conftest.$ac_ext <<EOF
! #line 2087 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  EOF
***************
*** 2072,2083 ****
  for ac_func in ftime mkdir mktemp mkstemp unsetenv
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:2076: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2081 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 2106,2117 ----
  for ac_func in ftime mkdir mktemp mkstemp unsetenv
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:2110: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2115 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
***************
*** 2100,2106 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:2104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 2134,2140 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:2138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
***************
*** 2129,2140 ****
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
! echo "configure:2133: checking for $ac_hdr that defines DIR" >&5
  if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; 
then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2138 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <$ac_hdr>
--- 2163,2174 ----
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
! echo "configure:2167: checking for $ac_hdr that defines DIR" >&5
  if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; 
then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2172 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <$ac_hdr>
***************
*** 2142,2148 ****
  DIR *dirp = 0;
  ; return 0; }
  EOF
! if { (eval echo configure:2146: \"$ac_compile\") 1>&5; (eval $ac_compile) 
2>&5; }; then
    rm -rf conftest*
    eval "ac_cv_header_dirent_$ac_safe=yes"
  else
--- 2176,2182 ----
  DIR *dirp = 0;
  ; return 0; }
  EOF
! if { (eval echo configure:2180: \"$ac_compile\") 1>&5; (eval $ac_compile) 
2>&5; }; then
    rm -rf conftest*
    eval "ac_cv_header_dirent_$ac_safe=yes"
  else
***************
*** 2167,2173 ****
  # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  if test $ac_header_dirent = dirent.h; then
  echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
! echo "configure:2171: checking for opendir in -ldir" >&5
  ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 2201,2207 ----
  # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  if test $ac_header_dirent = dirent.h; then
  echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
! echo "configure:2205: checking for opendir in -ldir" >&5
  ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 2175,2181 ****
    ac_save_LIBS="$LIBS"
  LIBS="-ldir  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2179 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
--- 2209,2215 ----
    ac_save_LIBS="$LIBS"
  LIBS="-ldir  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2213 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
***************
*** 2186,2192 ****
  opendir()
  ; return 0; }
  EOF
! if { (eval echo configure:2190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 2220,2226 ----
  opendir()
  ; return 0; }
  EOF
! if { (eval echo configure:2224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
***************
*** 2208,2214 ****
  
  else
  echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
! echo "configure:2212: checking for opendir in -lx" >&5
  ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 2242,2248 ----
  
  else
  echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
! echo "configure:2246: checking for opendir in -lx" >&5
  ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 2216,2222 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lx  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2220 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
--- 2250,2256 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lx  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2254 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
  /* We use char because int might match the return type of a gcc2
***************
*** 2227,2233 ****
  opendir()
  ; return 0; }
  EOF
! if { (eval echo configure:2231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 2261,2267 ----
  opendir()
  ; return 0; }
  EOF
! if { (eval echo configure:2265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
***************
*** 2250,2261 ****
  fi
  
  echo $ac_n "checking for size_t""... $ac_c" 1>&6
! echo "configure:2254: checking for size_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2259 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
--- 2284,2295 ----
  fi
  
  echo $ac_n "checking for size_t""... $ac_c" 1>&6
! echo "configure:2288: checking for size_t" >&5
  if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2293 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
***************
*** 2291,2297 ****
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:2295: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_EMACS'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 2325,2331 ----
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:2329: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_EMACS'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
***************
*** 2329,2335 ****
  
    if test $EMACS != "no"; then
      echo $ac_n "checking where .elc files should go""... $ac_c" 1>&6
! echo "configure:2333: checking where .elc files should go" >&5
          lispdir="\$(datadir)/emacs/site-lisp"
      emacs_flavor=`echo "$EMACS" | sed -e 's,^.*/,,'`
      if test "x$prefix" = "xNONE"; then
--- 2363,2369 ----
  
    if test $EMACS != "no"; then
      echo $ac_n "checking where .elc files should go""... $ac_c" 1>&6
! echo "configure:2367: checking where .elc files should go" >&5
          lispdir="\$(datadir)/emacs/site-lisp"
      emacs_flavor=`echo "$EMACS" | sed -e 's,^.*/,,'`
      if test "x$prefix" = "xNONE"; then
***************
*** 2355,2371 ****
  
  # Linux thang.
  cat > conftest.$ac_ext <<EOF
! #line 2359 "configure"
  #include "confdefs.h"
  #include <sys/socket.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:2364: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
    cat > conftest.$ac_ext <<EOF
! #line 2369 "configure"
  #include "confdefs.h"
  #include <sys/socket.h>
  EOF
--- 2389,2405 ----
  
  # Linux thang.
  cat > conftest.$ac_ext <<EOF
! #line 2393 "configure"
  #include "confdefs.h"
  #include <sys/socket.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:2398: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
    rm -rf conftest*
    cat > conftest.$ac_ext <<EOF
! #line 2403 "configure"
  #include "confdefs.h"
  #include <sys/socket.h>
  EOF
***************
*** 2394,2400 ****
  
  # See if we want Kerberos.
  echo $ac_n "checking for --with-kerberos""... $ac_c" 1>&6
! echo "configure:2398: checking for --with-kerberos" >&5
  if test -n "$with_kerberos" ; then
    echo "$ac_t""yes" 1>&6
    with_krb=true
--- 2428,2434 ----
  
  # See if we want Kerberos.
  echo $ac_n "checking for --with-kerberos""... $ac_c" 1>&6
! echo "configure:2432: checking for --with-kerberos" >&5
  if test -n "$with_kerberos" ; then
    echo "$ac_t""yes" 1>&6
    with_krb=true
***************
*** 2404,2410 ****
  
  if test -n "$with_krb"; then
  echo $ac_n "checking Kerberos path""... $ac_c" 1>&6
! echo "configure:2408: checking Kerberos path" >&5
  # Check whether --with-krb4 or --without-krb4 was given.
  if test "${with_krb4+set}" = set; then
    withval="$with_krb4"
--- 2438,2444 ----
  
  if test -n "$with_krb"; then
  echo $ac_n "checking Kerberos path""... $ac_c" 1>&6
! echo "configure:2442: checking Kerberos path" >&5
  # Check whether --with-krb4 or --without-krb4 was given.
  if test "${with_krb4+set}" = set; then
    withval="$with_krb4"
***************
*** 2425,2433 ****
  KRBINCLUDE=
  # XXX this should use a different approach at some point
  echo $ac_n "checking for krb.h""... $ac_c" 1>&6
! echo "configure:2429: checking for krb.h" >&5
  cat > conftest.$ac_ext <<EOF
! #line 2431 "configure"
  #include "confdefs.h"
  #include <des.h>
  #include <krb.h>
--- 2459,2467 ----
  KRBINCLUDE=
  # XXX this should use a different approach at some point
  echo $ac_n "checking for krb.h""... $ac_c" 1>&6
! echo "configure:2463: checking for krb.h" >&5
  cat > conftest.$ac_ext <<EOF
! #line 2465 "configure"
  #include "confdefs.h"
  #include <des.h>
  #include <krb.h>
***************
*** 2435,2441 ****
  int i;
  ; return 0; }
  EOF
! if { (eval echo configure:2439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    krb_h=yes krb_incdir=
     echo "$ac_t""yes" 1>&6
--- 2469,2475 ----
  int i;
  ; return 0; }
  EOF
! if { (eval echo configure:2473: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    krb_h=yes krb_incdir=
     echo "$ac_t""yes" 1>&6
***************
*** 2453,2461 ****
       hold_cflags=$CFLAGS
       CFLAGS="$CFLAGS -I$krbincdir"
       echo $ac_n "checking for krb.h in $krbincdir""... $ac_c" 1>&6
! echo "configure:2457: checking for krb.h in $krbincdir" >&5
       cat > conftest.$ac_ext <<EOF
! #line 2459 "configure"
  #include "confdefs.h"
  #include <des.h>
  #include <krb.h>
--- 2487,2495 ----
       hold_cflags=$CFLAGS
       CFLAGS="$CFLAGS -I$krbincdir"
       echo $ac_n "checking for krb.h in $krbincdir""... $ac_c" 1>&6
! echo "configure:2491: checking for krb.h in $krbincdir" >&5
       cat > conftest.$ac_ext <<EOF
! #line 2493 "configure"
  #include "confdefs.h"
  #include <des.h>
  #include <krb.h>
***************
*** 2463,2469 ****
  int i;
  ; return 0; }
  EOF
! if { (eval echo configure:2467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    krb_h=yes krb_incdir=$krbincdir
         echo "$ac_t""yes" 1>&6
--- 2497,2503 ----
  int i;
  ; return 0; }
  EOF
! if { (eval echo configure:2501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    krb_h=yes krb_incdir=$krbincdir
         echo "$ac_t""yes" 1>&6
***************
*** 2486,2497 ****
    if test "$cross_compiling" = "no" && test -r $KRB4/lib/libkrb.a; then
        # Fake some sensible log messages.
          echo $ac_n "checking for -lkrb in $KRB4/lib""... $ac_c" 1>&6
! echo "configure:2490: checking for -lkrb in $KRB4/lib" >&5
          echo "$ac_t""yes" 1>&6
          krb_lib=-lkrb krb_libdir=$KRB4/lib
    else
        echo $ac_n "checking for main in -lkrb""... $ac_c" 1>&6
! echo "configure:2495: checking for main in -lkrb" >&5
  ac_lib_var=`echo krb'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 2520,2531 ----
    if test "$cross_compiling" = "no" && test -r $KRB4/lib/libkrb.a; then
        # Fake some sensible log messages.
          echo $ac_n "checking for -lkrb in $KRB4/lib""... $ac_c" 1>&6
! echo "configure:2524: checking for -lkrb in $KRB4/lib" >&5
          echo "$ac_t""yes" 1>&6
          krb_lib=-lkrb krb_libdir=$KRB4/lib
    else
        echo $ac_n "checking for main in -lkrb""... $ac_c" 1>&6
! echo "configure:2529: checking for main in -lkrb" >&5
  ac_lib_var=`echo krb'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 2499,2512 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lkrb  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2503 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:2510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 2533,2546 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lkrb  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2537 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:2544: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
***************
*** 2525,2531 ****
  else
    echo "$ac_t""no" 1>&6
  echo $ac_n "checking for main in -lkrb4""... $ac_c" 1>&6
! echo "configure:2529: checking for main in -lkrb4" >&5
  ac_lib_var=`echo krb4'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 2559,2565 ----
  else
    echo "$ac_t""no" 1>&6
  echo $ac_n "checking for main in -lkrb4""... $ac_c" 1>&6
! echo "configure:2563: checking for main in -lkrb4" >&5
  ac_lib_var=`echo krb4'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 2533,2546 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lkrb4  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2537 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:2544: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 2567,2580 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lkrb4  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2571 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:2578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
***************
*** 2571,2577 ****
      test -n "${krb_libdir}" && LIBS="${LIBS} -L${krb_libdir}"
      LIBS="${LIBS} $krb_lib"
      echo $ac_n "checking for main in -ldes""... $ac_c" 1>&6
! echo "configure:2575: checking for main in -ldes" >&5
  ac_lib_var=`echo des'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 2605,2611 ----
      test -n "${krb_libdir}" && LIBS="${LIBS} -L${krb_libdir}"
      LIBS="${LIBS} $krb_lib"
      echo $ac_n "checking for main in -ldes""... $ac_c" 1>&6
! echo "configure:2609: checking for main in -ldes" >&5
  ac_lib_var=`echo des'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 2579,2592 ****
    ac_save_LIBS="$LIBS"
  LIBS="-ldes  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2583 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:2590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 2613,2626 ----
    ac_save_LIBS="$LIBS"
  LIBS="-ldes  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2617 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:2624: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
***************
*** 2607,2613 ****
  fi
  
      echo $ac_n "checking for main in -ldes425""... $ac_c" 1>&6
! echo "configure:2611: checking for main in -ldes425" >&5
  ac_lib_var=`echo des425'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 2641,2647 ----
  fi
  
      echo $ac_n "checking for main in -ldes425""... $ac_c" 1>&6
! echo "configure:2645: checking for main in -ldes425" >&5
  ac_lib_var=`echo des425'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 2615,2628 ****
    ac_save_LIBS="$LIBS"
  LIBS="-ldes425  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2619 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:2626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 2649,2662 ----
    ac_save_LIBS="$LIBS"
  LIBS="-ldes425  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2653 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:2660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
***************
*** 2643,2649 ****
  fi
  
      echo $ac_n "checking for main in -lkrb5""... $ac_c" 1>&6
! echo "configure:2647: checking for main in -lkrb5" >&5
  ac_lib_var=`echo krb5'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 2677,2683 ----
  fi
  
      echo $ac_n "checking for main in -lkrb5""... $ac_c" 1>&6
! echo "configure:2681: checking for main in -lkrb5" >&5
  ac_lib_var=`echo krb5'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 2651,2664 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lkrb5  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2655 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:2662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 2685,2698 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lkrb5  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2689 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:2696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
***************
*** 2679,2685 ****
  fi
  
      echo $ac_n "checking for main in -lcrypto""... $ac_c" 1>&6
! echo "configure:2683: checking for main in -lcrypto" >&5
  ac_lib_var=`echo crypto'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 2713,2719 ----
  fi
  
      echo $ac_n "checking for main in -lcrypto""... $ac_c" 1>&6
! echo "configure:2717: checking for main in -lcrypto" >&5
  ac_lib_var=`echo crypto'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 2687,2700 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lcrypto  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2691 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:2698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 2721,2734 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lcrypto  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2725 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:2732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
***************
*** 2715,2721 ****
  fi
  
      echo $ac_n "checking for main in -lcom_err""... $ac_c" 1>&6
! echo "configure:2719: checking for main in -lcom_err" >&5
  ac_lib_var=`echo com_err'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 2749,2755 ----
  fi
  
      echo $ac_n "checking for main in -lcom_err""... $ac_c" 1>&6
! echo "configure:2753: checking for main in -lcom_err" >&5
  ac_lib_var=`echo com_err'_'main | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 2723,2736 ****
    ac_save_LIBS="$LIBS"
  LIBS="-lcom_err  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2727 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:2734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
--- 2757,2770 ----
    ac_save_LIBS="$LIBS"
  LIBS="-lcom_err  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2761 "configure"
  #include "confdefs.h"
  
  int main() {
  main()
  ; return 0; }
  EOF
! if { (eval echo configure:2768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
  else
***************
*** 2751,2762 ****
  fi
  
      echo $ac_n "checking for krb_mk_auth""... $ac_c" 1>&6
! echo "configure:2755: checking for krb_mk_auth" >&5
  if eval "test \"`echo '$''{'ac_cv_func_krb_mk_auth'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2760 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char krb_mk_auth(); below.  */
--- 2785,2796 ----
  fi
  
      echo $ac_n "checking for krb_mk_auth""... $ac_c" 1>&6
! echo "configure:2789: checking for krb_mk_auth" >&5
  if eval "test \"`echo '$''{'ac_cv_func_krb_mk_auth'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2794 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char krb_mk_auth(); below.  */
***************
*** 2779,2785 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:2783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_krb_mk_auth=yes"
  else
--- 2813,2819 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:2817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_krb_mk_auth=yes"
  else
***************
*** 2806,2817 ****
  for ac_func in krb_get_err_text
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:2810: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2815 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
--- 2840,2851 ----
  for ac_func in krb_get_err_text
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
! echo "configure:2844: checking for $ac_func" >&5
  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2849 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
***************
*** 2834,2840 ****
  
  ; return 0; }
  EOF
! if { (eval echo configure:2838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
--- 2868,2874 ----
  
  ; return 0; }
  EOF
! if { (eval echo configure:2872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
***************
*** 2875,2881 ****
  
  # And GNATS_SERVICE
  echo $ac_n "checking for --with-gnats-service""... $ac_c" 1>&6
! echo "configure:2879: checking for --with-gnats-service" >&5
  if test -n "$with_gnats_service"; then
        echo "$ac_t""$with_gnats_service" 1>&6
        GNATS_SERVICE=$with_gnats_service
--- 2909,2915 ----
  
  # And GNATS_SERVICE
  echo $ac_n "checking for --with-gnats-service""... $ac_c" 1>&6
! echo "configure:2913: checking for --with-gnats-service" >&5
  if test -n "$with_gnats_service"; then
        echo "$ac_t""$with_gnats_service" 1>&6
        GNATS_SERVICE=$with_gnats_service
***************
*** 2887,2893 ****
  
  # And GNATS_USER
  echo $ac_n "checking for --with-gnats-user""... $ac_c" 1>&6
! echo "configure:2891: checking for --with-gnats-user" >&5
  if test -n "$with_gnats_user"; then
        echo "$ac_t""$with_gnats_user" 1>&6
        GNATS_USER=$with_gnats_user
--- 2921,2927 ----
  
  # And GNATS_USER
  echo $ac_n "checking for --with-gnats-user""... $ac_c" 1>&6
! echo "configure:2925: checking for --with-gnats-user" >&5
  if test -n "$with_gnats_user"; then
        echo "$ac_t""$with_gnats_user" 1>&6
        GNATS_USER=$with_gnats_user
***************
*** 2898,2904 ****
  fi
  
  echo $ac_n "checking for --with-gnatsd-user-access-file""... $ac_c" 1>&6
! echo "configure:2902: checking for --with-gnatsd-user-access-file" >&5
  if test -n "${with_gnatsd_user_access_file}"; then
        echo "$ac_t""$with_gnatsd_user_access_file" 1>&6
        GNATSD_USER_ACCESS_FILE=$with_gnatsd_user_access_file
--- 2932,2938 ----
  fi
  
  echo $ac_n "checking for --with-gnatsd-user-access-file""... $ac_c" 1>&6
! echo "configure:2936: checking for --with-gnatsd-user-access-file" >&5
  if test -n "${with_gnatsd_user_access_file}"; then
        echo "$ac_t""$with_gnatsd_user_access_file" 1>&6
        GNATSD_USER_ACCESS_FILE=$with_gnatsd_user_access_file
***************
*** 2910,2916 ****
  fi
  
  echo $ac_n "checking for --with-gnatsd-host-access-file""... $ac_c" 1>&6
! echo "configure:2914: checking for --with-gnatsd-host-access-file" >&5
  if test -n "${with_gnatsd_host_access_file}"; then
        echo "$ac_t""$with_gnatsd_host_access_file" 1>&6
        GNATSD_HOST_ACCESS_FILE=$with_gnatsd_host_access_file
--- 2944,2950 ----
  fi
  
  echo $ac_n "checking for --with-gnatsd-host-access-file""... $ac_c" 1>&6
! echo "configure:2948: checking for --with-gnatsd-host-access-file" >&5
  if test -n "${with_gnatsd_host_access_file}"; then
        echo "$ac_t""$with_gnatsd_host_access_file" 1>&6
        GNATSD_HOST_ACCESS_FILE=$with_gnatsd_host_access_file
***************
*** 2922,2928 ****
  fi
  
  echo $ac_n "checking for --with-gnats-dblist-file""... $ac_c" 1>&6
! echo "configure:2926: checking for --with-gnats-dblist-file" >&5
  if test -n "${with_gnats_dblist_file}"; then
        echo "$ac_t""$with_gnats_dblist_file" 1>&6
        GLOBAL_DB_LIST_FILE=$with_gnats_dblist_file
--- 2956,2962 ----
  fi
  
  echo $ac_n "checking for --with-gnats-dblist-file""... $ac_c" 1>&6
! echo "configure:2960: checking for --with-gnats-dblist-file" >&5
  if test -n "${with_gnats_dblist_file}"; then
        echo "$ac_t""$with_gnats_dblist_file" 1>&6
        GLOBAL_DB_LIST_FILE=$with_gnats_dblist_file
***************
*** 2934,2940 ****
  fi
  
  echo $ac_n "checking for --with-gnats-default-db""... $ac_c" 1>&6
! echo "configure:2938: checking for --with-gnats-default-db" >&5
  if test -n "${with_gnats_default_db}"; then
        echo "$ac_t""$with_gnats_default_db" 1>&6
        GNATS_DEFAULT_DB_DIR="$with_gnats_default_db"
--- 2968,2974 ----
  fi
  
  echo $ac_n "checking for --with-gnats-default-db""... $ac_c" 1>&6
! echo "configure:2972: checking for --with-gnats-default-db" >&5
  if test -n "${with_gnats_default_db}"; then
        echo "$ac_t""$with_gnats_default_db" 1>&6
        GNATS_DEFAULT_DB_DIR="$with_gnats_default_db"
***************
*** 2961,2967 ****
  # Extract the first word of "sendmail", so it can be a program name with args.
  set dummy sendmail; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:2965: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_SENDMAIL'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
--- 2995,3001 ----
  # Extract the first word of "sendmail", so it can be a program name with args.
  set dummy sendmail; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:2999: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_path_SENDMAIL'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
***************
*** 3162,3167 ****
--- 3196,3202 ----
  address@hidden@%$LEX%g
  address@hidden@%$LEXLIB%g
  address@hidden@%$M4%g
+ address@hidden@%$AWK%g
  address@hidden@%$ALLOCA%g
  address@hidden@%$EMACS%g
  address@hidden@%$lispdir%g




reply via email to

[Prev in Thread] Current Thread [Next in Thread]