Whamcloud - gitweb
Tweak autogen.sh and Makefiles to be compatible with Automake 1.6.2.
[fs/lustre-release.git] / lustre / autogen.sh
index 2468998..24dd8bb 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
 find . -type d -name .deps | xargs rm -rf
-automake --add-missing &&
 aclocal &&
+automake --add-missing &&
 autoconf