changeset 5793:395382df0d8a

[project @ 2006-05-06 14:55:35 by dbateman]
author dbateman
date Sat, 06 May 2006 14:55:35 +0000
parents eb90c83b4f91
children 1138ced03f14
files ChangeLog Makeconf.in run-octave.in
diffstat 3 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 04 20:14:50 2006 +0000
+++ b/ChangeLog	Sat May 06 14:55:35 2006 +0000
@@ -1,3 +1,9 @@
+2006-05-05  David Bateman  <dbateman@free.fr>
+
+	    * Makeconf.in (do-subst-scripts-vals): Also replace 
+	    abs_top_srcdir.
+	    * run-octave.in: Define top_srcdir as an absolute path.
+
 2006-05-04  John W. Eaton  <jwe@octave.org>
 
 	* octMakefile.in (SHELL_SCRIPTS): Include run-octave in the list.
--- a/Makeconf.in	Thu May 04 20:14:50 2006 +0000
+++ b/Makeconf.in	Sat May 06 14:55:35 2006 +0000
@@ -562,6 +562,7 @@
 $(SED) < $< \
   -e "s|%srcdir%|${srcdir}|" \
   -e "s|%top_srcdir%|${top_srcdir}|" \
+  -e "s|%abs_top_srcdir%|${abs_top_srcdir}|" \
   -e "s|%builddir%|$(shell pwd)|" > $@-t
 $(top_srcdir)/move-if-change $@-t $@
 endef
--- a/run-octave.in	Thu May 04 20:14:50 2006 +0000
+++ b/run-octave.in	Sat May 06 14:55:35 2006 +0000
@@ -1,5 +1,5 @@
 #! /bin/sh
-top_srcdir=%top_srcdir%
+top_srcdir=%abs_top_srcdir%
 builddir=%builddir%
 LOADPATH="$top_srcdir/test//:$top_srcdir/scripts//:$builddir/scripts//:$builddir/src//:";
 args="--path=$LOADPATH"