repo.or.cz
/
cloog-parma.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.1
[cloog-parma.git]
/
autogen.sh
blob
ee268888df8e29d30c009401163160cdbaa6eeb8
1
#!/bin/sh
2
libtoolize
-c --force
3
aclocal
-I
m4
4
automake
-a -c --foreign
5
autoconf
6
if
test -f
cloog-core
/
autogen.sh
;
then
7
(
cd
cloog-core
;
.
/
autogen.sh
)
8
fi