]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(aclocal-files): Remove now-unnecessary (with
authorJim Meyering <jim@meyering.net>
Sat, 4 Apr 1998 07:50:13 +0000 (07:50 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Apr 1998 07:50:13 +0000 (07:50 +0000)
automake-1.2h and the above change) aclocal-related rules and includes.

Makefile.maint

index 49aa45349fd8fa8a6337b71651e77a50447be6fe..16fd6950be06719fea31ca07d65a4a930e965d65 100644 (file)
@@ -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)