summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-03-15 10:50:27 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-03-15 10:50:27 +0100
commit72940810b21148adc7393ddaef937dacd474bdeb (patch)
treecb85f6d9741be38ade4bdcddb74699aef0314a30
parent5600e5fe3c6a8402c752caeb5e979bb6daab6b2c (diff)
downloadmm-common-72940810b21148adc7393ddaef937dacd474bdeb.tar.gz
0.9.30.9.3
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 048d2e0..64063c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+mm-common 0.9.3 (2010-03-15)
+
+ * Add an mm-common-util pkg-config file, to be used intead of
+ of glibmm-2.4 to get the location of doctool .pl files, such
+ as doc-install.pl.
+ * MM_CONFIG_DOCTOOL_DIR(): Get the .pl files from mm-common's
+ installed copy instead of from glibmm, which now doesn't install its own
+ copy. Because this macro has been updated, there should be no need for
+ any changes in other *mm modules due to the changes in glibmm or mm-common.
+ * Allow use of GMMPROC_EXTRA_M4_DIR in configure.ac to tell gmmproc about
+ extra -I arguments.
+ For instance, use this in configure.ac:
+ MM_PKG_CONFIG_SUBST([GMMPROC_EXTRA_M4_DIR], [--variable=gmmprocm4dir gtkmm-3.0])
+ (Murray Cumming)
+
mm-common 0.9.2 "Friends" (2010-02-05)
Friends don't let friends declare friends.
diff --git a/configure.ac b/configure.ac
index 8aac875..7d8a5cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU General Public License
## along with mm-common. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([mm-common], [0.9.2], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common],
+AC_INIT([mm-common], [0.9.3], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common],
[mm-common], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([util/mm-common-prepare.in])