summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-03-17 17:17:18 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-03-17 17:17:18 +0900
commit83f96642d2d74569cc38319d02d5922fac8f66b8 (patch)
treef9dbfbc783e26ec85c04af15afa2bba6fb44dc59 /autogen.sh
parent4250d7c910fd67c0da07c6213901009330e3cd51 (diff)
autogen.sh: Allow AUTORECONF envvar to specify the autoreconf executable
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 886156e44c..7c148da2d2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-autoreconf --install $*
+${AUTORECONF:-autoreconf} --install $*