diff options
author | Yusuke Endoh <[email protected]> | 2021-03-17 17:17:18 +0900 |
---|---|---|
committer | Yusuke Endoh <[email protected]> | 2021-03-17 17:17:18 +0900 |
commit | 83f96642d2d74569cc38319d02d5922fac8f66b8 () | |
tree | f9dbfbc783e26ec85c04af15afa2bba6fb44dc59 | |
parent | 4250d7c910fd67c0da07c6213901009330e3cd51 (diff) |
autogen.sh: Allow AUTORECONF envvar to specify the autoreconf executable
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -autoreconf --install $* |