X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=configure.ac;h=0a008590fb2bd8d7bc808d721483661dee63d448;hp=d74000492d1cdef4a0c64feafeab7026abd0f4d1;hb=6e6357dbf9a14aaea459f460dbe4f93e52c814d4;hpb=f28cf26bddbda60587815d7a0eef7d75c46950c6 diff --git a/configure.ac b/configure.ac index d740004..0a00859 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,10 @@ - +AC_PREREQ([2.57]) AC_INIT([Lustre], [LUSTRE_VERSION], [http://bugs.whamcloud.com/], [lustre]) sinclude(lustre/autoconf/lustre-version.ac) -# Overridden in LB_PATH_LDISKFS on certain branches -AM_CONDITIONAL(LDISKFS_ENABLED, false) +# Overridden by --without-ldiskfs/--with-zfs configure options +AM_CONDITIONAL(LDISKFS_ENABLED, true) +AM_CONDITIONAL(ZFS_ENABLED, false) LB_CHECK_VERSION @@ -11,7 +12,7 @@ LC_CONFIG_SRCDIR AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE([1.9 tar-ustar]) +AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability]) # AM_MAINTAINER_MODE AC_PROG_CC