projects
/
ganeti-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cdb14ff0739f1c5bb57c2e33e4c050e5e5f163d0
[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
mkdir
-
p config
12
13
aclocal
-
1.9
14
autoconf
15
automake
-
1.9
--
add
-
missing
16
17
rm
-
rf autom4te.cache