summaryrefslogtreecommitdiff
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
commit02d83427237f6929595692fa12b9a614e523ccda (patch)
tree9a5afd600818fa25cae6fb3f470fff82348106b1
parent9827fe39cfe861cb1b67a3feaa7bcdcc6eb99ae5 (diff)
downloadqpid-python-02d83427237f6929595692fa12b9a614e523ccda.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/qpid@1057342 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xcpp/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bootstrap b/cpp/bootstrap
index 632f6a0d8c..d6ff19765b 100755
--- a/cpp/bootstrap
+++ b/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.