diff options
| author | Ted Ross <tross@apache.org> | 2009-11-12 21:16:59 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-11-12 21:16:59 +0000 |
| commit | 6f9250296ea06f6d7058e13f0bebaf78cb699fff (patch) | |
| tree | a79930e890b825958e8d65cfd1ac5c23a4c2f378 /extras/sasl/bootstrap | |
| parent | 5259996c79e460768f9656c2f070c4007854dd14 (diff) | |
| download | qpid-python-6f9250296ea06f6d7058e13f0bebaf78cb699fff.tar.gz | |
QPID-2198 - Moved SASL wrapper out of the cpp area and removed "qpid" from its name.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@835550 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'extras/sasl/bootstrap')
| -rwxr-xr-x | extras/sasl/bootstrap | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extras/sasl/bootstrap b/extras/sasl/bootstrap new file mode 100755 index 0000000000..dfd5b7db1f --- /dev/null +++ b/extras/sasl/bootstrap @@ -0,0 +1,15 @@ +#!/bin/sh +set -e +aclocal -I m4 +autoheader +libtoolize --automake + +automake +autoconf + +if [ "$1" = "-build" -o "$1" = "--build" ] ; then + shift + ./configure "$@" + make + make check +fi |
