2 # Run this to generate all the initial makefiles, etc.
5 test -z "$srcdir" && srcdir
=.
12 test -f dbus-python.pc.
in ||
{
13 echo "You must run this script in the top-level $PROJECT directory">&2
17 (autoreconf
--version) < /dev
/null
> /dev
/null
2>&1 ||
{
19 echo "You must have autoconf, automake and libtoolize installed">&2
20 echo "to compile $PROJECT. Download the appropriate packages for">&2
21 echo "your distribution, or get the source tarball at ">&2
22 echo "ftp://ftp.gnu.org/pub/gnu/">&2
27 echo "I am going to run ./configure with no arguments - if you wish "
28 echo "to pass any to it, please specify them on the $0 command line."
31 echo "Running autoreconf -f -i..."
47 if $run_configure; then
48 $srcdir/configure
--enable-maintainer-mode --config-cache "$@"
50 echo "Now run 'make' to compile $PROJECT."