summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-11-09 22:43:47 +0000
committerAdam Jackson <ajax@nwnk.net>2005-11-09 22:43:47 +0000
commitacd1cdfa9291613461e151022b4656d5a74e9db2 (patch)
treede6561de6fba33cd661c2916682a44d8bb91dfc1 /configure.ac
parent3163feee5ba70ddae9cceb58e17be6a27af4d242 (diff)
Build fixes. Bump version number for RC2 release.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 958bd67..3f72bbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-AC_INIT(libAppleWM, 0.99.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libAppleWM)
+AC_INIT(libAppleWM, 0.99.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libAppleWM)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
@@ -34,10 +34,10 @@ AC_PROG_CC
AC_PROG_LIBTOOL
# Check for dependencies
-PKG_CHECK_MODULES(DEP, x11 xext)
+PKG_CHECK_MODULES(APPLEWM, x11 xext)
-AC_SUBST(DEP_CFLAGS)
-AC_SUBST(DEP_LIBS)
+AC_SUBST(APPLEWM_CFLAGS)
+AC_SUBST(APPLEWM_LIBS)
AC_OUTPUT([Makefile
src/Makefile