projects
/
yazpp-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:
bf2a4d3
)
Add submodules if not present already.
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 13 Mar 2008 08:27:16 +0000
(09:27 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 13 Mar 2008 08:27:16 +0000
(09:27 +0100)
buildconf.sh
patch
|
blob
|
history
diff --git
a/buildconf.sh
b/buildconf.sh
index
a661483
..
00028e1
100755
(executable)
--- a/
buildconf.sh
+++ b/
buildconf.sh
@@
-1,6
+1,14
@@
#!/bin/sh
# $Id: buildconf.sh,v 1.17 2006-07-07 06:21:29 adam Exp $
+test -d config || mkdir config
+if test -d m4/.git -a -d doc/common/.git; then
+ :
+else
+ git submodule init
+ git submodule update
+fi
+
if automake --version|head -1 |grep '1\.[4-7]'; then
echo "automake 1.4-1.7 is active. You should use automake 1.8 or later"
if test -f /etc/debian_version; then