Hi,

The following patch adds minimal support for Libtool from the
multi-language-branch. 

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.810
diff -u -p -u -r1.810 automake.in
--- automake.in	2000/12/22 05:52:37	1.810
+++ automake.in	2000/12/22 20:45:26
@@ -194,6 +194,8 @@ $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;
@@ -6657,9 +6659,7 @@ sub initialize_global_constants
 	 "config.guess", "config.sub", "AUTHORS", "BACKLOG", "ABOUT-GNU",
 	 "libversion.in", "mdate-sh", "mkinstalldirs", "install-sh",
 	 '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'
 	 );
 

- Hari
-- 
Raja R Harinath ------------------------------ [EMAIL PROTECTED]
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash

Reply via email to