Whamcloud - gitweb
Allow caller to specify autoconf program to use, in order to support systems
authorshaver <shaver>
Wed, 18 Sep 2002 14:39:12 +0000 (14:39 +0000)
committershaver <shaver>
Wed, 18 Sep 2002 14:39:12 +0000 (14:39 +0000)
with both 2.13 and 2.53.

lustre/autogen.sh

index 24dd8bb..9accad4 100644 (file)
@@ -3,4 +3,4 @@
 find . -type d -name .deps | xargs rm -rf
 aclocal &&
 automake --add-missing &&
-autoconf 
+${AUTOCONF:-autoconf}