0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 00:03:45 +02:00

[svn] Rerun autoconf for version bump, at last.

This commit is contained in:
jilles 2007-08-01 13:50:54 -07:00
parent 2f15f871ff
commit 7dfa2d1d42
3 changed files with 22 additions and 12 deletions

View file

@ -1,3 +1,13 @@
jilles 2007/08/01 20:18:12 UTC (20070801-3542)
Log:
Make highest connection counts a bit more consistent.
Changes: Modified:
+5 -0 trunk/src/s_serv.c (File Modified)
+8 -8 trunk/src/s_user.c (File Modified)
jilles 2007/07/30 17:26:00 UTC (20070730-3540)
Log:
Fix wrong line numbers in ircd.conf parser (some comments).

22
configure vendored
View file

@ -1,8 +1,8 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for charybdis 2.2.0.
# Generated by GNU Autoconf 2.61 for charybdis 2.3.
#
# $Id: configure 3442 2007-05-07 02:57:50Z nenolod $
# $Id: configure 3544 2007-08-01 20:50:54Z jilles $
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='charybdis'
PACKAGE_TARNAME='charybdis'
PACKAGE_VERSION='2.2.0'
PACKAGE_STRING='charybdis 2.2.0'
PACKAGE_VERSION='2.3'
PACKAGE_STRING='charybdis 2.3'
PACKAGE_BUGREPORT=''
ac_default_prefix=$HOME/ircd
@ -1221,7 +1221,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures charybdis 2.2.0 to adapt to many kinds of systems.
\`configure' configures charybdis 2.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1282,7 +1282,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of charybdis 2.2.0:";;
short | recursive ) echo "Configuration of charybdis 2.3:";;
esac
cat <<\_ACEOF
@ -1398,7 +1398,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
charybdis configure 2.2.0
charybdis configure 2.3
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@ -1406,7 +1406,7 @@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
$Id: configure 3442 2007-05-07 02:57:50Z nenolod $
$Id: configure 3544 2007-08-01 20:50:54Z jilles $
_ACEOF
exit
fi
@ -1414,7 +1414,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by charybdis $as_me 2.2.0, which was
It was created by charybdis $as_me 2.3, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@ -14574,7 +14574,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by charybdis $as_me 2.2.0, which was
This file was extended by charybdis $as_me 2.3, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -14623,7 +14623,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
charybdis config.status 2.2.0
charybdis config.status 2.3
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View file

@ -1 +1 @@
#define SERNO "20070730-3540"
#define SERNO "20070801-3542"