autogen.sh: Allow AUTORECONF envvar to specify the autoreconf executable
This commit is contained in:
parent
4250d7c910
commit
83f96642d2
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
autoreconf --install $*
|
${AUTORECONF:-autoreconf} --install $*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user