summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2010-01-05 08:29:35 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2010-01-05 08:29:35 +0100
commit4f6baf4dde627656b63cc4e2acdb78a8577ba640 (patch)
treea136b4b3a058a18ce0b9ad96d00f2347b8ce03ab /autogen.sh
parentf2b235db165e459f7f265993477dae0dc987125a (diff)
Copyrights transferred from FastMQ to iMatix
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index d538709..37f1a69 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2007 FastMQ Inc.
+# Copyright (c) 2007-2010 iMatix Corporation
#
# This file is part of 0MQ.
#
@@ -27,11 +27,6 @@ if [ $? -ne 0 ]; then
fi
mkdir config
-if [ $? -ne 0 ]; then
- echo
- echo "Cannot create config directory."
- echo
-fi
autoreconf --install --force --verbose -I config
if [ $? -ne 0 ]; then
echo