diff options
| author | Alan Conway <aconway@apache.org> | 2007-04-12 19:48:08 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-04-12 19:48:08 +0000 |
| commit | 52a1b1fbcaf2935874f8ab7b85a06d09eed4a94c (patch) | |
| tree | ec55039ef1a2767f14502a286227a84a02f1860b /qpid/cpp/configure.ac | |
| parent | 88ae0751c93ffecd56ae1abf72554fb3d46be9da (diff) | |
| download | qpid-python-52a1b1fbcaf2935874f8ab7b85a06d09eed4a94c.tar.gz | |
* Add pgg-config support for downstream packages
* Bump version to 0.2 for downstream packages.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@528107 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/configure.ac')
| -rw-r--r-- | qpid/cpp/configure.ac | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac index 14ec13292c..715b28e2e3 100644 --- a/qpid/cpp/configure.ac +++ b/qpid/cpp/configure.ac @@ -8,7 +8,7 @@ dnl This program is distributed in the hope that it will be useful, but dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -AC_INIT([qpidc], [0.1], [qpid-dev@incubator.apache.org]) +AC_INIT([qpidc], [0.2], [qpid-dev@incubator.apache.org]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([dist-bzip2]) @@ -131,9 +131,16 @@ test "$enable_VALGRIND" = no && VALGRIND= # If rpmlint is availalbe we'll run it when building RPMs. AC_CHECK_PROG([RPMLINT], [rpmlint], [rpmlint]) AM_CONDITIONAL([HAS_RPMLINT], [test -n "$RPMLINT"]) + +# URL and download URL for the package. +URL=http://rhm.et.redhat.com/qpidc +AC_SUBST(URL) +DOWNLOAD_URL=http://rhm.et.redhat.com/download +AC_SUBST(DOWNLOAD_URL) AC_CONFIG_FILES([ - qpid-config + qpidc.pc + qpidc.spec Makefile src/Makefile src/tests/Makefile @@ -143,3 +150,4 @@ AC_CONFIG_FILES([ docs/api/developer.doxygen ]) AC_OUTPUT + |
