From a97e29749f18258d69eaece7d2a061ee5ee5afea Mon Sep 17 00:00:00 2001 From: psychon Date: Sat, 11 Aug 2007 22:25:33 +0000 Subject: [PATCH] Mark version as 0.050, fix some spelling and regenerate configure git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@825 726aef4b-f618-498e-8847-2d620e286838 --- configure | 28 ++++++++++++++-------------- configure.in | 4 ++-- main.h | 2 +- znc.spec | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/configure b/configure index 34a15111..b1b74902 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for znc 0.048. +# Generated by GNU Autoconf 2.61 for znc 0.050. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -572,8 +572,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='znc' PACKAGE_TARNAME='znc' -PACKAGE_VERSION='0.048' -PACKAGE_STRING='znc 0.048' +PACKAGE_VERSION='0.050' +PACKAGE_STRING='znc 0.050' PACKAGE_BUGREPORT='' ac_subst_vars='SHELL @@ -1155,7 +1155,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 znc 0.048 to adapt to many kinds of systems. +\`configure' configures znc 0.050 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1220,7 +1220,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of znc 0.048:";; + short | recursive ) echo "Configuration of znc 0.050:";; esac cat <<\_ACEOF @@ -1315,7 +1315,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -znc configure 0.048 +znc configure 0.050 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1329,7 +1329,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 znc $as_me 0.048, which was +It was created by znc $as_me 0.050, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2506,14 +2506,14 @@ else appendCXX -Wall -s -O2 -fomit-frame-pointer fi -if test "x$GXX" = "xyes"; then - appendCXX -Woverloaded-virtual -fi - if test "$IPV6" != "no"; then appendCXX -DHAVE_IPV6 fi +if test "x$GXX" = "xyes"; then + appendCXX -Woverloaded-virtual +fi + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -3808,7 +3808,7 @@ echo "$as_me: error: Could not find perl binary. Try --disable-perl" >&2;} fi fi -VERSION=0.048 +VERSION=0.050 # # Auto detect modules @@ -4257,7 +4257,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 znc $as_me 0.048, which was +This file was extended by znc $as_me 0.050, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4300,7 +4300,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -znc config.status 0.048 +znc config.status 0.050 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index ccc5041b..ad27f90b 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Keep the version number in sync with main.h! -AC_INIT([znc], [0.048]) +AC_INIT([znc], [0.050]) AC_PROG_CXX AC_CANONICAL_HOST @@ -155,7 +155,7 @@ if test "$MODULES" = "yes"; then if test -n "$PERL"; then echo "$PERL" AC_CHECK_LIB(perl, perl_alloc,unset NOPERL, - AC_ERROR([Could not find liberl. Try --disable-perl]), + AC_ERROR([Could not find libperl. Try --disable-perl]), [`$PERL -MExtUtils::Embed -e ccopts -e ldopts`]) else echo "no" diff --git a/main.h b/main.h index 499588d0..7db505bb 100644 --- a/main.h +++ b/main.h @@ -4,7 +4,7 @@ #define _MAIN_H // Keep the number in sync with configure.in (and also with configure) -#define VERSION 0.048 +#define VERSION 0.050 #ifndef _MODDIR_ #define _MODDIR_ "/usr/libexec/znc" diff --git a/znc.spec b/znc.spec index b7070031..7b10f4bf 100644 --- a/znc.spec +++ b/znc.spec @@ -1,5 +1,5 @@ Name: znc -Version: 0.048 +Version: 0.050 Release: 1 Packager: imaginos@imaginos.net Summary: znc - an advanced IRC bouncer