diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-14 18:28:16 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-14 18:28:16 +0000 |
commit | cc7666e8f2a3a789103740d874b4563336474c86 (patch) | |
tree | 5569a88dadc809769d0cbbdc8059177895f4faf2 /configure | |
parent | ee0c95984c1d17a87c3a870530dade57f8e82360 (diff) |
- Overhaul HELP system
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2031 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 28 |
1 files changed, 12 insertions, 16 deletions
@@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac Id: configure.ac 1965 2013-05-08 14:27:20Z michael . +# From configure.ac Id: configure.ac 2030 2013-05-14 18:24:55Z michael . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.1beta4. +# Generated by GNU Autoconf 2.69 for ircd-hybrid TRUNK. # # Report bugs to <bugs@ircd-hybrid.org>. # @@ -593,8 +593,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ircd-hybrid' PACKAGE_TARNAME='ircd-hybrid' -PACKAGE_VERSION='8.1beta4' -PACKAGE_STRING='ircd-hybrid 8.1beta4' +PACKAGE_VERSION='TRUNK' +PACKAGE_STRING='ircd-hybrid TRUNK' PACKAGE_BUGREPORT='bugs@ircd-hybrid.org' PACKAGE_URL='' @@ -1368,7 +1368,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 ircd-hybrid 8.1beta4 to adapt to many kinds of systems. +\`configure' configures ircd-hybrid TRUNK to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1438,7 +1438,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ircd-hybrid 8.1beta4:";; + short | recursive ) echo "Configuration of ircd-hybrid TRUNK:";; esac cat <<\_ACEOF @@ -1568,7 +1568,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ircd-hybrid configure 8.1beta4 +ircd-hybrid configure TRUNK generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2094,7 +2094,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 ircd-hybrid $as_me 8.1beta4, which was +It was created by ircd-hybrid $as_me TRUNK, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2968,7 +2968,7 @@ fi # Define the identity of the package. PACKAGE='ircd-hybrid' - VERSION='8.1beta4' + VERSION='TRUNK' cat >>confdefs.h <<_ACEOF @@ -13938,7 +13938,6 @@ $as_echo "#define NDEBUG 1" >>confdefs.h fi - $as_echo "#define NICKNAMEHISTORYLENGTH 32768" >>confdefs.h @@ -13981,7 +13980,6 @@ $as_echo "#define MP_CHUNK_SIZE_USERHOST 128*1024" >>confdefs.h $as_echo "#define MP_CHUNK_SIZE_IP_ENTRY 128*1024" >>confdefs.h - # Argument processing. desired_iopoll_mechanism="none" @@ -14453,7 +14451,7 @@ _ACEOF test "$exec_prefix_NONE" && exec_prefix=NONE -ac_config_files="$ac_config_files Makefile src/Makefile libltdl/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile" +ac_config_files="$ac_config_files Makefile src/Makefile libltdl/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile tools/Makefile" cat >confcache <<\_ACEOF @@ -15020,7 +15018,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ircd-hybrid $as_me 8.1beta4, which was +This file was extended by ircd-hybrid $as_me TRUNK, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15086,7 +15084,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -ircd-hybrid config.status 8.1beta4 +ircd-hybrid config.status TRUNK configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -15502,8 +15500,6 @@ do "modules/core/Makefile") CONFIG_FILES="$CONFIG_FILES modules/core/Makefile" ;; "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;; - "help/opers/Makefile") CONFIG_FILES="$CONFIG_FILES help/opers/Makefile" ;; - "help/users/Makefile") CONFIG_FILES="$CONFIG_FILES help/users/Makefile" ;; "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |