X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=configure.ac;h=c6219c5d4126bc4db5dac8fc8f1aac0bac6ca67c;hb=3f4572caef5f25f4a9b5347b2ccf933fdad9db9c;hp=7e8d2d3942d080b312219eba299a665f4ade48a5;hpb=f64af1d45df2a76f97337b47259363f61fab6b5f;p=fs%2Flustre-release.git diff --git a/configure.ac b/configure.ac index 7e8d2d3..c6219c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,9 @@ +AC_PREREQ([2.57]) +AC_INIT([Lustre], [LUSTRE_VERSION], [https://jira.hpdd.intel.com/], [lustre]) sinclude(lustre/autoconf/lustre-version.ac) -AC_INIT([Lustre], [LUSTRE_VERSION], [https://bugzilla.lustre.org/], [lustre]) +AC_CONFIG_AUX_DIR([config]) +AC_CONFIG_MACRO_DIR([config]) LB_CHECK_VERSION @@ -8,7 +11,15 @@ 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 +AC_PROG_MKDIR_P +AM_PROG_AS + +AC_PATH_PROG(RPMBUILD, rpmbuild) +AC_CHECK_TOOLS(AR, ar) LB_CONFIGURE