mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
($(ACLOCAL_M4)): Replace old rule with this
dependency and the := assignment of ACLOCAL to make the default rule use the `-I m4' option.
This commit is contained in:
@@ -57,6 +57,9 @@ aclocal-files: configure.in m4/Makefile.am
|
||||
|
||||
-include aclocal-files
|
||||
|
||||
# Override default rule to use --acdir option
|
||||
$(srcdir)/aclocal.m4: configure.in $(acfiles)
|
||||
cd $(srcdir) && aclocal -I $(acdir)
|
||||
# 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)
|
||||
|
||||
Reference in New Issue
Block a user