automake-patches
[Top][All Lists]
Advanced

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

FYI: @configure_input@


From: Akim Demaille
Subject: FYI: @configure_input@
Date: 19 Oct 2001 19:10:36 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * automake.in (&read_main_am_file): s/generated automatically/
        generated/.
        Insert @configure_input@, since 2.50 no longer output this
        automatically for Makefiles.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1182
diff -u -u -r1.1182 automake.in
--- automake.in 2001/10/17 17:00:39 1.1182
+++ automake.in 2001/10/19 17:06:23
@@ -6887,8 +6887,9 @@
 
     # Generate copyright header for generated Makefile.in.
     # We do discard the output of predefined variables, handled below.
-    $output_vars = ("# $in_file_name generated automatically by automake "
+    $output_vars = ("# $in_file_name generated by automake "
                   . $VERSION . " from $am_file_name.\n");
+    $output_vars .= '# ' . subst ('configure_input') . "\n";
     $output_vars .= $gen_copyright;
 
     # We want to predefine as many variables as possible.  This lets



reply via email to

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