X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=configure.ac;h=92cd6ee496e72d837b078edf3244f118040e8469;hp=102257d2d85f36cbd409c1e1b424f9b03e92eeab;hb=78afe76bd723df1736e4323ae3ccb42fd961c218;hpb=3731004f2fc0dd4c7c24c53fa0e1f79331feb731 diff --git a/configure.ac b/configure.ac index 102257d..92cd6ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ - -AC_INIT([Lustre], [LUSTRE_VERSION], [https://bugzilla.lustre.org/], [lustre]) +AC_PREREQ([2.57]) +AC_INIT([Lustre], [LUSTRE_VERSION], [https://jira.hpdd.intel.com/], [lustre]) sinclude(lustre/autoconf/lustre-version.ac) -# Overridden in LB_PATH_LDISKFS on certain branches -AM_CONDITIONAL(LDISKFS_ENABLED, false) +AC_CONFIG_AUX_DIR([config]) +AC_CONFIG_MACRO_DIR([config]) LB_CHECK_VERSION @@ -11,9 +11,14 @@ 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