|
|
@@ -1,7 +1,7 @@
|
|
|
#! /bin/sh
|
|
|
|
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
|
-# Generated automatically using autoconf version 2.12
|
|
|
+# Generated automatically using autoconf version 2.13
|
|
|
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
|
|
|
#
|
|
|
# This configure script is free software; the Free Software Foundation
|
|
|
@@ -50,6 +50,7 @@ mandir='${prefix}/man'
|
|
|
# Initialize some other variables.
|
|
|
subdirs=
|
|
|
MFLAGS= MAKEFLAGS=
|
|
|
+SHELL=${CONFIG_SHELL-/bin/sh}
|
|
|
# Maximum number of lines to put in a shell here document.
|
|
|
ac_max_here_lines=12
|
|
|
|
|
|
@@ -333,7 +334,7 @@ EOF
|
|
|
verbose=yes ;;
|
|
|
|
|
|
-version | --version | --versio | --versi | --vers)
|
|
|
- echo "configure generated by autoconf version 2.12"
|
|
|
+ echo "configure generated by autoconf version 2.13"
|
|
|
exit 0 ;;
|
|
|
|
|
|
-with-* | --with-*)
|
|
|
@@ -503,9 +504,11 @@ ac_ext=c
|
|
|
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
|
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
|
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
|
|
|
-ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
|
|
|
+ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
|
|
|
cross_compiling=$ac_cv_prog_cc_cross
|
|
|
|
|
|
+ac_exeext=
|
|
|
+ac_objext=o
|
|
|
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
|
|
|
# Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
|
|
|
if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
|
|
|
@@ -549,28 +552,30 @@ ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
|
|
|
# SunOS /usr/etc/install
|
|
|
# IRIX /sbin/install
|
|
|
# AIX /bin/install
|
|
|
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
|
|
|
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
|
|
|
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
|
|
|
# ./install, which can be erroneously created by make from ./install.sh.
|
|
|
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
|
|
|
-echo "configure:557: checking for a BSD compatible install" >&5
|
|
|
+echo "configure:561: checking for a BSD compatible install" >&5
|
|
|
if test -z "$INSTALL"; then
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
else
|
|
|
- IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
|
|
|
+ IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
|
|
|
for ac_dir in $PATH; do
|
|
|
# Account for people who put trailing slashes in PATH elements.
|
|
|
case "$ac_dir/" in
|
|
|
/|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
|
|
|
*)
|
|
|
# OSF1 and SCO ODT 3.0 have their own names for install.
|
|
|
- for ac_prog in ginstall installbsd scoinst install; do
|
|
|
+ # Don't use installbsd from OSF since it installs stuff as root
|
|
|
+ # by default.
|
|
|
+ for ac_prog in ginstall scoinst install; do
|
|
|
if test -f $ac_dir/$ac_prog; then
|
|
|
if test $ac_prog = install &&
|
|
|
grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
|
|
|
# AIX install. It has an incompatible calling convention.
|
|
|
- # OSF/1 installbsd also uses dspmsg, but is usable.
|
|
|
:
|
|
|
else
|
|
|
ac_cv_path_install="$ac_dir/$ac_prog -c"
|
|
|
@@ -600,6 +605,8 @@ echo "$ac_t""$INSTALL" 1>&6
|
|
|
# It thinks the first close brace ends the variable substitution.
|
|
|
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
|
|
|
|
|
|
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
|
|
|
+
|
|
|
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
|
|
|
|
|
|
|
|
@@ -607,15 +614,16 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
|
|
# Extract the first word of "gcc", so it can be a program name with args.
|
|
|
set dummy gcc; ac_word=$2
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
|
|
-echo "configure:611: checking for $ac_word" >&5
|
|
|
+echo "configure:618: checking for $ac_word" >&5
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
else
|
|
|
if test -n "$CC"; then
|
|
|
ac_cv_prog_CC="$CC" # Let the user override the test.
|
|
|
else
|
|
|
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
|
|
|
- for ac_dir in $PATH; do
|
|
|
+ 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_CC="gcc"
|
|
|
@@ -636,16 +644,17 @@ if test -z "$CC"; then
|
|
|
# Extract the first word of "cc", so it can be a program name with args.
|
|
|
set dummy cc; ac_word=$2
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
|
|
-echo "configure:640: checking for $ac_word" >&5
|
|
|
+echo "configure:648: checking for $ac_word" >&5
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
else
|
|
|
if test -n "$CC"; then
|
|
|
ac_cv_prog_CC="$CC" # Let the user override the test.
|
|
|
else
|
|
|
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
|
|
|
+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
|
|
|
ac_prog_rejected=no
|
|
|
- for ac_dir in $PATH; do
|
|
|
+ ac_dummy="$PATH"
|
|
|
+ for ac_dir in $ac_dummy; do
|
|
|
test -z "$ac_dir" && ac_dir=.
|
|
|
if test -f $ac_dir/$ac_word; then
|
|
|
if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
|
|
|
@@ -680,25 +689,61 @@ else
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
fi
|
|
|
|
|
|
+ if test -z "$CC"; then
|
|
|
+ case "`uname -s`" in
|
|
|
+ *win32* | *WIN32*)
|
|
|
+ # Extract the first word of "cl", so it can be a program name with args.
|
|
|
+set dummy cl; ac_word=$2
|
|
|
+echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
|
|
+echo "configure:699: checking for $ac_word" >&5
|
|
|
+if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
|
|
|
+ echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
+else
|
|
|
+ if test -n "$CC"; then
|
|
|
+ ac_cv_prog_CC="$CC" # 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_CC="cl"
|
|
|
+ break
|
|
|
+ fi
|
|
|
+ done
|
|
|
+ IFS="$ac_save_ifs"
|
|
|
+fi
|
|
|
+fi
|
|
|
+CC="$ac_cv_prog_CC"
|
|
|
+if test -n "$CC"; then
|
|
|
+ echo "$ac_t""$CC" 1>&6
|
|
|
+else
|
|
|
+ echo "$ac_t""no" 1>&6
|
|
|
+fi
|
|
|
+ ;;
|
|
|
+ esac
|
|
|
+ fi
|
|
|
test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
|
|
|
fi
|
|
|
|
|
|
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
|
|
|
-echo "configure:688: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
|
|
|
+echo "configure:731: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
|
|
|
|
|
|
ac_ext=c
|
|
|
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
|
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
|
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
|
|
|
-ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
|
|
|
+ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
|
|
|
cross_compiling=$ac_cv_prog_cc_cross
|
|
|
|
|
|
-cat > conftest.$ac_ext <<EOF
|
|
|
-#line 698 "configure"
|
|
|
+cat > conftest.$ac_ext << EOF
|
|
|
+
|
|
|
+#line 742 "configure"
|
|
|
#include "confdefs.h"
|
|
|
+
|
|
|
main(){return(0);}
|
|
|
EOF
|
|
|
-if { (eval echo configure:702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
|
|
+if { (eval echo configure:747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
|
ac_cv_prog_cc_works=yes
|
|
|
# If we can't run a trivial program, we are probably using a cross compiler.
|
|
|
if (./conftest; exit) 2>/dev/null; then
|
|
|
@@ -712,18 +757,24 @@ else
|
|
|
ac_cv_prog_cc_works=no
|
|
|
fi
|
|
|
rm -fr conftest*
|
|
|
+ac_ext=c
|
|
|
+# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
|
|
|
+ac_cpp='$CPP $CPPFLAGS'
|
|
|
+ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
|
|
|
+ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
|
|
|
+cross_compiling=$ac_cv_prog_cc_cross
|
|
|
|
|
|
echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
|
|
|
if test $ac_cv_prog_cc_works = no; then
|
|
|
{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
|
|
|
fi
|
|
|
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
|
|
|
-echo "configure:722: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
|
|
|
+echo "configure:773: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
|
|
|
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
|
|
|
cross_compiling=$ac_cv_prog_cc_cross
|
|
|
|
|
|
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
|
|
|
-echo "configure:727: checking whether we are using GNU C" >&5
|
|
|
+echo "configure:778: checking whether we are using GNU C" >&5
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
else
|
|
|
@@ -732,7 +783,7 @@ else
|
|
|
yes;
|
|
|
#endif
|
|
|
EOF
|
|
|
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:736: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
|
|
|
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:787: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
|
|
|
ac_cv_prog_gcc=yes
|
|
|
else
|
|
|
ac_cv_prog_gcc=no
|
|
|
@@ -743,11 +794,15 @@ echo "$ac_t""$ac_cv_prog_gcc" 1>&6
|
|
|
|
|
|
if test $ac_cv_prog_gcc = yes; then
|
|
|
GCC=yes
|
|
|
- ac_test_CFLAGS="${CFLAGS+set}"
|
|
|
- ac_save_CFLAGS="$CFLAGS"
|
|
|
- CFLAGS=
|
|
|
- echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
|
|
|
-echo "configure:751: checking whether ${CC-cc} accepts -g" >&5
|
|
|
+else
|
|
|
+ GCC=
|
|
|
+fi
|
|
|
+
|
|
|
+ac_test_CFLAGS="${CFLAGS+set}"
|
|
|
+ac_save_CFLAGS="$CFLAGS"
|
|
|
+CFLAGS=
|
|
|
+echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
|
|
|
+echo "configure:806: checking whether ${CC-cc} accepts -g" >&5
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
else
|
|
|
@@ -762,20 +817,24 @@ rm -f conftest*
|
|
|
fi
|
|
|
|
|
|
echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
|
|
|
- if test "$ac_test_CFLAGS" = set; then
|
|
|
- CFLAGS="$ac_save_CFLAGS"
|
|
|
- elif test $ac_cv_prog_cc_g = yes; then
|
|
|
+if test "$ac_test_CFLAGS" = set; then
|
|
|
+ CFLAGS="$ac_save_CFLAGS"
|
|
|
+elif test $ac_cv_prog_cc_g = yes; then
|
|
|
+ if test "$GCC" = yes; then
|
|
|
CFLAGS="-g -O2"
|
|
|
else
|
|
|
- CFLAGS="-O2"
|
|
|
+ CFLAGS="-g"
|
|
|
fi
|
|
|
else
|
|
|
- GCC=
|
|
|
- test "${CFLAGS+set}" = set || CFLAGS="-g"
|
|
|
+ if test "$GCC" = yes; then
|
|
|
+ CFLAGS="-O2"
|
|
|
+ else
|
|
|
+ CFLAGS=
|
|
|
+ fi
|
|
|
fi
|
|
|
|
|
|
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
|
|
|
-echo "configure:779: checking whether ${MAKE-make} sets \${MAKE}" >&5
|
|
|
+echo "configure:838: checking whether ${MAKE-make} sets \${MAKE}" >&5
|
|
|
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
@@ -803,7 +862,7 @@ fi
|
|
|
|
|
|
|
|
|
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
|
|
|
-echo "configure:807: checking how to run the C preprocessor" >&5
|
|
|
+echo "configure:866: checking how to run the C preprocessor" >&5
|
|
|
# On Suns, sometimes $CPP names a directory.
|
|
|
if test -n "$CPP" && test -d "$CPP"; then
|
|
|
CPP=
|
|
|
@@ -818,14 +877,14 @@ else
|
|
|
# On the NeXT, cc -E runs the code through the compiler's parser,
|
|
|
# not just through cpp.
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
-#line 822 "configure"
|
|
|
+#line 881 "configure"
|
|
|
#include "confdefs.h"
|
|
|
#include <assert.h>
|
|
|
Syntax Error
|
|
|
EOF
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
|
-{ (eval echo configure:828: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
-ac_err=`grep -v '^ *+' conftest.out`
|
|
|
+{ (eval echo configure:887: \"$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
|
|
|
:
|
|
|
else
|
|
|
@@ -835,14 +894,31 @@ else
|
|
|
rm -rf conftest*
|
|
|
CPP="${CC-cc} -E -traditional-cpp"
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
-#line 839 "configure"
|
|
|
+#line 898 "configure"
|
|
|
#include "confdefs.h"
|
|
|
#include <assert.h>
|
|
|
Syntax Error
|
|
|
EOF
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
|
-{ (eval echo configure:845: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
-ac_err=`grep -v '^ *+' conftest.out`
|
|
|
+{ (eval echo configure:904: \"$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
|
|
|
+ :
|
|
|
+else
|
|
|
+ echo "$ac_err" >&5
|
|
|
+ echo "configure: failed program was:" >&5
|
|
|
+ cat conftest.$ac_ext >&5
|
|
|
+ rm -rf conftest*
|
|
|
+ CPP="${CC-cc} -nologo -E"
|
|
|
+ cat > conftest.$ac_ext <<EOF
|
|
|
+#line 915 "configure"
|
|
|
+#include "confdefs.h"
|
|
|
+#include <assert.h>
|
|
|
+Syntax Error
|
|
|
+EOF
|
|
|
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
|
+{ (eval echo configure:921: \"$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
|
|
|
:
|
|
|
else
|
|
|
@@ -854,6 +930,8 @@ else
|
|
|
fi
|
|
|
rm -f conftest*
|
|
|
fi
|
|
|
+rm -f conftest*
|
|
|
+fi
|
|
|
rm -f conftest*
|
|
|
ac_cv_prog_CPP="$CPP"
|
|
|
fi
|
|
|
@@ -864,12 +942,12 @@ fi
|
|
|
echo "$ac_t""$CPP" 1>&6
|
|
|
|
|
|
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
|
|
|
-echo "configure:868: checking for ANSI C header files" >&5
|
|
|
+echo "configure:946: 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 873 "configure"
|
|
|
+#line 951 "configure"
|
|
|
#include "confdefs.h"
|
|
|
#include <stdlib.h>
|
|
|
#include <stdarg.h>
|
|
|
@@ -877,8 +955,8 @@ else
|
|
|
#include <float.h>
|
|
|
EOF
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
|
-{ (eval echo configure:881: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
-ac_err=`grep -v '^ *+' conftest.out`
|
|
|
+{ (eval echo configure:959: \"$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*
|
|
|
ac_cv_header_stdc=yes
|
|
|
@@ -894,7 +972,7 @@ rm -f conftest*
|
|
|
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 898 "configure"
|
|
|
+#line 976 "configure"
|
|
|
#include "confdefs.h"
|
|
|
#include <string.h>
|
|
|
EOF
|
|
|
@@ -912,7 +990,7 @@ fi
|
|
|
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 916 "configure"
|
|
|
+#line 994 "configure"
|
|
|
#include "confdefs.h"
|
|
|
#include <stdlib.h>
|
|
|
EOF
|
|
|
@@ -933,7 +1011,7 @@ if test "$cross_compiling" = yes; then
|
|
|
:
|
|
|
else
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
-#line 937 "configure"
|
|
|
+#line 1015 "configure"
|
|
|
#include "confdefs.h"
|
|
|
#include <ctype.h>
|
|
|
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
|
|
|
@@ -944,7 +1022,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
|
|
|
exit (0); }
|
|
|
|
|
|
EOF
|
|
|
-if { (eval echo configure:948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
|
|
|
+if { (eval echo configure:1026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
|
then
|
|
|
:
|
|
|
else
|
|
|
@@ -968,12 +1046,12 @@ EOF
|
|
|
fi
|
|
|
|
|
|
echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
|
|
|
-echo "configure:972: checking whether time.h and sys/time.h may both be included" >&5
|
|
|
+echo "configure:1050: checking whether time.h and sys/time.h may both be included" >&5
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
else
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
-#line 977 "configure"
|
|
|
+#line 1055 "configure"
|
|
|
#include "confdefs.h"
|
|
|
#include <sys/types.h>
|
|
|
#include <sys/time.h>
|
|
|
@@ -982,7 +1060,7 @@ int main() {
|
|
|
struct tm *tp;
|
|
|
; return 0; }
|
|
|
EOF
|
|
|
-if { (eval echo configure:986: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
+if { (eval echo configure:1064: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
rm -rf conftest*
|
|
|
ac_cv_header_time=yes
|
|
|
else
|
|
|
@@ -1003,12 +1081,12 @@ EOF
|
|
|
fi
|
|
|
|
|
|
echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
|
|
|
-echo "configure:1007: checking for sys/wait.h that is POSIX.1 compatible" >&5
|
|
|
+echo "configure:1085: checking for sys/wait.h that is POSIX.1 compatible" >&5
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
else
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
-#line 1012 "configure"
|
|
|
+#line 1090 "configure"
|
|
|
#include "confdefs.h"
|
|
|
#include <sys/types.h>
|
|
|
#include <sys/wait.h>
|
|
|
@@ -1024,7 +1102,7 @@ wait (&s);
|
|
|
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
|
|
|
; return 0; }
|
|
|
EOF
|
|
|
-if { (eval echo configure:1028: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
+if { (eval echo configure:1106: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
rm -rf conftest*
|
|
|
ac_cv_header_sys_wait_h=yes
|
|
|
else
|
|
|
@@ -1048,18 +1126,18 @@ for ac_hdr in ctype.h errno.h fcntl.h netdb.h signal.h strings.h string.h syslog
|
|
|
do
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
|
|
-echo "configure:1052: checking for $ac_hdr" >&5
|
|
|
+echo "configure:1130: 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 1057 "configure"
|
|
|
+#line 1135 "configure"
|
|
|
#include "confdefs.h"
|
|
|
#include <$ac_hdr>
|
|
|
EOF
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
|
-{ (eval echo configure:1062: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
|
-ac_err=`grep -v '^ *+' conftest.out`
|
|
|
+{ (eval echo configure:1140: \"$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*
|
|
|
eval "ac_cv_header_$ac_safe=yes"
|
|
|
@@ -1086,12 +1164,12 @@ done
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for working const""... $ac_c" 1>&6
|
|
|
-echo "configure:1090: checking for working const" >&5
|
|
|
+echo "configure:1168: checking for working const" >&5
|
|
|
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
else
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
-#line 1095 "configure"
|
|
|
+#line 1173 "configure"
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
int main() {
|
|
|
@@ -1140,7 +1218,7 @@ ccp = (char const *const *) p;
|
|
|
|
|
|
; return 0; }
|
|
|
EOF
|
|
|
-if { (eval echo configure:1144: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
+if { (eval echo configure:1222: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
rm -rf conftest*
|
|
|
ac_cv_c_const=yes
|
|
|
else
|
|
|
@@ -1161,12 +1239,12 @@ EOF
|
|
|
fi
|
|
|
|
|
|
echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
|
|
|
-echo "configure:1165: checking whether struct tm is in sys/time.h or time.h" >&5
|
|
|
+echo "configure:1243: checking whether struct tm is in sys/time.h or time.h" >&5
|
|
|
if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
else
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
-#line 1170 "configure"
|
|
|
+#line 1248 "configure"
|
|
|
#include "confdefs.h"
|
|
|
#include <sys/types.h>
|
|
|
#include <time.h>
|
|
|
@@ -1174,7 +1252,7 @@ int main() {
|
|
|
struct tm *tp; tp->tm_sec;
|
|
|
; return 0; }
|
|
|
EOF
|
|
|
-if { (eval echo configure:1178: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
+if { (eval echo configure:1256: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
rm -rf conftest*
|
|
|
ac_cv_struct_tm=time.h
|
|
|
else
|
|
|
@@ -1195,12 +1273,12 @@ EOF
|
|
|
fi
|
|
|
|
|
|
echo $ac_n "checking for mode_t""... $ac_c" 1>&6
|
|
|
-echo "configure:1199: checking for mode_t" >&5
|
|
|
+echo "configure:1277: checking for mode_t" >&5
|
|
|
if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
else
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
-#line 1204 "configure"
|
|
|
+#line 1282 "configure"
|
|
|
#include "confdefs.h"
|
|
|
#include <sys/types.h>
|
|
|
#if STDC_HEADERS
|
|
|
@@ -1209,7 +1287,7 @@ else
|
|
|
#endif
|
|
|
EOF
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
- egrep "mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
|
|
|
+ egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
|
|
|
rm -rf conftest*
|
|
|
ac_cv_type_mode_t=yes
|
|
|
else
|
|
|
@@ -1228,12 +1306,12 @@ EOF
|
|
|
fi
|
|
|
|
|
|
echo $ac_n "checking for pid_t""... $ac_c" 1>&6
|
|
|
-echo "configure:1232: checking for pid_t" >&5
|
|
|
+echo "configure:1310: checking for pid_t" >&5
|
|
|
if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
else
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
-#line 1237 "configure"
|
|
|
+#line 1315 "configure"
|
|
|
#include "confdefs.h"
|
|
|
#include <sys/types.h>
|
|
|
#if STDC_HEADERS
|
|
|
@@ -1242,7 +1320,7 @@ else
|
|
|
#endif
|
|
|
EOF
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
- egrep "pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
|
|
|
+ egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
|
|
|
rm -rf conftest*
|
|
|
ac_cv_type_pid_t=yes
|
|
|
else
|
|
|
@@ -1261,12 +1339,12 @@ EOF
|
|
|
fi
|
|
|
|
|
|
echo $ac_n "checking for size_t""... $ac_c" 1>&6
|
|
|
-echo "configure:1265: checking for size_t" >&5
|
|
|
+echo "configure:1343: 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 1270 "configure"
|
|
|
+#line 1348 "configure"
|
|
|
#include "confdefs.h"
|
|
|
#include <sys/types.h>
|
|
|
#if STDC_HEADERS
|
|
|
@@ -1275,7 +1353,7 @@ else
|
|
|
#endif
|
|
|
EOF
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
- egrep "size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
|
|
|
+ egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
|
|
|
rm -rf conftest*
|
|
|
ac_cv_type_size_t=yes
|
|
|
else
|
|
|
@@ -1294,12 +1372,12 @@ EOF
|
|
|
fi
|
|
|
|
|
|
echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
|
|
|
-echo "configure:1298: checking return type of signal handlers" >&5
|
|
|
+echo "configure:1376: checking return type of signal handlers" >&5
|
|
|
if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
else
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
-#line 1303 "configure"
|
|
|
+#line 1381 "configure"
|
|
|
#include "confdefs.h"
|
|
|
#include <sys/types.h>
|
|
|
#include <signal.h>
|
|
|
@@ -1316,7 +1394,7 @@ int main() {
|
|
|
int i;
|
|
|
; return 0; }
|
|
|
EOF
|
|
|
-if { (eval echo configure:1320: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
+if { (eval echo configure:1398: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
rm -rf conftest*
|
|
|
ac_cv_type_signal=void
|
|
|
else
|
|
|
@@ -1335,12 +1413,12 @@ EOF
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
|
|
|
-echo "configure:1339: checking for uid_t in sys/types.h" >&5
|
|
|
+echo "configure:1417: checking for uid_t in sys/types.h" >&5
|
|
|
if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
else
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
-#line 1344 "configure"
|
|
|
+#line 1422 "configure"
|
|
|
#include "confdefs.h"
|
|
|
#include <sys/types.h>
|
|
|
EOF
|
|
|
@@ -1369,7 +1447,7 @@ EOF
|
|
|
fi
|
|
|
|
|
|
echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&6
|
|
|
-echo "configure:1373: checking type of array argument to getgroups" >&5
|
|
|
+echo "configure:1451: checking type of array argument to getgroups" >&5
|
|
|
if eval "test \"`echo '$''{'ac_cv_type_getgroups'+set}'`\" = set"; then
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
else
|
|
|
@@ -1377,7 +1455,7 @@ else
|
|
|
ac_cv_type_getgroups=cross
|
|
|
else
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
-#line 1381 "configure"
|
|
|
+#line 1459 "configure"
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
/* Thanks to Mike Rendell for this test. */
|
|
|
@@ -1402,7 +1480,7 @@ main()
|
|
|
}
|
|
|
|
|
|
EOF
|
|
|
-if { (eval echo configure:1406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
|
|
|
+if { (eval echo configure:1484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
|
then
|
|
|
ac_cv_type_getgroups=gid_t
|
|
|
else
|
|
|
@@ -1416,7 +1494,7 @@ fi
|
|
|
|
|
|
if test $ac_cv_type_getgroups = cross; then
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
-#line 1420 "configure"
|
|
|
+#line 1498 "configure"
|
|
|
#include "confdefs.h"
|
|
|
#include <unistd.h>
|
|
|
EOF
|
|
|
@@ -1441,7 +1519,7 @@ EOF
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
|
|
|
-echo "configure:1445: checking for main in -lnsl" >&5
|
|
|
+echo "configure:1523: 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
|
|
|
@@ -1449,14 +1527,14 @@ else
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
LIBS="-lnsl $LIBS"
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
-#line 1453 "configure"
|
|
|
+#line 1531 "configure"
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
int main() {
|
|
|
main()
|
|
|
; return 0; }
|
|
|
EOF
|
|
|
-if { (eval echo configure:1460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
|
|
+if { (eval echo configure:1538: \"$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
|
|
|
@@ -1477,7 +1555,7 @@ else
|
|
|
fi
|
|
|
|
|
|
echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
|
|
|
-echo "configure:1481: checking for socket in -lsocket" >&5
|
|
|
+echo "configure:1559: checking for socket in -lsocket" >&5
|
|
|
ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
@@ -1485,7 +1563,7 @@ else
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
LIBS="-lsocket $LIBS"
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
-#line 1489 "configure"
|
|
|
+#line 1567 "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
|
|
|
@@ -1496,7 +1574,7 @@ int main() {
|
|
|
socket()
|
|
|
; return 0; }
|
|
|
EOF
|
|
|
-if { (eval echo configure:1500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
|
|
+if { (eval echo configure:1578: \"$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
|
|
|
@@ -1520,12 +1598,12 @@ fi
|
|
|
for ac_func in strdup strstr strtoul
|
|
|
do
|
|
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
|
|
-echo "configure:1524: checking for $ac_func" >&5
|
|
|
+echo "configure:1602: 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 1529 "configure"
|
|
|
+#line 1607 "configure"
|
|
|
#include "confdefs.h"
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
which can conflict with char $ac_func(); below. */
|
|
|
@@ -1548,7 +1626,7 @@ $ac_func();
|
|
|
|
|
|
; return 0; }
|
|
|
EOF
|
|
|
-if { (eval echo configure:1552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
|
|
+if { (eval echo configure:1630: \"$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
|
|
|
@@ -1574,19 +1652,19 @@ done
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for type of socket size""... $ac_c" 1>&6
|
|
|
-echo "configure:1578: checking for type of socket size" >&5
|
|
|
+echo "configure:1656: checking for type of socket size" >&5
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
-#line 1580 "configure"
|
|
|
+#line 1658 "configure"
|
|
|
#include "confdefs.h"
|
|
|
#include <stdlib.h>
|
|
|
#include <sys/types.h>
|
|
|
#include <sys/socket.h>
|
|
|
|
|
|
int main() {
|
|
|
-int a = send(1, (const void *) buffer, (size_t *) 0, (int *) 0);
|
|
|
+int a = send(1, (const void *)0, (size_t *) 0, (int *) 0);
|
|
|
; return 0; }
|
|
|
EOF
|
|
|
-if { (eval echo configure:1590: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
+if { (eval echo configure:1668: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
|
rm -rf conftest*
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
#define SOCKET_SIZE_TYPE size_t
|
|
|
@@ -1626,7 +1704,7 @@ EOF
|
|
|
# Ultrix sh set writes to stderr and can't be redirected directly,
|
|
|
# and sets the high bit in the cache file unless we assign to the vars.
|
|
|
(set) 2>&1 |
|
|
|
- case `(ac_space=' '; set) 2>&1` in
|
|
|
+ case `(ac_space=' '; set | grep ac_space) 2>&1` in
|
|
|
*ac_space=\ *)
|
|
|
# `set' does not quote correctly, so add quotes (double-quote substitution
|
|
|
# turns \\\\ into \\, and sed turns \\ into \).
|
|
|
@@ -1693,7 +1771,7 @@ do
|
|
|
echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
|
|
|
exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
|
|
|
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
|
|
|
- echo "$CONFIG_STATUS generated by autoconf version 2.12"
|
|
|
+ echo "$CONFIG_STATUS generated by autoconf version 2.13"
|
|
|
exit 0 ;;
|
|
|
-help | --help | --hel | --he | --h)
|
|
|
echo "\$ac_cs_usage"; exit 0 ;;
|
|
|
@@ -1713,9 +1791,11 @@ sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
|
|
|
s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
|
|
|
$ac_vpsub
|
|
|
$extrasub
|
|
|
+s%@SHELL@%$SHELL%g
|
|
|
s%@CFLAGS@%$CFLAGS%g
|
|
|
s%@CPPFLAGS@%$CPPFLAGS%g
|
|
|
s%@CXXFLAGS@%$CXXFLAGS%g
|
|
|
+s%@FFLAGS@%$FFLAGS%g
|
|
|
s%@DEFS@%$DEFS%g
|
|
|
s%@LDFLAGS@%$LDFLAGS%g
|
|
|
s%@LIBS@%$LIBS%g
|
|
|
@@ -1735,6 +1815,7 @@ s%@oldincludedir@%$oldincludedir%g
|
|
|
s%@infodir@%$infodir%g
|
|
|
s%@mandir@%$mandir%g
|
|
|
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
|
|
|
+s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
|
|
|
s%@INSTALL_DATA@%$INSTALL_DATA%g
|
|
|
s%@INSTALL@%$INSTALL%g
|
|
|
s%@CC@%$CC%g
|
|
|
@@ -1961,6 +2042,10 @@ rm -fr confdefs* $ac_clean_files
|
|
|
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
|
|
|
|
|
|
|
|
|
+echo ""
|
|
|
+echo ""
|
|
|
+echo "Type 'make all' to compile the NRPE daemon and client."
|
|
|
+echo ""
|
|
|
|
|
|
|
|
|
|