From f2208eda1aa7ff3c7c9a403f7610dc9f5dc54a90 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 7 Apr 2008 14:20:16 +0000 Subject: [PATCH] * 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 --- ChangeLog | 7 +++++++ configure.ac | 2 +- libltdl/configure.ac | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 727baad5e..a4750d1fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-04-07 Gary V. Vaughan + + * 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 + 2008-04-01 Gary V. Vaughan * configure.ac, libltdl/configure.ac (AC_INIT): Bump version diff --git a/configure.ac b/configure.ac index 11b30115b..6f4901626 100644 --- a/configure.ac +++ b/configure.ac @@ -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']) diff --git a/libltdl/configure.ac b/libltdl/configure.ac index afad14479..263d674f0 100644 --- a/libltdl/configure.ac +++ b/libltdl/configure.ac @@ -52,7 +52,7 @@ LT_CONFIG_LTDL_DIR([.]) # I am me! ## Automake Initialisation. ## ## ------------------------ ## -AM_INIT_AUTOMAKE([gnits]) +AM_INIT_AUTOMAKE([gnu]) ## ------------------------------- ## -- 2.47.2