diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2020-12-13 19:24:14 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-01-18 16:22:17 +0900 |
commit | 331f0bc1cb7965bec9aed5d7278360c2e9fc8946 (patch) | |
tree | 87e5fd3ad7bfaddc1b86c774be3d4d067ebca929 /template | |
parent | 48bb0329eb325bc5b77c222f45b8dc97a208d986 (diff) | |
download | ruby-331f0bc1cb7965bec9aed5d7278360c2e9fc8946.tar.gz |
Autoconf 2.70 no longer has -o option
Diffstat (limited to 'template')
-rw-r--r-- | template/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Makefile.in b/template/Makefile.in index 72e37b512a..4965fdd184 100644 --- a/template/Makefile.in +++ b/template/Makefile.in @@ -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) && \ |