summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorShawn Amundson <amundson@src.gnome.org>1997-12-14 08:49:30 +0000
committerShawn Amundson <amundson@src.gnome.org>1997-12-14 08:49:30 +0000
commit4d724c25c764e8c8b1d5b6d9a1813ec04df0efbf (patch)
tree2a063bfcb252e1796dca4670c9a303f016981e5f /configure.in
parent92c316606b988c3ec1cbbabb4c433439248643f1 (diff)
downloadgdk-pixbuf-4d724c25c764e8c8b1d5b6d9a1813ec04df0efbf.tar.gz
New GTK release, 0.99.0. This release was coordinated with the
upcoming release of GIMP 0.99.16. -Shawn
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f5ca2b3e4..eda0652b6 100644
--- a/configure.in
+++ b/configure.in
@@ -1,11 +1,20 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(gdk/gdktypes.h)
+GTK_MAJOR_VERSION=0
+GTK_MINOR_VERSION=99
+GTK_MICRO_VERSION=0
+GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION
+
+# For automake.
+VERSION=$GTK_VERSION
+PACKAGE=gtk+
+
# Configure glib
AC_CONFIG_SUBDIRS(glib)
dnl Initialize automake stuff
-AM_INIT_AUTOMAKE(gtk+, 971201)
+AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
# Specify a configuration file
AM_CONFIG_HEADER(config.h)