summaryrefslogtreecommitdiffstats
path: root/m4/Makefile.am.in
diff options
context:
space:
mode:
Diffstat (limited to 'm4/Makefile.am.in')
-rw-r--r--m4/Makefile.am.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/m4/Makefile.am.in b/m4/Makefile.am.in
deleted file mode 100644
index 1e3495f..0000000
--- a/m4/Makefile.am.in
+++ /dev/null
@@ -1,15 +0,0 @@
-## Process this file with automake to produce Makefile.in -*-Makefile-*-
-
-##m4-files-begin
-##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 $@