gnu rather than gnits standards so that version number 2.2.3a
is not rejected!
Repoted by Olly Betts <olly@survex.com>
+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
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'])
## Automake Initialisation. ##
## ------------------------ ##
-AM_INIT_AUTOMAKE([gnits])
+AM_INIT_AUTOMAKE([gnu])
## ------------------------------- ##