summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-03-06 15:14:38 +0000
committerMark Wielaard <mark@klomp.org>2006-03-06 15:14:38 +0000
commit231984afbed4a3364e3482c1d8bf3aab21409957 (patch)
treed329350e82b86eff15c49ec18570a1a73320f5de
parent999eb6ce197b482268d0e33a738f81a8545599a8 (diff)
downloadclasspath-231984afbed4a3364e3482c1d8bf3aab21409957.tar.gz
2006-03-06 Christian Thalinger <twisti@complang.tuwien.ac.at>
* configure.ac: Check for FREETYPE2. This is a reverted patch and is required on Darwin. * native/jni/gtk-peer/Makefile.am (AM_LDFLAGS): Added FREETYPE2. (AM_CFLAGS): Likewise.
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index efa5d5c2f..46cdb8a28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-06 Christian Thalinger <twisti@complang.tuwien.ac.at>
+
+ * configure.ac: Check for FREETYPE2. This is a reverted patch and
+ is required on Darwin.
+ * native/jni/gtk-peer/Makefile.am (AM_LDFLAGS): Added FREETYPE2.
+ (AM_CFLAGS): Likewise.
+
2006-03-06 Mark Wielaard <mark@klomp.org>
* NEWS: Add updates for 0.90 release.
diff --git a/configure.ac b/configure.ac
index f5eebe0e0..10100c64a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ dnl -----------------------------------------------------------
dnl define([AC_CACHE_LOAD], )dnl
dnl define([AC_CACHE_SAVE], )dnl
-AC_INIT([GNU Classpath],[0.91-pre],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.90-pre],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET