changeset 730:75c986b14c06

[project @ 1994-09-22 19:21:53 by jwe]
author jwe
date Thu, 22 Sep 1994 19:23:27 +0000
parents 9003f624de8b
children 9b930afbf477
files configure.in src/defaults.h.in
diffstat 2 files changed, 22 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in
+++ b/configure.in
@@ -21,7 +21,7 @@
 dnl along with Octave; see the file COPYING.  If not, write to the Free
 dnl Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 dnl
-AC_REVISION($Revision: 1.48 $)dnl
+AC_REVISION($Revision: 1.49 $)dnl
 AC_PREREQ(1.8)dnl
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h)
@@ -93,7 +93,7 @@
 mandir='$(prefix)/man/man1'
 infodir='$(prefix)/info'
 fcnfiledir='$(datadir)/octave/$(version)/m'
-localfcnfilepath='$(datadir)/octave/site-m'
+localfcnfilepath='$(datadir)/octave/site-m//'
 archlibdir='$(libdir)/octave/$(version)/$(target_host_type)/exec'
 octfiledir='$(archlibdir)/oct'
 localoctfilepath='$(datadir)/octave/$(target_host_type)/site-oct'
--- a/src/defaults.h.in
+++ b/src/defaults.h.in
@@ -52,6 +52,10 @@
 #define OCTAVE_FCNFILEDIR %OCTAVE_FCNFILEDIR%
 #endif
 
+#ifndef OCTAVE_STARTUPFILEDIR
+#define OCTAVE_STARTUPFILEDIR OCTAVE_FCNFILEDIR "/startup"
+#endif
+
 #ifndef OCTAVE_LOCALFCNFILEPATH
 #define OCTAVE_LOCALFCNFILEPATH %OCTAVE_LOCALFCNFILEPATH%
 #endif
@@ -80,6 +84,22 @@
 #define TARGET_HOST_TYPE %TARGET_HOST_TYPE%
 #endif
 
+#ifndef FLIB_LIST
+#define FLIB_LIST %FLIB_LIST%
+#endif
+
+#ifndef FLIB_PATH
+#define FLIB_PATH %FLIB_PATH%
+#endif
+
+#ifndef CXXLIB_LIST
+#define CXXLIB_LIST %CXXLIB_LIST%
+#endif
+
+#ifndef CXXLIB_PATH
+#define CXXLIB_PATH %CXXLIB_PATH%
+#endif
+
 #endif
 
 /*