comparison octave-config.in @ 7016:93c65f2a5668

[project @ 2007-10-12 06:40:56 by jwe]
author jwe
date Fri, 12 Oct 2007 06:41:26 +0000
parents 5843c11b4006
children a1dbe9d80eee
comparison
equal deleted inserted replaced
7015:0a708692d51d 7016:93c65f2a5668
1 #! /bin/sh - 1 #! /bin/sh -
2 # 2 ##
3 # octave-config - reports some configuration values for Octave 3 ## octave-config - reports some configuration values for Octave
4 # 4 ##
5 # Rafael Laboissiere <rafael@laboissiere.net> 5 ## This file is part of Octave.
6 # This script is in the public domain 6 ##
7 ## Octave is free software; you can redistribute it and/or modify it
8 ## under the terms of the GNU General Public License as published by
9 ## the Free Software Foundation; either version 3 of the License, or (at
10 ## your option) any later version.
11 ##
12 ## Octave is distributed in the hope that it will be useful, but
13 ## WITHOUT ANY WARRANTY; without even the implied warranty of
14 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 ## General Public License for more details.
16 ##
17 ## You should have received a copy of the GNU General Public License
18 ## along with Octave; see the file COPYING. If not, see
19 ## <http://www.gnu.org/licenses/>.
20 ##
21 ## Original version by Rafael Laboissiere <rafael@laboissiere.net>
22 ## distributed as free software in the public domain.
7 23
8 API_VERSION=%OCTAVE_API_VERSION% 24 API_VERSION=%OCTAVE_API_VERSION%
9 CANONICAL_HOST_TYPE=%OCTAVE_CANONICAL_HOST_TYPE% 25 CANONICAL_HOST_TYPE=%OCTAVE_CANONICAL_HOST_TYPE%
10 DEFAULT_PAGER=%OCTAVE_DEFAULT_PAGER% 26 DEFAULT_PAGER=%OCTAVE_DEFAULT_PAGER%
11 ARCHLIBDIR=%OCTAVE_ARCHLIBDIR% 27 ARCHLIBDIR=%OCTAVE_ARCHLIBDIR%