From bffade87287eb3899adde70fd6b0285448d0db64 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 15 Aug 2003 06:50:09 +0000 Subject: [PATCH] regenerate --- m4/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/Makefile.am b/m4/Makefile.am index d0f7b03540..a2072afc82 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. EXTRA_DIST = -EXTRA_DIST += README Makefile.am.in +EXTRA_DIST += Makefile.am.in EXTRA_DIST += acl.m4 EXTRA_DIST += afs.m4 EXTRA_DIST += alloca.m4 @@ -109,7 +109,7 @@ Makefile.am: Makefile.am.in rm -f $@ $@t (echo "## Process this file with automake to produce Makefile.in."; \ echo EXTRA_DIST =; \ - echo "EXTRA_DIST += README Makefile.am.in"; \ + echo "EXTRA_DIST += Makefile.am.in"; \ ls -1 *.m4 | sed 's/^/EXTRA_DIST += /'; echo ) \ >> $@t sed -n '/^Makefile\.am:/,$$p' $< >> $@t -- 2.47.2