Remove some debug code and make error messages more descriptive.

git-svn-id: https://svn.apache.org/repos/asf/activemq/activemq-cpp/trunk@782152 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/activemq-cpp/build.sh b/activemq-cpp/build.sh
index 575e1c0..4367f73 100755
--- a/activemq-cpp/build.sh
+++ b/activemq-cpp/build.sh
@@ -63,7 +63,7 @@
         AMQCPP_DISABLE_STATIC=false;
     fi
 
-#    ./autogen.sh
+    ./autogen.sh
 
     local args
 
@@ -96,7 +96,7 @@
     fi
 
     if $AMQCPP_DISABLE_SHARED && $AMQCPP_DISABLE_STATIC ; then
-        echo "AMQCPP_DISABLE_SHARED and $AMQCPP_DISABLE_STATIC can't both be set to true."
+        echo "ERROR: AMQCPP_DISABLE_SHARED and AMQCPP_DISABLE_STATIC can't both be set to true."
         exit 1
     fi
 
@@ -109,7 +109,6 @@
     fi
 
     pushd $AMQCPP_BUILD_DIR
-    echo "../configure $args"
     ../configure $args
     popd
     exit