mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
BUILD : 1.7.5 (338) BUGS : N/A NOTES : Ran autoconf, as configure.in was changed in a previous commit
git-svn-id: svn://svn.anope.org/anope/trunk@338 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@214 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
7e7f83a2df
commit
4305c6e2e9
@@ -1289,6 +1289,23 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if test $# = 0; then
|
||||
echo "You might want to run ./Config or provide some parameters to this script."
|
||||
echo "./configure --help for information about this script"
|
||||
@@ -2871,6 +2888,8 @@ _ACEOF
|
||||
|
||||
MYSQL=" mysql.c "
|
||||
RDB=" rdb.c "
|
||||
|
||||
|
||||
x="1";
|
||||
|
||||
|
||||
@@ -8346,7 +8365,7 @@ cat >>confdefs.h <<\_ACEOF
|
||||
#define IRC_BAHAMUT 1
|
||||
_ACEOF
|
||||
|
||||
elif test "$withval" = "IRC_UNREAL31"; then
|
||||
elif test "$withval" = "IRC_UNREAL"; then
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define IRC_UNREAL31 1
|
||||
@@ -8355,7 +8374,7 @@ _ACEOF
|
||||
elif test "$withval" = "IRC_ULTIMATE"; then
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define IRC_ULTIMATE2 1
|
||||
#define IRC_ULTIMATE 1
|
||||
_ACEOF
|
||||
|
||||
elif test "$withval" = "IRC_ULTIMATE3"; then
|
||||
@@ -8394,6 +8413,7 @@ cat >>confdefs.h <<\_ACEOF
|
||||
#define IRC_UNREAL32 1
|
||||
_ACEOF
|
||||
|
||||
|
||||
fi
|
||||
|
||||
fi;
|
||||
|
||||
+5
-1
@@ -8,10 +8,14 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="5"
|
||||
VERSION_BUILD="337"
|
||||
VERSION_BUILD="338"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.5 (338)
|
||||
# BUGS : N/A
|
||||
# NOTES : Ran autoconf, as configure.in was changed in a previous commit
|
||||
#
|
||||
# BUILD : 1.7.5 (337)
|
||||
# BUGS : N/A
|
||||
# NOTES : Moved new channel registeration checks
|
||||
|
||||
Reference in New Issue
Block a user