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

Diff of /gnats/gnats/configure

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

revision 1.27 by pdm, Thu Sep 6 18:59:38 2001 UTC revision 1.28 by pdm, Sun Dec 23 20:21:33 2001 UTC
# Line 2048  else Line 2048  else
2048  fi  fi
2049  done  done
2050    
2051    cat > conftest.$ac_ext <<EOF
2052    #line 2053 "configure"
2053    #include "confdefs.h"
2054    #include <stdlib.h>
2055    EOF
2056    if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2057      egrep "\<unsetenv\>" >/dev/null 2>&1; then
2058      rm -rf conftest*
2059      cat >> confdefs.h <<\EOF
2060    #define HAVE_DECL_UNSETENV 1
2061    EOF
2062    
2063    else
2064      rm -rf conftest*
2065      cat >> confdefs.h <<\EOF
2066    #define HAVE_DECL_UNSETENV 0
2067    EOF
2068    
2069    fi
2070    rm -f conftest*
2071    
2072  for ac_func in ftime mkdir mktemp mkstemp unsetenv  for ac_func in ftime mkdir mktemp mkstemp unsetenv
2073  do  do
2074  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2075  echo "configure:2055: checking for $ac_func" >&5  echo "configure:2076: checking for $ac_func" >&5
2076  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2077    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2078  else  else
2079    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2080  #line 2060 "configure"  #line 2081 "configure"
2081  #include "confdefs.h"  #include "confdefs.h"
2082  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
2083      which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
# Line 2079  $ac_func(); Line 2100  $ac_func();
2100    
2101  ; return 0; }  ; return 0; }
2102  EOF  EOF
2103  if { (eval echo configure:2083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2104    rm -rf conftest*    rm -rf conftest*
2105    eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
2106  else  else
# Line 2108  for ac_hdr in dirent.h sys/ndir.h sys/di Line 2129  for ac_hdr in dirent.h sys/ndir.h sys/di
2129  do  do
2130  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2131  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
2132  echo "configure:2112: checking for $ac_hdr that defines DIR" >&5  echo "configure:2133: checking for $ac_hdr that defines DIR" >&5
2133  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
2134    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2135  else  else
2136    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2137  #line 2117 "configure"  #line 2138 "configure"
2138  #include "confdefs.h"  #include "confdefs.h"
2139  #include <sys/types.h>  #include <sys/types.h>
2140  #include <$ac_hdr>  #include <$ac_hdr>
# Line 2121  int main() { Line 2142  int main() {
2142  DIR *dirp = 0;  DIR *dirp = 0;
2143  ; return 0; }  ; return 0; }
2144  EOF  EOF
2145  if { (eval echo configure:2125: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:2146: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2146    rm -rf conftest*    rm -rf conftest*
2147    eval "ac_cv_header_dirent_$ac_safe=yes"    eval "ac_cv_header_dirent_$ac_safe=yes"
2148  else  else
# Line 2146  done Line 2167  done
2167  # 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.
2168  if test $ac_header_dirent = dirent.h; then  if test $ac_header_dirent = dirent.h; then
2169  echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6  echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
2170  echo "configure:2150: checking for opendir in -ldir" >&5  echo "configure:2171: checking for opendir in -ldir" >&5
2171  ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`  ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
2172  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
2173    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2154  else Line 2175  else
2175    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2176  LIBS="-ldir  $LIBS"  LIBS="-ldir  $LIBS"
2177  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2178  #line 2158 "configure"  #line 2179 "configure"
2179  #include "confdefs.h"  #include "confdefs.h"
2180  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
2181  /* 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 2165  int main() { Line 2186  int main() {
2186  opendir()  opendir()
2187  ; return 0; }  ; return 0; }
2188  EOF  EOF
2189  if { (eval echo configure:2169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2190    rm -rf conftest*    rm -rf conftest*
2191    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2192  else  else
# Line 2187  fi Line 2208  fi
2208    
2209  else  else
2210  echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6  echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
2211  echo "configure:2191: checking for opendir in -lx" >&5  echo "configure:2212: checking for opendir in -lx" >&5
2212  ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`  ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
2213  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
2214    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2195  else Line 2216  else
2216    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2217  LIBS="-lx  $LIBS"  LIBS="-lx  $LIBS"
2218  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2219  #line 2199 "configure"  #line 2220 "configure"
2220  #include "confdefs.h"  #include "confdefs.h"
2221  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
2222  /* 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 2206  int main() { Line 2227  int main() {
2227  opendir()  opendir()
2228  ; return 0; }  ; return 0; }
2229  EOF  EOF
2230  if { (eval echo configure:2210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2231    rm -rf conftest*    rm -rf conftest*
2232    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2233  else  else
# Line 2229  fi Line 2250  fi
2250  fi  fi
2251    
2252  echo $ac_n "checking for size_t""... $ac_c" 1>&6  echo $ac_n "checking for size_t""... $ac_c" 1>&6
2253  echo "configure:2233: checking for size_t" >&5  echo "configure:2254: checking for size_t" >&5
2254  if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
2255    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2256  else  else
2257    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2258  #line 2238 "configure"  #line 2259 "configure"
2259  #include "confdefs.h"  #include "confdefs.h"
2260  #include <sys/types.h>  #include <sys/types.h>
2261  #if STDC_HEADERS  #if STDC_HEADERS
# Line 2270  do Line 2291  do
2291  # 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.
2292  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
2293  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2294  echo "configure:2274: checking for $ac_word" >&5  echo "configure:2295: checking for $ac_word" >&5
2295  if eval "test \"`echo '$''{'ac_cv_path_EMACS'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_EMACS'+set}'`\" = set"; then
2296    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2297  else  else
# Line 2308  test -n "$EMACS" || EMACS="no" Line 2329  test -n "$EMACS" || EMACS="no"
2329    
2330    if test $EMACS != "no"; then    if test $EMACS != "no"; then
2331      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
2332  echo "configure:2312: checking where .elc files should go" >&5  echo "configure:2333: checking where .elc files should go" >&5
2333          lispdir="\$(datadir)/emacs/site-lisp"          lispdir="\$(datadir)/emacs/site-lisp"
2334      emacs_flavor=`echo "$EMACS" | sed -e 's,^.*/,,'`      emacs_flavor=`echo "$EMACS" | sed -e 's,^.*/,,'`
2335      if test "x$prefix" = "xNONE"; then      if test "x$prefix" = "xNONE"; then
# Line 2334  echo "configure:2312: checking where .el Line 2355  echo "configure:2312: checking where .el
2355    
2356  # Linux thang.  # Linux thang.
2357  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2358  #line 2338 "configure"  #line 2359 "configure"
2359  #include "confdefs.h"  #include "confdefs.h"
2360  #include <sys/socket.h>  #include <sys/socket.h>
2361  EOF  EOF
2362  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2363  { (eval echo configure:2343: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:2364: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2364  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2365  if test -z "$ac_err"; then  if test -z "$ac_err"; then
2366    rm -rf conftest*    rm -rf conftest*
2367    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2368  #line 2348 "configure"  #line 2369 "configure"
2369  #include "confdefs.h"  #include "confdefs.h"
2370  #include <sys/socket.h>  #include <sys/socket.h>
2371  EOF  EOF
# Line 2373  GNATS_INSTALL=install-gnats Line 2394  GNATS_INSTALL=install-gnats
2394    
2395  # See if we want Kerberos.  # See if we want Kerberos.
2396  echo $ac_n "checking for --with-kerberos""... $ac_c" 1>&6  echo $ac_n "checking for --with-kerberos""... $ac_c" 1>&6
2397  echo "configure:2377: checking for --with-kerberos" >&5  echo "configure:2398: checking for --with-kerberos" >&5
2398  if test -n "$with_kerberos" ; then  if test -n "$with_kerberos" ; then
2399    echo "$ac_t""yes" 1>&6    echo "$ac_t""yes" 1>&6
2400    with_krb=true    with_krb=true
# Line 2383  fi Line 2404  fi
2404    
2405  if test -n "$with_krb"; then  if test -n "$with_krb"; then
2406  echo $ac_n "checking Kerberos path""... $ac_c" 1>&6  echo $ac_n "checking Kerberos path""... $ac_c" 1>&6
2407  echo "configure:2387: checking Kerberos path" >&5  echo "configure:2408: checking Kerberos path" >&5
2408  # Check whether --with-krb4 or --without-krb4 was given.  # Check whether --with-krb4 or --without-krb4 was given.
2409  if test "${with_krb4+set}" = set; then  if test "${with_krb4+set}" = set; then
2410    withval="$with_krb4"    withval="$with_krb4"
# Line 2404  krb_h= Line 2425  krb_h=
2425  KRBINCLUDE=  KRBINCLUDE=
2426  # XXX this should use a different approach at some point  # XXX this should use a different approach at some point
2427  echo $ac_n "checking for krb.h""... $ac_c" 1>&6  echo $ac_n "checking for krb.h""... $ac_c" 1>&6
2428  echo "configure:2408: checking for krb.h" >&5  echo "configure:2429: checking for krb.h" >&5
2429  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2430  #line 2410 "configure"  #line 2431 "configure"
2431  #include "confdefs.h"  #include "confdefs.h"
2432  #include <des.h>  #include <des.h>
2433  #include <krb.h>  #include <krb.h>
# Line 2414  int main() { Line 2435  int main() {
2435  int i;  int i;
2436  ; return 0; }  ; return 0; }
2437  EOF  EOF
2438  if { (eval echo configure:2418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2439    rm -rf conftest*    rm -rf conftest*
2440    krb_h=yes krb_incdir=    krb_h=yes krb_incdir=
2441     echo "$ac_t""yes" 1>&6     echo "$ac_t""yes" 1>&6
# Line 2432  else Line 2453  else
2453       hold_cflags=$CFLAGS       hold_cflags=$CFLAGS
2454       CFLAGS="$CFLAGS -I$krbincdir"       CFLAGS="$CFLAGS -I$krbincdir"
2455       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
2456  echo "configure:2436: checking for krb.h in $krbincdir" >&5  echo "configure:2457: checking for krb.h in $krbincdir" >&5
2457       cat > conftest.$ac_ext <<EOF       cat > conftest.$ac_ext <<EOF
2458  #line 2438 "configure"  #line 2459 "configure"
2459  #include "confdefs.h"  #include "confdefs.h"
2460  #include <des.h>  #include <des.h>
2461  #include <krb.h>  #include <krb.h>
# Line 2442  int main() { Line 2463  int main() {
2463  int i;  int i;
2464  ; return 0; }  ; return 0; }
2465  EOF  EOF
2466  if { (eval echo configure:2446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2467    rm -rf conftest*    rm -rf conftest*
2468    krb_h=yes krb_incdir=$krbincdir    krb_h=yes krb_incdir=$krbincdir
2469           echo "$ac_t""yes" 1>&6           echo "$ac_t""yes" 1>&6
# Line 2465  if test -n "$krb_h"; then Line 2486  if test -n "$krb_h"; then
2486    if test "$cross_compiling" = "no" && test -r $KRB4/lib/libkrb.a; then    if test "$cross_compiling" = "no" && test -r $KRB4/lib/libkrb.a; then
2487          # Fake some sensible log messages.          # Fake some sensible log messages.
2488          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
2489  echo "configure:2469: checking for -lkrb in $KRB4/lib" >&5  echo "configure:2490: checking for -lkrb in $KRB4/lib" >&5
2490          echo "$ac_t""yes" 1>&6          echo "$ac_t""yes" 1>&6
2491          krb_lib=-lkrb krb_libdir=$KRB4/lib          krb_lib=-lkrb krb_libdir=$KRB4/lib
2492    else    else
2493          echo $ac_n "checking for main in -lkrb""... $ac_c" 1>&6          echo $ac_n "checking for main in -lkrb""... $ac_c" 1>&6
2494  echo "configure:2474: checking for main in -lkrb" >&5  echo "configure:2495: checking for main in -lkrb" >&5
2495  ac_lib_var=`echo krb'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo krb'_'main | sed 'y%./+-%__p_%'`
2496  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
2497    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2478  else Line 2499  else
2499    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2500  LIBS="-lkrb  $LIBS"  LIBS="-lkrb  $LIBS"
2501  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2502  #line 2482 "configure"  #line 2503 "configure"
2503  #include "confdefs.h"  #include "confdefs.h"
2504    
2505  int main() {  int main() {
2506  main()  main()
2507  ; return 0; }  ; return 0; }
2508  EOF  EOF
2509  if { (eval echo configure:2489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2510    rm -rf conftest*    rm -rf conftest*
2511    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2512  else  else
# Line 2504  if eval "test \"`echo '$ac_cv_lib_'$ac_l Line 2525  if eval "test \"`echo '$ac_cv_lib_'$ac_l
2525  else  else
2526    echo "$ac_t""no" 1>&6    echo "$ac_t""no" 1>&6
2527  echo $ac_n "checking for main in -lkrb4""... $ac_c" 1>&6  echo $ac_n "checking for main in -lkrb4""... $ac_c" 1>&6
2528  echo "configure:2508: checking for main in -lkrb4" >&5  echo "configure:2529: checking for main in -lkrb4" >&5
2529  ac_lib_var=`echo krb4'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo krb4'_'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 2512  else Line 2533  else
2533    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2534  LIBS="-lkrb4  $LIBS"  LIBS="-lkrb4  $LIBS"
2535  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2536  #line 2516 "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:2523: \"$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 2550  EOF Line 2571  EOF
2571      test -n "${krb_libdir}" && LIBS="${LIBS} -L${krb_libdir}"      test -n "${krb_libdir}" && LIBS="${LIBS} -L${krb_libdir}"
2572      LIBS="${LIBS} $krb_lib"      LIBS="${LIBS} $krb_lib"
2573      echo $ac_n "checking for main in -ldes""... $ac_c" 1>&6      echo $ac_n "checking for main in -ldes""... $ac_c" 1>&6
2574  echo "configure:2554: checking for main in -ldes" >&5  echo "configure:2575: checking for main in -ldes" >&5
2575  ac_lib_var=`echo des'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo des'_'main | sed 'y%./+-%__p_%'`
2576  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
2577    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2558  else Line 2579  else
2579    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2580  LIBS="-ldes  $LIBS"  LIBS="-ldes  $LIBS"
2581  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2582  #line 2562 "configure"  #line 2583 "configure"
2583  #include "confdefs.h"  #include "confdefs.h"
2584    
2585  int main() {  int main() {
2586  main()  main()
2587  ; return 0; }  ; return 0; }
2588  EOF  EOF
2589  if { (eval echo configure:2569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2590    rm -rf conftest*    rm -rf conftest*
2591    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2592  else  else
# Line 2586  else Line 2607  else
2607  fi  fi
2608    
2609      echo $ac_n "checking for main in -ldes425""... $ac_c" 1>&6      echo $ac_n "checking for main in -ldes425""... $ac_c" 1>&6
2610  echo "configure:2590: checking for main in -ldes425" >&5  echo "configure:2611: checking for main in -ldes425" >&5
2611  ac_lib_var=`echo des425'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo des425'_'main | sed 'y%./+-%__p_%'`
2612  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
2613    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2594  else Line 2615  else
2615    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2616  LIBS="-ldes425  $LIBS"  LIBS="-ldes425  $LIBS"
2617  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2618  #line 2598 "configure"  #line 2619 "configure"
2619  #include "confdefs.h"  #include "confdefs.h"
2620    
2621  int main() {  int main() {
2622  main()  main()
2623  ; return 0; }  ; return 0; }
2624  EOF  EOF
2625  if { (eval echo configure:2605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2626    rm -rf conftest*    rm -rf conftest*
2627    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2628  else  else
# Line 2622  else Line 2643  else
2643  fi  fi
2644    
2645      echo $ac_n "checking for main in -lkrb5""... $ac_c" 1>&6      echo $ac_n "checking for main in -lkrb5""... $ac_c" 1>&6
2646  echo "configure:2626: checking for main in -lkrb5" >&5  echo "configure:2647: checking for main in -lkrb5" >&5
2647  ac_lib_var=`echo krb5'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo krb5'_'main | sed 'y%./+-%__p_%'`
2648  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
2649    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2630  else Line 2651  else
2651    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2652  LIBS="-lkrb5  $LIBS"  LIBS="-lkrb5  $LIBS"
2653  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2654  #line 2634 "configure"  #line 2655 "configure"
2655  #include "confdefs.h"  #include "confdefs.h"
2656    
2657  int main() {  int main() {
2658  main()  main()
2659  ; return 0; }  ; return 0; }
2660  EOF  EOF
2661  if { (eval echo configure:2641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2662    rm -rf conftest*    rm -rf conftest*
2663    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2664  else  else
# Line 2658  else Line 2679  else
2679  fi  fi
2680    
2681      echo $ac_n "checking for main in -lcrypto""... $ac_c" 1>&6      echo $ac_n "checking for main in -lcrypto""... $ac_c" 1>&6
2682  echo "configure:2662: checking for main in -lcrypto" >&5  echo "configure:2683: checking for main in -lcrypto" >&5
2683  ac_lib_var=`echo crypto'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo crypto'_'main | sed 'y%./+-%__p_%'`
2684  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
2685    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2666  else Line 2687  else
2687    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2688  LIBS="-lcrypto  $LIBS"  LIBS="-lcrypto  $LIBS"
2689  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2690  #line 2670 "configure"  #line 2691 "configure"
2691  #include "confdefs.h"  #include "confdefs.h"
2692    
2693  int main() {  int main() {
2694  main()  main()
2695  ; return 0; }  ; return 0; }
2696  EOF  EOF
2697  if { (eval echo configure:2677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2698    rm -rf conftest*    rm -rf conftest*
2699    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2700  else  else
# Line 2694  else Line 2715  else
2715  fi  fi
2716    
2717      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
2718  echo "configure:2698: checking for main in -lcom_err" >&5  echo "configure:2719: checking for main in -lcom_err" >&5
2719  ac_lib_var=`echo com_err'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo com_err'_'main | sed 'y%./+-%__p_%'`
2720  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
2721    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2702  else Line 2723  else
2723    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
2724  LIBS="-lcom_err  $LIBS"  LIBS="-lcom_err  $LIBS"
2725  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2726  #line 2706 "configure"  #line 2727 "configure"
2727  #include "confdefs.h"  #include "confdefs.h"
2728    
2729  int main() {  int main() {
2730  main()  main()
2731  ; return 0; }  ; return 0; }
2732  EOF  EOF
2733  if { (eval echo configure:2713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2734    rm -rf conftest*    rm -rf conftest*
2735    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
2736  else  else
# Line 2730  else Line 2751  else
2751  fi  fi
2752    
2753      echo $ac_n "checking for krb_mk_auth""... $ac_c" 1>&6      echo $ac_n "checking for krb_mk_auth""... $ac_c" 1>&6
2754  echo "configure:2734: checking for krb_mk_auth" >&5  echo "configure:2755: checking for krb_mk_auth" >&5
2755  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
2756    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2757  else  else
2758    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2759  #line 2739 "configure"  #line 2760 "configure"
2760  #include "confdefs.h"  #include "confdefs.h"
2761  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
2762      which can conflict with char krb_mk_auth(); below.  */      which can conflict with char krb_mk_auth(); below.  */
# Line 2758  krb_mk_auth(); Line 2779  krb_mk_auth();
2779    
2780  ; return 0; }  ; return 0; }
2781  EOF  EOF
2782  if { (eval echo configure:2762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2783    rm -rf conftest*    rm -rf conftest*
2784    eval "ac_cv_func_krb_mk_auth=yes"    eval "ac_cv_func_krb_mk_auth=yes"
2785  else  else
# Line 2785  fi Line 2806  fi
2806  for ac_func in krb_get_err_text  for ac_func in krb_get_err_text
2807  do  do
2808  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2809  echo "configure:2789: checking for $ac_func" >&5  echo "configure:2810: checking for $ac_func" >&5
2810  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2811    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2812  else  else
2813    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2814  #line 2794 "configure"  #line 2815 "configure"
2815  #include "confdefs.h"  #include "confdefs.h"
2816  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
2817      which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
# Line 2813  $ac_func(); Line 2834  $ac_func();
2834    
2835  ; return 0; }  ; return 0; }
2836  EOF  EOF
2837  if { (eval echo configure:2817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:2838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2838    rm -rf conftest*    rm -rf conftest*
2839    eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
2840  else  else
# Line 2854  fi Line 2875  fi
2875    
2876  # And GNATS_SERVICE  # And GNATS_SERVICE
2877  echo $ac_n "checking for --with-gnats-service""... $ac_c" 1>&6  echo $ac_n "checking for --with-gnats-service""... $ac_c" 1>&6
2878  echo "configure:2858: checking for --with-gnats-service" >&5  echo "configure:2879: checking for --with-gnats-service" >&5
2879  if test -n "$with_gnats_service"; then  if test -n "$with_gnats_service"; then
2880          echo "$ac_t""$with_gnats_service" 1>&6          echo "$ac_t""$with_gnats_service" 1>&6
2881          GNATS_SERVICE=$with_gnats_service          GNATS_SERVICE=$with_gnats_service
# Line 2866  fi Line 2887  fi
2887    
2888  # And GNATS_USER  # And GNATS_USER
2889  echo $ac_n "checking for --with-gnats-user""... $ac_c" 1>&6  echo $ac_n "checking for --with-gnats-user""... $ac_c" 1>&6
2890  echo "configure:2870: checking for --with-gnats-user" >&5  echo "configure:2891: checking for --with-gnats-user" >&5
2891  if test -n "$with_gnats_user"; then  if test -n "$with_gnats_user"; then
2892          echo "$ac_t""$with_gnats_user" 1>&6          echo "$ac_t""$with_gnats_user" 1>&6
2893          GNATS_USER=$with_gnats_user          GNATS_USER=$with_gnats_user
# Line 2877  if test -z "${GNATS_USER}"; then Line 2898  if test -z "${GNATS_USER}"; then
2898  fi  fi
2899    
2900  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
2901  echo "configure:2881: checking for --with-gnatsd-user-access-file" >&5  echo "configure:2902: checking for --with-gnatsd-user-access-file" >&5
2902  if test -n "${with_gnatsd_user_access_file}"; then  if test -n "${with_gnatsd_user_access_file}"; then
2903          echo "$ac_t""$with_gnatsd_user_access_file" 1>&6          echo "$ac_t""$with_gnatsd_user_access_file" 1>&6
2904          GNATSD_USER_ACCESS_FILE=$with_gnatsd_user_access_file          GNATSD_USER_ACCESS_FILE=$with_gnatsd_user_access_file
# Line 2889  if test -z "${GNATSD_USER_ACCESS_FILE}"; Line 2910  if test -z "${GNATSD_USER_ACCESS_FILE}";
2910  fi  fi
2911    
2912  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
2913  echo "configure:2893: checking for --with-gnatsd-host-access-file" >&5  echo "configure:2914: checking for --with-gnatsd-host-access-file" >&5
2914  if test -n "${with_gnatsd_host_access_file}"; then  if test -n "${with_gnatsd_host_access_file}"; then
2915          echo "$ac_t""$with_gnatsd_host_access_file" 1>&6          echo "$ac_t""$with_gnatsd_host_access_file" 1>&6
2916          GNATSD_HOST_ACCESS_FILE=$with_gnatsd_host_access_file          GNATSD_HOST_ACCESS_FILE=$with_gnatsd_host_access_file
# Line 2901  if test -z "${GNATSD_HOST_ACCESS_FILE}"; Line 2922  if test -z "${GNATSD_HOST_ACCESS_FILE}";
2922  fi  fi
2923    
2924  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
2925  echo "configure:2905: checking for --with-gnats-dblist-file" >&5  echo "configure:2926: checking for --with-gnats-dblist-file" >&5
2926  if test -n "${with_gnats_dblist_file}"; then  if test -n "${with_gnats_dblist_file}"; then
2927          echo "$ac_t""$with_gnats_dblist_file" 1>&6          echo "$ac_t""$with_gnats_dblist_file" 1>&6
2928          GLOBAL_DB_LIST_FILE=$with_gnats_dblist_file          GLOBAL_DB_LIST_FILE=$with_gnats_dblist_file
# Line 2913  if test -z "${GLOBAL_DB_LIST_FILE}"; the Line 2934  if test -z "${GLOBAL_DB_LIST_FILE}"; the
2934  fi  fi
2935    
2936  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
2937  echo "configure:2917: checking for --with-gnats-default-db" >&5  echo "configure:2938: checking for --with-gnats-default-db" >&5
2938  if test -n "${with_gnats_default_db}"; then  if test -n "${with_gnats_default_db}"; then
2939          echo "$ac_t""$with_gnats_default_db" 1>&6          echo "$ac_t""$with_gnats_default_db" 1>&6
2940          GNATS_DEFAULT_DB_DIR="$with_gnats_default_db"          GNATS_DEFAULT_DB_DIR="$with_gnats_default_db"
# Line 2940  BWEEK_END=5 Line 2961  BWEEK_END=5
2961  # 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.
2962  set dummy sendmail; ac_word=$2  set dummy sendmail; ac_word=$2
2963  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2964  echo "configure:2944: checking for $ac_word" >&5  echo "configure:2965: checking for $ac_word" >&5
2965  if eval "test \"`echo '$''{'ac_cv_path_SENDMAIL'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_SENDMAIL'+set}'`\" = set"; then
2966    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2967  else  else

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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