From 3e4fa52da61d90ed0d026f213c2f9f3c169a8850 Mon Sep 17 00:00:00 2001 From: Roza Date: Sun, 28 Feb 2021 02:01:49 -0500 Subject: [PATCH] Configure ruby with autoreconf --- linux/Makefile | 2 +- macos/Dependencies/dependencies.make | 2 +- windows/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linux/Makefile b/linux/Makefile index 5c1dd4e..16c706c 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -300,7 +300,7 @@ $(DOWNLOADS)/ruby/Makefile: $(DOWNLOADS)/ruby/configure $(CONFIGURE) $(RUBY_CONFIGURE_ARGS) $(RUBY_FLAGS) $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c - cd $(DOWNLOADS)/ruby; autoconf + cd $(DOWNLOADS)/ruby; autoreconf -i $(DOWNLOADS)/ruby/*.c: $(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby -b mkxp-z; diff --git a/macos/Dependencies/dependencies.make b/macos/Dependencies/dependencies.make index 3d26d30..45c2a80 100644 --- a/macos/Dependencies/dependencies.make +++ b/macos/Dependencies/dependencies.make @@ -289,7 +289,7 @@ $(DOWNLOADS)/ruby/Makefile: $(DOWNLOADS)/ruby/configure $(CONFIGURE) $(RUBY_CONFIGURE_ARGS) $(RUBY_FLAGS) $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c - cd $(DOWNLOADS)/ruby; autoconf + cd $(DOWNLOADS)/ruby; autoreconf -i $(DOWNLOADS)/ruby/*.c: $(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch -b mkxp-z; diff --git a/windows/Makefile b/windows/Makefile index 0d5e0ed..1faec95 100755 --- a/windows/Makefile +++ b/windows/Makefile @@ -288,7 +288,7 @@ $(DOWNLOADS)/ruby/Makefile: $(DOWNLOADS)/ruby/configure $(CONFIGURE) $(RUBY_CONFIGURE_ARGS) $(RUBY_FLAGS) $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c - cd $(DOWNLOADS)/ruby; autoconf + cd $(DOWNLOADS)/ruby; autoreconf -i $(DOWNLOADS)/ruby/*.c: $(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby -b mkxp-z;