X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=configure.ac;h=b772a0f28e8a229db24f0988ac17f55c5ca57c99;hb=997a9f659e01b807997641a321241369a27c4293;hp=0a008590fb2bd8d7bc808d721483661dee63d448;hpb=7e773a89d8bea8bd2a1680406bb3bd39d8050dbc;p=fs%2Flustre-release.git diff --git a/configure.ac b/configure.ac index 0a00859..b772a0f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,8 @@ AC_PREREQ([2.57]) AC_INIT([Lustre], [LUSTRE_VERSION], [http://bugs.whamcloud.com/], [lustre]) sinclude(lustre/autoconf/lustre-version.ac) -# Overridden by --without-ldiskfs/--with-zfs configure options -AM_CONDITIONAL(LDISKFS_ENABLED, true) -AM_CONDITIONAL(ZFS_ENABLED, false) +AC_CONFIG_AUX_DIR([config]) +AC_CONFIG_MACRO_DIR([config]) LB_CHECK_VERSION @@ -13,9 +12,10 @@ LC_CONFIG_SRCDIR AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability]) -# AM_MAINTAINER_MODE +AM_MAINTAINER_MODE([enable]) AC_PROG_CC +AC_PROG_LIBTOOL AM_PROG_AS