repo.or.cz
/
candl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add piplib.h.in file
[candl.git]
/
autogen.sh
blob
c27fa4081a76a7bdc74b73b29548f6e44cd30b55
1
#!/bin/sh
2
autoreconf
-i
3
if
test -f
osl
/
autogen.sh
;
then
4
(
cd
osl
;
.
/
autogen.sh
)
5
fi
6
if
test -f
piplib
/
autogen.sh
;
then
7
(
cd
piplib
;
.
/
autogen.sh
)
8
fi