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:
f22aee0
)
Make directory config it it is not there
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 3 Apr 2007 15:26:14 +0000
(15:26 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 3 Apr 2007 15:26:14 +0000
(15:26 +0000)
buildconf.sh
patch
|
blob
|
history
diff --git
a/buildconf.sh
b/buildconf.sh
index
7a74ee9
..
422d2a6
100755
(executable)
--- a/
buildconf.sh
+++ b/
buildconf.sh
@@
-1,11
+1,13
@@
#!/bin/sh
-# $Id: buildconf.sh,v 1.25 2006-11-23 18:42:48 adam Exp $
+# $Id: buildconf.sh,v 1.26 2007-04-03 15:26:14 adam Exp $
automake=automake
aclocal=aclocal
autoconf=autoconf
libtoolize=libtoolize
+test -d config || mkdir config
+
if [ "`uname -s`" = FreeBSD ]; then
# FreeBSD intalls the various auto* tools with version numbers
echo "Using special configuration for FreeBSD ..."