5ee5f923bb
Submitted by: Alex Lyashkov <shadow@psoft.net> Approved by: maintainer
1808 lines
62 KiB
Text
1808 lines
62 KiB
Text
--- support/configure.old Tue Dec 7 10:11:23 2004
|
|
+++ support/configure Mon Aug 1 19:15:50 2005
|
|
@@ -1,6 +1,6 @@
|
|
#! /bin/sh
|
|
|
|
-# From configure.in Id: configure.in,v 1.46.2.8 2001/02/09 13:47:06 q Exp
|
|
+# From configure.in Id: configure.in,v 1.4.2.1 2003/09/30 14:23:20 chourf Exp
|
|
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
# Generated automatically using autoconf version 2.13
|
|
@@ -11,7 +11,7 @@
|
|
|
|
# Defaults:
|
|
ac_help=
|
|
-ac_default_prefix=/usr/local/rusnet
|
|
+ac_default_prefix=/usr/local
|
|
# Any additions from configure.in:
|
|
ac_help="$ac_help
|
|
--with-zlib checks for zlib; if found, enables compressed links"
|
|
@@ -29,6 +29,10 @@ ac_help="$ac_help
|
|
--enable-ip6 enables IPv6"
|
|
ac_help="$ac_help
|
|
--enable-dsm enables dynamically shared modules for iauth"
|
|
+ac_help="$ac_help
|
|
+ --with-netname=[name] set IRC Network Name"
|
|
+ac_help="$ac_help
|
|
+ --with-user=[username] set user for own ircd files"
|
|
|
|
# Initialize some variables set by options.
|
|
# The variables have the same names as the options, with
|
|
@@ -178,7 +182,7 @@ Directory and file names:
|
|
--includedir=DIR C header files in DIR [PREFIX/include]
|
|
--oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
|
|
--logdir=DIR log files in DIR [PREFIX/var/log/ircd]
|
|
- --codepagedir=DIR place codepages in DIR [PREFIX/codepages]
|
|
+ --codepagedir=DIR codepage files in DIR [PREFIX/codepages]
|
|
--infodir=DIR info documentation in DIR [PREFIX/info]
|
|
--mandir=DIR man documentation in DIR [PREFIX/man]
|
|
--srcdir=DIR find the sources in DIR [configure dir or ..]
|
|
@@ -250,7 +254,7 @@ EOF
|
|
-logdir=* | --logdir=* | --logdi=* | --logd=*)
|
|
logdir="$ac_optarg/" ;;
|
|
|
|
- -codepagedir | --codepagedir | --codepagedi | --codepaged | --codepage )
|
|
+ -codepagedir | --codepagedir | --codepagedi | --codepaged | --codepage)
|
|
ac_prev=codepagedir ;;
|
|
-codepagedir=* | --codepagedir=* | --codepagedi=* | --codepaged=* | --codepage=*)
|
|
codepagedir="$ac_optarg/" ;;
|
|
@@ -612,7 +616,7 @@ else { echo "configure: error: can not r
|
|
fi
|
|
|
|
echo $ac_n "checking host system type""... $ac_c" 1>&6
|
|
-echo "configure:609: checking host system type" >&5
|
|
+echo "configure:620: checking host system type" >&5
|
|
|
|
host_alias=$host
|
|
case "$host_alias" in
|
|
@@ -633,7 +637,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-
|
|
echo "$ac_t""$host" 1>&6
|
|
|
|
echo $ac_n "checking target system type""... $ac_c" 1>&6
|
|
-echo "configure:630: checking target system type" >&5
|
|
+echo "configure:641: checking target system type" >&5
|
|
|
|
target_alias=$target
|
|
case "$target_alias" in
|
|
@@ -651,7 +655,7 @@ target_os=`echo $target | sed 's/^\([^-]
|
|
echo "$ac_t""$target" 1>&6
|
|
|
|
echo $ac_n "checking build system type""... $ac_c" 1>&6
|
|
-echo "configure:648: checking build system type" >&5
|
|
+echo "configure:659: checking build system type" >&5
|
|
|
|
build_alias=$build
|
|
case "$build_alias" in
|
|
@@ -676,7 +680,7 @@ test "$host_alias" != "$target_alias" &&
|
|
|
|
|
|
echo $ac_n "checking cached system tuple""... $ac_c" 1>&6
|
|
-echo "configure:673: checking cached system tuple" >&5
|
|
+echo "configure:684: checking cached system tuple" >&5
|
|
if { test x"${ac_cv_host_system_type+set}" = x"set" &&
|
|
test x"$ac_cv_host_system_type" != x"$host"; } ||
|
|
{ test x"${ac_cv_build_system_type+set}" = x"set" &&
|
|
@@ -697,7 +701,7 @@ echo "configure:673: checking cached sys
|
|
# 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:694: checking for $ac_word" >&5
|
|
+echo "configure:705: 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
|
|
@@ -727,7 +731,7 @@ 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:724: checking for $ac_word" >&5
|
|
+echo "configure:735: 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
|
|
@@ -775,7 +779,7 @@ 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:772: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
|
|
+echo "configure:783: 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.
|
|
@@ -786,12 +790,12 @@ cross_compiling=$ac_cv_prog_cc_cross
|
|
|
|
cat > conftest.$ac_ext << EOF
|
|
|
|
-#line 783 "configure"
|
|
+#line 794 "configure"
|
|
#include "confdefs.h"
|
|
|
|
main(){return(0);}
|
|
EOF
|
|
-if { (eval echo configure:788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+if { (eval echo configure:799: \"$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
|
|
@@ -817,12 +821,12 @@ 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:814: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
|
|
+echo "configure:825: 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:819: checking whether we are using GNU C" >&5
|
|
+echo "configure:830: 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
|
|
@@ -831,7 +835,7 @@ else
|
|
yes;
|
|
#endif
|
|
EOF
|
|
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:828: \"$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:839: \"$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
|
|
@@ -845,7 +849,7 @@ if test $ac_cv_prog_gcc = yes; then
|
|
ac_save_CFLAGS="$CFLAGS"
|
|
CFLAGS=
|
|
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
|
|
-echo "configure:842: checking whether ${CC-cc} accepts -g" >&5
|
|
+echo "configure:853: 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
|
|
@@ -863,14 +867,14 @@ echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
|
|
if test "$ac_test_CFLAGS" = set; then
|
|
CFLAGS="$ac_save_CFLAGS"
|
|
else
|
|
- CFLAGS="-O"
|
|
+ CFLAGS="-O2"
|
|
fi
|
|
else
|
|
GCC=
|
|
fi
|
|
|
|
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
|
|
-echo "configure:867: checking how to run the C preprocessor" >&5
|
|
+echo "configure:878: checking how to run the C preprocessor" >&5
|
|
# On Suns, sometimes $CPP names a directory.
|
|
if test -n "$CPP" && test -d "$CPP"; then
|
|
CPP=
|
|
@@ -885,13 +889,13 @@ else
|
|
# On the NeXT, cc -E runs the code through the compiler's parser,
|
|
# not just through cpp.
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 882 "configure"
|
|
+#line 893 "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:888: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
+{ (eval echo configure:899: \"$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
|
|
:
|
|
@@ -902,13 +906,13 @@ else
|
|
rm -rf conftest*
|
|
CPP="${CC-cc} -E -traditional-cpp"
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 899 "configure"
|
|
+#line 910 "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:905: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
+{ (eval echo configure:916: \"$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
|
|
:
|
|
@@ -919,13 +923,13 @@ else
|
|
rm -rf conftest*
|
|
CPP="${CC-cc} -nologo -E"
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 916 "configure"
|
|
+#line 927 "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:922: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
+{ (eval echo configure:933: \"$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
|
|
:
|
|
@@ -949,12 +953,12 @@ else
|
|
fi
|
|
echo "$ac_t""$CPP" 1>&6
|
|
|
|
-for ac_prog in mawk gawk nawk awk
|
|
+for ac_prog in gawk mawk nawk awk
|
|
do
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
|
set dummy $ac_prog; ac_word=$2
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
|
-echo "configure:951: checking for $ac_word" >&5
|
|
+echo "configure:962: checking for $ac_word" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
@@ -996,7 +1000,7 @@ done
|
|
# 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:993: checking for a BSD compatible install" >&5
|
|
+echo "configure:1004: 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
|
|
@@ -1053,7 +1057,7 @@ do
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
|
set dummy $ac_prog; ac_word=$2
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
|
-echo "configure:1050: checking for $ac_word" >&5
|
|
+echo "configure:1061: checking for $ac_word" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_path_SUM'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
@@ -1091,13 +1095,13 @@ test -n "$SUM" || SUM="true"
|
|
|
|
if test $ac_cv_prog_gcc = yes; then
|
|
echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
|
|
-echo "configure:1088: checking whether ${CC-cc} needs -traditional" >&5
|
|
+echo "configure:1099: checking whether ${CC-cc} needs -traditional" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
ac_pattern="Autoconf.*'x'"
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 1094 "configure"
|
|
+#line 1105 "configure"
|
|
#include "confdefs.h"
|
|
#include <sgtty.h>
|
|
Autoconf TIOCGETP
|
|
@@ -1115,7 +1119,7 @@ rm -f conftest*
|
|
|
|
if test $ac_cv_prog_gcc_traditional = no; then
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 1112 "configure"
|
|
+#line 1123 "configure"
|
|
#include "confdefs.h"
|
|
#include <termio.h>
|
|
Autoconf TCGETA
|
|
@@ -1138,7 +1142,7 @@ fi
|
|
|
|
|
|
echo $ac_n "checking for AIX""... $ac_c" 1>&6
|
|
-echo "configure:1135: checking for AIX" >&5
|
|
+echo "configure:1146: checking for AIX" >&5
|
|
if eval "test \"`echo '$''{'irc_cv_aix'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
@@ -1170,7 +1174,7 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
|
|
-echo "configure:1167: checking for POSIXized ISC" >&5
|
|
+echo "configure:1178: checking for POSIXized ISC" >&5
|
|
if test -d /etc/conf/kconfig.d &&
|
|
grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
|
|
then
|
|
@@ -1192,17 +1196,17 @@ fi
|
|
|
|
ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'`
|
|
echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
|
|
-echo "configure:1189: checking for minix/config.h" >&5
|
|
+echo "configure:1200: checking for minix/config.h" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 1194 "configure"
|
|
+#line 1205 "configure"
|
|
#include "confdefs.h"
|
|
#include <minix/config.h>
|
|
EOF
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
-{ (eval echo configure:1199: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
+{ (eval echo configure:1210: \"$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*
|
|
@@ -1240,9 +1244,9 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for SGI's cc""... $ac_c" 1>&6
|
|
-echo "configure:1237: checking for SGI's cc" >&5
|
|
+echo "configure:1248: checking for SGI's cc" >&5
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 1239 "configure"
|
|
+#line 1250 "configure"
|
|
#include "confdefs.h"
|
|
#ifdef sgi
|
|
yes
|
|
@@ -1265,9 +1269,9 @@ rm -f conftest*
|
|
|
|
|
|
echo $ac_n "checking for HPUX's cc""... $ac_c" 1>&6
|
|
-echo "configure:1262: checking for HPUX's cc" >&5
|
|
+echo "configure:1273: checking for HPUX's cc" >&5
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 1264 "configure"
|
|
+#line 1275 "configure"
|
|
#include "confdefs.h"
|
|
#ifdef hpux
|
|
yes
|
|
@@ -1290,7 +1294,7 @@ rm -f conftest*
|
|
|
|
|
|
echo $ac_n "checking for SunOS""... $ac_c" 1>&6
|
|
-echo "configure:1287: checking for SunOS" >&5
|
|
+echo "configure:1298: checking for SunOS" >&5
|
|
if eval "test \"`echo '$''{'irc_cv_sun'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
@@ -1330,13 +1334,13 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for Linux""... $ac_c" 1>&6
|
|
-echo "configure:1327: checking for Linux" >&5
|
|
+echo "configure:1338: checking for Linux" >&5
|
|
if eval "test \"`echo '$''{'irc_cv_linux'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
if test "x`(uname) 2>/dev/null`" = "xLinux"; then
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 1333 "configure"
|
|
+#line 1344 "configure"
|
|
#include "confdefs.h"
|
|
#include <netdb.h>
|
|
EOF
|
|
@@ -1370,12 +1374,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
|
|
-echo "configure:1367: checking for Cygwin environment" >&5
|
|
+echo "configure:1378: checking for Cygwin environment" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 1372 "configure"
|
|
+#line 1383 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int main() {
|
|
@@ -1386,7 +1390,7 @@ int main() {
|
|
return __CYGWIN__;
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:1383: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
+if { (eval echo configure:1394: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
rm -rf conftest*
|
|
ac_cv_cygwin=yes
|
|
else
|
|
@@ -1411,12 +1415,12 @@ fi
|
|
|
|
|
|
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
|
|
-echo "configure:1408: checking for ANSI C header files" >&5
|
|
+echo "configure:1419: 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 1413 "configure"
|
|
+#line 1424 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
@@ -1424,7 +1428,7 @@ else
|
|
#include <float.h>
|
|
EOF
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
-{ (eval echo configure:1421: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
+{ (eval echo configure:1432: \"$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*
|
|
@@ -1441,7 +1445,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 1438 "configure"
|
|
+#line 1449 "configure"
|
|
#include "confdefs.h"
|
|
#include <string.h>
|
|
EOF
|
|
@@ -1459,7 +1463,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 1456 "configure"
|
|
+#line 1467 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdlib.h>
|
|
EOF
|
|
@@ -1480,7 +1484,7 @@ if test "$cross_compiling" = yes; then
|
|
:
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 1477 "configure"
|
|
+#line 1488 "configure"
|
|
#include "confdefs.h"
|
|
#include <ctype.h>
|
|
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
|
|
@@ -1491,7 +1495,7 @@ if (XOR (islower (i), ISLOWER (i)) || to
|
|
exit (0); }
|
|
|
|
EOF
|
|
-if { (eval echo configure:1488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
+if { (eval echo configure:1499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
then
|
|
:
|
|
else
|
|
@@ -1515,12 +1519,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
|
|
-echo "configure:1512: checking for sys/wait.h that is POSIX.1 compatible" >&5
|
|
+echo "configure:1523: 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 1517 "configure"
|
|
+#line 1528 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <sys/wait.h>
|
|
@@ -1536,7 +1540,7 @@ wait (&s);
|
|
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:1533: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
+if { (eval echo configure:1544: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
rm -rf conftest*
|
|
ac_cv_header_sys_wait_h=yes
|
|
else
|
|
@@ -1560,17 +1564,17 @@ for ac_hdr in stdio.h stdlib.h sys/types
|
|
do
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
|
-echo "configure:1557: checking for $ac_hdr" >&5
|
|
+echo "configure:1568: 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 1562 "configure"
|
|
+#line 1573 "configure"
|
|
#include "confdefs.h"
|
|
#include <$ac_hdr>
|
|
EOF
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
-{ (eval echo configure:1567: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
+{ (eval echo configure:1578: \"$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*
|
|
@@ -1597,12 +1601,12 @@ fi
|
|
done
|
|
|
|
echo $ac_n "checking for sys_nerr declaration in stdio.h, errno.h or sys/errno.h""... $ac_c" 1>&6
|
|
-echo "configure:1594: checking for sys_nerr declaration in stdio.h, errno.h or sys/errno.h" >&5
|
|
+echo "configure:1605: checking for sys_nerr declaration in stdio.h, errno.h or sys/errno.h" >&5
|
|
if eval "test \"`echo '$''{'irc_cv_decl_sys_nerr'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 1599 "configure"
|
|
+#line 1610 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_SYS_TYPES_H
|
|
@@ -1621,7 +1625,7 @@ int main() {
|
|
int num = sys_nerr;
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:1618: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
+if { (eval echo configure:1629: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
rm -rf conftest*
|
|
irc_cv_decl_sys_nerr=yes
|
|
else
|
|
@@ -1642,12 +1646,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for errno declaration in errno.h or sys/errno.h""... $ac_c" 1>&6
|
|
-echo "configure:1639: checking for errno declaration in errno.h or sys/errno.h" >&5
|
|
+echo "configure:1650: checking for errno declaration in errno.h or sys/errno.h" >&5
|
|
if eval "test \"`echo '$''{'irc_cv_decl_errno'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 1644 "configure"
|
|
+#line 1655 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_SYS_TYPES_H
|
|
@@ -1663,7 +1667,7 @@ int main() {
|
|
int num = errno;
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:1660: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
+if { (eval echo configure:1671: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
rm -rf conftest*
|
|
irc_cv_decl_errno=yes
|
|
else
|
|
@@ -1684,12 +1688,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for h_errno declaration in errno.h, sys/errno.h or netdb.h""... $ac_c" 1>&6
|
|
-echo "configure:1681: checking for h_errno declaration in errno.h, sys/errno.h or netdb.h" >&5
|
|
+echo "configure:1692: checking for h_errno declaration in errno.h, sys/errno.h or netdb.h" >&5
|
|
if eval "test \"`echo '$''{'irc_cv_decl_h_errno'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 1686 "configure"
|
|
+#line 1697 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_SYS_TYPES_H
|
|
@@ -1708,7 +1712,7 @@ int main() {
|
|
int num = h_errno;
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:1705: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
+if { (eval echo configure:1716: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
rm -rf conftest*
|
|
irc_cv_decl_h_errno=yes
|
|
else
|
|
@@ -1729,12 +1733,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
|
|
-echo "configure:1726: checking whether stat file-mode macros are broken" >&5
|
|
+echo "configure:1737: checking whether stat file-mode macros are broken" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 1731 "configure"
|
|
+#line 1742 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
@@ -1785,12 +1789,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
|
|
-echo "configure:1782: checking whether time.h and sys/time.h may both be included" >&5
|
|
+echo "configure:1793: 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 1787 "configure"
|
|
+#line 1798 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <sys/time.h>
|
|
@@ -1799,7 +1803,7 @@ int main() {
|
|
struct tm *tp;
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:1796: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
+if { (eval echo configure:1807: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
rm -rf conftest*
|
|
ac_cv_header_time=yes
|
|
else
|
|
@@ -1820,12 +1824,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
|
|
-echo "configure:1817: checking whether struct tm is in sys/time.h or time.h" >&5
|
|
+echo "configure:1828: 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 1822 "configure"
|
|
+#line 1833 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <time.h>
|
|
@@ -1833,7 +1837,7 @@ int main() {
|
|
struct tm *tp; tp->tm_sec;
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:1830: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
+if { (eval echo configure:1841: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
rm -rf conftest*
|
|
ac_cv_struct_tm=time.h
|
|
else
|
|
@@ -1854,12 +1858,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for mode_t""... $ac_c" 1>&6
|
|
-echo "configure:1851: checking for mode_t" >&5
|
|
+echo "configure:1862: 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 1856 "configure"
|
|
+#line 1867 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#if STDC_HEADERS
|
|
@@ -1887,12 +1891,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for off_t""... $ac_c" 1>&6
|
|
-echo "configure:1884: checking for off_t" >&5
|
|
+echo "configure:1895: checking for off_t" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 1889 "configure"
|
|
+#line 1900 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#if STDC_HEADERS
|
|
@@ -1920,12 +1924,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for pid_t""... $ac_c" 1>&6
|
|
-echo "configure:1917: checking for pid_t" >&5
|
|
+echo "configure:1928: 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 1922 "configure"
|
|
+#line 1933 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#if STDC_HEADERS
|
|
@@ -1953,12 +1957,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
|
|
-echo "configure:1950: checking return type of signal handlers" >&5
|
|
+echo "configure:1961: 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 1955 "configure"
|
|
+#line 1966 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <signal.h>
|
|
@@ -1975,7 +1979,7 @@ int main() {
|
|
int i;
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:1972: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
+if { (eval echo configure:1983: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
rm -rf conftest*
|
|
ac_cv_type_signal=void
|
|
else
|
|
@@ -1994,12 +1998,12 @@ EOF
|
|
|
|
|
|
echo $ac_n "checking for size_t""... $ac_c" 1>&6
|
|
-echo "configure:1991: checking for size_t" >&5
|
|
+echo "configure:2002: 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 1996 "configure"
|
|
+#line 2007 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#if STDC_HEADERS
|
|
@@ -2027,12 +2031,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
|
|
-echo "configure:2024: checking for uid_t in sys/types.h" >&5
|
|
+echo "configure:2035: 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 2029 "configure"
|
|
+#line 2040 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
EOF
|
|
@@ -2061,12 +2065,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking whether an union wait * is mandatory in waitpid""... $ac_c" 1>&6
|
|
-echo "configure:2058: checking whether an union wait * is mandatory in waitpid" >&5
|
|
+echo "configure:2069: checking whether an union wait * is mandatory in waitpid" >&5
|
|
if eval "test \"`echo '$''{'irc_cv_type_union_wait'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2063 "configure"
|
|
+#line 2074 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_SYS_WAIT_H
|
|
@@ -2079,7 +2083,7 @@ waitpid(-1, &status, 0);
|
|
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:2076: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
+if { (eval echo configure:2087: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
rm -rf conftest*
|
|
irc_cv_type_union_wait=no
|
|
else
|
|
@@ -2087,7 +2091,7 @@ else
|
|
cat conftest.$ac_ext >&5
|
|
rm -rf conftest*
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2084 "configure"
|
|
+#line 2095 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_SYS_WAIT_H
|
|
@@ -2100,7 +2104,7 @@ waitpid(-1, &status, 0);
|
|
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:2097: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
+if { (eval echo configure:2108: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
rm -rf conftest*
|
|
irc_cv_type_union_wait=yes
|
|
else
|
|
@@ -2125,12 +2129,12 @@ else
|
|
fi
|
|
|
|
echo $ac_n "checking for int8_t""... $ac_c" 1>&6
|
|
-echo "configure:2122: checking for int8_t" >&5
|
|
+echo "configure:2133: checking for int8_t" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_type_int8_t'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2127 "configure"
|
|
+#line 2138 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_SYS_TYPES_H
|
|
@@ -2164,12 +2168,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for u_int8_t""... $ac_c" 1>&6
|
|
-echo "configure:2161: checking for u_int8_t" >&5
|
|
+echo "configure:2172: checking for u_int8_t" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_type_u_int8_t'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2166 "configure"
|
|
+#line 2177 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_SYS_TYPES_H
|
|
@@ -2203,12 +2207,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for int16_t""... $ac_c" 1>&6
|
|
-echo "configure:2200: checking for int16_t" >&5
|
|
+echo "configure:2211: checking for int16_t" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_type_int16_t'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2205 "configure"
|
|
+#line 2216 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_SYS_TYPES_H
|
|
@@ -2242,12 +2246,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for u_int16_t""... $ac_c" 1>&6
|
|
-echo "configure:2239: checking for u_int16_t" >&5
|
|
+echo "configure:2250: checking for u_int16_t" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_type_u_int16_t'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2244 "configure"
|
|
+#line 2255 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_SYS_TYPES_H
|
|
@@ -2281,12 +2285,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for int32_t""... $ac_c" 1>&6
|
|
-echo "configure:2278: checking for int32_t" >&5
|
|
+echo "configure:2289: checking for int32_t" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_type_int32_t'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2283 "configure"
|
|
+#line 2294 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_SYS_TYPES_H
|
|
@@ -2320,12 +2324,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for u_int32_t""... $ac_c" 1>&6
|
|
-echo "configure:2317: checking for u_int32_t" >&5
|
|
+echo "configure:2328: checking for u_int32_t" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_type_u_int32_t'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2322 "configure"
|
|
+#line 2333 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_SYS_TYPES_H
|
|
@@ -2359,12 +2363,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for u_char""... $ac_c" 1>&6
|
|
-echo "configure:2356: checking for u_char" >&5
|
|
+echo "configure:2367: checking for u_char" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_type_u_char'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2361 "configure"
|
|
+#line 2372 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_SYS_TYPES_H
|
|
@@ -2398,12 +2402,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for u_short""... $ac_c" 1>&6
|
|
-echo "configure:2395: checking for u_short" >&5
|
|
+echo "configure:2406: checking for u_short" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_type_u_short'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2400 "configure"
|
|
+#line 2411 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_SYS_TYPES_H
|
|
@@ -2437,12 +2441,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for u_int""... $ac_c" 1>&6
|
|
-echo "configure:2434: checking for u_int" >&5
|
|
+echo "configure:2445: checking for u_int" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_type_u_int'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2439 "configure"
|
|
+#line 2450 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_SYS_TYPES_H
|
|
@@ -2476,12 +2480,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for u_long""... $ac_c" 1>&6
|
|
-echo "configure:2473: checking for u_long" >&5
|
|
+echo "configure:2484: checking for u_long" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_type_u_long'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2478 "configure"
|
|
+#line 2489 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_SYS_TYPES_H
|
|
@@ -2516,14 +2520,14 @@ fi
|
|
|
|
|
|
echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
|
|
-echo "configure:2513: checking whether byte ordering is bigendian" >&5
|
|
+echo "configure:2524: checking whether byte ordering is bigendian" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
ac_cv_c_bigendian=unknown
|
|
# See if sys/param.h defines the BYTE_ORDER macro.
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2520 "configure"
|
|
+#line 2531 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <sys/param.h>
|
|
@@ -2534,11 +2538,11 @@ int main() {
|
|
#endif
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:2531: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
+if { (eval echo configure:2542: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
rm -rf conftest*
|
|
# It does; now see whether it defined to BIG_ENDIAN or not.
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2535 "configure"
|
|
+#line 2546 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <sys/param.h>
|
|
@@ -2549,7 +2553,7 @@ int main() {
|
|
#endif
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:2546: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
+if { (eval echo configure:2557: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
rm -rf conftest*
|
|
ac_cv_c_bigendian=yes
|
|
else
|
|
@@ -2569,7 +2573,7 @@ if test "$cross_compiling" = yes; then
|
|
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2566 "configure"
|
|
+#line 2577 "configure"
|
|
#include "confdefs.h"
|
|
main () {
|
|
/* Are we little or big endian? From Harbison&Steele. */
|
|
@@ -2582,7 +2586,7 @@ main () {
|
|
exit (u.c[sizeof (long) - 1] == 1);
|
|
}
|
|
EOF
|
|
-if { (eval echo configure:2579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
+if { (eval echo configure:2590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
then
|
|
ac_cv_c_bigendian=no
|
|
else
|
|
@@ -2606,12 +2610,12 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for working const""... $ac_c" 1>&6
|
|
-echo "configure:2603: checking for working const" >&5
|
|
+echo "configure:2614: 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 2608 "configure"
|
|
+#line 2619 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int main() {
|
|
@@ -2660,7 +2664,7 @@ ccp = (char const *const *) p;
|
|
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:2657: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
+if { (eval echo configure:2668: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
rm -rf conftest*
|
|
ac_cv_c_const=yes
|
|
else
|
|
@@ -2682,7 +2686,7 @@ fi
|
|
|
|
|
|
echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6
|
|
-echo "configure:2679: checking for crypt in -lcrypt" >&5
|
|
+echo "configure:2690: checking for crypt in -lcrypt" >&5
|
|
ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
@@ -2690,7 +2694,7 @@ else
|
|
ac_save_LIBS="$LIBS"
|
|
LIBS="-lcrypt $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2687 "configure"
|
|
+#line 2698 "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
|
|
@@ -2701,7 +2705,7 @@ int main() {
|
|
crypt()
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:2698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+if { (eval echo configure:2709: \"$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
|
|
@@ -2729,7 +2733,7 @@ else
|
|
fi
|
|
|
|
echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
|
|
-echo "configure:2726: checking for socket in -lsocket" >&5
|
|
+echo "configure:2737: 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
|
|
@@ -2737,7 +2741,7 @@ else
|
|
ac_save_LIBS="$LIBS"
|
|
LIBS="-lsocket $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2734 "configure"
|
|
+#line 2745 "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
|
|
@@ -2748,7 +2752,7 @@ int main() {
|
|
socket()
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:2745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+if { (eval echo configure:2756: \"$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
|
|
@@ -2776,7 +2780,7 @@ else
|
|
fi
|
|
|
|
echo $ac_n "checking for socket in -lnsl""... $ac_c" 1>&6
|
|
-echo "configure:2773: checking for socket in -lnsl" >&5
|
|
+echo "configure:2784: checking for socket in -lnsl" >&5
|
|
ac_lib_var=`echo nsl'_'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
|
|
@@ -2784,7 +2788,7 @@ else
|
|
ac_save_LIBS="$LIBS"
|
|
LIBS="-lnsl $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2781 "configure"
|
|
+#line 2792 "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
|
|
@@ -2795,7 +2799,7 @@ int main() {
|
|
socket()
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:2792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+if { (eval echo configure:2803: \"$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
|
|
@@ -2824,21 +2828,22 @@ fi
|
|
|
|
|
|
echo $ac_n "checking library containing pow""... $ac_c" 1>&6
|
|
-echo "configure:2821: checking library containing pow" >&5
|
|
+echo "configure:2832: checking library containing pow" >&5
|
|
if eval "test \"`echo '$''{'irc_cv_mathlib'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
|
|
irc_cv_mathlib=""
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2828 "configure"
|
|
+#line 2839 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int main() {
|
|
-pow(1.0, 1.0)
|
|
+double a = 1.0,b = 1.0;
|
|
+pow(a, b)
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:2835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+if { (eval echo configure:2846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
rm -rf conftest*
|
|
MATHLIBS=
|
|
else
|
|
@@ -2849,14 +2854,14 @@ else
|
|
irc_cv_mathlib="-lm"
|
|
LIBS="-lm $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2846 "configure"
|
|
+#line 2857 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int main() {
|
|
pow(1.0, 1.0)
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:2853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+if { (eval echo configure:2864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
rm -rf conftest*
|
|
MATHLIBS=-lm
|
|
else
|
|
@@ -2877,7 +2882,7 @@ fi
|
|
|
|
|
|
echo $ac_n "checking for zlib package""... $ac_c" 1>&6
|
|
-echo "configure:2874: checking for zlib package" >&5
|
|
+echo "configure:2885: checking for zlib package" >&5
|
|
# Check whether --with-zlib or --without-zlib was given.
|
|
if test "${with_zlib+set}" = set; then
|
|
withval="$with_zlib"
|
|
@@ -2900,12 +2905,12 @@ else
|
|
no_zlib_include=yes
|
|
no_zlib_library=yes
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2897 "configure"
|
|
+#line 2908 "configure"
|
|
#include "confdefs.h"
|
|
#include <zlib.h>
|
|
EOF
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
-{ (eval echo configure:2902: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
+{ (eval echo configure:2913: \"$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*
|
|
@@ -2939,14 +2944,14 @@ rm -f conftest*
|
|
irc_save_LIBS="$LIBS"
|
|
LIBS="-lz $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 2936 "configure"
|
|
+#line 2947 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int main() {
|
|
inflate()
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:2943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+if { (eval echo configure:2954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
rm -rf conftest*
|
|
no_zlib_library=
|
|
irc_zlib_library=
|
|
@@ -3024,7 +3029,7 @@ fi
|
|
|
|
|
|
echo $ac_n "checking which curses or termcap library will be used""... $ac_c" 1>&6
|
|
-echo "configure:3021: checking which curses or termcap library will be used" >&5
|
|
+echo "configure:3032: checking which curses or termcap library will be used" >&5
|
|
# Check whether --with-ncurses or --without-ncurses was given.
|
|
if test "${with_ncurses+set}" = set; then
|
|
withval="$with_ncurses"
|
|
@@ -3055,14 +3060,14 @@ else
|
|
irc_save_LIBS="$LIBS"
|
|
LIBS="-lncurses $irc_save_LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 3052 "configure"
|
|
+#line 3063 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int main() {
|
|
initscr()
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:3059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+if { (eval echo configure:3070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
rm -rf conftest*
|
|
irc_ncurses=yes
|
|
else
|
|
@@ -3074,14 +3079,14 @@ fi
|
|
rm -f conftest*
|
|
LIBS="-lcursesX $irc_save_LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 3071 "configure"
|
|
+#line 3082 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int main() {
|
|
initscr()
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:3078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+if { (eval echo configure:3089: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
rm -rf conftest*
|
|
irc_cursesX=yes
|
|
else
|
|
@@ -3093,14 +3098,14 @@ fi
|
|
rm -f conftest*
|
|
LIBS="-lcurses $irc_save_LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 3090 "configure"
|
|
+#line 3101 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int main() {
|
|
initscr()
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:3097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+if { (eval echo configure:3108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
rm -rf conftest*
|
|
irc_curses=yes
|
|
else
|
|
@@ -3112,14 +3117,14 @@ fi
|
|
rm -f conftest*
|
|
LIBS="-lcurses -ltermcap $irc_save_LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 3109 "configure"
|
|
+#line 3120 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int main() {
|
|
initscr()
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:3116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+if { (eval echo configure:3127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
rm -rf conftest*
|
|
irc_curses_termcap=yes
|
|
else
|
|
@@ -3131,14 +3136,14 @@ fi
|
|
rm -f conftest*
|
|
LIBS="-ltermcap $irc_save_LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 3128 "configure"
|
|
+#line 3139 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int main() {
|
|
tgetent()
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:3135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+if { (eval echo configure:3146: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
rm -rf conftest*
|
|
irc_termcap=yes
|
|
else
|
|
@@ -3211,7 +3216,7 @@ fi
|
|
|
|
|
|
echo $ac_n "checking whether setpgrp takes no argument""... $ac_c" 1>&6
|
|
-echo "configure:3208: checking whether setpgrp takes no argument" >&5
|
|
+echo "configure:3219: checking whether setpgrp takes no argument" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_func_setpgrp_void'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
@@ -3219,7 +3224,7 @@ else
|
|
{ echo "configure: error: cannot check setpgrp if cross compiling" 1>&2; exit 1; }
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 3216 "configure"
|
|
+#line 3227 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#ifdef HAVE_UNISTD_H
|
|
@@ -3239,7 +3244,7 @@ main()
|
|
}
|
|
|
|
EOF
|
|
-if { (eval echo configure:3236: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
+if { (eval echo configure:3247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
then
|
|
ac_cv_func_setpgrp_void=no
|
|
else
|
|
@@ -3263,7 +3268,7 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking whether setvbuf arguments are reversed""... $ac_c" 1>&6
|
|
-echo "configure:3260: checking whether setvbuf arguments are reversed" >&5
|
|
+echo "configure:3271: checking whether setvbuf arguments are reversed" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_func_setvbuf_reversed'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
@@ -3271,7 +3276,7 @@ else
|
|
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 3268 "configure"
|
|
+#line 3279 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdio.h>
|
|
/* If setvbuf has the reversed format, exit 0. */
|
|
@@ -3285,7 +3290,7 @@ main () {
|
|
exit(0); /* Non-reversed systems segv here. */
|
|
}
|
|
EOF
|
|
-if { (eval echo configure:3282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
+if { (eval echo configure:3293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
then
|
|
ac_cv_func_setvbuf_reversed=yes
|
|
else
|
|
@@ -3310,17 +3315,17 @@ fi
|
|
|
|
ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
|
|
echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
|
|
-echo "configure:3307: checking for vfork.h" >&5
|
|
+echo "configure:3318: checking for vfork.h" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 3312 "configure"
|
|
+#line 3323 "configure"
|
|
#include "confdefs.h"
|
|
#include <vfork.h>
|
|
EOF
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
-{ (eval echo configure:3317: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
+{ (eval echo configure:3328: \"$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*
|
|
@@ -3345,18 +3350,18 @@ else
|
|
fi
|
|
|
|
echo $ac_n "checking for working vfork""... $ac_c" 1>&6
|
|
-echo "configure:3342: checking for working vfork" >&5
|
|
+echo "configure:3353: checking for working vfork" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
if test "$cross_compiling" = yes; then
|
|
echo $ac_n "checking for vfork""... $ac_c" 1>&6
|
|
-echo "configure:3348: checking for vfork" >&5
|
|
+echo "configure:3359: checking for vfork" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 3353 "configure"
|
|
+#line 3364 "configure"
|
|
#include "confdefs.h"
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
which can conflict with char vfork(); below. */
|
|
@@ -3379,7 +3384,7 @@ vfork();
|
|
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:3376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+if { (eval echo configure:3387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
rm -rf conftest*
|
|
eval "ac_cv_func_vfork=yes"
|
|
else
|
|
@@ -3401,7 +3406,7 @@ fi
|
|
ac_cv_func_vfork_works=$ac_cv_func_vfork
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 3398 "configure"
|
|
+#line 3409 "configure"
|
|
#include "confdefs.h"
|
|
/* Thanks to Paul Eggert for this test. */
|
|
#include <stdio.h>
|
|
@@ -3496,7 +3501,7 @@ main() {
|
|
}
|
|
}
|
|
EOF
|
|
-if { (eval echo configure:3493: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
+if { (eval echo configure:3504: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
then
|
|
ac_cv_func_vfork_works=yes
|
|
else
|
|
@@ -3518,15 +3523,15 @@ EOF
|
|
|
|
fi
|
|
|
|
-for ac_func in setpgrp strchr strrchr memcmp memset memmove memcpy index rindex bcmp bcopy bzero select inet_ntoa inet_aton inet_addr inet_netof getrusage times strerror strtoken strtok stricmp strcasecmp sigaction sigset truncate poll vsyslog
|
|
+for ac_func in setpgrp strchr strrchr stricmp strcasecmp memcmp memset memmove memcpy index rindex bcmp bcopy bzero select inet_ntoa inet_aton inet_addr inet_netof getrusage times strerror strtoken strtok sigaction sigset truncate poll vsyslog
|
|
do
|
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
|
-echo "configure:3518: checking for $ac_func" >&5
|
|
+echo "configure:3529: 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 3523 "configure"
|
|
+#line 3534 "configure"
|
|
#include "confdefs.h"
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
which can conflict with char $ac_func(); below. */
|
|
@@ -3549,7 +3554,7 @@ $ac_func();
|
|
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:3546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+if { (eval echo configure:3557: \"$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
|
|
@@ -3574,12 +3579,12 @@ fi
|
|
done
|
|
|
|
echo $ac_n "checking for sys_errlist declaration in stdio.h, errno.h or sys/errno.h""... $ac_c" 1>&6
|
|
-echo "configure:3571: checking for sys_errlist declaration in stdio.h, errno.h or sys/errno.h" >&5
|
|
+echo "configure:3582: checking for sys_errlist declaration in stdio.h, errno.h or sys/errno.h" >&5
|
|
if eval "test \"`echo '$''{'irc_cv_decl_sys_errlist'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 3576 "configure"
|
|
+#line 3587 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_SYS_TYPES_H
|
|
@@ -3598,7 +3603,7 @@ int main() {
|
|
char *msg = sys_errlist[0];
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:3595: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
+if { (eval echo configure:3606: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
rm -rf conftest*
|
|
irc_cv_decl_sys_errlist=yes
|
|
else
|
|
@@ -3621,7 +3626,7 @@ elif test $ac_cv_func_strerror != yes; t
|
|
fi
|
|
|
|
echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
|
|
-echo "configure:3618: checking for 8-bit clean memcmp" >&5
|
|
+echo "configure:3629: checking for 8-bit clean memcmp" >&5
|
|
if eval "test \"`echo '$''{'irc_cv_func_memcmp_clean'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
@@ -3629,7 +3634,7 @@ else
|
|
irc_cv_func_memcmp_clean=no
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 3626 "configure"
|
|
+#line 3637 "configure"
|
|
#include "confdefs.h"
|
|
|
|
main()
|
|
@@ -3639,7 +3644,7 @@ main()
|
|
}
|
|
|
|
EOF
|
|
-if { (eval echo configure:3636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
+if { (eval echo configure:3647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
then
|
|
irc_cv_func_memcmp_clean=yes
|
|
else
|
|
@@ -3662,7 +3667,7 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking whether select or poll system call will be used""... $ac_c" 1>&6
|
|
-echo "configure:3659: checking whether select or poll system call will be used" >&5
|
|
+echo "configure:3670: checking whether select or poll system call will be used" >&5
|
|
if eval "test \"`echo '$''{'irc_cv_select_poll'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
@@ -3691,7 +3696,7 @@ fi
|
|
|
|
|
|
echo $ac_n "checking for signal implementation""... $ac_c" 1>&6
|
|
-echo "configure:3688: checking for signal implementation" >&5
|
|
+echo "configure:3699: checking for signal implementation" >&5
|
|
if eval "test \"`echo '$''{'irc_cv_signal_implementation'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
@@ -3704,7 +3709,7 @@ else
|
|
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 3701 "configure"
|
|
+#line 3712 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_SYS_TYPES_H
|
|
@@ -3735,7 +3740,7 @@ main()
|
|
}
|
|
|
|
EOF
|
|
-if { (eval echo configure:3732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
+if { (eval echo configure:3743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
then
|
|
irc_cv_signal_implementation=bsd_signal
|
|
else
|
|
@@ -3782,7 +3787,7 @@ EOF
|
|
fi
|
|
|
|
echo $ac_n "checking for a working non-blocking system""... $ac_c" 1>&6
|
|
-echo "configure:3779: checking for a working non-blocking system" >&5
|
|
+echo "configure:3790: checking for a working non-blocking system" >&5
|
|
if eval "test \"`echo '$''{'irc_cv_non_blocking_system'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
@@ -3838,11 +3843,11 @@ if test "$cross_compiling" = yes; then
|
|
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 3835 "configure"
|
|
+#line 3846 "configure"
|
|
#include "confdefs.h"
|
|
$irc_code_posix
|
|
EOF
|
|
-if { (eval echo configure:3839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
+if { (eval echo configure:3850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
then
|
|
irc_cv_non_blocking_system=posix
|
|
else
|
|
@@ -3853,11 +3858,11 @@ else
|
|
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 3850 "configure"
|
|
+#line 3861 "configure"
|
|
#include "confdefs.h"
|
|
$irc_code_bsd
|
|
EOF
|
|
-if { (eval echo configure:3854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
+if { (eval echo configure:3865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
then
|
|
irc_cv_non_blocking_system=bsd
|
|
else
|
|
@@ -3868,11 +3873,11 @@ else
|
|
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 3865 "configure"
|
|
+#line 3876 "configure"
|
|
#include "confdefs.h"
|
|
$irc_code_sysv
|
|
EOF
|
|
-if { (eval echo configure:3869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
+if { (eval echo configure:3880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
then
|
|
irc_cv_non_blocking_system=sysv
|
|
else
|
|
@@ -3919,7 +3924,7 @@ else
|
|
fi
|
|
|
|
echo $ac_n "checking for working stdarg""... $ac_c" 1>&6
|
|
-echo "configure:3916: checking for working stdarg" >&5
|
|
+echo "configure:3927: checking for working stdarg" >&5
|
|
if eval "test \"`echo '$''{'irc_cv_stdarg'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
@@ -3927,7 +3932,7 @@ else
|
|
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 3924 "configure"
|
|
+#line 3935 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#if HAVE_STDIO_H
|
|
@@ -4009,7 +4014,7 @@ int main(void)
|
|
}
|
|
|
|
EOF
|
|
-if { (eval echo configure:4006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
+if { (eval echo configure:4017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
|
then
|
|
irc_cv_stdarg=yes
|
|
else
|
|
@@ -4035,7 +4040,7 @@ else
|
|
fi
|
|
|
|
echo $ac_n "checking for resolver configuration file""... $ac_c" 1>&6
|
|
-echo "configure:4032: checking for resolver configuration file" >&5
|
|
+echo "configure:4043: checking for resolver configuration file" >&5
|
|
if eval "test \"`echo '$''{'irc_cv_path_resconf'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
@@ -4068,13 +4073,13 @@ if test "x$enable_ip6" != x; then
|
|
EOF
|
|
|
|
echo $ac_n "checking IPv6 system type""... $ac_c" 1>&6
|
|
-echo "configure:4065: checking IPv6 system type" >&5
|
|
+echo "configure:4076: checking IPv6 system type" >&5
|
|
if eval "test \"`echo '$''{'irc_cv_v6type'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 4071 "configure"
|
|
+#line 4082 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#include <unistd.h>
|
|
@@ -4083,7 +4088,7 @@ int main() {
|
|
struct in6_addr addr
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:4080: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
+if { (eval echo configure:4091: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
rm -rf conftest*
|
|
irc_cv_v6type=native
|
|
else
|
|
@@ -4095,7 +4100,7 @@ rm -f conftest*
|
|
if test "x$irc_cv_v6type" = x; then
|
|
if test -d /usr/inet6; then
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 4092 "configure"
|
|
+#line 4103 "configure"
|
|
#include "confdefs.h"
|
|
dnl
|
|
#include "/usr/inet6/include/netinet/in.h"
|
|
@@ -4136,12 +4141,12 @@ fi
|
|
for ac_func in getipnodebyname
|
|
do
|
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
|
-echo "configure:4133: checking for $ac_func" >&5
|
|
+echo "configure:4144: 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 4138 "configure"
|
|
+#line 4149 "configure"
|
|
#include "confdefs.h"
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
which can conflict with char $ac_func(); below. */
|
|
@@ -4164,7 +4169,7 @@ $ac_func();
|
|
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:4161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+if { (eval echo configure:4172: \"$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
|
|
@@ -4190,7 +4195,7 @@ done
|
|
|
|
|
|
echo $ac_n "checking for IPv6 name server addresses in resolv.conf ($irc_cv_path_resconf)""... $ac_c" 1>&6
|
|
-echo "configure:4187: checking for IPv6 name server addresses in resolv.conf ($irc_cv_path_resconf)" >&5
|
|
+echo "configure:4198: checking for IPv6 name server addresses in resolv.conf ($irc_cv_path_resconf)" >&5
|
|
if grep nameserver $irc_cv_path_resconf | grep ':' >/dev/null 2>&1; then
|
|
echo "$ac_t""yes" 1>&6
|
|
echo "configure: warning: $irc_cv_path_resconf is not setup correctly." 1>&2
|
|
@@ -4214,17 +4219,17 @@ EOF
|
|
do
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
|
-echo "configure:4211: checking for $ac_hdr" >&5
|
|
+echo "configure:4222: 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 4216 "configure"
|
|
+#line 4227 "configure"
|
|
#include "confdefs.h"
|
|
#include <$ac_hdr>
|
|
EOF
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
|
-{ (eval echo configure:4221: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
|
+{ (eval echo configure:4232: \"$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*
|
|
@@ -4251,7 +4256,7 @@ fi
|
|
done
|
|
|
|
echo $ac_n "checking for dlclose in -ldl""... $ac_c" 1>&6
|
|
-echo "configure:4248: checking for dlclose in -ldl" >&5
|
|
+echo "configure:4259: checking for dlclose in -ldl" >&5
|
|
ac_lib_var=`echo dl'_'dlclose | sed 'y%./+-%__p_%'`
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
@@ -4259,7 +4264,7 @@ else
|
|
ac_save_LIBS="$LIBS"
|
|
LIBS="-ldl $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 4256 "configure"
|
|
+#line 4267 "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
|
|
@@ -4270,7 +4275,7 @@ int main() {
|
|
dlclose()
|
|
; return 0; }
|
|
EOF
|
|
-if { (eval echo configure:4267: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
+if { (eval echo configure:4278: \"$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
|
|
@@ -4294,12 +4299,12 @@ fi
|
|
fi
|
|
|
|
echo $ac_n "checking whether this is an alpha/beta release""... $ac_c" 1>&6
|
|
-echo "configure:4291: checking whether this is an alpha/beta release" >&5
|
|
+echo "configure:4302: checking whether this is an alpha/beta release" >&5
|
|
if eval "test \"`echo '$''{'irc_cv_alpha_beta'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 4296 "configure"
|
|
+#line 4307 "configure"
|
|
#include "confdefs.h"
|
|
#include "../common/patchlevel.h"
|
|
#ifdef PATCHLEVEL
|
|
@@ -4348,6 +4353,56 @@ if test ! "$ac_test_CFLAGS" = set; then
|
|
fi
|
|
|
|
|
|
+
|
|
+echo $ac_n "checking "Set IRC Network Namedefault Rusnet"""... $ac_c" 1>&6
|
|
+echo "configure:4358: checking "Set IRC Network Namedefault Rusnet"" >&5
|
|
+cat >> confdefs.h <<\EOF
|
|
+#define IRC_NETNAME 1
|
|
+EOF
|
|
+
|
|
+# Check whether --with-name or --without-name was given.
|
|
+if test "${with_name+set}" = set; then
|
|
+ withval="$with_name"
|
|
+ IRC_NETNAME=$withval
|
|
+else
|
|
+ IRC_NETNAME='"RusNet"'
|
|
+fi
|
|
+
|
|
+echo "$ac_t""$IRC_NETNAME " 1>&6
|
|
+
|
|
+
|
|
+
|
|
+echo $ac_n "checking "set user for own ircd files default nobody"""... $ac_c" 1>&6
|
|
+echo "configure:4376: checking "set user for own ircd files default nobody"" >&5
|
|
+cat >> confdefs.h <<\EOF
|
|
+#define IRC_UID 1
|
|
+EOF
|
|
+
|
|
+cat >> confdefs.h <<\EOF
|
|
+#define IRC_GID 1
|
|
+EOF
|
|
+
|
|
+# Check whether --with-user or --without-user was given.
|
|
+if test "${with_user+set}" = set; then
|
|
+ withval="$with_user"
|
|
+ user=$withval
|
|
+else
|
|
+ user="nobody"
|
|
+
|
|
+fi
|
|
+
|
|
+`id $user >/dev/null`
|
|
+if test $? -eq 1; then
|
|
+ { echo "configure: error: "no valid users set" " 1>&2; exit 1; }
|
|
+fi
|
|
+echo "$ac_t""$user " 1>&6
|
|
+IRC_UID=`id -ru $user`
|
|
+IRC_GID=`id -rg $user`
|
|
+
|
|
+
|
|
+
|
|
+
|
|
+
|
|
trap '' 1 2 15
|
|
cat > confcache <<\EOF
|
|
# This file is a shell script that caches the results of configure
|
|
@@ -4449,7 +4504,7 @@ done
|
|
ac_given_srcdir=$srcdir
|
|
ac_given_INSTALL="$INSTALL"
|
|
|
|
-trap 'rm -fr `echo "Makefile:../support/Makefile.in version.c.SH:../ircd/version.c.SH.in sums:../support/sums.in tkconf.h:../support/tkconf.h.dist setup.h:../support/setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
|
+trap 'rm -fr `echo "Makefile:../support/Makefile.in version.c.SH:../ircd/version.c.SH.in sums:../support/sums.in tkconf.h:../support/tkconf.h.dist config.h:../support/config.h.dist setup.h:../support/setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
|
EOF
|
|
cat >> $CONFIG_STATUS <<EOF
|
|
|
|
@@ -4509,6 +4564,9 @@ s%@IRC_ZLIB_INCLUDE@%$IRC_ZLIB_INCLUDE%g
|
|
s%@IRC_ZLIB_LIBRARY@%$IRC_ZLIB_LIBRARY%g
|
|
s%@IRC_CURSES_TERMCAP_LIBRARY@%$IRC_CURSES_TERMCAP_LIBRARY%g
|
|
s%@IRC_DLIB@%$IRC_DLIB%g
|
|
+s%@IRC_NETNAME@%$IRC_NETNAME%g
|
|
+s%@IRC_UID@%$IRC_UID%g
|
|
+s%@IRC_GID@%$IRC_GID%g
|
|
|
|
CEOF
|
|
EOF
|
|
@@ -4550,7 +4608,7 @@ EOF
|
|
|
|
cat >> $CONFIG_STATUS <<EOF
|
|
|
|
-CONFIG_FILES=\${CONFIG_FILES-"Makefile:../support/Makefile.in version.c.SH:../ircd/version.c.SH.in sums:../support/sums.in tkconf.h:../support/tkconf.h.dist"}
|
|
+CONFIG_FILES=\${CONFIG_FILES-"Makefile:../support/Makefile.in version.c.SH:../ircd/version.c.SH.in sums:../support/sums.in tkconf.h:../support/tkconf.h.dist config.h:../support/config.h.dist "}
|
|
EOF
|
|
cat >> $CONFIG_STATUS <<\EOF
|
|
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
|