Mercurial > hg > octave-nkf
comparison configure.in @ 2421:d64502c62840
[project @ 1996-10-18 18:45:26 by jwe]
author | jwe |
---|---|
date | Fri, 18 Oct 1996 18:45:40 +0000 |
parents | c9414fdce59b |
children | 2f50b24ce84f |
comparison
equal
deleted
inserted
replaced
2420:449f35baba49 | 2421:d64502c62840 |
---|---|
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.218 $) | 23 AC_REVISION($Revision: 1.219 $) |
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) |
165 dnl PLPLOT_DIR=""; | 165 dnl PLPLOT_DIR=""; |
166 dnl fi], []) | 166 dnl fi], []) |
167 dnl if $USE_PLPLOT; then | 167 dnl if $USE_PLPLOT; then |
168 dnl AC_DEFINE(USE_PLPLOT, 1) | 168 dnl AC_DEFINE(USE_PLPLOT, 1) |
169 dnl fi | 169 dnl fi |
170 dnl AC_SUBST(LIBPLPLOT) | 170 AC_SUBST(LIBPLPLOT) |
171 dnl AC_SUBST(PLPLOT_DIR) | 171 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 |