From: shaver Date: Wed, 18 Sep 2002 14:39:12 +0000 (+0000) Subject: Allow caller to specify autoconf program to use, in order to support systems X-Git-Tag: 0.5.8~4 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a4aef3bd39427ddbfc21ddd6d3166506d61f5c78;p=fs%2Flustre-release.git Allow caller to specify autoconf program to use, in order to support systems with both 2.13 and 2.53. --- diff --git a/lustre/autogen.sh b/lustre/autogen.sh index 24dd8bb..9accad4 100644 --- a/lustre/autogen.sh +++ b/lustre/autogen.sh @@ -3,4 +3,4 @@ find . -type d -name .deps | xargs rm -rf aclocal && automake --add-missing && -autoconf +${AUTOCONF:-autoconf}