changeset 1368:fff5b961cc8a

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Tue, 19 May 1998 15:51:10 +0000
parents 058bc3da5a1c
children 9783ade07d04
files m4/Makefile.am.in m4/README
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/Makefile.am.in
+++ b/m4/Makefile.am.in
@@ -12,4 +12,5 @@
 	    |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
 	  >> $@t
 	sed -n '/^##m4-files-end/,$$p' $< >> $@t
+	chmod a-w $@t
 	mv $@t $@
--- a/m4/README
+++ b/m4/README
@@ -2,3 +2,7 @@
 package).  aclocal uses these files to create aclocal.m4 which is in turn
 used by autoconf to create the configure script at the the top level in
 this distribution.
+
+The Makefile.am file in this directory is automatically generated
+from the template file, Makefile.am.in.  The generation will fail
+if you don't have all the right tools.