[Kaffe] could someone add this patch to configure.in

Moses DeJong dejong at cs.umn.edu
Wed Mar 24 16:46:51 PST 1999


Here is a little patch that should make the help output of configure
more clear.


Index: configure.in
===================================================================
RCS file: /home/cvspublic/kaffe/configure.in,v
retrieving revision 1.87
diff -u -r1.87 configure.in
--- configure.in        1999/03/17 05:07:57     1.87
+++ configure.in        1999/03/25 01:52:43
@@ -159,7 +159,7 @@
 dnl Allow selection of a specific execution engine
 dnl -------------------------------------------------------------------------
 
-AC_ARG_WITH(engine,[  --with-engine=ENGINE    Force use of a specific execution engine])
+AC_ARG_WITH(engine,[  --with-engine=ENGINE    Force use of a specific execution engine (interpreter or jit)])
 
 dnl Translate 'interpreter' to 'intrp'
 if test x"$with_engine" = x"interpreter" ; then


Mo DeJong
dejong at cs.umn.edu



More information about the kaffe mailing list