Revision 47cdf8b9

b/Makefile.am
13 13
	dot -Tps -o $@ $<
14 14

  
15 15
depgraph.dot: ganeti/*.py
16
	pylint.python2.4 --indent-string '  ' --rcfile=/dev/null --reports y --int-import-graph $@ --persistent n ganeti >/dev/null
16
	pylint.python2.4 --indent-string '  ' --rcfile=/dev/null \
17
	  --reports y --int-import-graph $@ --persistent n ganeti >/dev/null
b/autogen.sh
1
#!/bin/sh
2

  
3
if test ! -f configure.ac ; then
4
  echo "You must execute this script from the top level directory."
5
  exit 1
6
fi
7

  
8
set -e
9

  
10
rm -rf config.cache autom4te.cache
11
mkdir -p config
12

  
13
aclocal-1.9
14
autoconf
15
automake-1.9 --add-missing
16

  
17
rm -rf autom4te.cache
b/configure.ac
3 3

  
4 4
AC_PREREQ(2.59)
5 5
AC_INIT(ganeti, 1.2a, ganeti@googlegroups.com)
6
AC_CONFIG_AUX_DIR(config)
6 7
AM_INIT_AUTOMAKE(foreign)
7 8

  
8 9
# Checks for programs.

Also available in: Unified diff