summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-19 11:48:51 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-19 11:48:51 +0000
commit29137d7bd6ce214b20d5a58fb5c8087081a2b441 (patch)
tree5c00952811d34379dba451c69e72501e54c83b68 /m4
parentd32b3d30da4cec6cc29c735df52e267ea0fd99af (diff)
HP/UX portability patch from Lars Hecking.
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.am.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/Makefile.am.in b/m4/Makefile.am.in
index 49a8a57c..1e3495fe 100644
--- a/m4/Makefile.am.in
+++ b/m4/Makefile.am.in
@@ -6,9 +6,9 @@
Makefile.am: Makefile.am.in
rm -f $@ $@t
sed -n '1,/^##m4-files-begin/p' $< > $@t
- echo EXTRA_DIST = README Makefile.am.in *.m4 \
- |fmt | (tr '\012' @; echo) \
- |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
+ ( (echo EXTRA_DIST = README Makefile.am.in | tr '\012' @); \
+ (echo *.m4|tr ' ' @) ) \
+ |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
>> $@t
sed -n '/^##m4-files-end/,$$p' $< >> $@t
chmod a-w $@t