diff options
| author | Alan Conway <aconway@apache.org> | 2007-03-14 18:27:17 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-03-14 18:27:17 +0000 |
| commit | b476f29d6d37d3422dcfbf932397803f66106dec (patch) | |
| tree | fdbf3c8b9a92278164002257833235b35bda84c0 /cpp/bootstrap | |
| parent | a4a222bc65c235b9be211cdc651ee5a267f27b25 (diff) | |
| download | qpid-python-b476f29d6d37d3422dcfbf932397803f66106dec.tar.gz | |
Merged revisions 507729 via svnmerge from
https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid
........
r507729 | aconway | 2007-02-14 17:43:06 -0500 (Wed, 14 Feb 2007) | 8 lines
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/branches/qpid.0-9@518256 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bootstrap')
| -rwxr-xr-x | cpp/bootstrap | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/bootstrap b/cpp/bootstrap index ded5b38481..e869115999 100755 --- a/cpp/bootstrap +++ b/cpp/bootstrap @@ -30,7 +30,8 @@ fi automake autoconf -if [ "$1" = "-build" ] ; then + +if [ "$1" = "-build" -o "$1" = "--build" ] ; then shift ./configure "$@" make |
