This is the mail archive of the mauve-patches@sourceware.org mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[builder] Add plugins, local-sockets, collections and qt-peer to default configure


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]