projects
/
ganeti-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Placate warnings on ganeti.outils_unittest.py
[ganeti-github.git]
/
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
12
${ACLOCAL:-aclocal}
-
I autotools
13
${AUTOCONF:-autoconf}
14
${AUTOMAKE:-automake}
--
add
-
missing
15
16
rm
-
rf autom4te.cache