summaryrefslogtreecommitdiff
path: root/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
commitf6f325b0101da7d1f42a0a3766537bb7745d8330 (patch)
treeb15501c87f66020a24e9ba89114ba1b4f8ff5bdc /cpp/configure.ac
parent19176def0ac87f7dc1e6208edb188000ed80025d (diff)
downloadqpid-python-f6f325b0101da7d1f42a0a3766537bb7745d8330.tar.gz
Sundry fixes to spec and build system for RPM packaging.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486428 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/configure.ac')
-rw-r--r--cpp/configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac
index 7f4a313201..c7593247ca 100644
--- a/cpp/configure.ac
+++ b/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])