X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=ldiskfs%2Fconfigure.ac;h=1d71f57830325050f2cd3025409ae208f7d77b9f;hb=069deb0686030fcbe4a5f844b03423eb7d8cde41;hp=d7e422b995468ca6ddf736c460b22980d958a76f;hpb=4dc7a9df5084c27e21c653f1aaf955202ea33826;p=fs%2Flustre-release.git diff --git a/ldiskfs/configure.ac b/ldiskfs/configure.ac index d7e422b..1d71f57 100644 --- a/ldiskfs/configure.ac +++ b/ldiskfs/configure.ac @@ -11,7 +11,8 @@ AC_CONFIG_MACRO_DIR([config]) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE([1.10 tar-ustar]) +AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability]) +AM_MAINTAINER_MODE([enable]) AC_PROG_CC @@ -46,11 +47,8 @@ if test x$enable_modules = xyes ; then ]) LB_LINUX_CONFIG([MODVERSIONS]) LB_LINUX_CONFIG([KALLSYMS],[],[ - if test "x$ARCH_UM" = "x" ; then - AC_MSG_ERROR([ldiskfs requires that CONFIG_KALLSYMS is enabled in your kernel.]) - fi + AC_MSG_ERROR([ldiskfs requires that CONFIG_KALLSYMS is enabled in your kernel.]) ]) - LB_LINUX_MODPOST fi LB_LDISKFS_SERIES([test x$enable_dist = xno]) @@ -81,8 +79,6 @@ LB_LDISKFS_EXT_SOURCE LB_LDISKFS_DEFINE_OPTIONS fi -AM_CONDITIONAL(LDISKFS_PDO, test x$with_ldiskfs_pdo = xyes) - AC_SUBST(ac_configure_args) AC_CONFIG_FILES([Makefile ldiskfs/Makefile]