comparison configure.in @ 7016:93c65f2a5668

[project @ 2007-10-12 06:40:56 by jwe]
author jwe
date Fri, 12 Oct 2007 06:41:26 +0000
parents 0a64abe792f4
children a1dbe9d80eee
comparison
equal deleted inserted replaced
7015:0a708692d51d 7016:93c65f2a5668
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
11 ### Free Software Foundation; either version 2, or (at your option) any 11 ### Free Software Foundation; either version 3 of the License, or (at
12 ### later version. 12 ### your option) any later version.
13 ### 13 ###
14 ### Octave is distributed in the hope that it will be useful, but WITHOUT 14 ### Octave is distributed in the hope that it will be useful, but WITHOUT
15 ### ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 15 ### ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16 ### FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 16 ### FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 ### for more details. 17 ### for more details.
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, see
21 ### Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 ### <http://www.gnu.org/licenses/>.
22 ### 02110-1301, USA.
23 22
24 ### Preserve CFLAGS and CXXFLAGS from the environment before doing 23 ### Preserve CFLAGS and CXXFLAGS from the environment before doing
25 ### anything else because we don't know which macros might call 24 ### anything else because we don't know which macros might call
26 ### AC_PROG_CC or AC_PROG_CXX. 25 ### AC_PROG_CC or AC_PROG_CXX.
27 26
28 EXTERN_CFLAGS="$CFLAGS" 27 EXTERN_CFLAGS="$CFLAGS"
29 EXTERN_CXXFLAGS="$CXXFLAGS" 28 EXTERN_CXXFLAGS="$CXXFLAGS"
30 29
31 AC_INIT 30 AC_INIT
32 AC_REVISION($Revision: 1.579 $) 31 AC_REVISION($Revision: 1.580 $)
33 AC_PREREQ(2.57) 32 AC_PREREQ(2.57)
34 AC_CONFIG_SRCDIR([src/octave.cc]) 33 AC_CONFIG_SRCDIR([src/octave.cc])
35 AC_CONFIG_HEADER(config.h) 34 AC_CONFIG_HEADER(config.h)
36 35
37 OCTAVE_HOST_TYPE 36 OCTAVE_HOST_TYPE