comparison configure.in @ 4365:4dfce8f9ee98

[project @ 2003-03-03 22:58:10 by jwe]
author jwe
date Mon, 03 Mar 2003 22:58:10 +0000
parents 34014c0fb2ce
children ad851d04b396
comparison
equal deleted inserted replaced
4364:f6f0c143c672 4365:4dfce8f9ee98
20 ### along with Octave; see the file COPYING. If not, write to the Free 20 ### along with Octave; see the file COPYING. If not, write to the Free
21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22 ### 02111-1307, USA. 22 ### 02111-1307, USA.
23 23
24 AC_INIT 24 AC_INIT
25 AC_REVISION($Revision: 1.419 $) 25 AC_REVISION($Revision: 1.420 $)
26 AC_PREREQ(2.52) 26 AC_PREREQ(2.52)
27 AC_CONFIG_SRCDIR([src/octave.cc]) 27 AC_CONFIG_SRCDIR([src/octave.cc])
28 AC_CONFIG_HEADER(config.h) 28 AC_CONFIG_HEADER(config.h)
29 29
30 AC_DEFINE(OCTAVE_SOURCE, 1, [Define if this is Octave.]) 30 AC_DEFINE(OCTAVE_SOURCE, 1, [Define if this is Octave.])
136 AC_SUBST(LIBPLPLOT) 136 AC_SUBST(LIBPLPLOT)
137 AC_SUBST(PLPLOT_DIR) 137 AC_SUBST(PLPLOT_DIR)
138 138
139 ### Don't change the definition of LIBKPATHSEA without understanding 139 ### Don't change the definition of LIBKPATHSEA without understanding
140 ### the way it is used in liboctave/Makefile. 140 ### the way it is used in liboctave/Makefile.
141
142 KPATHSEA_INCFLAGS='-I$(top_srcdir)/kpathsea -I$(TOPDIR)/kpathsea'
143 AC_SUBST(KPATHSEA_INCFLAGS)
144 141
145 LIBKPATHSEA='$(TOPDIR)/kpathsea/libkpathsea.$(LIBEXT)' 142 LIBKPATHSEA='$(TOPDIR)/kpathsea/libkpathsea.$(LIBEXT)'
146 AC_SUBST(LIBKPATHSEA) 143 AC_SUBST(LIBKPATHSEA)
147 144
148 ### Make it possible to have Octave's array and matrix classes do bounds 145 ### Make it possible to have Octave's array and matrix classes do bounds