X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=configure.ac;h=96b4968a2874330b3135c8a0bb17549f76ac1403;hp=aec60abf3776f605f7caeb348c880f4f8946dce2;hb=c944e6eaa7f8b98230701266641bfd9dfcb56da8;hpb=4bf971af0731937c30259cbc866feaff98e648ad diff --git a/configure.ac b/configure.ac index aec60ab..96b4968 100644 --- a/configure.ac +++ b/configure.ac @@ -2,6 +2,9 @@ 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)