Author: aconway
Date: Mon Jan 10 20:13:37 2011
New Revision: 1057342
URL: http://svn.apache.org/viewvc?rev=1057342&view=rev
Log:
Add --add-missing to automake call in bootstrap.
Automatically adds missing automake files to the project.
Modified:
qpid/trunk/qpid/cpp/bootstrap
Modified: qpid/trunk/qpid/cpp/bootstrap
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bootstrap?rev=1057342&r1=1057341&r2=1057342&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bootstrap (original)
+++ qpid/trunk/qpid/cpp/bootstrap Mon Jan 10 20:13:37 2011
@@ -36,7 +36,7 @@ cat > src/managementgen.mk <<EOF
\$(mgen_cmd)
EOF
-automake
+automake --add-missing
autoconf
# Optionally do the build as well.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]