From a4aef3bd39427ddbfc21ddd6d3166506d61f5c78 Mon Sep 17 00:00:00 2001 From: shaver Date: Wed, 18 Sep 2002 14:39:12 +0000 Subject: [PATCH] Allow caller to specify autoconf program to use, in order to support systems with both 2.13 and 2.53. --- lustre/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 1.8.3.1