Mercurial > hg > octave-lyh
diff Makeconf.in @ 1720:36df074f5274
[project @ 1996-01-09 05:38:18 by jwe]
author | jwe |
---|---|
date | Tue, 09 Jan 1996 05:38:18 +0000 |
parents | 5738406d6759 |
children | d6c9a1db3f6b |
line wrap: on
line diff
--- a/Makeconf.in +++ b/Makeconf.in @@ -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@