X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=13bb5baf71d188f492be6322f8133d793f85f590;hb=7634cd54db25a69e00aaab6448ad710441bd8e7d;hp=71776e7acacbca909a5a610838e39fc8a4667815;hpb=0da31cd6ca0dedbf0ceb7118d2cede2e97e73c14;p=zfs.git diff --git a/configure.ac b/configure.ac index 71776e7..13bb5ba 100644 --- a/configure.ac +++ b/configure.ac @@ -34,9 +34,10 @@ AC_INIT AC_LANG(C) ZFS_AC_META AC_CONFIG_AUX_DIR([config]) +AC_CONFIG_MACRO_DIR([config]) AC_CANONICAL_SYSTEM AM_MAINTAINER_MODE -AM_SILENT_RULES +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_INIT_AUTOMAKE([$ZFS_META_NAME], [$ZFS_META_VERSION]) AC_CONFIG_HEADERS([zfs_config.h], [ (mv zfs_config.h zfs_config.h.tmp && @@ -64,6 +65,7 @@ AC_CONFIG_FILES([ etc/init.d/Makefile etc/zfs/Makefile man/Makefile + man/man1/Makefile man/man5/Makefile man/man8/Makefile lib/Makefile @@ -118,11 +120,17 @@ AC_CONFIG_FILES([ scripts/zpios-test/Makefile scripts/zpool-config/Makefile scripts/common.sh - zfs.spec - zfs-modules.spec + rpm/Makefile + rpm/fedora/Makefile + rpm/fedora/zfs.spec + rpm/fedora/zfs-kmod.spec + rpm/fedora/zfs-dkms.spec + rpm/generic/Makefile + rpm/generic/zfs.spec + rpm/generic/zfs-kmod.spec + rpm/generic/zfs-dkms.spec zfs-script-config.sh zfs.release - dkms.conf ]) AC_OUTPUT