summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-21 04:09:35 +0000
committerJim Meyering <jim@meyering.net>1996-12-21 04:09:35 +0000
commit52c7e3147e27343b9a85f5b57b134de1a18ab2e2 (patch)
tree5f7f3f7b9dd50186c40f379397f4d60a15f1423c
parent8829551700e4d7602a83a20faa8f581d27a2750b (diff)
downloadcoreutils-52c7e3147e27343b9a85f5b57b134de1a18ab2e2.tar.xz
.
-rw-r--r--m4/Makefile.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 8bb407615..b4a8b45d3 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -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 \