diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2005-11-20 10:33:27 +0000 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2005-11-20 10:33:27 +0000 |
commit | 1ecf2190b76445c13f3be7058e772823b9cf18f6 (patch) | |
tree | f67245507f12b18affda41f67c2981b5ef086a96 /libtoolize.m4sh | |
parent | c689cdac6c0923b46fb3311dddec83ba1e29a64e (diff) | |
download | libtool-1ecf2190b76445c13f3be7058e772823b9cf18f6.tar.gz |
* Makefile.am (aclocalfiles): Also install lt~obsolete.m4.
* libtoolize.m4sh (func_check_macros): Updated.
* tests/libtoolize.at: Adjusted.
Diffstat (limited to 'libtoolize.m4sh')
-rw-r--r-- | libtoolize.m4sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtoolize.m4sh b/libtoolize.m4sh index 8643f3f0..4c89f8f3 100644 --- a/libtoolize.m4sh +++ b/libtoolize.m4sh @@ -869,7 +869,7 @@ func_check_macros () fi func_echo "You should add the contents of the following files to \`aclocal.m4':" - for need in libtool.m4 ltoptions.m4 ltversion.m4 ltsugar.m4; do + for need in libtool.m4 ltoptions.m4 ltversion.m4 ltsugar.m4 lt~obsolete.m4; do func_echo " \`$acmacrodir/$need'" done if $seen_ltdl || $opt_ltdl; then |