[svn] Rerun autoconf.
This commit is contained in:
parent
8d0903892e
commit
b1fc1658e1
3 changed files with 41 additions and 32 deletions
|
@ -1,3 +1,12 @@
|
|||
nenolod 2007/01/25 07:36:23 UTC (20070125-3163)
|
||||
Log:
|
||||
- nick[user@host] -> nick!user@host in kill messages. based on jilles' change in 3.0
|
||||
|
||||
|
||||
Changes: Modified:
|
||||
+3 -3 trunk/modules/core/m_kill.c (File Modified)
|
||||
|
||||
|
||||
nenolod 2007/01/25 07:23:01 UTC (20070125-3161)
|
||||
Log:
|
||||
Backport from early 3.x:
|
||||
|
|
62
configure
vendored
62
configure
vendored
|
@ -1,8 +1,8 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59 for charybdis 2.1.2.
|
||||
# Generated by GNU Autoconf 2.59 for charybdis 2.2.0.
|
||||
#
|
||||
# $Id: configure 2811 2006-12-05 13:18:39Z jilles $
|
||||
# $Id: configure 3165 2007-01-26 16:52:29Z jilles $
|
||||
#
|
||||
# Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
# This configure script is free software; the Free Software Foundation
|
||||
|
@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='charybdis'
|
||||
PACKAGE_TARNAME='charybdis'
|
||||
PACKAGE_VERSION='2.1.2'
|
||||
PACKAGE_STRING='charybdis 2.1.2'
|
||||
PACKAGE_VERSION='2.2.0'
|
||||
PACKAGE_STRING='charybdis 2.2.0'
|
||||
PACKAGE_BUGREPORT=''
|
||||
|
||||
ac_default_prefix=$HOME/ircd
|
||||
|
@ -780,7 +780,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.1.2 to adapt to many kinds of systems.
|
||||
\`configure' configures charybdis 2.2.0 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -837,7 +837,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of charybdis 2.1.2:";;
|
||||
short | recursive ) echo "Configuration of charybdis 2.2.0:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -985,14 +985,14 @@ fi
|
|||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
charybdis configure 2.1.2
|
||||
charybdis configure 2.2.0
|
||||
generated by GNU Autoconf 2.59
|
||||
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
This configure script is free software; the Free Software Foundation
|
||||
gives unlimited permission to copy, distribute and modify it.
|
||||
|
||||
$Id: configure 2811 2006-12-05 13:18:39Z jilles $
|
||||
$Id: configure 3165 2007-01-26 16:52:29Z jilles $
|
||||
_ACEOF
|
||||
exit 0
|
||||
fi
|
||||
|
@ -1001,7 +1001,7 @@ cat >&5 <<_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.1.2, which was
|
||||
It was created by charybdis $as_me 2.2.0, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -12064,7 +12064,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -12143,7 +12143,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -12222,7 +12222,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -12301,7 +12301,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -12380,7 +12380,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -12459,7 +12459,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -12538,7 +12538,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -12617,7 +12617,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -12696,7 +12696,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -12775,7 +12775,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -12854,7 +12854,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -12933,7 +12933,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -13012,7 +13012,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -13091,7 +13091,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -13170,7 +13170,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -13249,7 +13249,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -13328,7 +13328,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -13407,7 +13407,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -13486,7 +13486,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -13565,7 +13565,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
(void)strcmp("a","b"); fprintf(stdout,"test ok\n");
|
||||
|
||||
;
|
||||
return 0;
|
||||
|
@ -14756,7 +14756,7 @@ _ASBOX
|
|||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by charybdis $as_me 2.1.2, which was
|
||||
This file was extended by charybdis $as_me 2.2.0, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -14816,7 +14816,7 @@ _ACEOF
|
|||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
charybdis config.status 2.1.2
|
||||
charybdis config.status 2.2.0
|
||||
configured by $0, generated by GNU Autoconf 2.59,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define SERNO "20070125-3161"
|
||||
#define SERNO "20070125-3163"
|
||||
|
|
Loading…
Reference in a new issue