comparison configure.in @ 1397:79fa3ca52a05

[project @ 1995-09-14 20:54:54 by jwe]
author jwe
date Thu, 14 Sep 1995 20:54:54 +0000
parents 32ede420188c
children 10866eff3b0f
comparison
equal deleted inserted replaced
1396:1ff9a86e2ad5 1397:79fa3ca52a05
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.133 $) 23 AC_REVISION($Revision: 1.134 $)
24 AC_PREREQ(2.0) 24 AC_PREREQ(2.0)
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)
96 AC_SUBST(LIBINFO) 96 AC_SUBST(LIBINFO)
97 AC_SUBST(INFO_DIR) 97 AC_SUBST(INFO_DIR)
98 98
99 ### Allow the user disable support for plplot. 99 ### Allow the user disable support for plplot.
100 100
101 PLPLOT_DIR=plplot 101 # USE_PLPLOT=true
102 USE_PLPLOT=true 102 # PLPLOT_DIR=plplot
103 LIBPLPLOT=../plplot/libplplot.a 103 # LIBPLPLOT=../plplot/libplplot.a
104 USE_PLPLOT=false
105 PLPLOT_DIR=""
106 LIBPLPLOT=""
104 AC_ARG_ENABLE(plplot, 107 AC_ARG_ENABLE(plplot,
105 [ --enable-plplot use plplot for plotting (default is yes)], 108 [ --enable-plplot use plplot for plotting (default is yes)],
106 [if test $enableval = no; then 109 [if test $enableval = no; then
107 USE_PLPLOT=false; 110 USE_PLPLOT=false;
108 LIBPLPLOT=""; 111 LIBPLPLOT="";