repo.or.cz
/
client-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
missing project/build files
[client-tools.git]
/
src
/
external
/
ours
/
library
/
archive
/
bootstrap
blob
d3f712b20d53bcfeae090d7ad631bcc39362013b
1
#!/bin/sh
2
3
if
!
test -d
config
;
then
4
mkdir config
;
5
fi
6
7
aclocal
&&
libtoolize
--force
&&
automake
--force --foreign --add-missing --copy
&&
autoconf
8
9
SUBDIRS
=
10
11
for
d
in
$SUBDIRS
;
do
12
cd
$d
&&
.
/
bootstrap
&&
cd
..
13
done