comparison configure.in @ 2847:8b262e771614

[project @ 1997-03-27 16:18:26 by jwe]
author jwe
date Thu, 27 Mar 1997 16:19:58 +0000
parents 19c45d29f177
children f9088eb6b47a
comparison
equal deleted inserted replaced
2846:52e7c4509983 2847:8b262e771614
1 dnl configure.in 1 dnl configure.in
2 dnl 2 dnl
3 dnl Process this file with autoconf to produce a configure script. 3 dnl Process this file with autoconf to produce a configure script.
4 dnl 4 dnl
5 dnl Copyright (C) 1996 John W. Eaton 5 dnl Copyright (C) 1996, 1997 John W. Eaton
6 ### 6 ###
7 ### This file is part of Octave. 7 ### This file is part of Octave.
8 ### 8 ###
9 ### Octave is free software; you can redistribute it and/or modify it 9 ### Octave is free software; you can redistribute it and/or modify it
10 ### under the terms of the GNU General Public License as published by the 10 ### under the terms of the GNU General Public License as published by the
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 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22 ### 02111-1307, USA. 22 ### 02111-1307, USA.
23 23
24 AC_REVISION($Revision: 1.262 $) 24 AC_REVISION($Revision: 1.263 $)
25 AC_PREREQ(2.9) 25 AC_PREREQ(2.9)
26 AC_INIT(src/octave.cc) 26 AC_INIT(src/octave.cc)
27 AC_CONFIG_HEADER(config.h) 27 AC_CONFIG_HEADER(config.h)
28 28
29 AC_DEFINE(OCTAVE_SOURCE, 1) 29 AC_DEFINE(OCTAVE_SOURCE, 1)