mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-25 00:07:09 -07:00
Adding steps for updating configure.ac to release procedure.
Editing configure.ac for release 1.111.0. Copied from Perforce Change: 181625 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
50da9e5d95
commit
7d769048de
2 changed files with 10 additions and 10 deletions
18
mps/configure
vendored
18
mps/configure
vendored
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for Memory Pool System Kit version 1.111.
|
||||
# Generated by GNU Autoconf 2.69 for Memory Pool System Kit release 1.111.0.
|
||||
#
|
||||
# Report bugs to <mps-questions@ravenbrook.com>.
|
||||
#
|
||||
|
|
@ -580,8 +580,8 @@ MAKEFLAGS=
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='Memory Pool System Kit'
|
||||
PACKAGE_TARNAME='mps-kit'
|
||||
PACKAGE_VERSION='version 1.111'
|
||||
PACKAGE_STRING='Memory Pool System Kit version 1.111'
|
||||
PACKAGE_VERSION='release 1.111.0'
|
||||
PACKAGE_STRING='Memory Pool System Kit release 1.111.0'
|
||||
PACKAGE_BUGREPORT='mps-questions@ravenbrook.com'
|
||||
PACKAGE_URL='http://www.ravenbrook.com/project/mps/'
|
||||
|
||||
|
|
@ -1243,7 +1243,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 Memory Pool System Kit version 1.111 to adapt to many kinds of systems.
|
||||
\`configure' configures Memory Pool System Kit release 1.111.0 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
|
@ -1308,7 +1308,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of Memory Pool System Kit version 1.111:";;
|
||||
short | recursive ) echo "Configuration of Memory Pool System Kit release 1.111.0:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
|
@ -1389,7 +1389,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
Memory Pool System Kit configure version 1.111
|
||||
Memory Pool System Kit configure release 1.111.0
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
|
|
@ -1645,7 +1645,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 Memory Pool System Kit $as_me version 1.111, which was
|
||||
It was created by Memory Pool System Kit $as_me release 1.111.0, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
|
@ -4056,7 +4056,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 Memory Pool System Kit $as_me version 1.111, which was
|
||||
This file was extended by Memory Pool System Kit $as_me release 1.111.0, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
|
@ -4110,7 +4110,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="\\
|
||||
Memory Pool System Kit config.status version 1.111
|
||||
Memory Pool System Kit config.status release 1.111.0
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
AC_PREREQ([2.50])
|
||||
# http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Initializing-configure.html#Initializing-configure
|
||||
AC_INIT([Memory Pool System Kit],
|
||||
[version 1.111],
|
||||
[release 1.111.0],
|
||||
[mps-questions@ravenbrook.com],
|
||||
[mps-kit],
|
||||
[http://www.ravenbrook.com/project/mps/])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue