projects
/
yaz-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:
5b0d595
)
Create config if it does not exist.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 12 Mar 2008 10:09:36 +0000
(11:09 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 12 Mar 2008 10:09:36 +0000
(11:09 +0100)
buildconf.sh
patch
|
blob
|
history
diff --git
a/buildconf.sh
b/buildconf.sh
index
8647f28
..
6ba4f29
100755
(executable)
--- a/
buildconf.sh
+++ b/
buildconf.sh
@@
-6,6
+6,8
@@
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 ..."