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:
34c193e
)
Fixed check for Git submodules.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 12 Mar 2008 20:31:10 +0000
(21:31 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 12 Mar 2008 20:31:10 +0000
(21:31 +0100)
buildconf.sh
patch
|
blob
|
history
diff --git
a/buildconf.sh
b/buildconf.sh
index
7c2183a
..
75eca45
100755
(executable)
--- a/
buildconf.sh
+++ b/
buildconf.sh
@@
-7,7
+7,7
@@
autoconf=autoconf
libtoolize=libtoolize
test -d config || mkdir config
-if test -d m4 -a -d doc/common; then
+if test -d m4/.git -a -d doc/common/.git; then
:
else
git submodule init