mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* 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:
parent
1ba7a83cee
commit
f2208eda1a
@ -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
|
||||
|
@ -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'])
|
||||
|
@ -52,7 +52,7 @@ LT_CONFIG_LTDL_DIR([.]) # I am me!
|
||||
## Automake Initialisation. ##
|
||||
## ------------------------ ##
|
||||
|
||||
AM_INIT_AUTOMAKE([gnits])
|
||||
AM_INIT_AUTOMAKE([gnu])
|
||||
|
||||
|
||||
## ------------------------------- ##
|
||||
|
Loading…
Reference in New Issue
Block a user