comparison configure.in @ 4229:40153a2affd6

[project @ 2002-12-18 20:37:32 by jwe]
author jwe
date Wed, 18 Dec 2002 20:37:32 +0000
parents b9317f3973ec
children 8a1ef8fe4036
comparison
equal deleted inserted replaced
4228:309e799edc5a 4229:40153a2affd6
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.398 $) 25 AC_REVISION($Revision: 1.399 $)
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.])
133 dnl if $USE_PLPLOT; then 133 dnl if $USE_PLPLOT; then
134 dnl AC_DEFINE(USE_PLPLOT, 1, [Define to use plplot.]) 134 dnl AC_DEFINE(USE_PLPLOT, 1, [Define to use plplot.])
135 dnl fi 135 dnl fi
136 AC_SUBST(LIBPLPLOT) 136 AC_SUBST(LIBPLPLOT)
137 AC_SUBST(PLPLOT_DIR) 137 AC_SUBST(PLPLOT_DIR)
138
139 ### Don't change the definition of LIBKPATHSEA without understanding
140 ### the way it is used in liboctave/Makefile.
138 141
139 LIBKPATHSEA='$(TOPDIR)/kpathsea/libkpathsea.$(LIBEXT)' 142 LIBKPATHSEA='$(TOPDIR)/kpathsea/libkpathsea.$(LIBEXT)'
140 AC_SUBST(LIBKPATHSEA) 143 AC_SUBST(LIBKPATHSEA)
141 144
142 ### 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