X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=configure.ac;h=96b4968a2874330b3135c8a0bb17549f76ac1403;hp=1e59a49deeef2687d142736dad1c886c0efc0bcb;hb=c944e6eaa7f8b98230701266641bfd9dfcb56da8;hpb=b670e44c791c009855a35d1b329a4e2b15cf5c28 diff --git a/configure.ac b/configure.ac index 1e59a49..96b4968 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,10 @@ - +AC_PREREQ([2.57]) AC_INIT([Lustre], [LUSTRE_VERSION], [http://bugs.whamcloud.com/], [lustre]) sinclude(lustre/autoconf/lustre-version.ac) +AC_CONFIG_AUX_DIR([config]) +AC_CONFIG_MACRO_DIR([config]) + # Overridden by --without-ldiskfs/--with-zfs configure options AM_CONDITIONAL(LDISKFS_ENABLED, true) AM_CONDITIONAL(ZFS_ENABLED, false) @@ -12,8 +15,8 @@ LC_CONFIG_SRCDIR AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE([1.9 tar-ustar]) -# AM_MAINTAINER_MODE +AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability]) +AM_MAINTAINER_MODE([enable]) AC_PROG_CC