Whamcloud - gitweb
- Rename the ptlrpc-general reconnection and replay functions, and export them
[fs/lustre-release.git] / lustre / autogen.sh
index 2468998..9accad4 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
 find . -type d -name .deps | xargs rm -rf
-automake --add-missing &&
 aclocal &&
-autoconf 
+automake --add-missing &&
+${AUTOCONF:-autoconf}