]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* README-alpha: s/configure.in/configure.ac.
authorGary V. Vaughan <gary@gnu.org>
Mon, 9 Jul 2001 22:41:58 +0000 (22:41 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 9 Jul 2001 22:41:58 +0000 (22:41 +0000)
* configure.ac: Bumped version to 1.4c.

ChangeLog
README-alpha
configure.ac

index ab428b6a69f7e8252b2981b9cae1a055b762fd1c..1486d127064c01e2208e6345cdc3519cf271240f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index cc5808a0288eca4cac30ff44b190f8a8d1482afb..2e3ee6b68895c4ce82f74f30cfcde3cbf3ff6c73 100644 (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.
index fd6236eb0f55641ca392de6d1a02182440d9ae54..904528ff95c0d72a2123b77d66928a3879c22c13 100644 (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