changeset 18170:8d332da6694f

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 24 Dec 2013 01:42:04 -0500
parents 441121728230 (current diff) 002c06b3fc51 (diff)
children 05a53cc522b7
files
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/run-octave.in	Tue Dec 24 01:30:27 2013 -0500
+++ b/run-octave.in	Tue Dec 24 01:42:04 2013 -0500
@@ -78,7 +78,13 @@
   fi
 fi
 
+## We set OCTAVE_ARCHLIBDIR so that the wrapper program can find the
+## octave-gui program in the build tree.  That will fail if we ever
+## need Octave to find other things in ARCHLIBDIR that are not built
+## in the $builddir/src directory.
+
 OCTAVE_BINDIR="$builddir/src" \
+OCTAVE_ARCHLIBDIR="$builddir/src" \
 OCTAVE_SITE_INITFILE="$top_srcdir/scripts/startup/main-rcfile" \
 OCTAVE_DEFAULT_QT_SETTINGS="$builddir/libgui/default-qt-settings" \
 OCTAVE_LOCALE_DIR="$builddir/libgui/languages" \