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 3ad8d92..a5809e0 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) = @_;