* README-alpha: s/configure.in/configure.ac.

* configure.ac: Bumped version to 1.4c.
This commit is contained in:
Gary V. Vaughan 2001-07-09 22:41:58 +00:00
parent 16b5ce20cc
commit aa6e480a61
3 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,8 @@
2001-07-09 Gary V. Vaughan <gary@gnu.org>
* README-alpha: s/configure.in/configure.ac.
* configure.ac: Bumped version to 1.4c.
GNU libtool 1.4b was released.
* configure.ac: Bumped version to 1.4b.

View File

@ -58,7 +58,7 @@ using (by typing `ltconfig --version').
* Update NEWS.
* Update the version number in configure.in.
* Update the version number in configure.ac.
(The idea is that every other alpha number will be a net release.
The repository will always have its own "odd" number so we can easily
distinguish net and repo versions.)
@ -87,6 +87,6 @@ using (by typing `ltconfig --version').
upload request be sent to ftp-upload@gnu.org requesting files be transferred
from ftp://alpha.gnu.org/gnu/libtool to ftp://ftp.gnu.org/gnu/libtool.
* Update version number in configure.in to next alpha number.
* Update version number in configure.ac to next alpha number.
* Commit.

View File

@ -1,10 +1,10 @@
## Process this file with autoconf to create configure. -*- autoconf -*-
AC_PREREQ(2.50)
AC_INIT([libtool], [1.4b], [bug-libtool@gnu.org])
AC_INIT([libtool], [1.4c], [bug-libtool@gnu.org])
AC_CONFIG_SRCDIR([ltmain.in])
AM_INIT_AUTOMAKE(libtool, 1.4b)
AM_INIT_AUTOMAKE(libtool, 1.4c)
# This is a sanity check so we can see which version is used in bug reports.
# It is assumed that we only want to see the date extension for cvs libtool