]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.ac, libltdl/configure.ac (AM_INIT_AUTOMAKE): Use
authorGary V. Vaughan <gary@gnu.org>
Mon, 7 Apr 2008 14:20:16 +0000 (14:20 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 7 Apr 2008 14:20:16 +0000 (14:20 +0000)
gnu rather than gnits standards so that version number 2.2.3a
is not rejected!
Repoted by Olly Betts  <olly@survex.com>

ChangeLog
configure.ac
libltdl/configure.ac

index 727baad5e12f9c95873630bc14e96b10b2bd4525..a4750d1fb1bdb81bf485fbb894c76992f23b3231 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-04-07  Gary V. Vaughan  <gary@gnu.arg>
+
+       * configure.ac, libltdl/configure.ac (AM_INIT_AUTOMAKE): Use
+       gnu rather than gnits standards so that version number 2.2.3a
+       is not rejected!
+       Repoted by Olly Betts  <olly@survex.com>
+
 2008-04-01  Gary V. Vaughan  <gary@gnu.arg>
 
        * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
index 11b30115b271c94777505ba7414f4502a7baa2ca..6f4901626a702effe678f7d5da458c1571d4544d 100644 (file)
@@ -122,7 +122,7 @@ AC_SUBST([package_revision])
 
 dnl These are bootstrap requirements, once built, libtool may work with
 dnl much older releases of autoconf and automake.  See release notes.
-AM_INIT_AUTOMAKE([1.9 gnits subdir-objects dist-bzip2])
+AM_INIT_AUTOMAKE([1.9 gnu subdir-objects dist-bzip2])
 
 dnl We use m4sh to generate libtool's portable shell scripts
 AC_SUBST([M4SH], ['$(AUTOM4TE) --language=m4sh'])
index afad14479bb3ed9bce37406a01beb0638e0b31b7..263d674f05cf239dc51de1001dbf79523754b102 100644 (file)
@@ -52,7 +52,7 @@ LT_CONFIG_LTDL_DIR([.]) # I am me!
 ## Automake Initialisation. ##
 ## ------------------------ ##
 
-AM_INIT_AUTOMAKE([gnits])
+AM_INIT_AUTOMAKE([gnu])
 
 
 ## ------------------------------- ##