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:
3bfe867
)
Make config if it does not exist
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 11 Apr 2007 13:35:37 +0000
(13:35 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 11 Apr 2007 13:35:37 +0000
(13:35 +0000)
buildconf.sh
patch
|
blob
|
history
diff --git
a/buildconf.sh
b/buildconf.sh
index
8647f28
..
01ce37a
100755
(executable)
--- a/
buildconf.sh
+++ b/
buildconf.sh
@@
-1,11
+1,13
@@
#!/bin/sh
-# $Id: buildconf.sh,v 1.46 2007-02-20 09:53:01 adam Exp $
+# $Id: buildconf.sh,v 1.46.2.1 2007-04-11 13:35:37 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 ..."