From: Jim Meyering Date: Sat, 21 Dec 1996 04:09:35 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08134121a1dd7d296846758d8ca6489eb6b25599;p=pspp . --- diff --git a/m4/Makefile.in b/m4/Makefile.in index 8bb4076154..b4a8b45d39 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 \