|
From: <br...@us...> - 2008-10-08 01:00:10
|
Revision: 3727
http://openvrml.svn.sourceforge.net/openvrml/?rev=3727&view=rev
Author: braden
Date: 2008-10-08 01:00:06 +0000 (Wed, 08 Oct 2008)
Log Message:
-----------
Removed redundant AC_ARG_VAR for JAVA_HOME.
Modified Paths:
--------------
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-10-06 21:46:04 UTC (rev 3726)
+++ trunk/ChangeLog 2008-10-08 01:00:06 UTC (rev 3727)
@@ -1,5 +1,9 @@
2008-10-06 Braden McDaniel <br...@en...>
+ * configure.ac: Removed redundant AC_ARG_VAR for JAVA_HOME.
+
+2008-10-06 Braden McDaniel <br...@en...>
+
Process org.openvrml.BrowserControl.service.in with sed (rather
than config.status) so that substitutions that expand to make
macros get fully resolved.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-10-06 21:46:04 UTC (rev 3726)
+++ trunk/configure.ac 2008-10-08 01:00:06 UTC (rev 3727)
@@ -325,7 +325,6 @@
AC_ARG_ENABLE([script-node-java],
[AC_HELP_STRING([--disable-script-node-java],
[disable Script node Java support])])
-AC_ARG_VAR([JAVA_HOME], [Java Runtime Environment (JRE) location])
case $target_cpu in
x86_64) OPENVRML_JVM_ARCH=amd64 ;;
i?86) OPENVRML_JVM_ARCH=i386 ;;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|