]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Comment fix
authorTom Tromey <tromey@redhat.com>
Thu, 25 Mar 1999 22:08:41 +0000 (22:08 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 25 Mar 1999 22:08:41 +0000 (22:08 +0000)
automake.in

index 3ad8d9293a0185d8124d2becef39c82afb22c02b..a5809e0e60c743cda5fe278bac467c7ac043c18c 100755 (executable)
@@ -5700,10 +5700,8 @@ sub define_configure_variable
     &define_variable ($var, $value);
 }
 
-# Define a compiler variable.  When tracking dependencies, we want to
-# define a slightly different variable here so that the actual
-# compilation command contains all the dependency magic.  We also
-# handle defining the `LT' version of the command when using libtool.
+# Define a compiler variable.  We also handle defining the `LT'
+# version of the command when using libtool.
 sub define_compiler_variable
 {
     local ($var, $ltcompile, $value) = @_;