1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

autogen.sh: Allow AUTORECONF envvar to specify the autoreconf executable

This commit is contained in:
Yusuke Endoh 2021-03-17 17:17:18 +09:00
parent 4250d7c910
commit 83f96642d2

View file

@ -1,3 +1,3 @@
#!/bin/sh
autoreconf --install $*
${AUTORECONF:-autoreconf} --install $*