summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-20 09:12:08 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-20 09:12:08 +0900
commit4ea9df0135d92706c556a58a4f6eb43ee4d08594 (patch)
tree436ca7925236deb8ceb08264f448965f6d34804b /template
parentf9dc5db38e211a83d05db3e594785357fdcf25f1 (diff)
No longer aclocal is used [ci skip]
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index a1fd24154b..fae425d1c5 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -30,7 +30,6 @@ LD = @LD@
YACC = bison
PURIFY =
AUTOCONF = autoconf
-ACLOCAL = aclocal
CONFIGURE = @CONFIGURE@
@SET_MAKE@
MKFILES = @MAKEFILES@
@@ -369,14 +368,9 @@ reconfig config.status: $(srcdir)/$(CONFIGURE) $(srcdir)/enc/Makefile.in \
@PWD= MINIRUBY="$(MINIRUBY)"; export MINIRUBY; \
set $(SHELL) $($@-args); $(reconfig-exec-$(V))
-$(srcdir)/$(CONFIGURE): $(srcdir)/configure.ac $(srcdir)/aclocal.m4
+$(srcdir)/$(CONFIGURE): $(srcdir)/configure.ac
$(CHDIR) $(srcdir) && exec $(AUTOCONF) -o $(@F)
-$(srcdir)/aclocal.m4:
- $(CHDIR) $(srcdir) && \
- type $(ACLOCAL) >/dev/null 2>&1 && exec $(ACLOCAL); \
- touch $(@F)
-
prereq: $(srcdir)/$(CONFIGURE)
incs: id.h