X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=configure.ac;h=d74000492d1cdef4a0c64feafeab7026abd0f4d1;hb=abe5c61764860431d437b453310aea7742f68064;hp=1fc11c953a997ebd6657cead45e934837d69f9de;hpb=7ef98b9c2549185b1ee2e758eb2cf0da261d75b5;p=fs%2Flustre-release.git diff --git a/configure.ac b/configure.ac index 1fc11c9..d740004 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -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 @@ -16,4 +16,8 @@ AM_INIT_AUTOMAKE([1.9 tar-ustar]) AC_PROG_CC +AM_PROG_AS + +AC_CHECK_TOOLS(AR, ar) + LB_CONFIGURE