diff options
author | Tom Tromey <tromey@redhat.com> | 2005-06-14 23:24:04 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2005-06-14 23:24:04 +0000 |
commit | 21f9c82049dbeb1bac6cf2eb9925b20416c638ae (patch) | |
tree | 20315580a02725b7bb17193aa107294386b4e152 /NEWS | |
parent | 9ea03a9b294ef3e0953162e79246853ab59ba3f0 (diff) | |
download | classpath-21f9c82049dbeb1bac6cf2eb9925b20416c638ae.tar.gz |
* lib/gen-classlist.sh.in (vm_dirlist): Prune non-existing
directories.
* lib/Makefile.am (genclasses): Pass top_srcdir to
gen-classlist.sh.
* m4/acinclude.m4: Quote default value of vm_classes.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ New in release 0.16 * GdkGraphics2D has been updated to use Cairo 0.5.0 APIs. * Better GTK scrollbar peer implementation requiring GTK 2.6 or higher. +* New --with-vm-classes configure option, and new 'build' setting + for --with-glibj Runtime interface changes: |