X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fautogen.sh;h=c7588e4ce9dbb628182b4e0169ab552d57e5dffb;hb=841d50a435524d8f8c3d4c24eabc05fbbe06ca2a;hp=3ed60b1caf258bd7f54ca05b98e1fc8b63d78f41;hpb=5404a0ee4fe3d5ecc44e7488c8cd97102aae2320;p=fs%2Flustre-release.git diff --git a/lustre/autogen.sh b/lustre/autogen.sh index 3ed60b1..c7588e4 100644 --- a/lustre/autogen.sh +++ b/lustre/autogen.sh @@ -65,5 +65,12 @@ check_version() { check_version automake "1.7.8" check_version autoconf "2.57" -echo "Running autoreconf..." -autoreconf -fi +echo "Running aclocal..." +aclocal +echo "Running autoheader..." +autoheader +echo "Running automake..." +automake -a -c +echo "Running autoconf..." +autoconf +