summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-05 17:18:00 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-06 11:53:34 +0200
commit3184ecc1877108af7ea82dbc17bf223c68b03708 (patch)
treefb3e5432dec4d288e4d791b81c574f9c755a86fe /lib
parentb2356bded823161a87c8de9ab382ce3529e481ec (diff)
downloadautoconf-3184ecc1877108af7ea82dbc17bf223c68b03708.tar.gz
build: don't distribute lib/freeze.mk explicitly
It is automatically distributed by Automake, being included by other Makefile.am files. * lib/Makefile.am (EXTRA_DIST): Drop 'freeze.mk'. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 7e304681..df1dc9a3 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -17,7 +17,7 @@
SUBDIRS = Autom4te m4sugar autoconf autotest autoscan emacs
nodist_pkgdata_DATA = autom4te.cfg
-EXTRA_DIST = autom4te.in freeze.mk
+EXTRA_DIST = autom4te.in
edit = sed \
-e 's|@SHELL[@]|$(SHELL)|g' \