Skip to content
Snippets Groups Projects
Commit 47cdf8b9 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Add autogen.bash, move some files to config/

parent 7f2778e7
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,5 @@ depgraph.ps: depgraph.dot
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
#!/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
......@@ -3,6 +3,7 @@
AC_PREREQ(2.59)
AC_INIT(ganeti, 1.2a, ganeti@googlegroups.com)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(foreign)
# Checks for programs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment