projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fd8085
)
Run both git submodule init + update
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 26 Aug 2008 09:29:49 +0000
(11:29 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 26 Aug 2008 09:29:49 +0000
(11:29 +0200)
buildconf.sh
patch
|
blob
|
history
diff --git
a/buildconf.sh
b/buildconf.sh
index
f9e6516
..
037546b
100755
(executable)
--- a/
buildconf.sh
+++ b/
buildconf.sh
@@
-7,11
+7,7
@@
libtoolize=libtoolize
test -d config || mkdir config
if test .git; then
- if test -d m4/.git -a -d doc/common/.git; then
- :
- else
- git submodule init
- fi
+ git submodule init
git submodule update
fi