CVS: bopm configure,1.36,1.37 configure.in,1.35,1.36
[email protected] (Andy Smith)
| Newsgroups | gmane.network.irc.bopm |
|---|---|
| Message-ID | <[email protected]> |
Update of /data/cvs/bopm
In directory nubian.blitzed.org:/tmp/cvs-serv72604
Modified Files:
configure configure.in
Log Message:
Update version and autoconf again.
Index: configure
===================================================================
RCS file: /data/cvs/bopm/configure,v
retrieving revision 1.36
retrieving revision 1.37
diff --unified=6 -r1.36 -r1.37
--- configure 17 Jan 2004 14:12:57 -0000 1.36
+++ configure 17 Jan 2004 21:49:46 -0000 1.37
@@ -1,9 +1,9 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for bopm 3.1.2-pre.
+# Generated by GNU Autoconf 2.57 for bopm 3.1.2.
#
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
## --------------------- ##
@@ -422,14 +422,14 @@
# only ac_max_sed_lines should be used.
: ${ac_max_here_lines=38}
# Identity of this package.
PACKAGE_NAME='bopm'
PACKAGE_TARNAME='bopm'
-PACKAGE_VERSION='3.1.2-pre'
-PACKAGE_STRING='bopm 3.1.2-pre'
+PACKAGE_VERSION='3.1.2'
+PACKAGE_STRING='bopm 3.1.2'
PACKAGE_BUGREPORT=''
ac_unique_file="src/opercmd.h"
ac_default_prefix=\${HOME}/bopm
# Factoring default headers for most tests.
ac_includes_default="\
@@ -935,13 +935,13 @@
# Report the --help message.
#
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 3.1.2-pre to adapt to many kinds of systems.
+\`configure' configures bopm 3.1.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.
@@ -1001,13 +1001,13 @@
--host=HOST cross-compile to build programs to run on HOST [BUILD]
_ACEOF
fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of bopm 3.1.2-pre:";;
+ short | recursive ) echo "Configuration of bopm 3.1.2:";;
esac
cat <<\_ACEOF
Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
@@ -1099,13 +1099,13 @@
done
fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-bopm configure 3.1.2-pre
+bopm configure 3.1.2
generated by GNU Autoconf 2.57
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
@@ -1114,13 +1114,13 @@
fi
exec 5>config.log
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 3.1.2-pre, which was
+It was created by bopm $as_me 3.1.2, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ $0 $@
_ACEOF
{
@@ -1711,13 +1711,13 @@
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
{ (exit 1); exit 1; }; }
fi
# Define the identity of the package.
PACKAGE=bopm
- VERSION=3.1.2-pre
+ VERSION=3.1.2
cat >>confdefs.h <<_ACEOF
#define PACKAGE "$PACKAGE"
_ACEOF
@@ -11201,13 +11201,13 @@
sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
## Running $as_me. ##
_ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by bopm $as_me 3.1.2-pre, which was
+This file was extended by bopm $as_me 3.1.2, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
CONFIG_LINKS = $CONFIG_LINKS
CONFIG_COMMANDS = $CONFIG_COMMANDS
@@ -11264,13 +11264,13 @@
Report bugs to <[email protected]>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-bopm config.status 3.1.2-pre
+bopm config.status 3.1.2
configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
Index: configure.in
===================================================================
RCS file: /data/cvs/bopm/configure.in,v
retrieving revision 1.35
retrieving revision 1.36
diff --unified=6 -r1.35 -r1.36
--- configure.in 17 Jan 2004 14:12:58 -0000 1.35
+++ configure.in 17 Jan 2004 21:49:46 -0000 1.36
@@ -1,8 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(bopm, [3.1.2-pre])
+AC_INIT(bopm, [3.1.2])
AC_CONFIG_SRCDIR(src/opercmd.h)
AM_CONFIG_HEADER(src/setup.h)
AM_INIT_AUTOMAKE()
AC_PREFIX_DEFAULT([\${HOME}/bopm])
AM_MAINTAINER_MODE