X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=configure.ac;h=b772a0f28e8a229db24f0988ac17f55c5ca57c99;hp=889fe34acc9df99ca96225bf7c8981a769d9820a;hb=dee25c13da7c50c5d3279803bdd315e20863a533;hpb=ee5527465bad6ed3aacb812c2a7466d623d4f49b diff --git a/configure.ac b/configure.ac index 889fe34..b772a0f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,16 +1,24 @@ - -AC_INIT([Lustre], [LUSTRE_VERSION], [https://bugzilla.lustre.org/], [lustre]) +AC_PREREQ([2.57]) +AC_INIT([Lustre], [LUSTRE_VERSION], [http://bugs.whamcloud.com/], [lustre]) sinclude(lustre/autoconf/lustre-version.ac) +AC_CONFIG_AUX_DIR([config]) +AC_CONFIG_MACRO_DIR([config]) + LB_CHECK_VERSION LC_CONFIG_SRCDIR AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE -# AM_MAINTAINER_MODE +AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability]) +AM_MAINTAINER_MODE([enable]) AC_PROG_CC +AC_PROG_LIBTOOL + +AM_PROG_AS + +AC_CHECK_TOOLS(AR, ar) LB_CONFIGURE