]> git.ipfire.org Git - thirdparty/libtool.git/commit
* Makefile.am (aclocal_macros, aclocal_DATA): Removed.
authorGary V. Vaughan <gary@gnu.org>
Thu, 8 Jan 2004 10:34:52 +0000 (10:34 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 8 Jan 2004 10:34:52 +0000 (10:34 +0000)
commitc4e30f595b0c62a8060fc5278cd9a7d70cdca169
tree7e111482ec87ba1d494d241e2d68a053886bd6e5
parent3aedc1f02a50362a51227a5f8d56187d34323c03
* Makefile.am (aclocal_macros, aclocal_DATA): Removed.
(EXTRA_DIST): Remove m4 macro files; they are automatically
added by automake.
(pkgmacrodir): Where to install libtool macro files.
(pkgmacro_DATA): List installable libtool macro files.
(install-data-local): Remove previous versions of ltdl.m4 and
libtool.m4 from their old location.
* libtoolize.in: Use new pkgmacrodir installed macros when
libtoolizing a project.  Treat libtool.m4 and ltdl.m4 specially,
and func_serial_update() any other files from pkgmacrodir.
(pkgmacrodir): Where to find installed libtool macro files.
(aclocaldir): Removed.
(func_copy_all_files): Add an optional callback parameter to
control how files are copied.  If the callback is passed, don't
tell it whether it can copy or not.
(func_serial): Exchange parameters and make macro_regex optional,
so that this function can be used to extract serial numbers from
files with the traditional /^# serial [1-9][0-9]*$/ syntax.
Changed all callers.
(func_serial_update): Make macro_regex optional last parameter, so
that this function can be used as a callback for
func_copy_all_files().  Changed all callers.
* m4/ltsugar.m4: Add a serial number.
ChangeLog
Makefile.am
libtoolize.in
m4/ltsugar.m4