X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=16e9ee8e3841c787a2db200f3558c6b76cd160c7;hb=32304d863ae98c641f541362f54e7b1f24b350a6;hp=889fe34acc9df99ca96225bf7c8981a769d9820a;hpb=ee5527465bad6ed3aacb812c2a7466d623d4f49b;p=fs%2Flustre-release.git diff --git a/configure.ac b/configure.ac index 889fe34..16e9ee8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,16 +1,24 @@ +AC_PREREQ([2.57]) +AC_INIT([Lustre], m4_esyscmd([sh -c "./LUSTRE-VERSION-GEN | tr -d '\n'"]), + [https://jira.whamcloud.com/], [lustre]) -AC_INIT([Lustre], [LUSTRE_VERSION], [https://bugzilla.lustre.org/], [lustre]) -sinclude(lustre/autoconf/lustre-version.ac) - -LB_CHECK_VERSION +AC_CONFIG_AUX_DIR([config]) +AC_CONFIG_MACRO_DIR([config]) LC_CONFIG_SRCDIR AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE -# AM_MAINTAINER_MODE +AM_INIT_AUTOMAKE([1.10 tar-pax -Wno-portability subdir-objects]) +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) +LUSTRE_VERSION_CPP_MACROS LB_CONFIGURE