annotate src/oct-conf.h.in @ 9542:f5ec5dc66824

use OCTAVE_CHECK_LIBRARY to check for HDF5
author John W. Eaton <jwe@octave.org>
date Tue, 18 Aug 2009 13:05:14 -0400
parents d0239bddf621
children d3fccc4c4b9e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
1 // oct-conf.h.in
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
2 /*
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
3
7017
a1dbe9d80eee [project @ 2007-10-12 21:27:11 by jwe]
jwe
parents: 7016
diff changeset
4 Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
8920
eb63fbe60fab update copyright notices
John W. Eaton <jwe@octave.org>
parents: 8772
diff changeset
5 2007, 2008, 2009 John W. Eaton
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
6
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
7 This file is part of Octave.
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
8
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
9 Octave is free software; you can redistribute it and/or modify it
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
10 under the terms of the GNU General Public License as published by the
7016
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6789
diff changeset
11 Free Software Foundation; either version 3 of the License, or (at your
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6789
diff changeset
12 option) any later version.
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
13
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
14 Octave is distributed in the hope that it will be useful, but WITHOUT
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
16 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
17 for more details.
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
18
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
19 You should have received a copy of the GNU General Public License
7016
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6789
diff changeset
20 along with Octave; see the file COPYING. If not, see
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6789
diff changeset
21 <http://www.gnu.org/licenses/>.
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
22
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
23 */
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
24
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
25 #if !defined (octave_conf_h)
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
26 #define octave_conf_h 1
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
27
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
28 #ifndef OCTAVE_CONF_ALL_CFLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
29 #define OCTAVE_CONF_ALL_CFLAGS %OCTAVE_CONF_ALL_CFLAGS%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
30 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
31
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
32 #ifndef OCTAVE_CONF_ALL_CXXFLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
33 #define OCTAVE_CONF_ALL_CXXFLAGS %OCTAVE_CONF_ALL_CXXFLAGS%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
34 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
35
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
36 #ifndef OCTAVE_CONF_ALL_FFLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
37 #define OCTAVE_CONF_ALL_FFLAGS %OCTAVE_CONF_ALL_FFLAGS%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
38 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
39
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
40 #ifndef OCTAVE_CONF_ALL_LDFLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
41 #define OCTAVE_CONF_ALL_LDFLAGS %OCTAVE_CONF_ALL_LDFLAGS%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
42 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
43
9523
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
44 #ifndef OCTAVE_CONF_AMD_CPPFLAGS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
45 #define OCTAVE_CONF_AMD_CPPFLAGS %OCTAVE_CONF_AMD_CPPFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
46 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
47
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
48 #ifndef OCTAVE_CONF_AMD_LDFLAGS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
49 #define OCTAVE_CONF_AMD_LDFLAGS %OCTAVE_CONF_AMD_LDFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
50 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
51
9514
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
52 #ifndef OCTAVE_CONF_AMD_LIBS
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
53 #define OCTAVE_CONF_AMD_LIBS %OCTAVE_CONF_AMD_LIBS%
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
54 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
55
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
56 #ifndef OCTAVE_CONF_ARFLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
57 #define OCTAVE_CONF_ARFLAGS %OCTAVE_CONF_ARFLAGS%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
58 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
59
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
60 #ifndef OCTAVE_CONF_AR
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
61 #define OCTAVE_CONF_AR %OCTAVE_CONF_AR%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
62 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
63
9514
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
64 #ifndef OCTAVE_CONF_ARPACK_LIBS
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
65 #define OCTAVE_CONF_ARPACK_LIBS %OCTAVE_CONF_ARPACK_LIBS%
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
66 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
67
3726
b7d997d593d9 [project @ 2000-10-27 17:51:21 by jwe]
jwe
parents: 3591
diff changeset
68 #ifndef OCTAVE_CONF_BLAS_LIBS
b7d997d593d9 [project @ 2000-10-27 17:51:21 by jwe]
jwe
parents: 3591
diff changeset
69 #define OCTAVE_CONF_BLAS_LIBS %OCTAVE_CONF_BLAS_LIBS%
b7d997d593d9 [project @ 2000-10-27 17:51:21 by jwe]
jwe
parents: 3591
diff changeset
70 #endif
b7d997d593d9 [project @ 2000-10-27 17:51:21 by jwe]
jwe
parents: 3591
diff changeset
71
9523
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
72 #ifndef OCTAVE_CONF_CAMD_CPPFLAGS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
73 #define OCTAVE_CONF_CAMD_CPPFLAGS %OCTAVE_CONF_CAMD_CPPFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
74 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
75
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
76 #ifndef OCTAVE_CONF_CAMD_LDFLAGS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
77 #define OCTAVE_CONF_CAMD_LDFLAGS %OCTAVE_CONF_CAMD_LDFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
78 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
79
9514
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
80 #ifndef OCTAVE_CONF_CAMD_LIBS
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
81 #define OCTAVE_CONF_CAMD_LIBS %OCTAVE_CONF_CAMD_LIBS%
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
82 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
83
8772
aeedc045cfe3 toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
84 #ifndef OCTAVE_CONF_CARBON_LIBS
aeedc045cfe3 toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
85 #define OCTAVE_CONF_CARBON_LIBS %OCTAVE_CONF_CARBON_LIBS%
aeedc045cfe3 toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
86 #endif
aeedc045cfe3 toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
87
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
88 #ifndef OCTAVE_CONF_CC
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
89 #define OCTAVE_CONF_CC %OCTAVE_CONF_CC%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
90 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
91
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
92 #ifndef OCTAVE_CONF_CC_VERSION
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
93 #define OCTAVE_CONF_CC_VERSION %OCTAVE_CONF_CC_VERSION%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
94 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
95
9523
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
96 #ifndef OCTAVE_CONF_CCOLAMD_CPPFLAGS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
97 #define OCTAVE_CONF_CCOLAMD_CPPFLAGS %OCTAVE_CONF_CCOLAMD_CPPFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
98 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
99
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
100 #ifndef OCTAVE_CONF_CCOLAMD_LDFLAGS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
101 #define OCTAVE_CONF_CCOLAMD_LDFLAGS %OCTAVE_CONF_CCOLAMD_LDFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
102 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
103
9514
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
104 #ifndef OCTAVE_CONF_CCOLAMD_LIBS
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
105 #define OCTAVE_CONF_CCOLAMD_LIBS %OCTAVE_CONF_CCOLAMD_LIBS%
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
106 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
107
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
108 #ifndef OCTAVE_CONF_CFLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
109 #define OCTAVE_CONF_CFLAGS %OCTAVE_CONF_CFLAGS%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
110 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
111
9523
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
112 #ifndef OCTAVE_CONF_CHOLMOD_CPPFLAGS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
113 #define OCTAVE_CONF_CHOLMOD_CPPFLAGS %OCTAVE_CONF_CHOLMOD_CPPFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
114 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
115
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
116 #ifndef OCTAVE_CONF_CHOLMOD_LDFLAGS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
117 #define OCTAVE_CONF_CHOLMOD_LDFLAGS %OCTAVE_CONF_CHOLMOD_LDFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
118 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
119
9514
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
120 #ifndef OCTAVE_CONF_CHOLMOD_LIBS
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
121 #define OCTAVE_CONF_CHOLMOD_LIBS %OCTAVE_CONF_CHOLMOD_LIBS%
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
122 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
123
9523
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
124 #ifndef OCTAVE_CONF_COLAMD_CPPFLAGS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
125 #define OCTAVE_CONF_COLAMD_CPPFLAGS %OCTAVE_CONF_COLAMD_CPPFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
126 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
127
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
128 #ifndef OCTAVE_CONF_COLAMD_LDFLAGS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
129 #define OCTAVE_CONF_COLAMD_LDFLAGS %OCTAVE_CONF_COLAMD_LDFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
130 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
131
9514
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
132 #ifndef OCTAVE_CONF_COLAMD_LIBS
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
133 #define OCTAVE_CONF_COLAMD_LIBS %OCTAVE_CONF_COLAMD_LIBS%
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
134 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
135
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
136 #ifndef OCTAVE_CONF_CPICFLAG
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
137 #define OCTAVE_CONF_CPICFLAG %OCTAVE_CONF_CPICFLAG%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
138 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
139
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
140 #ifndef OCTAVE_CONF_CPPFLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
141 #define OCTAVE_CONF_CPPFLAGS %OCTAVE_CONF_CPPFLAGS%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
142 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
143
9519
ee99f9f37505 improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents: 9515
diff changeset
144 #ifndef OCTAVE_CONF_CURL_CPPFLAGS
ee99f9f37505 improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents: 9515
diff changeset
145 #define OCTAVE_CONF_CURL_CPPFLAGS %OCTAVE_CONF_CURL_CPPFLAGS%
ee99f9f37505 improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents: 9515
diff changeset
146 #endif
ee99f9f37505 improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents: 9515
diff changeset
147
ee99f9f37505 improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents: 9515
diff changeset
148 #ifndef OCTAVE_CONF_CURL_LDFLAGS
ee99f9f37505 improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents: 9515
diff changeset
149 #define OCTAVE_CONF_CURL_LDFLAGS %OCTAVE_CONF_CURL_LDFLAGS%
ee99f9f37505 improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents: 9515
diff changeset
150 #endif
ee99f9f37505 improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents: 9515
diff changeset
151
6043
199f15a8d1fc [project @ 2006-10-09 19:49:03 by jwe]
jwe
parents: 5498
diff changeset
152 #ifndef OCTAVE_CONF_CURL_LIBS
199f15a8d1fc [project @ 2006-10-09 19:49:03 by jwe]
jwe
parents: 5498
diff changeset
153 #define OCTAVE_CONF_CURL_LIBS %OCTAVE_CONF_CURL_LIBS%
199f15a8d1fc [project @ 2006-10-09 19:49:03 by jwe]
jwe
parents: 5498
diff changeset
154 #endif
199f15a8d1fc [project @ 2006-10-09 19:49:03 by jwe]
jwe
parents: 5498
diff changeset
155
9523
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
156 #ifndef OCTAVE_CONF_CXSPARSE_CPPFLAGS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
157 #define OCTAVE_CONF_CXSPARSE_CPPFLAGS %OCTAVE_CONF_CXSPARSE_CPPFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
158 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
159
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
160 #ifndef OCTAVE_CONF_CXSPARSE_LDFLAGS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
161 #define OCTAVE_CONF_CXSPARSE_LDFLAGS %OCTAVE_CONF_CXSPARSE_LDFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
162 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
163
9514
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
164 #ifndef OCTAVE_CONF_CXSPARSE_LIBS
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
165 #define OCTAVE_CONF_CXSPARSE_LIBS %OCTAVE_CONF_CXSPARSE_LIBS%
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
166 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
167
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
168 #ifndef OCTAVE_CONF_CXXCPP
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
169 #define OCTAVE_CONF_CXXCPP %OCTAVE_CONF_CXXCPP%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
170 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
171
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
172 #ifndef OCTAVE_CONF_CXXFLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
173 #define OCTAVE_CONF_CXXFLAGS %OCTAVE_CONF_CXXFLAGS%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
174 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
175
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
176 #ifndef OCTAVE_CONF_CXXPICFLAG
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
177 #define OCTAVE_CONF_CXXPICFLAG %OCTAVE_CONF_CXXPICFLAG%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
178 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
179
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
180 #ifndef OCTAVE_CONF_CXX
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
181 #define OCTAVE_CONF_CXX %OCTAVE_CONF_CXX%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
182 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
183
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
184 #ifndef OCTAVE_CONF_CXX_VERSION
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
185 #define OCTAVE_CONF_CXX_VERSION %OCTAVE_CONF_CXX_VERSION%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
186 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
187
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
188 #ifndef OCTAVE_CONF_DEFAULT_PAGER
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
189 #define OCTAVE_CONF_DEFAULT_PAGER %OCTAVE_CONF_DEFAULT_PAGER%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
190 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
191
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
192 #ifndef OCTAVE_CONF_DEFS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
193 #define OCTAVE_CONF_DEFS %OCTAVE_CONF_DEFS%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
194 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
195
4759
364bbf35dbfa [project @ 2004-02-15 00:08:06 by jwe]
jwe
parents: 4378
diff changeset
196 #ifndef OCTAVE_CONF_DL_LD
364bbf35dbfa [project @ 2004-02-15 00:08:06 by jwe]
jwe
parents: 4378
diff changeset
197 #define OCTAVE_CONF_DL_LD %OCTAVE_CONF_DL_LD%
364bbf35dbfa [project @ 2004-02-15 00:08:06 by jwe]
jwe
parents: 4378
diff changeset
198 #endif
364bbf35dbfa [project @ 2004-02-15 00:08:06 by jwe]
jwe
parents: 4378
diff changeset
199
364bbf35dbfa [project @ 2004-02-15 00:08:06 by jwe]
jwe
parents: 4378
diff changeset
200 #ifndef OCTAVE_CONF_DL_LDFLAGS
364bbf35dbfa [project @ 2004-02-15 00:08:06 by jwe]
jwe
parents: 4378
diff changeset
201 #define OCTAVE_CONF_DL_LDFLAGS %OCTAVE_CONF_DL_LDFLAGS%
364bbf35dbfa [project @ 2004-02-15 00:08:06 by jwe]
jwe
parents: 4378
diff changeset
202 #endif
364bbf35dbfa [project @ 2004-02-15 00:08:06 by jwe]
jwe
parents: 4378
diff changeset
203
9515
eee9b3150446 more configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9514
diff changeset
204 #ifndef OCTAVE_CONF_DL_LIBS
eee9b3150446 more configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9514
diff changeset
205 #define OCTAVE_CONF_DL_LIBS %OCTAVE_CONF_DL_LIBS%
eee9b3150446 more configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9514
diff changeset
206 #endif
eee9b3150446 more configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9514
diff changeset
207
3892
56db014d8980 [project @ 2002-04-05 04:08:56 by jwe]
jwe
parents: 3887
diff changeset
208 #ifndef OCTAVE_CONF_EXEEXT
56db014d8980 [project @ 2002-04-05 04:08:56 by jwe]
jwe
parents: 3887
diff changeset
209 #define OCTAVE_CONF_EXEEXT %OCTAVE_CONF_EXEEXT%
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
210 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
211
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
212 #ifndef OCTAVE_CONF_F77
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
213 #define OCTAVE_CONF_F77 %OCTAVE_CONF_F77%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
214 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
215
5498
3b3e8b7f0800 [project @ 2005-10-17 15:31:06 by jwe]
jwe
parents: 5307
diff changeset
216 #ifndef OCTAVE_CONF_F77_FLOAT_STORE_FLAG
3b3e8b7f0800 [project @ 2005-10-17 15:31:06 by jwe]
jwe
parents: 5307
diff changeset
217 #define OCTAVE_CONF_F77_FLOAT_STORE_FLAG %OCTAVE_CONF_F77_FLOAT_STORE_FLAG%
3b3e8b7f0800 [project @ 2005-10-17 15:31:06 by jwe]
jwe
parents: 5307
diff changeset
218 #endif
3b3e8b7f0800 [project @ 2005-10-17 15:31:06 by jwe]
jwe
parents: 5307
diff changeset
219
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
220 #ifndef OCTAVE_CONF_FC
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
221 #define OCTAVE_CONF_FC %OCTAVE_CONF_FC%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
222 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
223
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
224 #ifndef OCTAVE_CONF_FFLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
225 #define OCTAVE_CONF_FFLAGS %OCTAVE_CONF_FFLAGS%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
226 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
227
9523
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
228 #ifndef OCTAVE_CONF_FFTW3_CPPFLAGSS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
229 #define OCTAVE_CONF_FFTW3_CPPFLAGS %OCTAVE_CONF_FFTW3_CPPFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
230 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
231
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
232 #ifndef OCTAVE_CONF_FFTW3_LDFLAGSS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
233 #define OCTAVE_CONF_FFTW3_LDFLAGS %OCTAVE_CONF_FFTW3_LDFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
234 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
235
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
236 #ifndef OCTAVE_CONF_FFTW3_LIBS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
237 #define OCTAVE_CONF_FFTW3_LIBS %OCTAVE_CONF_FFTW3_LIBS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
238 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
239
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
240 #ifndef OCTAVE_CONF_FFTW3F_CPPFLAGSS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
241 #define OCTAVE_CONF_FFTW3F_CPPFLAGS %OCTAVE_CONF_FFTW3F_CPPFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
242 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
243
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
244 #ifndef OCTAVE_CONF_FFTW3F_LDFLAGSS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
245 #define OCTAVE_CONF_FFTW3F_LDFLAGS %OCTAVE_CONF_FFTW3F_LDFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
246 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
247
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
248 #ifndef OCTAVE_CONF_FFTW3F_LIBS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
249 #define OCTAVE_CONF_FFTW3F_LIBS %OCTAVE_CONF_FFTW3F_LIBS%
3859
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3822
diff changeset
250 #endif
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3822
diff changeset
251
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
252 #ifndef OCTAVE_CONF_FLIBS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
253 #define OCTAVE_CONF_FLIBS %OCTAVE_CONF_FLIBS%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
254 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
255
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
256 #ifndef OCTAVE_CONF_FPICFLAG
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
257 #define OCTAVE_CONF_FPICFLAG %OCTAVE_CONF_FPICFLAG%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
258 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
259
9514
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
260 #ifndef OCTAVE_CONF_FT2_LIBS
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
261 #define OCTAVE_CONF_FT2_LIBS %OCTAVE_CONF_FT2_LIBS%
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
262 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
263
9523
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
264 #ifndef OCTAVE_CONF_GLPK_CPPFLAGS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
265 #define OCTAVE_CONF_GLPK_CPPFLAGS %OCTAVE_CONF_GLPK_CPPFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
266 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
267
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
268 #ifndef OCTAVE_CONF_GLPK_LDFLAGS
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
269 #define OCTAVE_CONF_GLPK_LDFLAGS %OCTAVE_CONF_GLPK_LDFLAGS%
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
270 #endif
0ce82753dd72 more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents: 9519
diff changeset
271
5235
5f0ad69b5c8c [project @ 2005-03-22 19:48:16 by jwe]
jwe
parents: 5169
diff changeset
272 #ifndef OCTAVE_CONF_GLPK_LIBS
5f0ad69b5c8c [project @ 2005-03-22 19:48:16 by jwe]
jwe
parents: 5169
diff changeset
273 #define OCTAVE_CONF_GLPK_LIBS %OCTAVE_CONF_GLPK_LIBS%
5f0ad69b5c8c [project @ 2005-03-22 19:48:16 by jwe]
jwe
parents: 5169
diff changeset
274 #endif
5f0ad69b5c8c [project @ 2005-03-22 19:48:16 by jwe]
jwe
parents: 5169
diff changeset
275
7361
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7253
diff changeset
276 #ifndef OCTAVE_CONF_GNUPLOT
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7253
diff changeset
277 #define OCTAVE_CONF_GNUPLOT %OCTAVE_CONF_GNUPLOT%
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7253
diff changeset
278 #endif
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7253
diff changeset
279
9514
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
280 #ifndef OCTAVE_CONF_GRAPHICS_LIBS
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
281 #define OCTAVE_CONF_GRAPHICS_LIBS %OCTAVE_CONF_GRAPHICS_LIBS%
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
282 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
283
9542
f5ec5dc66824 use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents: 9538
diff changeset
284 #ifndef OCTAVE_CONF_HDF5_CPPFLAGS
f5ec5dc66824 use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents: 9538
diff changeset
285 #define OCTAVE_CONF_HDF5_CPPFLAGS %OCTAVE_CONF_HDF5_CPPFLAGS%
f5ec5dc66824 use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents: 9538
diff changeset
286 #endif
f5ec5dc66824 use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents: 9538
diff changeset
287
f5ec5dc66824 use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents: 9538
diff changeset
288 #ifndef OCTAVE_CONF_HDF5_LDFLAGS
f5ec5dc66824 use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents: 9538
diff changeset
289 #define OCTAVE_CONF_HDF5_LDFLAGS %OCTAVE_CONF_HDF5_LDFLAGS%
f5ec5dc66824 use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents: 9538
diff changeset
290 #endif
f5ec5dc66824 use OCTAVE_CHECK_LIBRARY to check for HDF5
John W. Eaton <jwe@octave.org>
parents: 9538
diff changeset
291
9514
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
292 #ifndef OCTAVE_CONF_HDF5_LIBS
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
293 #define OCTAVE_CONF_HDF5_LIBS %OCTAVE_CONF_HDF5_LIBS%
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
294 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
295
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
296 #ifndef OCTAVE_CONF_INCFLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
297 #define OCTAVE_CONF_INCFLAGS %OCTAVE_CONF_INCFLAGS%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
298 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
299
6311
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6043
diff changeset
300 #ifndef OCTAVE_CONF_INCLUDEDIR
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6043
diff changeset
301 #define OCTAVE_CONF_INCLUDEDIR %OCTAVE_CONF_INCLUDEDIR%
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6043
diff changeset
302 #endif
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6043
diff changeset
303
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
304 #ifndef OCTAVE_CONF_LDFLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
305 #define OCTAVE_CONF_LDFLAGS %OCTAVE_CONF_LDFLAGS%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
306 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
307
3859
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3822
diff changeset
308 #ifndef OCTAVE_CONF_LD_CXX
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3822
diff changeset
309 #define OCTAVE_CONF_LD_CXX %OCTAVE_CONF_LD_CXX%
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3822
diff changeset
310 #endif
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3822
diff changeset
311
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
312 #ifndef OCTAVE_CONF_LD_STATIC_FLAG
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
313 #define OCTAVE_CONF_LD_STATIC_FLAG %OCTAVE_CONF_LD_STATIC_FLAG%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
314 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
315
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
316 #ifndef OCTAVE_CONF_LEXLIB
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
317 #define OCTAVE_CONF_LEXLIB %OCTAVE_CONF_LEXLIB%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
318 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
319
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
320 #ifndef OCTAVE_CONF_LEX
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
321 #define OCTAVE_CONF_LEX %OCTAVE_CONF_LEX%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
322 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
323
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
324 #ifndef OCTAVE_CONF_LFLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
325 #define OCTAVE_CONF_LFLAGS %OCTAVE_CONF_LFLAGS%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
326 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
327
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
328 #ifndef OCTAVE_CONF_LIBCRUFT
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
329 #define OCTAVE_CONF_LIBCRUFT %OCTAVE_CONF_LIBCRUFT%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
330 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
331
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
332 #ifndef OCTAVE_CONF_LIBEXT
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
333 #define OCTAVE_CONF_LIBEXT %OCTAVE_CONF_LIBEXT%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
334 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
335
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
336 #ifndef OCTAVE_CONF_LIBFLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
337 #define OCTAVE_CONF_LIBFLAGS %OCTAVE_CONF_LIBFLAGS%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
338 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
339
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
340 #ifndef OCTAVE_CONF_LIBOCTAVE
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
341 #define OCTAVE_CONF_LIBOCTAVE %OCTAVE_CONF_LIBOCTAVE%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
342 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
343
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
344 #ifndef OCTAVE_CONF_LIBOCTINTERP
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
345 #define OCTAVE_CONF_LIBOCTINTERP %OCTAVE_CONF_LIBOCTINTERP%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
346 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
347
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
348 #ifndef OCTAVE_CONF_LIBPLPLOT
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
349 #define OCTAVE_CONF_LIBPLPLOT %OCTAVE_CONF_LIBPLPLOT%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
350 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
351
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
352 #ifndef OCTAVE_CONF_LIBS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
353 #define OCTAVE_CONF_LIBS %OCTAVE_CONF_LIBS%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
354 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
355
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
356 #ifndef OCTAVE_CONF_LN_S
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
357 #define OCTAVE_CONF_LN_S %OCTAVE_CONF_LN_S%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
358 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
359
7926
d74f996e005d __magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents: 7361
diff changeset
360 #ifndef OCTAVE_CONF_MAGICK_INCFLAGS
d74f996e005d __magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents: 7361
diff changeset
361 #define OCTAVE_CONF_MAGICK_INCFLAGS %OCTAVE_CONF_MAGICK_INCFLAGS%
d74f996e005d __magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents: 7361
diff changeset
362 #endif
d74f996e005d __magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents: 7361
diff changeset
363
d74f996e005d __magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents: 7361
diff changeset
364 #ifndef OCTAVE_CONF_MAGICK_LIBS
d74f996e005d __magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents: 7361
diff changeset
365 #define OCTAVE_CONF_MAGICK_LIBS %OCTAVE_CONF_MAGICK_LIBS%
d74f996e005d __magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents: 7361
diff changeset
366 #endif
d74f996e005d __magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents: 7361
diff changeset
367
4759
364bbf35dbfa [project @ 2004-02-15 00:08:06 by jwe]
jwe
parents: 4378
diff changeset
368 #ifndef OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS
364bbf35dbfa [project @ 2004-02-15 00:08:06 by jwe]
jwe
parents: 4378
diff changeset
369 #define OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS %OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS%
364bbf35dbfa [project @ 2004-02-15 00:08:06 by jwe]
jwe
parents: 4378
diff changeset
370 #endif
364bbf35dbfa [project @ 2004-02-15 00:08:06 by jwe]
jwe
parents: 4378
diff changeset
371
6311
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6043
diff changeset
372 #ifndef OCTAVE_CONF_OCTINCLUDEDIR
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6043
diff changeset
373 #define OCTAVE_CONF_OCTINCLUDEDIR %OCTAVE_CONF_OCTINCLUDEDIR%
3591
b35c6af4c49c [project @ 2000-02-08 19:19:17 by jwe]
jwe
parents: 3584
diff changeset
374 #endif
b35c6af4c49c [project @ 2000-02-08 19:19:17 by jwe]
jwe
parents: 3584
diff changeset
375
6311
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6043
diff changeset
376 #ifndef OCTAVE_CONF_OCTLIBDIR
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6043
diff changeset
377 #define OCTAVE_CONF_OCTLIBDIR %OCTAVE_CONF_OCTLIBDIR%
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6043
diff changeset
378 #endif
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6043
diff changeset
379
9514
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
380 #ifndef OCTAVE_CONF_OPENGL_LIBS
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
381 #define OCTAVE_CONF_OPENGL_LIBS %OCTAVE_CONF_OPENGL_LIBS%
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
382 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
383
6311
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6043
diff changeset
384 #ifndef OCTAVE_CONF_PREFIX
e2a1aca62551 [project @ 2007-02-15 21:18:34 by jwe]
jwe
parents: 6043
diff changeset
385 #define OCTAVE_CONF_PREFIX %OCTAVE_CONF_PREFIX%
3859
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3822
diff changeset
386 #endif
890a7e4c1362 [project @ 2001-11-09 17:05:08 by jwe]
jwe
parents: 3822
diff changeset
387
9514
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
388 #ifndef OCTAVE_CONF_PTHREAD_CFLAGS
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
389 #define OCTAVE_CONF_PTHREAD_CFLAGS %OCTAVE_CONF_PTHREAD_CFLAGS%
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
390 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
391
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
392 #ifndef OCTAVE_CONF_PTHREAD_LIBS
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
393 #define OCTAVE_CONF_PTHREAD_LIBS %OCTAVE_CONF_PTHREAD_LIBS%
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
394 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
395
9519
ee99f9f37505 improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents: 9515
diff changeset
396 #ifndef OCTAVE_CONF_QHULL_CPPFLAGS
ee99f9f37505 improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents: 9515
diff changeset
397 #define OCTAVE_CONF_QHULL_CPPFLAGS %OCTAVE_CONF_QHULL_CPPFLAGS%
ee99f9f37505 improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents: 9515
diff changeset
398 #endif
ee99f9f37505 improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents: 9515
diff changeset
399
ee99f9f37505 improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents: 9515
diff changeset
400 #ifndef OCTAVE_CONF_QHULL_LDFLAGS
ee99f9f37505 improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents: 9515
diff changeset
401 #define OCTAVE_CONF_QHULL_LDFLAGS %OCTAVE_CONF_QHULL_LDFLAGS%
ee99f9f37505 improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents: 9515
diff changeset
402 #endif
ee99f9f37505 improve configure checks for qhull and curl libs
John W. Eaton <jwe@octave.org>
parents: 9515
diff changeset
403
9514
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
404 #ifndef OCTAVE_CONF_QHULL_LIBS
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
405 #define OCTAVE_CONF_QHULL_LIBS %OCTAVE_CONF_QHULL_LIBS%
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
406 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
407
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
408 #ifndef OCTAVE_CONF_QRUPDATE_LIBS
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
409 #define OCTAVE_CONF_QRUPDATE_LIBS %OCTAVE_CONF_QRUPDATE_LIBS%
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
410 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
411
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
412 #ifndef OCTAVE_CONF_RANLIB
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
413 #define OCTAVE_CONF_RANLIB %OCTAVE_CONF_RANLIB%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
414 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
415
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
416 #ifndef OCTAVE_CONF_RDYNAMIC_FLAG
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
417 #define OCTAVE_CONF_RDYNAMIC_FLAG %OCTAVE_CONF_RDYNAMIC_FLAG%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
418 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
419
9515
eee9b3150446 more configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9514
diff changeset
420 #ifndef OCTAVE_CONF_READLINE_LIBS
eee9b3150446 more configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9514
diff changeset
421 #define OCTAVE_CONF_READLINE_LIBS %OCTAVE_CONF_READLINE_LIBS%
eee9b3150446 more configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9514
diff changeset
422 #endif
eee9b3150446 more configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9514
diff changeset
423
9514
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
424 #ifndef OCTAVE_CONF_REGEX_LIBS
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
425 #define OCTAVE_CONF_REGEX_LIBS %OCTAVE_CONF_REGEX_LIBS%
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
426 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
427
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
428 #ifndef OCTAVE_CONF_RLD_FLAG
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
429 #define OCTAVE_CONF_RLD_FLAG %OCTAVE_CONF_RLD_FLAG%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
430 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
431
4084
babc519f245b [project @ 2002-10-03 03:23:14 by jwe]
jwe
parents: 3892
diff changeset
432 #ifndef OCTAVE_CONF_SED
babc519f245b [project @ 2002-10-03 03:23:14 by jwe]
jwe
parents: 3892
diff changeset
433 #define OCTAVE_CONF_SED %OCTAVE_CONF_SED%
babc519f245b [project @ 2002-10-03 03:23:14 by jwe]
jwe
parents: 3892
diff changeset
434 #endif
babc519f245b [project @ 2002-10-03 03:23:14 by jwe]
jwe
parents: 3892
diff changeset
435
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
436 #ifndef OCTAVE_CONF_SHARED_LIBS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
437 #define OCTAVE_CONF_SHARED_LIBS %OCTAVE_CONF_SHARED_LIBS%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
438 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
439
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
440 #ifndef OCTAVE_CONF_SHLEXT
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
441 #define OCTAVE_CONF_SHLEXT %OCTAVE_CONF_SHLEXT%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
442 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
443
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
444 #ifndef OCTAVE_CONF_SHLEXT_VER
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
445 #define OCTAVE_CONF_SHLEXT_VER %OCTAVE_CONF_SHLEXT_VER%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
446 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
447
4759
364bbf35dbfa [project @ 2004-02-15 00:08:06 by jwe]
jwe
parents: 4378
diff changeset
448 #ifndef OCTAVE_CONF_SH_LD
364bbf35dbfa [project @ 2004-02-15 00:08:06 by jwe]
jwe
parents: 4378
diff changeset
449 #define OCTAVE_CONF_SH_LD %OCTAVE_CONF_SH_LD%
364bbf35dbfa [project @ 2004-02-15 00:08:06 by jwe]
jwe
parents: 4378
diff changeset
450 #endif
364bbf35dbfa [project @ 2004-02-15 00:08:06 by jwe]
jwe
parents: 4378
diff changeset
451
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
452 #ifndef OCTAVE_CONF_SH_LDFLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
453 #define OCTAVE_CONF_SH_LDFLAGS %OCTAVE_CONF_SH_LDFLAGS%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
454 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
455
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
456 #ifndef OCTAVE_CONF_SONAME_FLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
457 #define OCTAVE_CONF_SONAME_FLAGS %OCTAVE_CONF_SONAME_FLAGS%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
458 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
459
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
460 #ifndef OCTAVE_CONF_STATIC_LIBS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
461 #define OCTAVE_CONF_STATIC_LIBS %OCTAVE_CONF_STATIC_LIBS%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
462 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
463
9515
eee9b3150446 more configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9514
diff changeset
464 #ifndef OCTAVE_CONF_TERM_LIBS
eee9b3150446 more configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9514
diff changeset
465 #define OCTAVE_CONF_TERM_LIBS %OCTAVE_CONF_TERM_LIBS%
eee9b3150446 more configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9514
diff changeset
466 #endif
eee9b3150446 more configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9514
diff changeset
467
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
468 #ifndef OCTAVE_CONF_UGLY_DEFS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
469 #define OCTAVE_CONF_UGLY_DEFS %OCTAVE_CONF_UGLY_DEFS%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
470 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
471
9514
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
472 #ifndef OCTAVE_CONF_UMFPACK_LIBS
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
473 #define OCTAVE_CONF_UMFPACK_LIBS %OCTAVE_CONF_UMFPACK_LIBS%
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
474 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
475
5275
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents: 5235
diff changeset
476 #ifndef OCTAVE_CONF_USE_64_BIT_IDX_T
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents: 5235
diff changeset
477 #define OCTAVE_CONF_USE_64_BIT_IDX_T %OCTAVE_CONF_USE_64_BIT_IDX_T%
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents: 5235
diff changeset
478 #endif
23b37da9fd5b [project @ 2005-04-08 16:07:35 by jwe]
jwe
parents: 5235
diff changeset
479
4128
919b2f6573ee [project @ 2002-10-25 20:36:14 by jwe]
jwe
parents: 4111
diff changeset
480 #ifndef OCTAVE_CONF_ENABLE_DYNAMIC_LINKING
919b2f6573ee [project @ 2002-10-25 20:36:14 by jwe]
jwe
parents: 4111
diff changeset
481 #define OCTAVE_CONF_ENABLE_DYNAMIC_LINKING %OCTAVE_CONF_ENABLE_DYNAMIC_LINKING%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
482 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
483
8772
aeedc045cfe3 toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
484 #ifndef OCTAVE_CONF_X11_INCFLAGS
aeedc045cfe3 toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
485 #define OCTAVE_CONF_X11_INCFLAGS %OCTAVE_CONF_X11_INCFLAGS%
aeedc045cfe3 toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
486 #endif
aeedc045cfe3 toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
487
aeedc045cfe3 toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
488 #ifndef OCTAVE_CONF_X11_LIBS
aeedc045cfe3 toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
489 #define OCTAVE_CONF_X11_LIBS %OCTAVE_CONF_X11_LIBS%
aeedc045cfe3 toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
490 #endif
aeedc045cfe3 toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
491
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
492 #ifndef OCTAVE_CONF_XTRA_CFLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
493 #define OCTAVE_CONF_XTRA_CFLAGS %OCTAVE_CONF_XTRA_CFLAGS%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
494 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
495
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
496 #ifndef OCTAVE_CONF_XTRA_CXXFLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
497 #define OCTAVE_CONF_XTRA_CXXFLAGS %OCTAVE_CONF_XTRA_CXXFLAGS%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
498 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
499
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
500 #ifndef OCTAVE_CONF_YACC
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
501 #define OCTAVE_CONF_YACC %OCTAVE_CONF_YACC%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
502 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
503
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
504 #ifndef OCTAVE_CONF_YFLAGS
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
505 #define OCTAVE_CONF_YFLAGS %OCTAVE_CONF_YFLAGS%
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
506 #endif
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
507
9538
d0239bddf621 use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents: 9523
diff changeset
508 #ifndef OCTAVE_CONF_Z_CPPFLAGS
d0239bddf621 use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents: 9523
diff changeset
509 #define OCTAVE_CONF_Z_CPPFLAGS %OCTAVE_CONF_Z_CPPFLAGS%
d0239bddf621 use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents: 9523
diff changeset
510 #endif
d0239bddf621 use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents: 9523
diff changeset
511
d0239bddf621 use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents: 9523
diff changeset
512 #ifndef OCTAVE_CONF_Z_LDFLAGS
d0239bddf621 use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents: 9523
diff changeset
513 #define OCTAVE_CONF_Z_LDFLAGS %OCTAVE_CONF_Z_LDFLAGS%
d0239bddf621 use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents: 9523
diff changeset
514 #endif
d0239bddf621 use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents: 9523
diff changeset
515
d0239bddf621 use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents: 9523
diff changeset
516 #ifndef OCTAVE_CONF_Z_LIBS
d0239bddf621 use OCTAVE_CHECK_LIB to check for zlib
John W. Eaton <jwe@octave.org>
parents: 9523
diff changeset
517 #define OCTAVE_CONF_Z_LIBS %OCTAVE_CONF_Z_LIBS%
9514
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
518 #endif
af86991d8d47 configure tweaks
John W. Eaton <jwe@octave.org>
parents: 9187
diff changeset
519
3584
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
520 #ifndef OCTAVE_CONF_config_opts
aa31644d9779 [project @ 2000-02-07 09:24:38 by jwe]
jwe
parents: 2847
diff changeset
521 #define OCTAVE_CONF_config_opts %OCTAVE_CONF_config_opts%
2163
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
522 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
523
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
524 #endif
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
525
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
526 /*
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
527 ;;; Local Variables: ***
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
528 ;;; mode: C++ ***
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
529 ;;; page-delimiter: "^/\\*" ***
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
530 ;;; End: ***
8901e415035a [project @ 1996-05-13 10:35:04 by jwe]
jwe
parents:
diff changeset
531 */