diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-01-03 03:12:20 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-01-03 03:12:20 +0000 |
commit | e05a8537181988f5d4ffc2c30a018512721e9065 (patch) | |
tree | 5187951ed30f7ddfe46eb9bbf2b5e7830f4947a4 /Makefile.in | |
parent | 004bb16ccc01608849c8d200aed990b6d6e2b98e (diff) | |
download | ruby-e05a8537181988f5d4ffc2c30a018512721e9065.tar.gz |
acinclude.m4: rename
* acinclude.m4: rename aclocal.m4, which should be generated by
aclocal. [ruby-core:72675] [Bug #11941]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index f641ea1d77..e1c6a1cc12 100644 --- a/Makefile.in +++ b/Makefile.in @@ -22,6 +22,7 @@ LD = @LD@ YACC = bison PURIFY = AUTOCONF = autoconf +ACLOCAL = aclocal CONFIGURE = @CONFIGURE@ @SET_MAKE@ MKFILES = @MAKEFILES@ @@ -305,6 +306,9 @@ reconfig config.status: $(srcdir)/$(CONFIGURE) $(srcdir)/enc/Makefile.in \ $(srcdir)/$(CONFIGURE): $(srcdir)/configure.in $(srcdir)/aclocal.m4 $(CHDIR) $(srcdir) && exec $(AUTOCONF) -o $(@F) +$(srcdir)/aclocal.m4: $(srcdir)/acinclude.m4 + $(CHDIR) $(srcdir) && exec $(ACLOCAL) + incs: id.h all-incs: probes.h |