]> sourceware.org Git - automake.git/commitdiff
* automake.in (finish_languages): Fixed scoping of ltcompile and
authorTom Tromey <tromey@redhat.com>
Wed, 28 Apr 1999 10:46:59 +0000 (10:46 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 28 Apr 1999 10:46:59 +0000 (10:46 +0000)
ltlink.  From Pavel Roskin.

ChangeLog
automake.in

index 6a7e288630f99dd2c4a3cdae706a9227dcf7f1e3..671b13fa212df86e6eed5ff2f68a0e9def244214 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-04-28  Tom Tromey  <tromey@cygnus.com>
+
+       * automake.in (finish_languages): Fixed scoping of ltcompile and
+       ltlink.  From Pavel Roskin.
+
 1999-04-27  Tom Tromey  <tromey@cygnus.com>
 
        * automake.in (read_main_am_file): Don't start macro definition
index 9226e8299ca0059426d8f81a92462e4293459b11..60cee9bf77745c084d87adcfa89ad771f389c24d 100755 (executable)
@@ -1043,10 +1043,10 @@ sub finish_languages
     # it.
     if (! $non_c || scalar keys %suffix_rules > 0)
     {
+       local ($ltcompile, $ltlink) = &libtool_compiler;
+
        if (! defined $done{'c'})
        {
-           local ($ltcompile, $ltlink) = &libtool_compiler;
-
            &define_configure_variable ($language_map{'c-flag'});
            &define_compiler_variable ($language_map{'c-compiler-name'},
                                       $ltcompile,
This page took 0.039391 seconds and 5 git commands to generate.