changeset 2140:2c15367c2149

[project @ 1996-05-13 04:23:49 by jwe]
author jwe
date Mon, 13 May 1996 04:23:49 +0000
parents 2c0a880cee0d
children 420afeadbb45
files configure.in
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon May 13 04:16:04 1996 +0000
+++ b/configure.in	Mon May 13 04:23:49 1996 +0000
@@ -20,7 +20,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-AC_REVISION($Revision: 1.196 $)
+AC_REVISION($Revision: 1.197 $)
 AC_PREREQ(2.9)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -48,7 +48,8 @@
 datadir='$(prefix)/share'
 libdir='$(exec_prefix)/lib'
 libexecdir='$(exec_prefix)/libexec'
-includedir='$(prefix)/include/octave-$(version)'
+topincludedir='$(prefix)/include'
+includedir='$(topincludedir)/octave-$(version)'
 mandir='$(prefix)/man/man1'
 infodir='$(prefix)/info'
 fcnfiledir='$(datadir)/octave/$(version)/m'
@@ -68,6 +69,7 @@
 AC_MSG_RESULT([defining datadir to be $datadir])
 AC_MSG_RESULT([defining libdir to be $libdir])
 AC_MSG_RESULT([defining libexecdir to be $libexecdir])
+AC_MSG_RESULT([defining topincludedir to be $topincludedir])
 AC_MSG_RESULT([defining includedir to be $includedir])
 AC_MSG_RESULT([defining mandir to be $mandir])
 AC_MSG_RESULT([defining infodir to be $infodir])
@@ -87,6 +89,7 @@
 AC_SUBST(datadir)
 AC_SUBST(libdir)
 AC_SUBST(libexecdir)
+AC_SUBST(topincludedir)
 AC_SUBST(includedir)
 AC_SUBST(mandir)
 AC_SUBST(infodir)