]> granicus.if.org Git - zfs/commit
Generate common.sh with paths from configure
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 28 Jul 2010 23:30:45 +0000 (16:30 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 28 Jul 2010 23:30:45 +0000 (16:30 -0700)
commit26e61dd074df64f9e1d779273efd56fa9d92cdc5
tree392a6f3e0147d12794d4d8c2efe431a5706dd569
parent0f237a437966a4d1024c1d721f70158d9144a449
Generate common.sh with paths from configure

The common.sh script assumed that it was either being run from
in-tree or was installed under /usr/libexec/zfs.  If this was
not the case, because of say the default --prefix=/usr/local,
then the paths would be wrong.  To fix this common.sh is now
generated from common.sh.in with the correct path information
provided at configure time.
configure.ac
scripts/common.sh.in [moved from scripts/common.sh with 92% similarity, mode: 0644]
scripts/zconfig.sh
scripts/zfs.sh
scripts/zpool-create.sh