repo.or.cz
/
cloog-polylib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update cloog-core to version 0.16.3
[cloog-polylib.git]
/
autogen.sh
blob
b7b6ee3bc06695c5c1d2c9b0ec7a69b1978dcca6
1
#!/bin/sh
2
test -d
autoconf || mkdir autoconf
3
libtoolize
-c --force
4
aclocal
-I
m4
5
automake
-a -c --foreign
6
autoconf
7
if
test -f
cloog-core
/
autogen.sh
;
then
8
(
cd
cloog-core
;
.
/
autogen.sh
)
9
fi