*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 19 May 1998 15:51:10 +0000 (15:51 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 19 May 1998 15:51:10 +0000 (15:51 +0000)
m4/Makefile.am.in
m4/README

index aef33f59755ef04201ddd01be5eb46d96b9d62f9..c7682ad882e33872bcef345a606d1ac366684945 100644 (file)
@@ -12,4 +12,5 @@ Makefile.am: Makefile.am.in
            |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
          >> $@t
        sed -n '/^##m4-files-end/,$$p' $< >> $@t
+       chmod a-w $@t
        mv $@t $@
index ac32e284a26aca4d081d2d6e1a684c52ed2bbf64..df032df92e5452a8fa2abf5bbe60f9cce2ba302f 100644 (file)
--- a/m4/README
+++ b/m4/README
@@ -2,3 +2,7 @@ These files are used by a program called aclocal (part of the GNU automake
 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.