X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=configure.ac;h=1e59a49deeef2687d142736dad1c886c0efc0bcb;hp=1fc11c953a997ebd6657cead45e934837d69f9de;hb=3a84f1d934e471f2ca6fb4c68a0e674651adf73e;hpb=7ef98b9c2549185b1ee2e758eb2cf0da261d75b5 diff --git a/configure.ac b/configure.ac index 1fc11c9..1e59a49 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,10 @@ -AC_INIT([Lustre], [LUSTRE_VERSION], [https://bugzilla.lustre.org/], [lustre]) +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 @@ -16,4 +17,8 @@ AM_INIT_AUTOMAKE([1.9 tar-ustar]) AC_PROG_CC +AM_PROG_AS + +AC_CHECK_TOOLS(AR, ar) + LB_CONFIGURE