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:
3befbe9
)
Auto add Git submodules in buildconf.sh.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 12 Mar 2008 13:35:31 +0000
(14:35 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 12 Mar 2008 13:35:31 +0000
(14:35 +0100)
buildconf.sh
patch
|
blob
|
history
diff --git
a/buildconf.sh
b/buildconf.sh
index
422d2a6
..
7c2183a
100755
(executable)
--- a/
buildconf.sh
+++ b/
buildconf.sh
@@
-7,6
+7,12
@@
autoconf=autoconf
libtoolize=libtoolize
test -d config || mkdir config
+if test -d m4 -a -d doc/common; then
+ :
+else
+ git submodule init
+ git submodule update
+fi
if [ "`uname -s`" = FreeBSD ]; then
# FreeBSD intalls the various auto* tools with version numbers