summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJens Finke <jens@gnome.org>2001-08-14 22:32:17 +0000
committerJens Finke <jens@src.gnome.org>2001-08-14 22:32:17 +0000
commitb17eaf6a4681e636bd9abb08c4f6ba83f70fc777 (patch)
tree2860f7af50a369f4cc38171142a6a6896668c84e /configure.in
parent2e07b7601c6931eeb38afdf3ce306871e15e98eb (diff)
downloadatk-b17eaf6a4681e636bd9abb08c4f6ba83f70fc777.tar.gz
Added atk.spec and atk.spec.in files. Moved GLIB_REQUIRED_VERSION to top
2001-08-15 Jens Finke <jens@gnome.org> * Makefile.am (EXTRA_DIST): Added atk.spec and atk.spec.in files. * configure.in: Moved GLIB_REQUIRED_VERSION to top of file and added a AC_SUBST for it. This is needed for the spec.in file. Added atk.spec to output list. * atk.spec.in: New file.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c829872..813d314 100644
--- a/configure.in
+++ b/configure.in
@@ -3,6 +3,18 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(ChangeLog)
AM_INIT_AUTOMAKE(atk, 0.2)
+dnl ==========================================================================
+dnl
+dnl If you add a version number here, you *must* add an AC_SUBST line for
+dnl it too, or it will never make it into the spec file!
+dnl
+dnl ==========================================================================
+
+GLIB_REQUIRED_VERSION=1.3.2
+AC_SUBST(GLIB_REQUIRED_VERSION)
+
+dnl ==========================================================================
+
#
# Making releases:
# ATK_MICRO_VERSION += 1;
@@ -54,7 +66,6 @@ changequote([,])dnl
GLIB_PACKAGES="gobject-2.0 gmodule-2.0"
AC_SUBST(GLIB_PACKAGES)
-GLIB_REQUIRED_VERSION=1.3.2
dnl This PATH_GLIB is somewhat redundant, but does a sanity compile and
dnl importantly defines the GLIB_GENMARSHAL variable for subst into the
@@ -123,4 +134,5 @@ atk-uninstalled.pc
atk/Makefile
tests/Makefile
docs/Makefile
+atk.spec
])