# HG changeset patch # User jwe # Date 831961742 0 # Node ID 420afeadbb45bea4e26a03007866b34eb92c2a9a # Parent 2c15367c21498650254fecca884dfb1e3dc705de [project @ 1996-05-13 04:29:02 by jwe] diff -r 2c15367c2149 -r 420afeadbb45 Makeconf.in --- a/Makeconf.in Mon May 13 04:23:49 1996 +0000 +++ b/Makeconf.in Mon May 13 04:29:02 1996 +0000 @@ -155,8 +155,12 @@ # rather than directly by users. libexecdir = @libexecdir@ +# The prefix for Octave's include file directory. The default is +# ${prefix}/include +topincludedir = @topincludedir@ + # Where to install Octave's include files. The default is -# ${prefix}/include/octave +# ${topincludedir}/octave-${version} includedir = @includedir@ # Where to install Octave's man pages, and what extension they should