|
|
|
@ -311,7 +311,7 @@ ac_includes_default="\
|
|
|
|
|
# include <unistd.h>
|
|
|
|
|
#endif"
|
|
|
|
|
|
|
|
|
|
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os OWNER GROUP YACC CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CPP EGREP LIBOBJS LTLIBOBJS'
|
|
|
|
|
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os OWNER GROUP SPOOLDIR LOGDIR YACC CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CPP EGREP LIBOBJS LTLIBOBJS'
|
|
|
|
|
ac_subst_files=''
|
|
|
|
|
|
|
|
|
|
# Initialize some variables set by options.
|
|
|
|
@ -854,13 +854,15 @@ Optional Features:
|
|
|
|
|
--enable-hangup-watch-cd hangup watchs for DCD line (default)
|
|
|
|
|
--enable-log-passwd write session password to log (default)
|
|
|
|
|
--enable-csy-locks use '.csy' locks while dialing (default)
|
|
|
|
|
--disable-syslog use syslog for logging (experimental) (default)
|
|
|
|
|
--enable-syslog use syslog for logging experimental (default)
|
|
|
|
|
|
|
|
|
|
Optional Packages:
|
|
|
|
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
|
|
|
|
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
|
|
|
|
--with-owner=USER set possibility to run bforce from a USER (uucp)
|
|
|
|
|
--with-group=GROUP set possibility to run bforce from a GROUP (news)
|
|
|
|
|
--with-spooldir=SPOOLDIR set directory for spooler files (/var/spool/bforce)
|
|
|
|
|
--with-logdir=LOGDIR set directory for logs (/var/log/bforce)
|
|
|
|
|
--with-uucp-lockdir specify directory for UUCP style locks
|
|
|
|
|
|
|
|
|
|
Some influential environment variables:
|
|
|
|
@ -1453,6 +1455,9 @@ fi
|
|
|
|
|
#
|
|
|
|
|
OWNER='uucp'
|
|
|
|
|
GROUP='news'
|
|
|
|
|
SPOOLDIR=/var/spool/bforce
|
|
|
|
|
LOGDIR=/var/log/bforce
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --with-owner or --without-owner was given.
|
|
|
|
|
if test "${with_owner+set}" = set; then
|
|
|
|
@ -1471,6 +1476,23 @@ fi;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --with-spooldir or --without-spooldir was given.
|
|
|
|
|
if test "${with_spooldir+set}" = set; then
|
|
|
|
|
withval="$with_spooldir"
|
|
|
|
|
SPOOLDIR=$with_spooldir
|
|
|
|
|
|
|
|
|
|
fi;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --with-logdir or --without-logdir was given.
|
|
|
|
|
if test "${with_logdir+set}" = set; then
|
|
|
|
|
withval="$with_logdir"
|
|
|
|
|
LOGDIR=$with_logdir
|
|
|
|
|
|
|
|
|
|
fi;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --enable-debug or --disable-debug was given.
|
|
|
|
|
if test "${enable_debug+set}" = set; then
|
|
|
|
|
enableval="$enable_debug"
|
|
|
|
@ -1566,7 +1588,7 @@ fi;
|
|
|
|
|
# Check whether --enable-syslog or --disable-syslog was given.
|
|
|
|
|
if test "${enable_syslog+set}" = set; then
|
|
|
|
|
enableval="$enable_syslog"
|
|
|
|
|
if test $enableval = no; then
|
|
|
|
|
if test $enableval = yes; then
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
#define USE_SYSLOG 1
|
|
|
|
@ -1576,7 +1598,7 @@ _ACEOF
|
|
|
|
|
else
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
|
#define USE_SYSLOG 0
|
|
|
|
|
#define USE_SYSLOG 1
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
|
|
fi;
|
|
|
|
@ -3847,7 +3869,8 @@ done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for ac_header in sys/select.h sys/param.h
|
|
|
|
|
|
|
|
|
|
for ac_header in sys/select.h sys/param.h sys/mount.h
|
|
|
|
|
do
|
|
|
|
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
|
|
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
|
|
|
@ -5821,6 +5844,8 @@ s,@target_vendor@,$target_vendor,;t t
|
|
|
|
|
s,@target_os@,$target_os,;t t
|
|
|
|
|
s,@OWNER@,$OWNER,;t t
|
|
|
|
|
s,@GROUP@,$GROUP,;t t
|
|
|
|
|
s,@SPOOLDIR@,$SPOOLDIR,;t t
|
|
|
|
|
s,@LOGDIR@,$LOGDIR,;t t
|
|
|
|
|
s,@YACC@,$YACC,;t t
|
|
|
|
|
s,@CC@,$CC,;t t
|
|
|
|
|
s,@CFLAGS@,$CFLAGS,;t t
|
|
|
|
@ -6955,6 +6980,8 @@ s,@target_vendor@,$target_vendor,;t t
|
|
|
|
|
s,@target_os@,$target_os,;t t
|
|
|
|
|
s,@OWNER@,$OWNER,;t t
|
|
|
|
|
s,@GROUP@,$GROUP,;t t
|
|
|
|
|
s,@SPOOLDIR@,$SPOOLDIR,;t t
|
|
|
|
|
s,@LOGDIR@,$LOGDIR,;t t
|
|
|
|
|
s,@YACC@,$YACC,;t t
|
|
|
|
|
s,@CC@,$CC,;t t
|
|
|
|
|
s,@CFLAGS@,$CFLAGS,;t t
|
|
|
|
|