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
Makefile.am: include lib include dir in build dir
[barvinok.git]
/
autogen.sh
blob
fb6bd876fe282cfb13b072da0c7eb6b19ab70f40
1
#!/bin/sh
2
libtoolize
-c --force
3
aclocal
-I
m4
4
autoheader
5
automake
-a -c --foreign
6
autoconf
7
if
test -f
polylib
/
autogen.sh
;
then
8
(
cd
polylib
;
.
/
autogen.sh
)
9
fi
10
if
test -f
piplib
/
autogen.sh
;
then
11
(
cd
piplib
;
.
/
autogen.sh
)
12
fi
13
(
cd
bernstein
;
.
/
autogen.sh
)