|
From: <ai...@us...> - 2013-11-17 00:49:10
|
Revision: 12710
http://sourceforge.net/p/plplot/code/12710
Author: airwin
Date: 2013-11-17 00:49:08 +0000 (Sun, 17 Nov 2013)
Log Message:
-----------
Propagate DATA_DIR to the installed examples build system so that the
tclsh_standard_examples(.in) and wish_standard_examples(.in) scripts
will be correctly configured in that case.
Tested by Alan W. Irwin <ai...@us...> on Linux
using the CMake-based build system for the installed examples
and the test_interactive target.
Modified Paths:
--------------
trunk/examples/plplot_configure.cmake_installed_examples.in
Modified: trunk/examples/plplot_configure.cmake_installed_examples.in
===================================================================
--- trunk/examples/plplot_configure.cmake_installed_examples.in 2013-11-17 00:45:35 UTC (rev 12709)
+++ trunk/examples/plplot_configure.cmake_installed_examples.in 2013-11-17 00:49:08 UTC (rev 12710)
@@ -137,6 +137,8 @@
set(TCL_TCLSH @TCL_TCLSH@)
set(MKTCLINDEX ${CMAKE_SOURCE_DIR}/tcl/mktclIndex)
set(MKTCLINDEX_ARGS @MKTCLINDEX_ARGS@)
+ # Needed to configure tclsh_standard_examples and wish_standard_examples
+ set(DATA_DIR @DATA_DIR@)
endif(ENABLE_tcl OR ENABLE_tk)
if(ENABLE_tk)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|