diff Makeconf.in @ 423:49345c503741

[project @ 1994-05-23 21:01:01 by jwe]
author jwe
date Mon, 23 May 1994 21:04:55 +0000
parents 17f5e281ff9d
children f4abf937d30c
line wrap: on
line diff
--- a/Makeconf.in	Mon May 23 20:50:51 1994 +0000
+++ b/Makeconf.in	Mon May 23 21:04:55 1994 +0000
@@ -117,6 +117,14 @@
 # The type of computer we are running on.
 target_host_type = @target_host_type@
 
+# Normally this is the same as $(prefix).  With --run-in-place it is
+# $(srcdir).
+OCTAVE_HOME = @OCTAVE_HOME@
+
+# These are not used unless RUN_IN_PLACE is defined.
+OCTAVE_INFO_DIR = @OCTAVE_INFO_DIR@
+OCTAVE_LIB_DIR = @OCTAVE_LIB_DIR@
+
 # The following pattern rules and the substitution functions require
 # GNU make.  If you don't have it, get it!