changeset 1720:36df074f5274

[project @ 1996-01-09 05:38:18 by jwe]
author jwe
date Tue, 09 Jan 1996 05:38:18 +0000
parents 63f6b1b57aae
children e19fe88ccba0
files Makeconf.in
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makeconf.in	Tue Jan 09 05:25:07 1996 +0000
+++ b/Makeconf.in	Tue Jan 09 05:38:18 1996 +0000
@@ -134,11 +134,14 @@
 datadir = @datadir@
 
 # Where to install and expect libraries like libcruft.a, liboctave.a,
-# and libreadline.a, executable files to be run by Octave rather than
-# directly by users, and other architecture-dependent data.
-# ${archlibdir} is a subdirectory of this. 
+# and libreadline.a and other architecture-dependent data.  The
+# directory ${archlibdir} is a subdirectory of this.  
 libdir = @libdir@
 
+# Where to install and expect executable programs to be run by Octave
+# rather than directly by users.
+libexecdir = @libexecdir@
+
 # Where to install Octave's include files.  The default is
 # ${prefix}/include/octave
 includedir = @includedir@