From 83f96642d2d74569cc38319d02d5922fac8f66b8 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Wed, 17 Mar 2021 17:17:18 +0900 Subject: autogen.sh: Allow AUTORECONF envvar to specify the autoreconf executable --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') 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 $* -- cgit v1.2.3