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:
parent
4250d7c910
commit
83f96642d2
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
autoreconf --install $*
|
${AUTORECONF:-autoreconf} --install $*
|
||||||
|
|
Loading…
Reference in a new issue