]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
From Raja R Harinath:
authorTom Tromey <tromey@redhat.com>
Sat, 23 Dec 2000 01:06:03 +0000 (01:06 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 23 Dec 2000 01:06:03 +0000 (01:06 +0000)
* automake.in (libtoolize_sometimes): New global.
(initialize_global_constants): Added libtoolize_sometimes to
common_files.

ChangeLog
automake.in

index e99fb2fce738479415569cd1b9cc0878a79f1f8c..8fa2934914c859a03f0c90b0cc63244be130a257 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2000-12-22  Tom Tromey  <tromey@redhat.com>
 
+       From Raja R Harinath:
+       * automake.in (libtoolize_sometimes): New global.
+       (initialize_global_constants): Added libtoolize_sometimes to
+       common_files.
+
        * m4/depend.m4 (AM_SET_DEPDIR): Ignore errors when running rmdir.
 
        * m4/depend.m4 (AM_SET_DEPDIR): Remove .deps directory when done.
index dd6be09d31848d5f4fb3988de444231132f690ac..51034f85c7a2f23d302c5656cb5241c531a604c7 100755 (executable)
@@ -194,6 +194,9 @@ $libtool_line = 0;
 
 # Files installed by libtoolize.
 @libtoolize_files = ('ltmain.sh', 'config.guess', 'config.sub');
+# ltconfig appears here for compatibility with old versions of libtool.
+@libtoolize_sometimes = ('ltconfig', 'ltcf-c.sh', 'ltcf-cxx.sh',
+                        'ltcf-gcj.sh');
 
 # TRUE if we've seen AM_MAINTAINER_MODE.
 $seen_maint_mode = 0;
@@ -6659,7 +6662,7 @@ sub initialize_global_constants
         'texinfo.tex', "ansi2knr.c", "ansi2knr.1", 'elisp-comp',
         # ltconfig appears here for compatibility with old versions
         # of libtool.
-        'ylwrap', 'acinclude.m4', @libtoolize_files, 'ltconfig',
+        'ylwrap', 'acinclude.m4', @libtoolize_files, @libtoolize_sometimes,
         'missing', 'depcomp', 'compile', 'py-compile'
         );