summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2011-01-10 20:13:37 +0000
committerAlan Conway <aconway@apache.org>2011-01-10 20:13:37 +0000
commitd0d761ced35b32a75d365028b3dc73e004810fb6 (patch)
tree7c6a460152492a28eb5f67ef3e929421f1a2abbe /qpid/cpp
parente965ca482edadcf2cfea3742f2d073b25ff33f8d (diff)
downloadqpid-python-d0d761ced35b32a75d365028b3dc73e004810fb6.tar.gz
Add --add-missing to automake call in bootstrap.
Automatically adds missing automake files to the project. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1057342 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rwxr-xr-xqpid/cpp/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/bootstrap b/qpid/cpp/bootstrap
index 632f6a0d8c..d6ff19765b 100755
--- a/qpid/cpp/bootstrap
+++ b/qpid/cpp/bootstrap
@@ -36,7 +36,7 @@ cat > src/managementgen.mk <<EOF
\$(mgen_cmd)
EOF
-automake
+automake --add-missing
autoconf
# Optionally do the build as well.