.
authorJim Meyering <jim@meyering.net>
Sat, 21 Dec 1996 04:09:35 +0000 (04:09 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 21 Dec 1996 04:09:35 +0000 (04:09 +0000)
m4/Makefile.in

index 8bb4076..b4a8b45 100644 (file)
@@ -4,6 +4,10 @@
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
 
+# Generate this list with
+# find . -type f -name '*.m4' -printf '%f\n'|sort |fmt |tr '\012' @ \
+#   |sed 's/@$/%/;s/@/ \\@/g' |tr @% '\012\012'
+
 
 SHELL = /bin/sh
 
@@ -43,11 +47,6 @@ GENCAT = @GENCAT@
 GMSGFMT = @GMSGFMT@
 CC = @CC@
 
-AUTOMAKE_OPTIONS = gnits 1.1k
-
-# Generate this list with
-# find . -type f -name '*.m4' -printf '%f\n'|sort |fmt |tr '\012' @ \
-#   |sed 's/@$//' |tr @ '\012'
 EXTRA_DIST = \
 ccstdc.m4 dmalloc.m4 error.m4 getgroups.m4 getline.m4 getloadavg.m4 \
 gettext.m4 header.m4 init.m4 install.m4 jm-mktime.m4 jm-winsz1.m4 \