1
0
Fork 0
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:
Nobuyoshi Nakada 2020-12-13 19:24:14 +09:00
parent 48bb0329eb
commit 331f0bc1cb
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
Notes: git 2021-01-18 18:15:51 +09:00

View file

@ -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) && \