* 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>
This commit is contained in:
Gary V. Vaughan 2008-04-07 14:20:16 +00:00
parent 1ba7a83cee
commit f2208eda1a
3 changed files with 9 additions and 2 deletions

View File

@ -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

View 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'])

View File

@ -52,7 +52,7 @@ LT_CONFIG_LTDL_DIR([.]) # I am me!
## Automake Initialisation. ##
## ------------------------ ##
AM_INIT_AUTOMAKE([gnits])
AM_INIT_AUTOMAKE([gnu])
## ------------------------------- ##