Whamcloud - gitweb
- Bug 296: remove LDLM_MDSINTENT to fix mismatches with LDLM_PLAIN locks.
[fs/lustre-release.git] / lustre / autogen.sh
1 #!/bin/sh
2
3 find . -type d -name .deps | xargs rm -rf
4 aclocal &&
5 automake --add-missing &&
6 ${AUTOCONF:-autoconf}