From fb7eb3e3e9f8e611a34192ceb5c2d2e849ca6de8 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 12 Jul 2012 12:21:25 -0700 Subject: Move zfs.release generation to configure step Previously, the zfs.release file was created at 'make install' time. This is slightly problematic when the file is needed without running 'make install'. Because of this, the step creating the file was removed from 'make install' and replaced with a more appropriate zfs.release.in file. As a result, the zfs.release file will now be created earlier as part of the 'configure' step as opposed to the 'make install' step. Signed-off-by: Prakash Surya Signed-off-by: Brian Behlendorf --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d693f67e8..749f37862 100644 --- a/configure.ac +++ b/configure.ac @@ -123,6 +123,7 @@ AC_CONFIG_FILES([ PKGBUILD-zfs PKGBUILD-zfs-modules zfs-script-config.sh + zfs.release ]) AC_OUTPUT -- cgit v1.2.3