Whamcloud - gitweb
Increase the number of request buffers to 4096 from 1024 for a 4GB machine
[fs/lustre-release.git] / lustre / autogen.sh
index 2468998..be0d42d 100644 (file)
@@ -1,6 +1,5 @@
 #!/bin/sh
 
-find . -type d -name .deps | xargs rm -rf
-automake --add-missing &&
 aclocal &&
-autoconf 
+${AUTOMAKE:-automake} --add-missing &&
+${AUTOCONF:-autoconf}