summaryrefslogtreecommitdiff
path: root/qpid/cpp/configure.ac
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-12-13 00:26:30 +0000
committerAlan Conway <aconway@apache.org>2006-12-13 00:26:30 +0000
commit3a06b78d21a340d91d0bb0623aacd1a788691fda (patch)
tree7d1fb9a3700a89eb57ac9232ca67bf5c89d114cd /qpid/cpp/configure.ac
parent375fa860915e327a20070d3111fadd345821bd39 (diff)
downloadqpid-python-3a06b78d21a340d91d0bb0623aacd1a788691fda.tar.gz
Sundry fixes to spec and build system for RPM packaging.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@486428 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/configure.ac')
-rw-r--r--qpid/cpp/configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac
index 7f4a313201..c7593247ca 100644
--- a/qpid/cpp/configure.ac
+++ b/qpid/cpp/configure.ac
@@ -8,15 +8,13 @@ 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([qpid], [0.1], [qpid-dev@incubator.apache.org])
+AC_INIT([qpidc], [0.1], [qpid-dev@incubator.apache.org])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([dist-bzip2])
# Minimum Autoconf version required.
AC_PREREQ(2.59)
-# Where to generate output; srcdir location.
-# FIXME: if no one includes config.h, don't do this
AC_CONFIG_HEADERS([config.h:config.in])
AC_CONFIG_SRCDIR([lib/broker/ExchangeBinding.cpp])