diff options
-rwxr-xr-x | configure | 24 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 27 insertions, 3 deletions
@@ -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; diff --git a/version.log b/version.log index 7c3f50e29..efc599381 100644 --- a/version.log +++ b/version.log @@ -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 |