dot -Tps -o $@ $<
depgraph.dot: ganeti/*.py
- pylint.python2.4 --indent-string ' ' --rcfile=/dev/null --reports y --int-import-graph $@ --persistent n ganeti >/dev/null
+ pylint.python2.4 --indent-string ' ' --rcfile=/dev/null \
+ --reports y --int-import-graph $@ --persistent n ganeti >/dev/null
--- /dev/null
+#!/bin/sh
+
+if test ! -f configure.ac ; then
+ echo "You must execute this script from the top level directory."
+ exit 1
+fi
+
+set -e
+
+rm -rf config.cache autom4te.cache
+mkdir -p config
+
+aclocal-1.9
+autoconf
+automake-1.9 --add-missing
+
+rm -rf autom4te.cache
AC_PREREQ(2.59)
AC_INIT(ganeti, 1.2a, ganeti@googlegroups.com)
+AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(foreign)
# Checks for programs.