summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-04-04 07:50:13 +0000
committerJim Meyering <jim@meyering.net>1998-04-04 07:50:13 +0000
commite7683a577ad6f08e02171c889445f8a995bfb68a (patch)
treeb327909a21031d2b5c4b2f85932e7da8c6a65a3b /Makefile.maint
parent3063e56f2e6ea923b8ea9c84d7862897b9391142 (diff)
downloadcoreutils-e7683a577ad6f08e02171c889445f8a995bfb68a.tar.xz
(aclocal-files): Remove now-unnecessary (with
automake-1.2h and the above change) aclocal-related rules and includes.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint21
1 files changed, 0 insertions, 21 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 49aa45349..16fd6950b 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -42,24 +42,3 @@ my-distcheck: dist
@echo "========================"; \
echo "$(distdir).tar.gz is ready for distribution"; \
echo "========================"
-
-acdir = m4
-aclocal-files: configure.in m4/Makefile.am
- echo "acfiles = \\" > $@-tmp
- (cd $(srcdir) && find $(acdir) -type f -name '*.m4' -print) \
- | sed 's!^!$(top_srcdir)/!' \
- | tr '\012' ' ' \
- | fmt \
- | sed -e 's/$$/ \\/' -e '$$s/..$$//' \
- >> $@-tmp
- echo >> $@-tmp
- mv $@-tmp $@
-
--include aclocal-files
-
-# Regenerate aclocal.m4 any time one of the m4/*.m4 files changes.
-$(ACLOCAL_M4): $(acfiles)
-
-# Make aclocal use `-I m4'.
-# This is used in Makefile.maint.
-ACLOCAL := $(ACLOCAL) -I $(acdir)