forked from AuroraMiddleware/gtk
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:
parent
30bd71e2ae
commit
cef3331e64
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
13
configure.in
13
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+
|
||||
|
Loading…
Reference in New Issue
Block a user