X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=configure.ac;h=0a008590fb2bd8d7bc808d721483661dee63d448;hb=6e6357dbf9a14aaea459f460dbe4f93e52c814d4;hp=5ce60d792962b844ab78268cf65d4ddf227fcdca;hpb=e9a55d0396337bb31f08d06a520185cbe09aedd3;p=fs%2Flustre-release.git diff --git a/configure.ac b/configure.ac index 5ce60d7..0a00859 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,10 @@ +AC_PREREQ([2.57]) +AC_INIT([Lustre], [LUSTRE_VERSION], [http://bugs.whamcloud.com/], [lustre]) sinclude(lustre/autoconf/lustre-version.ac) -AC_INIT([Lustre], [LUSTRE_VERSION], [https://bugzilla.lustre.org/], [lustre]) +# Overridden by --without-ldiskfs/--with-zfs configure options +AM_CONDITIONAL(LDISKFS_ENABLED, true) +AM_CONDITIONAL(ZFS_ENABLED, false) LB_CHECK_VERSION @@ -8,9 +12,13 @@ LC_CONFIG_SRCDIR AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability]) # AM_MAINTAINER_MODE AC_PROG_CC +AM_PROG_AS + +AC_CHECK_TOOLS(AR, ar) + LB_CONFIGURE