diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |