[gtkmm] Insert missing Autoconf macro argument separator
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtkmm] Insert missing Autoconf macro argument separator
- Date: Fri, 18 Sep 2009 13:11:30 +0000 (UTC)
commit e92d1ed8630f10c06bc887d1120662449073ea4a
Author: Daniel Elstner <danielk openismus com>
Date: Fri Sep 18 12:18:55 2009 +0200
Insert missing Autoconf macro argument separator
* configure.ac (GTKMM_WXXFLAGS): Insert the missing argument
separator between the third and fourth macro arguments. This
means the deprecation macros are now defined correctly again
when building in fatal warnings mode.
ChangeLog | 9 +++++++++
configure.ac | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 86ae0ea..0f504ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-09-18 Daniel Elstner <danielk openismus com>
+
+ Insert missing Autoconf macro argument separator
+
+ * configure.ac (GTKMM_WXXFLAGS): Insert the missing argument
+ separator between the third and fourth macro arguments. This
+ means the deprecation macros are now defined correctly again
+ when building in fatal warnings mode.
+
2009-09-17 Daniel Elstner <danielk openismus com>
Update Doxygen configuration for Doxygen 1.6.1
diff --git a/configure.ac b/configure.ac
index 72a54b5..f2d088a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,8 +87,8 @@ MM_ARG_ENABLE_DOCUMENTATION
MM_ARG_WITH_TAGFILE_DOC([libstdc++.tag], [mm-common-libstdc++])
MM_ARG_WITH_TAGFILE_DOC([libsigc++-2.0.tag], [sigc++-2.0])
MM_ARG_WITH_TAGFILE_DOC([glibmm-2.4.tag], [glibmm-2.4])
-MM_ARG_WITH_TAGFILE_DOC([pangomm-1.4.tag], [pangomm-1.4])
MM_ARG_WITH_TAGFILE_DOC([cairomm-1.0.tag], [cairomm-1.0])
+MM_ARG_WITH_TAGFILE_DOC([pangomm-1.4.tag], [pangomm-1.4])
AC_LANG([C++])
AC_CHECK_FUNCS([flockfile funlockfile getc_unlocked mkfifo])
@@ -96,7 +96,7 @@ AC_CHECK_FUNCS([flockfile funlockfile getc_unlocked mkfifo])
# Evaluate the --enable-warnings=level option.
MM_ARG_ENABLE_WARNINGS([GTKMM_WXXFLAGS],
[-Wall],
- [-pedantic -Wall -Wextra]
+ [-pedantic -Wall -Wextra],
[G PANGO ATK GDK GDK_PIXBUF GTK])
AC_CONFIG_FILES([Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]