diff options
Diffstat (limited to 'm4/Makefile.am')
-rw-r--r-- | m4/Makefile.am | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index c9efb2a..7839bcf 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,21 +1,7 @@ -## Process this file with automake to produce Makefile.in -*-Makefile-*- +## Process this file with automake to produce Makefile.in + +ACLOCAL_AMFLAGS = -I m4 +SUBDIRS = m4 intl lib libidu src lisp doc testsuite po +EXTRA_DIST = README-alpha config.rpath mkinstalldirs autogen.sh -##m4-files-begin -EXTRA_DIST = README Makefile.am.in \ -gettext.m4 \ -lcmessage.m4 \ -malloc.m4 \ -progtest.m4 \ -realloc.m4 -##m4-files-end -Makefile.am: Makefile.am.in - rm -f $@ $@t - sed -n '1,/^##m4-files-begin/p' $< > $@t - ( (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 - mv $@t $@ |