X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=configure.ac;h=92cd6ee496e72d837b078edf3244f118040e8469;hp=aec60abf3776f605f7caeb348c880f4f8946dce2;hb=d01834323af7a14d2d4959d9bea58073e3bb16ea;hpb=4bf971af0731937c30259cbc866feaff98e648ad diff --git a/configure.ac b/configure.ac index aec60ab..92cd6ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,9 @@ AC_PREREQ([2.57]) -AC_INIT([Lustre], [LUSTRE_VERSION], [http://bugs.whamcloud.com/], [lustre]) +AC_INIT([Lustre], [LUSTRE_VERSION], [https://jira.hpdd.intel.com/], [lustre]) sinclude(lustre/autoconf/lustre-version.ac) -# Overridden by --without-ldiskfs/--with-zfs configure options -AM_CONDITIONAL(LDISKFS_ENABLED, true) -AM_CONDITIONAL(ZFS_ENABLED, false) +AC_CONFIG_AUX_DIR([config]) +AC_CONFIG_MACRO_DIR([config]) LB_CHECK_VERSION @@ -16,6 +15,7 @@ AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability]) AM_MAINTAINER_MODE([enable]) AC_PROG_CC +AC_PROG_LIBTOOL AM_PROG_AS