From 89a94b61a833e35d78c91bf3c54736e850e37e33 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Mon, 21 Dec 1998 10:30:04 +0000 Subject: [PATCH] Here is a small patch to simplify m4/Makefile.am.in. This came out of a suggestion I made to Jim Meyering (maintainer of GNU fileutils, where I snarfed the code from :). (From: Lars Hecking ) --- m4/Makefile.am.in | 3 +-- m4/README | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/m4/Makefile.am.in b/m4/Makefile.am.in index aa68ff973..49a8a57c3 100644 --- a/m4/Makefile.am.in +++ b/m4/Makefile.am.in @@ -6,8 +6,7 @@ Makefile.am: Makefile.am.in rm -f $@ $@t sed -n '1,/^##m4-files-begin/p' $< > $@t - ( echo EXTRA_DIST = README Makefile.am.in; \ - find . -type f -name '*.m4' -print |sed 's,^\./,,' |sort ) \ + echo EXTRA_DIST = README Makefile.am.in *.m4 \ |fmt | (tr '\012' @; echo) \ |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \ >> $@t diff --git a/m4/README b/m4/README index df032df92..5e9b3a898 100644 --- a/m4/README +++ b/m4/README @@ -4,5 +4,5 @@ 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. +from the template file, Makefile.am.in. + -- 2.40.0