From: <br...@us...> - 2009-10-25 07:11:08
|
Revision: 4014 http://openvrml.svn.sourceforge.net/openvrml/?rev=4014&view=rev Author: braden Date: 2009-10-25 07:11:01 +0000 (Sun, 25 Oct 2009) Log Message: ----------- More GRE_PATH cleanup. Modified Paths: -------------- trunk/ChangeLog trunk/configure.ac Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2009-10-25 07:08:49 UTC (rev 4013) +++ trunk/ChangeLog 2009-10-25 07:11:01 UTC (rev 4014) @@ -1,3 +1,7 @@ +2009-10-25 Braden McDaniel <br...@en...> + + * configure.ac: More GRE_PATH cleanup. + 2009-10-24 Braden McDaniel <br...@en...> * configure.ac: Clean up legacy cruft in handling of GRE_PATH. Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2009-10-25 07:08:49 UTC (rev 4013) +++ trunk/configure.ac 2009-10-25 07:11:01 UTC (rev 4014) @@ -502,9 +502,6 @@ AS_IF([test "X$GRE_PATH" = "X$JS_LIBS"], [GRE_PATH="" AC_MSG_ERROR([GRE_PATH could not be derived from JS_LIBS. Set GRE_PATH if an -rpath is needed to locate the Gecko runtime libraries at runtime.])])]) -AS_IF([test -n "${openvrml_js_run_path}" -a -n "${GRE_PATH}"], - [openvrml_js_run_path=":${openvrml_js_run_path}"]) -openvrml_js_run_path="${GRE_PATH}${openvrml_js_run_path}" OPENVRML_JAVASCRIPT_RPATH="-Wl,-rpath -Wl,${GRE_PATH}" ]) AC_SUBST([OPENVRML_JAVASCRIPT_RPATH]) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |