automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Unescaped $(LIBTOOL)


From: Pavel Roskin
Subject: FYI: Unescaped $(LIBTOOL)
Date: Wed, 9 May 2001 18:41:11 -0400 (EDT)

Hello!

The CVS Libtool doesn't compile with CVS Automake. This is the first (and
probably the easiest) problem I faced. I'm applying the patch.

It was funny to see 502 in makefiles and wonder what it might be :-)

ChangeLog:
        * automake.in (define_compiler_variable): Escape $(LIBTOOL) in
        double quotes.

_________________________
--- automake.in
+++ automake.in
@@ -6286,7 +6286,7 @@

     my ($var, $value) = ($lang->compiler, $lang->compile);
     &define_variable ($var, $value);
-    &define_variable ("LT$var", "$(LIBTOOL) --mode=compile $value")
+    &define_variable ("LT$var", "\$(LIBTOOL) --mode=compile $value")
       if $seen_libtool;
 }

_________________________

Regards,
Pavel Roskin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]