|
|
|
@ -963,7 +963,7 @@ esac
|
|
|
|
|
else
|
|
|
|
|
echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
|
|
|
|
|
fi
|
|
|
|
|
cd $ac_popdir
|
|
|
|
|
cd "$ac_popdir"
|
|
|
|
|
done
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
@ -1456,6 +1456,7 @@ GROUP='news'
|
|
|
|
|
# Check whether --with-owner or --without-owner was given.
|
|
|
|
|
if test "${with_owner+set}" = set; then
|
|
|
|
|
withval="$with_owner"
|
|
|
|
|
OWNER=$with_owner
|
|
|
|
|
|
|
|
|
|
fi;
|
|
|
|
|
|
|
|
|
@ -1463,6 +1464,7 @@ fi;
|
|
|
|
|
# Check whether --with-group or --without-group was given.
|
|
|
|
|
if test "${with_group+set}" = set; then
|
|
|
|
|
withval="$with_group"
|
|
|
|
|
GROUP=$with_group
|
|
|
|
|
|
|
|
|
|
fi;
|
|
|
|
|
|
|
|
|
@ -1472,45 +1474,53 @@ fi;
|
|
|
|
|
if test "${enable_debug+set}" = set; then
|
|
|
|
|
enableval="$enable_debug"
|
|
|
|
|
if test $enableval = yes; then
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
#define DEBUG 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
#define DEBUG 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --enable-dcd-control or --disable-dcd-control was given.
|
|
|
|
|
if test "${enable_dcd_control+set}" = set; then
|
|
|
|
|
enableval="$enable_dcd_control"
|
|
|
|
|
if test $enableval = yes; then
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
#define MODEM_WATCH_CARRIER 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
#define MODEM_WATCH_CARRIER 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --enable-hangup-watch-cd or --disable-hangup-watch-cd was given.
|
|
|
|
|
if test "${enable_hangup_watch_cd+set}" = set; then
|
|
|
|
|
enableval="$enable_hangup_watch_cd"
|
|
|
|
|
if test $enableval = yes; then
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
#define MODEM_HANGUP_WATCH_CARRIER 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
#define MODEM_HANGUP_WATCH_CARRIER 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
@ -1520,13 +1530,15 @@ fi;
|
|
|
|
|
if test "${enable_log_passwd+set}" = set; then
|
|
|
|
|
enableval="$enable_log_passwd"
|
|
|
|
|
if test $enableval = yes; then
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
#define BFORCE_LOG_PASSWD 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
#define BFORCE_LOG_PASSWD 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
@ -1536,13 +1548,15 @@ fi;
|
|
|
|
|
if test "${enable_csy_locks+set}" = set; then
|
|
|
|
|
enableval="$enable_csy_locks"
|
|
|
|
|
if test $enableval = yes; then
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
#define BFORCE_USE_CSY 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
#define BFORCE_USE_CSY 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
@ -1552,13 +1566,15 @@ fi;
|
|
|
|
|
if test "${enable_syslog+set}" = set; then
|
|
|
|
|
enableval="$enable_syslog"
|
|
|
|
|
if test $enableval = yes; then
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
#define USE_SYSLOG 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
#define USE_SYSLOG 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
@ -1582,12 +1598,13 @@ echo $ECHO_N "checking \"UUCP lock files directory\"... $ECHO_C" >&6
|
|
|
|
|
else
|
|
|
|
|
lockdir=/var/lock/
|
|
|
|
|
fi
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
|
|
|
#define BFORCE_LOCK_DIR "$lockdir"
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
echo "$as_me:$LINENO: result: \"$lockdir\"" >&5
|
|
|
|
|
echo "${ECHO_T}\"$lockdir\"" >&6
|
|
|
|
|
echo "$as_me:$LINENO: result: $lockdir" >&5
|
|
|
|
|
echo "${ECHO_T}$lockdir" >&6
|
|
|
|
|
|
|
|
|
|
fi;
|
|
|
|
|
|
|
|
|
@ -2200,8 +2217,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -2259,8 +2275,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -2376,8 +2391,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -2431,8 +2445,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -2477,8 +2490,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -2522,8 +2534,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -2684,8 +2695,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -2757,8 +2767,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -2812,8 +2821,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -2884,8 +2892,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -2939,8 +2946,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -3257,8 +3263,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -3429,8 +3434,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -3499,8 +3503,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -3571,8 +3574,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -3725,8 +3727,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -3877,8 +3878,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -4069,8 +4069,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -4133,8 +4132,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -4199,8 +4197,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -4265,8 +4262,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -4332,8 +4328,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -4395,8 +4390,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -4458,8 +4452,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -4594,8 +4587,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -4634,8 +4626,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -4762,8 +4753,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -4861,8 +4851,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -4956,8 +4945,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -4999,7 +4987,8 @@ done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for ac_func in mkdir mktime select socket strspn strcasecmp
|
|
|
|
|
|
|
|
|
|
for ac_func in mkdir mktime select socket strspn strcasecmp mkstemp
|
|
|
|
|
do
|
|
|
|
|
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
|
|
|
echo "$as_me:$LINENO: checking for $ac_func" >&5
|
|
|
|
@ -5067,8 +5056,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -5172,8 +5160,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
|
|
|
|
cat conftest.err >&5
|
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
|
|| test ! -s conftest.err'
|
|
|
|
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
|
ac_status=$?
|
|
|
|
@ -6013,11 +6000,6 @@ esac
|
|
|
|
|
*) ac_INSTALL=$ac_top_builddir$INSTALL ;;
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
if test x"$ac_file" != x-; then
|
|
|
|
|
{ echo "$as_me:$LINENO: creating $ac_file" >&5
|
|
|
|
|
echo "$as_me: creating $ac_file" >&6;}
|
|
|
|
|
rm -f "$ac_file"
|
|
|
|
|
fi
|
|
|
|
|
# Let's still pretend it is `configure' which instantiates (i.e., don't
|
|
|
|
|
# use $as_me), people would be surprised to read:
|
|
|
|
|
# /* config.h. Generated by config.status. */
|
|
|
|
@ -6056,6 +6038,12 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
|
|
|
|
|
fi;;
|
|
|
|
|
esac
|
|
|
|
|
done` || { (exit 1); exit 1; }
|
|
|
|
|
|
|
|
|
|
if test x"$ac_file" != x-; then
|
|
|
|
|
{ echo "$as_me:$LINENO: creating $ac_file" >&5
|
|
|
|
|
echo "$as_me: creating $ac_file" >&6;}
|
|
|
|
|
rm -f "$ac_file"
|
|
|
|
|
fi
|
|
|
|
|
_ACEOF
|
|
|
|
|
cat >>$CONFIG_STATUS <<_ACEOF
|
|
|
|
|
sed "$ac_vpsub
|
|
|
|
@ -7146,11 +7134,6 @@ esac
|
|
|
|
|
*) ac_INSTALL=$ac_top_builddir$INSTALL ;;
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
if test x"$ac_file" != x-; then
|
|
|
|
|
{ echo "$as_me:$LINENO: creating $ac_file" >&5
|
|
|
|
|
echo "$as_me: creating $ac_file" >&6;}
|
|
|
|
|
rm -f "$ac_file"
|
|
|
|
|
fi
|
|
|
|
|
# Let's still pretend it is `configure' which instantiates (i.e., don't
|
|
|
|
|
# use $as_me), people would be surprised to read:
|
|
|
|
|
# /* config.h. Generated by config.status. */
|
|
|
|
@ -7189,6 +7172,12 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
|
|
|
|
|
fi;;
|
|
|
|
|
esac
|
|
|
|
|
done` || { (exit 1); exit 1; }
|
|
|
|
|
|
|
|
|
|
if test x"$ac_file" != x-; then
|
|
|
|
|
{ echo "$as_me:$LINENO: creating $ac_file" >&5
|
|
|
|
|
echo "$as_me: creating $ac_file" >&6;}
|
|
|
|
|
rm -f "$ac_file"
|
|
|
|
|
fi
|
|
|
|
|
_ACEOF
|
|
|
|
|
cat >>$CONFIG_STATUS <<_ACEOF
|
|
|
|
|
sed "$ac_vpsub
|
|
|
|
|