summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-03 06:42:33 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-03 06:42:33 +0000
commite14cca806c98818515054556df949c482519fc70 (patch)
tree854b02feea493813456d2973e3958c4505e5b289 /configure.in
parent077a0cab19973825597ad8ed2f4ac579c4d0cba5 (diff)
downloadpango-e14cca806c98818515054556df949c482519fc70.tar.gz
AC_DEFINE the module version, such that pango-querymodules gets rebuilt
2006-02-03 Behdad Esfahbod <behdad@gnome.org> * configure.in: AC_DEFINE the module version, such that pango-querymodules gets rebuilt after module version update. * pango/Makefile.am: Do not set -DMODULE_VERSION.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index a07b5b65..a9dc9509 100644
--- a/configure.in
+++ b/configure.in
@@ -66,6 +66,8 @@ AC_SUBST(PANGO_INTERFACE_AGE)
AC_SUBST(PANGO_BINARY_AGE)
AC_SUBST(PANGO_MODULE_VERSION)
+AC_DEFINE(MODULE_VERSION, "pango_module_version()", [Module interface version])
+
dnl libtool versioning
m4_define([lt_current], [m4_eval(100 * pango_minor_version + pango_micro_version - pango_interface_age)])
m4_define([lt_revision], [pango_interface_age])