X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=ldiskfs%2FautoMakefile.am;h=0120e67a4dce613fc49a07aae57e99b540f684b9;hb=a89e1d8952ca1817e9625ca7e3cd9b2666717474;hp=e8b2d0e41535d5947f4ea7c168520624f9258c7a;hpb=fd0bd149e66cbc06a17c372e159f9bfba024cc97;p=fs%2Flustre-release.git diff --git a/ldiskfs/autoMakefile.am b/ldiskfs/autoMakefile.am index e8b2d0e..0120e67 100644 --- a/ldiskfs/autoMakefile.am +++ b/ldiskfs/autoMakefile.am @@ -4,6 +4,7 @@ DIST_SUBDIRS := ldiskfs # this is in fact irrelevant in this file but needed to keep # autoMakefile.am.toplevel happy +BUILD_SERVER = true BUILD_TESTS = false include build/autoMakefile.am.toplevel @@ -13,11 +14,11 @@ EXTRA_DIST += kernel_patches # this only needs to be done if disting stand-alone (i.e. not as a # subdir of lustre module-dist-hook: - if ! grep "AC_INIT(\[Lustre\], \[LUSTRE_VERSION\], \[https:\/\/bugzilla\.lustre\.org\/], \[lustre\])" ../configure.ac; then \ + if ! grep "AC_INIT(\[Lustre\], \[LUSTRE_VERSION\], \[http:\/\/bugs\.whamcloud\.com\/], \[lustre\])" ../configure.ac; then \ if [ -f META ]; then \ cp META $(distdir)/META; \ else \ - echo -e "I have no idea how to create a META file in $(distdir).\nPlease file a bug at http://bugzilla.lustre.org/"; \ + echo -e "I have no idea how to create a META file in $(distdir).\nPlease file a bug at http://bugs.whamcloud.com/"; \ exit 1; \ fi; \ fi