2 # Run this to generate configure and Makefile
5 test -z "$srcdir" && srcdir
=.
12 (autoconf
--version) < /dev
/null
> /dev
/null
2>&1 ||
{
14 echo "You must have autoconf installed."
15 echo "Download the appropriate package for your distribution,"
16 echo "or see http://www.gnu.org/software/autoconf"
20 (libtool
--version) < /dev
/null
> /dev
/null
2>&1 ||
{
22 echo "You must have libtool installed."
23 echo "Download the appropriate package for your distribution,"
24 echo "or see http://www.gnu.org/software/libtool"
28 (automake
--version) < /dev
/null
> /dev
/null
2>&1 ||
{
31 echo "You must have automake installed."
32 echo "Download the appropriate package for your distribution,"
33 echo "or see http://www.gnu.org/software/automake"
36 test $die = 1 && exit 1
38 test -f ovirt-node-image.spec.
in ||
{
39 echo "You must run this script in the top-level directory"
44 echo "I am going to run ./configure with no arguments - if you wish "
45 echo "to pass any to it, please specify them on the $0 command line."
50 automake
--add-missing
55 if test "x$OBJ_DIR" != x
; then