Allow customization of installation directory
authorIustin Pop <iustin@google.com>
Mon, 7 Jul 2008 08:54:00 +0000 (08:54 +0000)
committerIustin Pop <iustin@google.com>
Mon, 7 Jul 2008 08:54:00 +0000 (08:54 +0000)
commit0dbf4b88d449c26e983093113c1745692ac0e5d6
treeaa36c299f92d2961c674e7e9688d644996de8f36
parentfbf8a4ab2b8e8a631d76abf6274f2bdb1bc9a138
Allow customization of installation directory

Currently the OS definition is installed always under
$datadir/ganeti/os, but this doesn't work if ganeti was configure with a
different OS dir.

This patch allows customization of the os dir at configure time, via a
new '--with-os-dir=...' variable. This allows for example:
  ./configure --with-os-dir=/srv/ganeti/os ...

Reviewed-by: imsnah
Makefile.am
configure.ac