ruby-changes:65563
From: Yusuke <ko1@a...>
Date: Wed, 17 Mar 2021 17:29:32 +0900 (JST)
Subject: [ruby-changes:65563] 83f96642d2 (master): autogen.sh: Allow AUTORECONF envvar to specify the autoreconf executable
https://git.ruby-lang.org/ruby.git/commit/?id=83f96642d2 From 83f96642d2d74569cc38319d02d5922fac8f66b8 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh <mame@r...> Date: Wed, 17 Mar 2021 17:17:18 +0900 Subject: autogen.sh: Allow AUTORECONF envvar to specify the autoreconf executable --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 886156e..7c148da 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,3 +1,3 @@ https://github.com/ruby/ruby/blob/trunk/autogen.sh#L1 #!/bin/sh -autoreconf --install $* +${AUTORECONF:-autoreconf} --install $* -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/