comparison configure.in @ 4544:74c92e375b54

[project @ 2003-10-23 23:48:29 by jwe]
author jwe
date Thu, 23 Oct 2003 23:49:54 +0000
parents b570d7825fb9
children 6f3382e08a52
comparison
equal deleted inserted replaced
4543:79df15d4470c 4544:74c92e375b54
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.433 $) 25 AC_REVISION($Revision: 1.434 $)
26 AC_PREREQ(2.57) 26 AC_PREREQ(2.57)
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.])
1233 AC_SUBST_FILE(bsd_gcc_kluge_targets_frag) 1233 AC_SUBST_FILE(bsd_gcc_kluge_targets_frag)
1234 1234
1235 ### Checks for other programs used for building, testing, installing, 1235 ### Checks for other programs used for building, testing, installing,
1236 ### and running Octave. 1236 ### and running Octave.
1237 1237
1238 AC_PROG_AWK
1238 OCTAVE_PROG_SED 1239 OCTAVE_PROG_SED
1239 1240
1240 OCTAVE_PROG_FLEX 1241 OCTAVE_PROG_FLEX
1241 OCTAVE_PROG_BISON 1242 OCTAVE_PROG_BISON
1242 1243