repo.or.cz
/
ppcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cuda.c: fix typos in comments
[ppcg.git]
/
autogen.sh
blob
52ed9afda0b9ef9d6377e9ab6369c6dc15311909
1
#!/bin/sh
2
if
test -f
isl
/
autogen.sh
;
then
3
(
cd
isl
;
.
/
autogen.sh
)
4
fi
5
if
test -f
pet
/
autogen.sh
;
then
6
(
cd
pet
;
.
/
autogen.sh
)
7
fi
8
if
test -f
cloog
/
autogen.sh
;
then
9
(
cd
cloog
;
.
/
autogen.sh
)
10
fi
11
autoreconf
-i