mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Autoconf 2.70 no longer has -o option
This commit is contained in:
parent
48bb0329eb
commit
331f0bc1cb
Notes:
git
2021-01-18 18:15:51 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ reconfig config.status: $(srcdir)/$(CONFIGURE) $(srcdir)/enc/Makefile.in \
|
|||
set $(SHELL) $($@-args); $(reconfig-exec-$(V))
|
||||
|
||||
$(srcdir)/$(CONFIGURE): $(srcdir)/configure.ac $(srcdir)/aclocal.m4
|
||||
$(CHDIR) $(srcdir) && exec $(AUTOCONF) -o $(@F)
|
||||
$(CHDIR) $(srcdir) && exec $(AUTOCONF)
|
||||
|
||||
$(srcdir)/aclocal.m4:
|
||||
$(CHDIR) $(srcdir) && \
|
||||
|
|
Loading…
Reference in a new issue