projects
/
pazpar2-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:
87ed6ff
)
Always run git submodule init+update
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Oct 2008 14:13:06 +0000
(16:13 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Oct 2008 14:13:06 +0000
(16:13 +0200)
buildconf.sh
patch
|
blob
|
history
diff --git
a/buildconf.sh
b/buildconf.sh
index
4fd0a4d
..
c62d047
100755
(executable)
--- a/
buildconf.sh
+++ b/
buildconf.sh
@@
-7,9
+7,7
@@
libtoolize=libtoolize
autoheader=autoheader
test -d config || mkdir config
-if test -d m4/.git -a -d doc/common/.git; then
- :
-else
+if test .git; then
git submodule init
git submodule update
fi