]> jfr.im git - irc/ircd-hybrid/bopm.git/commitdiff
Rebuild autoconf stuff in preparation for -RC1 release.
authorandy <redacted>
Wed, 28 Aug 2002 19:16:18 +0000 (19:16 +0000)
committerandy <redacted>
Wed, 28 Aug 2002 19:16:18 +0000 (19:16 +0000)
configure
configure.in

index 1b2e45d4c6fe8caf7a25d5daba2f8270534b709d..ad61e2786525d37300a0c5e170c59be56ba77d3f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.53 for bopm 2.40.
+# Generated by GNU Autoconf 2.53 for bopm 2.40-RC1.
 #
 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
 # Free Software Foundation, Inc.
@@ -254,8 +254,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='bopm'
 PACKAGE_TARNAME='bopm'
-PACKAGE_VERSION='2.40'
-PACKAGE_STRING='bopm 2.40'
+PACKAGE_VERSION='2.40-RC1'
+PACKAGE_STRING='bopm 2.40-RC1'
 PACKAGE_BUGREPORT=''
 
 ac_unique_file="src/opercmd.h"
@@ -761,7 +761,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 bopm 2.40 to adapt to many kinds of systems.
+\`configure' configures bopm 2.40-RC1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -823,7 +823,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of bopm 2.40:";;
+     short | recursive ) echo "Configuration of bopm 2.40-RC1:";;
    esac
   cat <<\_ACEOF
 
@@ -918,7 +918,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-bopm configure 2.40
+bopm configure 2.40-RC1
 generated by GNU Autoconf 2.53
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -933,7 +933,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 bopm $as_me 2.40, which was
+It was created by bopm $as_me 2.40-RC1, which was
 generated by GNU Autoconf 2.53.  Invocation command line was
 
   $ $0 $@
@@ -1472,7 +1472,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=bopm
- VERSION=2.40
+ VERSION=2.40-RC1
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4713,7 +4713,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by bopm $as_me 2.40, which was
+This file was extended by bopm $as_me 2.40-RC1, which was
 generated by GNU Autoconf 2.53.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4775,7 +4775,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-bopm config.status 2.40
+bopm config.status 2.40-RC1
 configured by $0, generated by GNU Autoconf 2.53,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
index 07a979733769963bec9a7b9c6986de8b79940596..1661e99eff31e19fd688f07604098c03bab39cd6 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(bopm, 2.40)
+AC_INIT(bopm, [2.40-RC1])
 AC_CONFIG_SRCDIR(src/opercmd.h)
 AM_CONFIG_HEADER(src/setup.h)
 AM_INIT_AUTOMAKE()