Whamcloud - gitweb
land 0.5.20.3 b_devel onto HEAD (b_devel will remain)
[fs/lustre-release.git] / lustre / autogen.sh
index 2468998..087ff09 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
 find . -type d -name .deps | xargs rm -rf
-automake --add-missing &&
 aclocal &&
-autoconf 
+${AUTOMAKE:-automake} --add-missing &&
+${AUTOCONF:-autoconf}