public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
* [builder] Add plugins, local-sockets, collections and qt-peer to  default configure
@ 2006-07-23 12:49 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2006-07-23 12:49 UTC (permalink / raw)
  To: mauve-patches

Hi,

After fixing some of these configure options for the upcoming classpath
release I thought it would be a good idea to add them to the default
autobuilder:

2006-07-23  Mark Wielaard  <mark@klomp.org>

    * scripts/Classpath: Remove --enable-gtk-cairo. Add --enable-plugin,
    --enable-collections, --enable-local-sockets and --enable-qt-peer.

cairo is the default now.

Committed,

Mark

diff -u -r1.2 Classpath
--- scripts/Classpath   19 Jun 2006 19:53:33 -0000      1.2
+++ scripts/Classpath   23 Jul 2006 12:48:54 -0000
@@ -47,7 +47,9 @@
 exec > Log 2>&1

 ../classpath/configure --prefix=$(cd ../jikes-install && pwd) \
-    --with-jikes --enable-gtk-cairo --enable-xmlj --enable-Werror &&
+    --with-jikes --enable-xmlj --enable-Werror \
+    --enable-plugin --enable-collections --enable-local-sockets \
+    --enable-qt-peer &&
 make all install
 )
 cp jikes-build/lib/glibj.zip /var/www/dist/glibj-latest.zip


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-23 12:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-23 12:49 [builder] Add plugins, local-sockets, collections and qt-peer to default configure Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).