summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-06-22 03:06:30 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-06-22 03:06:30 +0000
commitcef3331e641b3f35d0f11398c9cb7fb9cd0b251b (patch)
treeb33434cd7d98be581252fb34db15ac4163ed6b40 /configure.in
parent30bd71e2ae64eacda71d8aa63623fe0c8686debb (diff)
downloadgtk+-cef3331e641b3f35d0f11398c9cb7fb9cd0b251b.tar.gz
Define version numbers for GDK_PIXBUF_*, as they get substituted into a
Wed Jun 21 23:04:17 2000 Owen Taylor <otaylor@redhat.com> * configure.in (GDK_PIXBUF_MAJOR): Define version numbers for GDK_PIXBUF_*, as they get substituted into a header file. Need to consider versioning for gdk-pixbuf more carefully later.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index a7db57dccc..401a115f85 100644
--- a/configure.in
+++ b/configure.in
@@ -53,6 +53,19 @@ AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)
+#
+# gdk-pixbuf gets versioned separately, and for now, using standard
+# libtool versioning, not GTK+-style versioning
+#
+GDK_PIXBUF_MAJOR=0
+GDK_PIXBUF_MINOR=8
+GDK_PIXBUF_MICRO=0
+GDK_PIXBUF_VERSION="${GDK_PIXBUF_MAJOR}.${GDK_PIXBUF_MINOR}.${GDK_PIXBUF_MICRO}"
+AC_SUBST(GDK_PIXBUF_MAJOR)
+AC_SUBST(GDK_PIXBUF_MINOR)
+AC_SUBST(GDK_PIXBUF_MICRO)
+AC_SUBST(GDK_PIXBUF_VERSION)
+
# For automake.
VERSION=$GTK_VERSION
PACKAGE=gtk+