diff Makeconf.in @ 3591:b35c6af4c49c

[project @ 2000-02-08 19:19:17 by jwe]
author jwe
date Tue, 08 Feb 2000 19:19:19 +0000
parents aa31644d9779
children 26662775f4e9
line wrap: on
line diff
--- a/Makeconf.in	Tue Feb 08 10:09:06 2000 +0000
+++ b/Makeconf.in	Tue Feb 08 19:19:19 2000 +0000
@@ -252,6 +252,9 @@
 # The type of computer we are running on.
 canonical_host_type = @canonical_host_type@
 
+# The -I flags to use for the mkoctfile script.
+MKOCTFILE_INCFLAGS = -I$(octincludedir) -I$(includedir)
+
 # The following pattern rules and the substitution functions require
 # GNU make.  If you don't have it, get it!
 
@@ -361,6 +364,7 @@
   -e "s;%OCTAVE_CONF_LIBREADLINE%;\"${LIBREADLINE}\";" \
   -e "s;%OCTAVE_CONF_LIBS%;\"${LIBS}\";" \
   -e "s;%OCTAVE_CONF_LN_S%;\"${LN_S}\";" \
+  -e "s;%OCTAVE_CONF_MKOCTFILE_INCFLAGS%;\"${MKOCTFILE_INCFLAGS}\";" \
   -e "s;%OCTAVE_CONF_OCTAVE_LITE%;\"${OCTAVE_LITE}\";" \
   -e "s;%OCTAVE_CONF_RANLIB%;\"${RANLIB}\";" \
   -e "s;%OCTAVE_CONF_RDYNAMIC_FLAG%;\"${RDYNAMIC_FLAG}\";" \