Wed Jan 3 00:05:40 1996 Tom Tromey <tromey@cambric.colorado.edu>
+ * automake.in (initialize_global_constants): New variable
+ gen_copyright.
+ (read_am_file): Put a copyright in each Makefile.in.
+
* dist-vars.am (DISTFILES): Put DIST_COMMON first.
* automake.in (am_install_var): Put space before "=".
# Makefile.in generated automatically by automake 0.28 from Makefile.am
+# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy, distribute and modify it.
+
SHELL = /bin/sh
if $running_under_some_shell;
# automake - create Makefile.in from Makefile.am
-# Copyright (C) 1994 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
$output_vars .= ("# Makefile.in generated automatically by automake "
. $VERSION . " from Makefile.am\n");
+ # Generate copyright for generated Makefile.in.
+ $output_vars .= $gen_copyright;
+
local ($saw_bk) = 0;
local ($was_rule) = 0;
local ($spacing) = '';
--output-dir=DIR put generated Makefile.in's into DIR
--strictness=LEVEL set strictness level. LEVEL is normal, gnu, gnits
--version print version number, then exit\n";
+
+ # Copyright on generated Makefile.ins.
+ $gen_copyright = "\
+# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy, distribute and modify it.
+"
}
# (Re)-Initialize per-Makefile.am variables.