comparison configure.in @ 2415:57e6699c5b43

[project @ 1996-10-15 19:41:34 by jwe]
author jwe
date Tue, 15 Oct 1996 19:41:34 +0000
parents 4fc9fd1424a9
children c9414fdce59b
comparison
equal deleted inserted replaced
2414:989c617b63ca 2415:57e6699c5b43
18 ### 18 ###
19 ### You should have received a copy of the GNU General Public License 19 ### You should have received a copy of the GNU General Public License
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 02111-1307, USA. 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 22
23 AC_REVISION($Revision: 1.216 $) 23 AC_REVISION($Revision: 1.217 $)
24 AC_PREREQ(2.9) 24 AC_PREREQ(2.9)
25 AC_INIT(src/octave.cc) 25 AC_INIT(src/octave.cc)
26 AC_CONFIG_HEADER(config.h) 26 AC_CONFIG_HEADER(config.h)
27 27
28 AC_DEFINE(OCTAVE_SOURCE, 1) 28 AC_DEFINE(OCTAVE_SOURCE, 1)
147 AC_DEFINE(USE_GNU_INFO, 1) 147 AC_DEFINE(USE_GNU_INFO, 1)
148 fi 148 fi
149 AC_SUBST(LIBINFO) 149 AC_SUBST(LIBINFO)
150 AC_SUBST(INFO_DIR) 150 AC_SUBST(INFO_DIR)
151 151
152 ### Allow the user disable support for plplot. 152 dnl ### Allow the user disable support for plplot.
153 153 dnl
154 # USE_PLPLOT=true 154 dnl # USE_PLPLOT=true
155 # PLPLOT_DIR=plplot 155 dnl # PLPLOT_DIR=plplot
156 # LIBPLPLOT=../plplot/libplplot.a 156 dnl # LIBPLPLOT=../plplot/libplplot.a
157 USE_PLPLOT=false 157 USE_PLPLOT=false
158 PLPLOT_DIR="" 158 PLPLOT_DIR=""
159 LIBPLPLOT="" 159 LIBPLPLOT=""
160 AC_ARG_ENABLE(plplot, 160 dnl AC_ARG_ENABLE(plplot,
161 [ --enable-plplot use plplot for plotting (default is yes)], 161 dnl [ --enable-plplot use plplot for plotting (default is yes)],
162 [if test $enableval = no; then 162 dnl [if test $enableval = no; then
163 USE_PLPLOT=false; 163 dnl USE_PLPLOT=false;
164 LIBPLPLOT=""; 164 dnl LIBPLPLOT="";
165 PLPLOT_DIR=""; 165 dnl PLPLOT_DIR="";
166 fi], []) 166 dnl fi], [])
167 if $USE_PLPLOT; then 167 dnl if $USE_PLPLOT; then
168 AC_DEFINE(USE_PLPLOT, 1) 168 dnl AC_DEFINE(USE_PLPLOT, 1)
169 fi 169 dnl fi
170 AC_SUBST(LIBPLPLOT) 170 dnl AC_SUBST(LIBPLPLOT)
171 AC_SUBST(PLPLOT_DIR) 171 dnl AC_SUBST(PLPLOT_DIR)
172 172
173 ### Allow the user disable support for command line editing using GNU 173 ### Allow the user disable support for command line editing using GNU
174 ### readline. 174 ### readline.
175 175
176 READLINE_DIR=readline 176 READLINE_DIR=readline