changeset 5376:e0b390a01639

[project @ 2005-06-02 15:35:07 by jwe]
author jwe
date Thu, 02 Jun 2005 15:35:07 +0000
parents 3522d923fb65
children bd4ee620c38a
files ChangeLog Makeconf.in
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon May 30 13:03:15 2005 +0000
+++ b/ChangeLog	Thu Jun 02 15:35:07 2005 +0000
@@ -1,3 +1,8 @@
+2005-06-02  John W. Eaton  <jwe@octave.org>
+
+	* Makeconf.in (do-subst-default-vals): Substitute
+	${localstartupfiledir}, not ${localstartupfile} (which is undefined).
+
 2005-05-16  David Bateman  <dbateman@free.fr>
 
 	* configure.in: Change UMFPACK_LONG_IDX to IDX_TYPE_LONG.
--- a/Makeconf.in	Mon May 30 13:03:15 2005 +0000
+++ b/Makeconf.in	Thu Jun 02 15:35:07 2005 +0000
@@ -504,7 +504,7 @@
   -e "s;%OCTAVE_LOCALFCNFILEPATH%;\"${localfcnfilepath}\";" \
   -e "s;%OCTAVE_LOCALOCTFILEDIR%;\"${localoctfiledir}\";" \
   -e "s;%OCTAVE_LOCALOCTFILEPATH%;\"${localoctfilepath}\";" \
-  -e "s;%OCTAVE_LOCALSTARTUPFILEDIR%;\"${localstartupfile}\";" \
+  -e "s;%OCTAVE_LOCALSTARTUPFILEDIR%;\"${localstartupfiledir}\";" \
   -e "s;%OCTAVE_LOCALVERARCHLIBDIR%;\"${localverarchlibdir}\";" \
   -e "s;%OCTAVE_LOCALVERFCNFILEDIR%;\"${localverfcnfiledir}\";" \
   -e "s;%OCTAVE_LOCALVEROCTFILEDIR%;\"${localveroctfiledir}\";" \