repo.or.cz
/
barvinok.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update polylib for .gitignore
[barvinok.git]
/
autogen.sh
blob
c3588d2397fcd549b7e4e718d3ce1046e8b8c5d9
1
#!/bin/sh
2
autoreconf
-i --no-recursive
3
if
test -f
polylib
/
autogen.sh
;
then
4
(
cd
polylib
;
.
/
autogen.sh
)
5
fi
6
if
test -f
isl
/
autogen.sh
;
then
7
(
cd
isl
;
.
/
autogen.sh
)
8
fi
9
if
test -f
pet
/
autogen.sh
;
then
10
(
cd
pet
;
.
/
autogen.sh
)
11
fi