[libgdamm] Change to libgdamm-6.0
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdamm] Change to libgdamm-6.0
- Date: Fri, 25 Apr 2014 20:01:21 +0000 (UTC)
commit 20e8318ba42f91b3701af2419f0d359181b5ed6e
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Apr 25 21:07:02 2014 +0200
Change to libgdamm-6.0
* configure.ac: Use libgda-6.0 instead of libgda-5.0 and build
a libgdamm-6.0 API that will be parallel-installable with
libgdamm-5.0.
configure.ac | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ca952d4..0803438 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([libgdamm], [4.99.8], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
+AC_INIT([libgdamm], [5.99.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
[libgdamm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -25,7 +25,7 @@ AC_CONFIG_MACRO_DIR([build])
AC_CONFIG_HEADERS([build/config.h libgda/libgdammconfig.h])
MM_PREREQ([0.9.5])
-MM_INIT_MODULE([libgdamm-5.0])
+MM_INIT_MODULE([libgdamm-6.0])
# Copy the mm-common .pl scripts into docs/,
# and use them from there,
@@ -44,10 +44,10 @@ AC_DISABLE_STATIC
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
-AC_SUBST([LIBGDAMM_MODULES], ['glibmm-2.4 >= 2.27.93 libgda-5.0 >= 5.0.2'])
+AC_SUBST([LIBGDAMM_MODULES], ['glibmm-2.4 >= 2.27.93 libgda-6.0 >= 5.0.2'])
PKG_CHECK_MODULES([LIBGDAMM], [$LIBGDAMM_MODULES])
-PKG_CHECK_EXISTS([libgda-bdb-5.0], [libgdamm_have_bdb=yes], [libgdamm_have_bdb=no])
+PKG_CHECK_EXISTS([libgda-bdb-6.0], [libgdamm_have_bdb=yes], [libgdamm_have_bdb=no])
AS_IF([test "x$libgdamm_have_bdb" = xyes],
[AC_DEFINE([HAVE_LIBGDA_BDB], [1], [Define if the libgda-bdb plugin is available.])])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]