X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=configure.ac;h=c6219c5d4126bc4db5dac8fc8f1aac0bac6ca67c;hb=7a6b48c2f97f165b4449f6283e313cfa33aea5a1;hp=3876d6212045ad498a996eb837e80947927ba71e;hpb=4dd31baae9a73502c5c7bb5c0962fd703e231fd5;p=fs%2Flustre-release.git diff --git a/configure.ac b/configure.ac index 3876d62..c6219c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ 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) AC_CONFIG_AUX_DIR([config]) @@ -15,9 +15,11 @@ AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability]) AM_MAINTAINER_MODE([enable]) AC_PROG_CC - +AC_PROG_LIBTOOL +AC_PROG_MKDIR_P AM_PROG_AS +AC_PATH_PROG(RPMBUILD, rpmbuild) AC_CHECK_TOOLS(AR, ar) LB_CONFIGURE