Move zfs.release generation to configure step
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 12 Jul 2012 19:21:25 +0000 (12:21 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 12 Jul 2012 19:22:51 +0000 (12:22 -0700)
commitfb7eb3e3e9f8e611a34192ceb5c2d2e849ca6de8
tree9bce645fd2b2a2c2a44203c4e11674b5221cbf6f
parent7535251dcf39cc648ea303ee52e128ad967fad85
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 <surya1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Makefile.am
Makefile.in
configure
configure.ac
zfs.release.in [new file with mode: 0644]