]> git.proxmox.com Git - mirror_zfs.git/blobdiff - configure.ac
Remove custom install-data-local for headers
[mirror_zfs.git] / configure.ac
index 0217e9cd9a96b41b08ee3b899012e41c40333e69..f739a58bc598d21beb1154be774261400c08cdf4 100644 (file)
@@ -34,7 +34,7 @@ AM_SILENT_RULES
 AM_INIT_AUTOMAKE([$SPL_META_NAME], [$SPL_META_VERSION])
 AC_CONFIG_HEADERS([spl_config.h], [
        (mv spl_config.h spl_config.h.tmp &&
-       awk -f config/config.awk spl_config.h.tmp >spl_config.h &&
+       awk -f ${ac_srcdir}/config/config.awk spl_config.h.tmp >spl_config.h &&
        rm spl_config.h.tmp) || exit 1])
 
 AC_PROG_INSTALL
@@ -42,6 +42,7 @@ AC_PROG_CC
 AC_PROG_LIBTOOL
 
 SPL_AC_LICENSE
+SPL_AC_PACKAGE
 SPL_AC_CONFIG
 
 AC_CONFIG_FILES([
@@ -52,9 +53,23 @@ AC_CONFIG_FILES([
        module/spl/Makefile
        module/splat/Makefile
        include/Makefile
+       include/fs/Makefile
+       include/linux/Makefile
+       include/rpc/Makefile
+       include/sharefs/Makefile
+       include/sys/Makefile
+       include/sys/fm/Makefile
+       include/sys/fs/Makefile
+       include/sys/sysevent/Makefile
+       include/util/Makefile
+       include/vm/Makefile
        scripts/Makefile
        spl.spec
        spl-modules.spec
+       PKGBUILD-spl
+       PKGBUILD-spl-modules
+       spl.release
+       dkms.conf
 ])
 
 AC_OUTPUT