diff options
author | Alan Conway <aconway@apache.org> | 2007-02-14 22:43:06 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-02-14 22:43:06 +0000 |
commit | 2f400ad3fa8a76da1dbce8472e1269c985a50ede (patch) | |
tree | e0837c0cf0d779db164d64fe4fb09e6d3bfc40f6 /cpp/bootstrap | |
parent | ab3fab47497593316a330b95ab6a44a87aad2735 (diff) | |
download | qpid-python-2f400ad3fa8a76da1dbce8472e1269c985a50ede.tar.gz |
Applied QPID-351 patch 1 with the following mods:
- Moved "source distro" instructions in front of "subversion checkout" instructions.
- Added instructions on using qpid-autotools-install
- Added general blurb with links at top
- renamed to README, removed other README-* files.
- Updated makefiles (spec file was already OK.)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@507729 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bootstrap')
-rwxr-xr-x | cpp/bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bootstrap b/cpp/bootstrap index 0b55394e6c..c566d357e6 100755 --- a/cpp/bootstrap +++ b/cpp/bootstrap @@ -30,7 +30,7 @@ fi automake autoconf -if [ "$1" = "-build" ] ; then +if [ "$1" = "-build" -o "$1" = "--build" ] ; then ./configure make make check |