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.
This commit is contained in:
Owen Taylor 2000-06-22 03:06:30 +00:00 committed by Owen Taylor
parent 30bd71e2ae
commit cef3331e64
8 changed files with 62 additions and 0 deletions

View File

@ -1,3 +1,10 @@
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.
2000-06-21 Raja R Harinath <harinath@cs.umn.edu>
Work with srcdir != builddir.

View File

@ -1,3 +1,10 @@
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.
2000-06-21 Raja R Harinath <harinath@cs.umn.edu>
Work with srcdir != builddir.

View File

@ -1,3 +1,10 @@
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.
2000-06-21 Raja R Harinath <harinath@cs.umn.edu>
Work with srcdir != builddir.

View File

@ -1,3 +1,10 @@
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.
2000-06-21 Raja R Harinath <harinath@cs.umn.edu>
Work with srcdir != builddir.

View File

@ -1,3 +1,10 @@
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.
2000-06-21 Raja R Harinath <harinath@cs.umn.edu>
Work with srcdir != builddir.

View File

@ -1,3 +1,10 @@
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.
2000-06-21 Raja R Harinath <harinath@cs.umn.edu>
Work with srcdir != builddir.

View File

@ -1,3 +1,10 @@
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.
2000-06-21 Raja R Harinath <harinath@cs.umn.edu>
Work with srcdir != builddir.

View File

@ -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+