From: Jim Meyering Date: Sat, 4 Apr 1998 07:50:13 +0000 (+0000) Subject: (aclocal-files): Remove now-unnecessary (with X-Git-Tag: TEXTUTILS-1_22f~123 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e7683a577ad6f08e02171c889445f8a995bfb68a;p=thirdparty%2Fcoreutils.git (aclocal-files): Remove now-unnecessary (with automake-1.2h and the above change) aclocal-related rules and includes. --- diff --git a/Makefile.maint b/Makefile.maint index 49aa45349f..16fd6950be 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)