summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/automake.in32
1 files changed, 15 insertions, 17 deletions
diff --git a/bin/automake.in b/bin/automake.in
index ca9548518..dfcab7a98 100755
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -133,23 +133,6 @@ sub usage ();
sub version ();
sub yacc_lex_finish_helper ();
-# This variable was kept here because it uses the \$RELEASE_YEAR variable
-# which is passed directly to this script by the Makefile. We need to find a
-# better solution.
-# Copyright on generated Makefile.ins.
-my $gen_copyright = "\
-# Copyright (C) 1994-$RELEASE_YEAR Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-";
-
################################################################
Automake::Variable::hook ('SUFFIXES', \&var_SUFFIXES_trigger);
@@ -5926,6 +5909,21 @@ sub read_am_file
}
+# Copyright on generated Makefile.ins.
+my $gen_copyright = "\
+# Copyright (C) 1994-$RELEASE_YEAR Free Software Foundation, Inc.
+
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+";
+
+
# read_main_am_file ($MAKEFILE_AM, $MAKEFILE_IN)
# ----------------------------------------------
sub read_main_am_file