405
|
1 dnl configure.in |
|
2 dnl |
5
|
3 dnl Process this file with autoconf to produce a configure script. |
|
4 dnl |
2847
|
5 dnl Copyright (C) 1996, 1997 John W. Eaton |
869
|
6 ### |
|
7 ### This file is part of Octave. |
|
8 ### |
|
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 |
|
11 ### Free Software Foundation; either version 2, or (at your option) any |
|
12 ### later version. |
|
13 ### |
|
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 |
|
16 ### FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
17 ### for more details. |
|
18 ### |
|
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 |
2488
|
21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA |
|
22 ### 02111-1307, USA. |
869
|
23 |
4587
|
24 ### Preserve CFLAGS and CXXFLAGS from the environment before doing |
|
25 ### anything else because we don't know which macros might call |
|
26 ### AC_PROG_CC or AC_PROG_CXX. |
|
27 |
|
28 EXTERN_CFLAGS="$CFLAGS" |
|
29 EXTERN_CXXFLAGS="$CXXFLAGS" |
|
30 |
3887
|
31 AC_INIT |
5169
|
32 AC_REVISION($Revision: 1.461 $) |
4531
|
33 AC_PREREQ(2.57) |
3887
|
34 AC_CONFIG_SRCDIR([src/octave.cc]) |
1146
|
35 AC_CONFIG_HEADER(config.h) |
869
|
36 |
3887
|
37 AC_DEFINE(OCTAVE_SOURCE, 1, [Define if this is Octave.]) |
|
38 |
|
39 OCTAVE_HOST_TYPE |
869
|
40 |
5098
|
41 AC_GNU_SOURCE |
|
42 |
3923
|
43 AC_AIX |
3887
|
44 AC_MINIX |
3923
|
45 AC_ISC_POSIX |
1667
|
46 |
2223
|
47 ### some defaults |
|
48 |
2813
|
49 OCTAVE_SET_DEFAULT(man1dir, '$(mandir)/man1') |
|
50 OCTAVE_SET_DEFAULT(man1ext, '.1') |
|
51 OCTAVE_SET_DEFAULT(infofile, '$(infodir)/octave.info') |
3597
|
52 OCTAVE_SET_DEFAULT(octincludedir, '$(includedir)/octave-$(version)') |
3029
|
53 OCTAVE_SET_DEFAULT(fcnfiledir, '$(datadir)/octave/$(version)/m') |
2813
|
54 OCTAVE_SET_DEFAULT(localfcnfiledir, '$(datadir)/octave/site/m') |
4449
|
55 OCTAVE_SET_DEFAULT(localapifcnfiledir, |
|
56 '$(datadir)/octave/site/$(apiversion)/m') |
3597
|
57 OCTAVE_SET_DEFAULT(localverfcnfiledir, '$(datadir)/octave/$(version)/site/m') |
|
58 OCTAVE_SET_DEFAULT(localfcnfilepath, |
4449
|
59 '$(localverfcnfiledir)//:$(localapifcnfiledir)//:$(localfcnfiledir)//') |
3141
|
60 OCTAVE_SET_DEFAULT(octlibdir, '$(libdir)/octave-$(version)') |
3029
|
61 OCTAVE_SET_DEFAULT(archlibdir, |
3130
|
62 '$(libexecdir)/octave/$(version)/exec/$(canonical_host_type)') |
3029
|
63 OCTAVE_SET_DEFAULT(localarchlibdir, |
3130
|
64 '$(libexecdir)/octave/site/exec/$(canonical_host_type)') |
3597
|
65 OCTAVE_SET_DEFAULT(localverarchlibdir, |
|
66 '$(libexecdir)/octave/$(version)/site/exec/$(canonical_host_type)') |
3029
|
67 OCTAVE_SET_DEFAULT(octfiledir, |
3130
|
68 '$(libexecdir)/octave/$(version)/oct/$(canonical_host_type)') |
3029
|
69 OCTAVE_SET_DEFAULT(localoctfiledir, |
3130
|
70 '$(libexecdir)/octave/site/oct/$(canonical_host_type)') |
4449
|
71 OCTAVE_SET_DEFAULT(localapioctfiledir, |
|
72 '$(libexecdir)/octave/site/oct/$(apiversion)/$(canonical_host_type)') |
3597
|
73 OCTAVE_SET_DEFAULT(localveroctfiledir, |
|
74 '$(libexecdir)/octave/$(version)/site/oct/$(canonical_host_type)') |
|
75 OCTAVE_SET_DEFAULT(localoctfilepath, |
4449
|
76 '$(localveroctfiledir)//:$(localapioctfiledir)//:$(localoctfiledir)//') |
3029
|
77 OCTAVE_SET_DEFAULT(fcnfilepath, |
|
78 '.:$(localoctfilepath):$(localfcnfilepath):$(octfiledir)//:$(fcnfiledir)//') |
|
79 OCTAVE_SET_DEFAULT(imagedir, '$(datadir)/octave/$(version)/imagelib') |
2813
|
80 OCTAVE_SET_DEFAULT(imagepath, '.:$(imagedir)//') |
1667
|
81 |
2155
|
82 ### Make configure args available for other uses. |
|
83 |
|
84 config_opts=$ac_configure_args |
|
85 AC_SUBST(config_opts) |
|
86 |
1667
|
87 ### Path separator. |
|
88 |
3887
|
89 AC_DEFINE(SEPCHAR, [':'], Define this to be the path separator for your system, as a character constant.]) |
|
90 AC_DEFINE(SEPCHAR_STR, [":"], [Define this to the path separator, as a string.]) |
1667
|
91 |
869
|
92 ### Allow the user to force us to use f2c. |
|
93 |
832
|
94 AC_ARG_WITH(f2c, |
|
95 [ --with-f2c use f2c even if Fortran compiler is available], |
2813
|
96 [if test "$withval" = no; then use_f2c=false; else use_f2c=true; fi], |
1177
|
97 use_f2c=false) |
|
98 |
2813
|
99 ### Allow the user to force us to use f77. |
|
100 |
|
101 AC_ARG_WITH(f77, |
|
102 [ --with-f77 use f77 to compile Fortran subroutines], |
|
103 [if test "$withval" = no; then use_f77=false; else use_f77=true; fi], |
|
104 use_f77=false) |
|
105 |
|
106 ### Make sure only one of the above options for Fortran compilers was |
|
107 ### specified (multiple "no" or --without-FOO options are ok). |
|
108 |
|
109 OCTAVE_CHECK_EXCLUSIVE_WITH_OPTIONS(f77, f2c, |
3105
|
110 [warn_f2c_and_f77="--with-f2c and --with-f77 both specified! Using f77..." |
|
111 AC_MSG_WARN($warn_f2c_and_f77) |
2813
|
112 use_f2c=false]) |
|
113 |
2415
|
114 dnl ### Allow the user disable support for plplot. |
|
115 dnl |
|
116 dnl # USE_PLPLOT=true |
|
117 dnl # PLPLOT_DIR=plplot |
3156
|
118 dnl # LIBPLPLOT='$(TOPDIR)/plplot/libplplot.$(LIBEXT) |
1397
|
119 USE_PLPLOT=false |
|
120 PLPLOT_DIR="" |
|
121 LIBPLPLOT="" |
2415
|
122 dnl AC_ARG_ENABLE(plplot, |
|
123 dnl [ --enable-plplot use plplot for plotting (default is yes)], |
2813
|
124 dnl [if test "$enableval" = no; then |
2415
|
125 dnl USE_PLPLOT=false; |
|
126 dnl LIBPLPLOT=""; |
|
127 dnl PLPLOT_DIR=""; |
|
128 dnl fi], []) |
|
129 dnl if $USE_PLPLOT; then |
3887
|
130 dnl AC_DEFINE(USE_PLPLOT, 1, [Define to use plplot.]) |
2415
|
131 dnl fi |
2421
|
132 AC_SUBST(LIBPLPLOT) |
|
133 AC_SUBST(PLPLOT_DIR) |
1137
|
134 |
2813
|
135 ### Make it possible to have Octave's array and matrix classes do bounds |
2108
|
136 ### checking on element references. This slows some operations down a |
2813
|
137 ### bit, so it is turned off by default. |
2108
|
138 |
2450
|
139 BOUNDS_CHECKING=false |
2108
|
140 AC_ARG_ENABLE(bounds-check, |
3060
|
141 [ --enable-bounds-check for internal array classes (default is no)], |
|
142 [if test "$enableval" = yes; then BOUNDS_CHECKING=true; fi], []) |
2108
|
143 if $BOUNDS_CHECKING; then |
3887
|
144 AC_DEFINE(BOUNDS_CHECKING, 1, [Define to use internal bounds checking.]) |
2108
|
145 fi |
|
146 |
3215
|
147 ### It seems that there are some broken inline assembly functions in |
|
148 ### the GNU libc. Since I'm not sure how to test whether we are using |
|
149 ### GNU libc, just disable them for all platforms. |
|
150 |
|
151 AC_MSG_RESULT([defining __NO_MATH_INLINES avoids buggy GNU libc exp function]) |
3887
|
152 AC_DEFINE(__NO_MATH_INLINES, 1, [Define if your version of GNU libc has buggy inline assembly code for math functions like exp.]) |
3215
|
153 |
869
|
154 ### See which C++ compiler to use (we expect to find g++). |
|
155 |
405
|
156 AC_PROG_CXX |
|
157 AC_PROG_CXXCPP |
869
|
158 |
|
159 ### Do special things for g++. |
|
160 |
2353
|
161 gxx_version=`$CXX -v 2>&1 | grep "^.*g.. version" | \ |
4368
|
162 sed -e 's/^.*g.. version *//' -e 's/cygnus-//' -e 's/egcs-//' -e 's/ .*//'` |
3107
|
163 |
405
|
164 case "$gxx_version" in |
4368
|
165 1.* | 2.[[012345678]].*) |
4843
|
166 AC_MSG_ERROR([g++ version $gxx_version will probably fail to compile Octave] |
|
167 ) |
|
168 ;; |
|
169 2.9*) |
|
170 warn_gxx_version="g++ version $gxx_version is likely to cause problems" |
|
171 AC_MSG_WARN($warn_gxx_version) |
3775
|
172 ;; |
405
|
173 esac |
869
|
174 |
1894
|
175 CXX_VERSION= |
|
176 if test -n "$gxx_version"; then |
|
177 CXX_VERSION="$gxx_version" |
|
178 fi |
|
179 AC_SUBST(CXX_VERSION) |
|
180 |
3107
|
181 OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL |
3769
|
182 OCTAVE_CXX_ISO_COMPLIANT_LIBRARY |
3107
|
183 |
3842
|
184 # Determine the ABI used the C++ compiler, needed by the dynamic loading |
|
185 # code. Currently supported ABIs are GNU v2, GNU v3 and Sun Workshop. |
|
186 |
|
187 OCTAVE_CXX_ABI |
|
188 |
869
|
189 ### See which C compiler to use (we expect to find gcc). |
|
190 |
5
|
191 AC_PROG_CC |
405
|
192 AC_PROG_CPP |
832
|
193 AC_PROG_GCC_TRADITIONAL |
869
|
194 |
|
195 ### Do special things for gcc. |
|
196 |
2353
|
197 gcc_version=`$CC -v 2>&1 | grep "^.*gcc version" | \ |
3107
|
198 sed -e 's/^.*g.. version *//' -e 's/cygnus-//' -e 's/egcs-//'` |
405
|
199 case "$gcc_version" in |
|
200 2.*) |
1087
|
201 if test -z "$LDFLAGS"; then |
|
202 LDFLAGS="-g" |
|
203 AC_MSG_RESULT([defining LDFLAGS to be $LDFLAGS]) |
|
204 fi |
405
|
205 ;; |
|
206 1.*) |
3105
|
207 warn_gcc_version="gcc version $gcc_version is likely to cause problems" |
|
208 AC_MSG_WARN($warn_gcc_version) |
405
|
209 ;; |
5
|
210 esac |
869
|
211 |
1894
|
212 CC_VERSION= |
|
213 if test -n "$gcc_version"; then |
|
214 CC_VERSION="$gcc_version" |
|
215 fi |
|
216 AC_SUBST(CC_VERSION) |
|
217 |
3775
|
218 ### The flag to create dependency varies depending on the compier. |
|
219 |
|
220 # Assume GCC. |
|
221 DEPEND_FLAGS="-M" |
|
222 DEPEND_EXTRA_SED_PATTERN="" |
|
223 case "$canonical_host_type" in |
|
224 sparc-sun-solaris2* | i386-pc-solaris2*) |
3820
|
225 if test "$GCC" = yes; then |
3775
|
226 true |
|
227 else |
|
228 DEPEND_FLAGS="-xM1" |
|
229 DEPEND_EXTRA_SED_PATTERN="-e '/\/opt\/SUNWspro/d'" |
|
230 fi |
|
231 ;; |
|
232 esac |
|
233 AC_SUBST(DEPEND_FLAGS) |
|
234 AC_SUBST(DEPEND_EXTRA_SED_PATTERN) |
|
235 |
5076
|
236 ### On Intel systems with gcc, we may need to compile with -mieee-fp |
|
237 ### and -ffloat-store to get full support for IEEE floating point. |
2020
|
238 ### |
3126
|
239 ### On Alpha/OSF systems, we need -mieee. |
869
|
240 |
3126
|
241 ieee_fp_flag= |
350
|
242 case "$canonical_host_type" in |
3887
|
243 i[[3456789]]86-*-*) |
5076
|
244 if test "$GCC" = yes; then |
|
245 OCTAVE_CC_FLAG(-mieee-fp, [ |
|
246 ieee_fp_flag=-mieee-fp |
|
247 XTRA_CFLAGS="$XTRA_CFLAGS -mieee-fp" |
|
248 AC_MSG_RESULT([adding -mieee-fp to XTRA_CFLAGS])]) |
3126
|
249 |
5078
|
250 ### OCTAVE_CC_FLAG(-ffloat-store, [ |
|
251 ### float_store_flag=-ffloat-store |
|
252 ### XTRA_CFLAGS="$XTRA_CFLAGS -ffloat-store" |
|
253 ### AC_MSG_RESULT([adding -ffloat-store to XTRA_CFLAGS])]) |
5076
|
254 fi |
|
255 if test "$GXX" = yes; then |
|
256 OCTAVE_CXX_FLAG(-mieee-fp, [ |
|
257 ieee_fp_flag=-mieee-fp |
|
258 XTRA_CXXFLAGS="$XTRA_CXXFLAGS -mieee-fp" |
|
259 AC_MSG_RESULT([adding -mieee-fp to XTRA_CXXFLAGS])]) |
|
260 |
5078
|
261 ### OCTAVE_CXX_FLAG(-ffloat-store, [ |
|
262 ### float_store_flag=-ffloat-store |
|
263 ### XTRA_CXXFLAGS="$XTRA_CXXFLAGS -ffloat-store" |
|
264 ### AC_MSG_RESULT([adding -ffloat-store to XTRA_CXXFLAGS])]) |
5076
|
265 fi |
324
|
266 ;; |
3127
|
267 alpha*-*-*) |
4284
|
268 if test "$GCC" = yes; then |
4812
|
269 OCTAVE_CC_FLAG(-mieee, [ |
|
270 ieee_fp_flag=-mieee |
|
271 XTRA_CFLAGS="$XTRA_CFLAGS -mieee" |
|
272 AC_MSG_RESULT([adding -mieee to XTRA_CFLAGS])]) |
5076
|
273 else |
|
274 OCTAVE_CC_FLAG(-ieee, [ |
|
275 ieee_fp_flag=-ieee |
|
276 XTRA_CFLAGS="$XTRA_CFLAGS -ieee" |
|
277 AC_MSG_RESULT([adding -ieee to XTRA_CFLAGS])]) |
|
278 fi |
|
279 if test "$GXX" = yes; then |
4812
|
280 OCTAVE_CXX_FLAG(-mieee, [ |
|
281 ieee_fp_flag=-mieee |
|
282 XTRA_CXXFLAGS="$XTRA_CXXFLAGS -mieee" |
|
283 AC_MSG_RESULT([adding -mieee to XTRA_CXXFLAGS])]) |
4284
|
284 else |
|
285 OCTAVE_CXX_FLAG(-ieee, [ |
|
286 ieee_fp_flag=-ieee |
|
287 XTRA_CXXFLAGS="$XTRA_CXXFLAGS -ieee" |
|
288 AC_MSG_RESULT([adding -ieee to XTRA_CXXFLAGS])]) |
|
289 fi |
2020
|
290 ;; |
3176
|
291 *ibm-aix4*) |
3351
|
292 OCTAVE_CC_FLAG(-mminimal-toc, [ |
|
293 XTRA_CFLAGS="$XTRA_CFLAGS -mminimal-toc"]) |
3176
|
294 |
3351
|
295 OCTAVE_CXX_FLAG(-mminimal-toc, [ |
|
296 XTRA_CXXFLAGS="$XTRA_CXXFLAGS -mminimal-toc"]) |
3176
|
297 ;; |
324
|
298 esac |
3126
|
299 |
|
300 AC_SUBST(XTRA_CFLAGS) |
|
301 AC_SUBST(XTRA_CXXFLAGS) |
869
|
302 |
1667
|
303 ### Use -static if compiling on Alpha OSF/1 1.3 systems. |
|
304 |
|
305 case "$canonical_host_type" in |
3127
|
306 alpha*-dec-osf1.3) |
1667
|
307 LD_STATIC_FLAG=-static |
|
308 ;; |
|
309 esac |
1679
|
310 if test -n "$LD_STATIC_FLAG"; then |
|
311 AC_MSG_RESULT([defining LD_STATIC_FLAG to be $LD_STATIC_FLAG]) |
|
312 fi |
|
313 AC_SUBST(LD_STATIC_FLAG) |
1667
|
314 |
3222
|
315 OCTAVE_CXX_PREPENDS_UNDERSCORE |
4094
|
316 |
|
317 ### Defaults for cross compiling. BUILD_CC and BUILD_CXX are |
|
318 ### the compilers that we use for building tools on the build system. |
4098
|
319 ### For now, we assume that the only cross compiling we can do is |
4298
|
320 ### with gcc on a Unixy system, but the dedicated hacker can override these. |
4094
|
321 |
|
322 if test "$cross_compiling" = yes; then |
|
323 BUILD_CC="gcc" |
|
324 BUILD_CFLAGS="-O2 -g" |
|
325 BUILD_CXX="g++" |
|
326 BUILD_CXXFLAGS="-O2 -g" |
4298
|
327 BUILD_LDFLAGS="" |
4098
|
328 BUILD_EXEEXT="" |
4094
|
329 else |
4298
|
330 BUILD_CC='$(CC)' |
|
331 BUILD_CFLAGS='$(CFLAGS)' |
|
332 BUILD_CXX='$(CXX)' |
|
333 BUILD_CXXFLAGS='$(CXXFLAGS)' |
|
334 BUILD_LDFLAGS='$(LDFLAGS)' |
4284
|
335 case "$canonical_host_type" in |
|
336 sparc-sun-solaris2*) |
|
337 if test "$GCC" != yes; then |
4298
|
338 ## The Sun C++ compiler never seems to complete compiling |
|
339 ## gendoc.cc unless we reduce the optimization level... |
|
340 BUILD_CXXFLAGS="-g -O1" |
4284
|
341 fi |
|
342 ;; |
|
343 esac |
4298
|
344 BUILD_EXEEXT='$(EXEEXT)' |
4094
|
345 fi |
|
346 |
|
347 AC_ARG_VAR(BUILD_CC, [build system C compiler (used if cross compiling)]) |
|
348 AC_ARG_VAR(BUILD_CFLAGS, [build system C compiler flags (used if cross compiling)]) |
|
349 AC_ARG_VAR(BUILD_CXX, [build system C++ compiler (used if cross compiling)]) |
|
350 AC_ARG_VAR(BUILD_CXXFLAGS, [build system C++ compiler flags (used if cross compiling)]) |
4298
|
351 AC_ARG_VAR(BUILD_LDFLAGS, [build system C++ compiler link flags (used if cross compiling)]) |
|
352 AC_ARG_VAR(BUILD_EXEEXT, [build system executable extension (used if cross compiling)]) |
3222
|
353 |
3232
|
354 dnl This is bogus. We shouldn't have to explicitly add libc too! |
|
355 |
|
356 ### Look for math library. If found, this will add -lm to LIBS. |
|
357 |
|
358 case "$canonical_host_type" in |
|
359 *-*-nextstep*) |
|
360 ;; |
|
361 *-*-linux*) |
|
362 AC_CHECK_LIB(m, sin, , , -lc) |
|
363 ;; |
|
364 *) |
|
365 AC_CHECK_LIB(m, sin) |
|
366 ;; |
|
367 esac |
|
368 |
3820
|
369 ### Check for HDF5 library. |
|
370 |
|
371 ### XXX FIXME XXX -- how can user specify a set of libraries here? |
|
372 |
|
373 WITH_HDF5=true |
|
374 AC_ARG_WITH(hdf5, |
|
375 [ --without-hdf5 don't use HDF5], |
|
376 with_hdf5=$withval, with_hdf5=yes) |
|
377 |
|
378 hdf5_lib= |
|
379 if test "$with_hdf5" = yes; then |
|
380 hdf5_lib="hdf5" |
|
381 elif test "$with_hdf5" != no; then |
|
382 hdf5_lib="$with_hdf5" |
3687
|
383 fi |
|
384 |
3820
|
385 HDF5_LIBS= |
|
386 WITH_HDF5=false |
|
387 if test -n "$hdf5_lib"; then |
|
388 AC_CHECK_LIB($hdf5_lib, H5Pcreate, [ |
|
389 AC_CHECK_LIB(z, deflate, [ |
|
390 AC_CHECK_HEADERS(hdf5.h, [ |
|
391 WITH_HDF5=true |
|
392 HDF5_LIBS="-l$hdf5_lib -lz" |
|
393 LIBS="$HDF5_LIBS $LIBS" |
4696
|
394 AC_DEFINE(HAVE_HDF5, 1, [Define if HDF5 is available.]) |
|
395 AC_CHECK_LIB($hdf5_lib, H5Gget_num_objs, [ |
|
396 AC_DEFINE(HAVE_H5GGET_NUM_OBJS, 1, [Define if HDF5 has H5Gget_num_objs.])])])])]) |
3820
|
397 fi |
3687
|
398 |
3827
|
399 # Checks for FFTW header and library. |
|
400 |
|
401 # subdirectories of libcruft to build if they aren't found on the system: |
|
402 FFT_DIR="fftpack" |
|
403 AC_SUBST(FFT_DIR) |
|
404 |
|
405 # Installed fftw library, if any. |
|
406 FFTW_LIBS='' |
|
407 AC_SUBST(FFTW_LIBS) |
|
408 |
|
409 AC_ARG_WITH(fftw, |
3886
|
410 [ --without-fftw use included fftpack instead of installed fftw], |
|
411 with_fftw=$withval, with_fftw=yes) |
3827
|
412 |
|
413 if test "$with_fftw" = "yes"; then |
4773
|
414 have_fftw3_header=no |
|
415 with_fftw3=no |
|
416 AC_CHECK_HEADER(fftw3.h, [have_fftw3_header=yes; break]) |
|
417 if test "$have_fftw3_header" = yes; then |
|
418 AC_CHECK_LIB(fftw3, fftw_plan_dft_1d, [FFTW_LIBS="-lfftw3"; with_fftw3=yes]) |
3827
|
419 fi |
|
420 fi |
|
421 |
4773
|
422 if test "$with_fftw" = yes && test "$with_fftw3" = yes; then |
3827
|
423 FFT_DIR='' |
4773
|
424 AC_DEFINE(HAVE_FFTW3, 1, [Define if the FFTW3 library is used.]) |
3827
|
425 fi |
|
426 |
4343
|
427 WITH_MPI=true |
|
428 AC_ARG_WITH(mpi, |
|
429 [ --without-mpi don't use MPI], |
|
430 with_mpi=$withval, with_mpi=yes) |
|
431 |
|
432 mpi_lib= |
|
433 if test "$with_mpi" = yes; then |
|
434 mpi_lib="mpi" |
|
435 elif test "$with_mpi" != no; then |
|
436 mpi_lib="$with_mpi" |
|
437 fi |
|
438 |
|
439 MPI_LIBS= |
|
440 WITH_MPI=false |
|
441 if test -n "$mpi_lib"; then |
|
442 AC_CHECK_LIB($mpi_lib, MPI_Init, [ |
|
443 AC_CHECK_HEADERS(mpi.h, [ |
|
444 WITH_MPI=true |
|
445 MPI_LIBS="-l$mpi_lib" |
|
446 LIBS="$MPI_LIBS $LIBS" |
|
447 AC_DEFINE(HAVE_MPI, 1, [Define if MPI is available.])])]) |
|
448 fi |
|
449 |
4853
|
450 OCTAVE_IEEE754_DATA_FORMAT |
4850
|
451 |
3827
|
452 # ---------------------------------------------------------------------- |
|
453 |
3012
|
454 ### We need these before trying to find libf2c. |
|
455 |
3130
|
456 OCTAVE_PROG_AR |
3012
|
457 |
|
458 AC_PROG_RANLIB |
|
459 |
2813
|
460 ### If we haven't been forced to use a particular Fortran compiler, |
|
461 ### try to find one using any one of several common Un*x Fortran |
3887
|
462 ### compiler names using the AC_PROG_F77 macro. |
1239
|
463 ### |
4816
|
464 ### The configure options --with-f77 or --with-f2c |
|
465 ### force f77 or f2c to be used. It is also possible to use |
2813
|
466 ### these options to specify the name of the compiler. For example, |
4816
|
467 ### `--with-f77=g77' says that we are using g77 as the Fortran compiler. |
1233
|
468 |
2813
|
469 if $use_f77; then |
3008
|
470 if test "$with_f77" = yes; then |
2813
|
471 F77=f77 |
|
472 else |
|
473 F77="$with_f77" |
|
474 fi |
|
475 AC_MSG_RESULT([defining F77 to be $F77]) |
1233
|
476 elif $use_f2c; then |
|
477 F77= |
2336
|
478 if test "$with_f2c" = yes; then |
1317
|
479 F2C=f2c |
1239
|
480 else |
|
481 F2C="$with_f2c" |
|
482 fi |
|
483 AC_MSG_RESULT([defining F2C to be $F2C]) |
1233
|
484 fi |
5
|
485 |
3887
|
486 if test "x$FFLAGS" = x; then |
|
487 FFLAGS="-O" # override -g -O default by AC_PROG_F77 |
|
488 fi |
|
489 |
|
490 # the F77 variable, if set, overrides AC_PROG_F77 automatically |
|
491 AC_PROG_F77 |
|
492 |
1239
|
493 have_fortran_compiler=false |
|
494 have_f2c=false |
5
|
495 |
2813
|
496 if $use_f2c; then |
1239
|
497 have_f2c=true |
|
498 else |
|
499 if test -n "$F77"; then |
3887
|
500 AC_F77_LIBRARY_LDFLAGS |
|
501 AC_F77_DUMMY_MAIN |
|
502 AC_F77_WRAPPERS |
|
503 case "$canonical_host_type" in |
5076
|
504 i[[3456789]]86-*-*) |
|
505 if test "$ac_cv_f77_compiler_gnu" = yes; then |
|
506 OCTAVE_F77_FLAG(-mieee-fp) |
5078
|
507 ### OCTAVE_F77_FLAG(-ffloat-store) |
5076
|
508 fi |
|
509 ;; |
3887
|
510 alpha*-*-*) |
|
511 if test "$ac_cv_f77_compiler_gnu" = yes; then |
5076
|
512 OCTAVE_F77_FLAG(-mieee) |
3887
|
513 else |
5076
|
514 OCTAVE_F77_FLAG(-ieee) |
|
515 OCTAVE_F77_FLAG(-fpe1) |
3887
|
516 fi |
|
517 ;; |
|
518 powerpc-apple-machten*) |
|
519 FFLAGS= |
|
520 ;; |
|
521 esac |
|
522 if test -n "$FFLAGS"; then |
|
523 AC_MSG_RESULT([defining FFLAGS to be $FFLAGS]) |
1239
|
524 fi |
|
525 have_fortran_compiler=true |
1233
|
526 else |
1239
|
527 AC_CHECK_PROG(F2C, f2c, f2c, []) |
3897
|
528 AC_ARG_VAR(F2C, [Fortran to C translator command]) |
|
529 AC_ARG_VAR(F2CFLAGS, [Fortran to C translator flags]) |
1239
|
530 if test -n "$F2C"; then |
|
531 have_f2c=true |
5
|
532 fi |
|
533 fi |
|
534 fi |
869
|
535 |
2762
|
536 f77_rules_frag=/dev/null |
1239
|
537 if $have_fortran_compiler; then |
2762
|
538 f77_rules_frag=Makefrag.f77 |
1679
|
539 cat << \EOF > $f77_rules_frag |
1668
|
540 |
1753
|
541 %.c : %.f |
1668
|
542 |
1791
|
543 %.o : %.f |
3615
|
544 $(FC) -c $(ALL_FFLAGS) -o $@ $< |
1668
|
545 |
1984
|
546 pic/%.o : %.f |
|
547 $(FC) -c $(FPICFLAG) $(ALL_FFLAGS) $< -o $@ |
|
548 |
1668
|
549 EOF |
1239
|
550 elif $have_f2c; then |
3887
|
551 AC_DEFINE(HAVE_F2C, 1, [Define if we are using f2c.]) |
2562
|
552 |
|
553 ### XXX FIMXE XXX -- these shouldn't be fixed names, eh? |
|
554 |
|
555 oct_conflib=libconflib.a |
|
556 oct_obj_ext=o |
|
557 |
4417
|
558 CONFLIB_ARG= |
2562
|
559 if AC_TRY_EVAL(ac_compile); then |
3887
|
560 $AR $ARFLAGS $oct_conflib conftest.$oct_obj_ext 1>&AS_MESSAGE_LOG_FD() |
2562
|
561 if test -n "$RANLIB"; then |
3887
|
562 $RANLIB $oct_conflib 1>&AS_MESSAGE_LOG_FD() |
5
|
563 fi |
4417
|
564 CONFLIB_ARG="-L. -lconflib" |
5
|
565 fi |
2562
|
566 rm -f conftest* |
4417
|
567 AC_CHECK_LIB(f2c, f_open, FLIBS=-lf2c, FLIBS=, $CONFLIB_ARG) |
2562
|
568 rm -f $oct_conflib |
|
569 |
|
570 if test -z "$FLIBS"; then |
3232
|
571 AC_CHECK_LIB(F77, d_sin, FLIBS=-lF77, FLIBS=) |
2562
|
572 if test -n "$FLIBS"; then |
|
573 AC_CHECK_LIB(I77, f_rew, FLIBS="$FLIBS -lI77", FLIBS=, -lF77) |
|
574 fi |
|
575 fi |
|
576 |
1462
|
577 if test -z "$FLIBS"; then |
3105
|
578 warn_f2c_no_lib="I found f2c but not libf2c.a, or libF77.a and libI77.a" |
|
579 AC_MSG_WARN($warn_f2c_no_lib) |
5
|
580 fi |
2633
|
581 f77_rules_frag=Makefrag.f77 |
1679
|
582 cat << \EOF > $f77_rules_frag |
1668
|
583 |
1824
|
584 %.c : %.f |
3847
|
585 $(F2C) $(F2CFLAGS) < $< > $(@F) |
1668
|
586 |
1753
|
587 %.o : %.f |
1668
|
588 |
|
589 EOF |
5
|
590 else |
832
|
591 AC_MSG_WARN([in order to build octave, you must have a compatible]) |
|
592 AC_MSG_WARN([Fortran compiler or f2c installed and in your path.]) |
1664
|
593 AC_MSG_ERROR([See the file INSTALL for more information.]) |
5
|
594 fi |
869
|
595 |
1163
|
596 FC=$F77 |
|
597 AC_SUBST(FC) |
1679
|
598 AC_SUBST_FILE(f77_rules_frag) |
869
|
599 |
3820
|
600 ### Checks for BLAS and LAPACK libraries: |
3887
|
601 # (Build subdirectories of libcruft if they aren't found on the system.) |
3820
|
602 |
3887
|
603 sinclude(acx_blas.m4) |
|
604 sinclude(acx_lapack.m4) |
|
605 ACX_BLAS([], [BLAS_DIR="blas"]) |
|
606 ACX_LAPACK([BLAS_LIBS="$LAPACK_LIBS $BLAS_LIBS"], [LAPACK_DIR="lapack"]) |
3690
|
607 AC_SUBST(BLAS_DIR) |
|
608 AC_SUBST(LAPACK_DIR) |
|
609 |
4110
|
610 ### Handle shared library options. |
2813
|
611 |
3034
|
612 ### Enable creation of static libraries. |
|
613 |
|
614 AC_ARG_ENABLE(static, |
|
615 [ --enable-static create static libraries], |
|
616 [if test "$enableval" = no; then STATIC_LIBS=false; |
|
617 else STATIC_LIBS=true; fi], |
|
618 STATIC_LIBS=true) |
|
619 AC_SUBST(STATIC_LIBS) |
|
620 |
2813
|
621 ### Enable creation of shared libraries. Currently only works with |
|
622 ### gcc on some systems. |
|
623 |
|
624 AC_ARG_ENABLE(shared, |
|
625 [ --enable-shared create shared libraries (not all systems)], |
|
626 [if test "$enableval" = no; then SHARED_LIBS=false; |
|
627 else SHARED_LIBS=true; fi], |
|
628 SHARED_LIBS=false) |
|
629 AC_SUBST(SHARED_LIBS) |
|
630 |
4128
|
631 ### Enable dynamic linking. --enable-shared implies this, so |
|
632 ### --enable-dl is only need if you are only building static libraries |
|
633 ### and want to try dynamic linking too (works on some systems, for |
|
634 ### example, OS X and Windows). |
|
635 |
|
636 AC_ARG_ENABLE(dl, |
|
637 [ --enable-dl create shared libraries (not all systems)], |
|
638 [if test "$enableval" = no; then ENABLE_DYNAMIC_LINKING=false; |
|
639 else ENABLE_DYNAMIC_LINKING=true; fi], |
|
640 ENABLE_DYNAMIC_LINKING=false) |
|
641 |
3034
|
642 if $STATIC_LIBS || $SHARED_LIBS; then |
|
643 true |
|
644 else |
|
645 AC_MSG_ERROR([You can't disable building static AND shared libraries!]) |
|
646 fi |
|
647 |
2813
|
648 AC_ARG_ENABLE(rpath, |
4353
|
649 [ --enable-rpath override the default link options for rpath; |
4354
|
650 e.g., --enable-rpath='-rpath $(octlibdir)'], |
4353
|
651 [ if test "$enableval" = no; then use_rpath=false; |
|
652 else |
|
653 use_rpath=true |
|
654 if test "$enableval" = yes; then true; |
|
655 else enable_rpath_arg="$enableval"; fi |
4439
|
656 fi], [use_rpath=true]) |
2813
|
657 |
|
658 DLFCN_DIR= |
|
659 CPICFLAG=-fPIC |
|
660 CXXPICFLAG=-fPIC |
|
661 FPICFLAG=-fPIC |
|
662 SHLEXT=so |
4190
|
663 SHLLIB='$(SHLEXT)' |
4102
|
664 SHLBIN= |
4138
|
665 SHLEXT_VER='$(SHLEXT).$(version)' |
|
666 SHLLIB_VER='$(SHLLIB).$(version)' |
|
667 SHLBIN_VER='$(SHLBIN).$(version)' |
4126
|
668 SHLLINKEXT= |
4323
|
669 SH_LD='$(CXX)' |
2813
|
670 SH_LDFLAGS=-shared |
4759
|
671 DL_LD='$(SH_LD)' |
|
672 DL_LDFLAGS='$(SH_LDFLAGS)' |
|
673 MKOCTFILE_DL_LDFLAGS='$(DL_LDFLAGS)' |
3036
|
674 SONAME_FLAGS= |
2813
|
675 RLD_FLAG= |
4199
|
676 NO_OCT_FILE_STRIP=false |
4323
|
677 TEMPLATE_AR='$(AR)' |
3775
|
678 TEMPLATE_ARFLAGS="$ARFLAGS" |
4104
|
679 library_path_var=LD_LIBRARY_PATH |
2813
|
680 case "$canonical_host_type" in |
4323
|
681 *-*-386bsd* | *-*-openbsd* | *-*-netbsd*) |
2813
|
682 SH_LD=ld |
|
683 SH_LDFLAGS=-Bshareable |
|
684 ;; |
4323
|
685 *-*-freebsd*) |
|
686 SH_LD='$(CC)' |
|
687 SH_LDFLAGS=-shared -Wl,-x |
|
688 ;; |
3127
|
689 alpha*-dec-osf*) |
2813
|
690 CPICFLAG= |
|
691 CXXPICFLAG= |
|
692 FPICFLAG= |
4283
|
693 SH_LDFLAGS="-shared -Wl,-expect_unresolved -Wl,'*'" |
|
694 RLD_FLAG='-Wl,-rpath -Wl,$(octlibdir)' |
2813
|
695 ;; |
3956
|
696 *-*-darwin*) |
4759
|
697 DL_LDFLAGS='-bundle -bundle_loader $(TOPDIR)/src/octave $(LDFLAGS)' |
|
698 MKOCTFILE_DL_LDFLAGS='-bundle -bundle_loader $(bindir)/octave-$(version)$(EXEEXT)' |
|
699 SH_LDFLAGS='-dynamiclib -single_module $(LDFLAGS)' |
4157
|
700 CXXPICFLAG= |
|
701 CPICFLAG= |
|
702 FPICFLAG= |
4759
|
703 SHLEXT=dylib |
|
704 SHLLIB='$(SHLEXT)' |
|
705 SHLEXT_VER='$(version).$(SHLEXT)' |
|
706 SHLLIB_VER='$(version).$(SHLLIB)' |
4199
|
707 NO_OCT_FILE_STRIP=true |
4786
|
708 SONAME_FLAGS='-install_name $(octlibdir)/$@' |
4759
|
709 library_path_var=DYLD_LIBRARY_PATH |
3956
|
710 ;; |
4105
|
711 *-*-cygwin* | *-*-mingw*) |
4102
|
712 CXXPICFLAG= |
|
713 CPICFLAG= |
|
714 FPICFLAG= |
|
715 SHLEXT=dll |
|
716 SHLLIB=dll.a |
|
717 SHLBIN=dll |
4104
|
718 SH_LDFLAGS="-shared -Wl,--export-all-symbols -Wl,--enable-auto-import" |
4102
|
719 SHLLINKEXT=.dll |
|
720 SONAME_FLAGS='-Wl,--out-implib=$@.a' |
4104
|
721 library_path_var=PATH |
4102
|
722 ;; |
3740
|
723 *-*-linux* | *-*-gnu*) |
4906
|
724 MKOCTFILE_DL_LDFLAGS="-shared -Wl,-Bsymbolic" |
4283
|
725 SONAME_FLAGS='-Wl,-soname -Wl,$@' |
|
726 RLD_FLAG='-Wl,-rpath -Wl,$(octlibdir)' |
2813
|
727 ;; |
3887
|
728 i[[3456]]86-*-sco3.2v5*) |
4283
|
729 SONAME_FLAGS='-Wl,-h -Wl,$@' |
3705
|
730 RLD_FLAG= |
3160
|
731 SH_LDFLAGS=-G |
|
732 ;; |
2813
|
733 rs6000-ibm-aix* | powerpc-ibm-aix*) |
|
734 CPICFLAG= |
|
735 CXXPICFLAG= |
|
736 FPICFLAG= |
|
737 DLFCN_DIR=dlfcn |
|
738 ;; |
|
739 hppa*-hp-hpux*) |
3887
|
740 if test "$ac_cv_f77_compiler_gnu" = yes; then |
2813
|
741 FPICFLAG=-fPIC |
|
742 else |
|
743 FPICFLAG=+Z |
|
744 fi |
|
745 SHLEXT=sl |
|
746 SH_LDFLAGS="-shared -fPIC" |
4283
|
747 RLD_FLAG='-Wl,+b -Wl,$(octlibdir)' |
2813
|
748 ;; |
|
749 *-sgi-*) |
|
750 CPICFLAG= |
|
751 CXXPICFLAG= |
|
752 FPICFLAG= |
4353
|
753 RLD_FLAG='-rpath $(octlibdir)' |
2813
|
754 ;; |
|
755 sparc-sun-sunos4*) |
3887
|
756 if test "$ac_cv_f77_compiler_gnu" = yes; then |
2813
|
757 FPICFLAG=-fPIC |
|
758 else |
|
759 FPICFLAG=-PIC |
|
760 fi |
3059
|
761 SH_LD=ld |
|
762 SH_LDFLAGS="-assert nodefinitions" |
3162
|
763 RLD_FLAG='-L$(octlibdir)' |
2813
|
764 ;; |
3606
|
765 sparc-sun-solaris2* | i386-pc-solaris2*) |
3887
|
766 if test "$ac_cv_f77_compiler_gnu" = yes; then |
2813
|
767 FPICFLAG=-fPIC |
|
768 else |
3775
|
769 FPICFLAG=-KPIC |
|
770 fi |
|
771 if test "$GCC" = yes; then |
|
772 CPICFLAG=-fPIC |
|
773 else |
|
774 CPICFLAG=-KPIC |
2813
|
775 fi |
3775
|
776 if test "$GXX" = yes; then |
|
777 CXXPICFLAG=-fPIC |
|
778 SH_LDFLAGS=-shared |
|
779 else |
|
780 CXXPICFLAG=-KPIC |
|
781 SH_LDFLAGS=-G |
|
782 fi |
|
783 RLD_FLAG='-R $(octlibdir)' |
|
784 # Template closures in archive libraries need a different mechanism. |
3820
|
785 if test "$GXX" = yes; then |
3775
|
786 true |
|
787 else |
4323
|
788 TEMPLATE_AR='$(CXX)' |
3775
|
789 TEMPLATE_ARFLAGS="-xar -o" |
|
790 fi |
2813
|
791 ;; |
|
792 esac |
|
793 |
|
794 if $use_rpath; then |
4353
|
795 if test -n "$enable_rpath_arg"; then |
|
796 RLD_FLAG="$enable_rpath_arg" |
|
797 fi |
2813
|
798 else |
4353
|
799 RLD_FLAG="" |
2813
|
800 fi |
|
801 |
|
802 AC_MSG_RESULT([defining FPICFLAG to be $FPICFLAG]) |
|
803 AC_MSG_RESULT([defining CPICFLAG to be $CPICFLAG]) |
|
804 AC_MSG_RESULT([defining CXXPICFLAG to be $CXXPICFLAG]) |
|
805 AC_MSG_RESULT([defining SHLEXT to be $SHLEXT]) |
4126
|
806 AC_MSG_RESULT([defining SHLLIB to be $SHLLIB]) |
|
807 AC_MSG_RESULT([defining SHLBIN to be $SHLBIN]) |
|
808 AC_MSG_RESULT([defining SHLEXT_VER to be $SHLEXT_VER]) |
|
809 AC_MSG_RESULT([defining SHLLIB_VER to be $SHLLIB_VER]) |
|
810 AC_MSG_RESULT([defining SHLBIN_VER to be $SHLBIN_VER]) |
|
811 AC_MSG_RESULT([defining SHLLINKEXT to be $SHLLINKEXT]) |
2813
|
812 AC_MSG_RESULT([defining DLFCN_DIR to be $DLFCN_DIR]) |
|
813 AC_MSG_RESULT([defining SH_LD to be $SH_LD]) |
|
814 AC_MSG_RESULT([defining SH_LDFLAGS to be $SH_LDFLAGS]) |
4759
|
815 AC_MSG_RESULT([defining DL_LD to be $DL_LD]) |
|
816 AC_MSG_RESULT([defining DL_LDFLAGS to be $DL_LDFLAGS]) |
|
817 AC_MSG_RESULT([defining MKOCTFILE_DL_LDFLAGS to be $MKOCTFILE_DL_LDFLAGS]) |
3036
|
818 AC_MSG_RESULT([defining SONAME_FLAGS to be $SONAME_FLAGS]) |
4199
|
819 AC_MSG_RESULT([defining NO_OCT_FILE_STRIP to be $NO_OCT_FILE_STRIP]) |
2813
|
820 AC_MSG_RESULT([defining RLD_FLAG to be $RLD_FLAG]) |
3775
|
821 AC_MSG_RESULT([defining TEMPLATE_AR to be $TEMPLATE_AR]) |
|
822 AC_MSG_RESULT([defining TEMPLATE_ARFLAGS to be $TEMPLATE_ARFLAGS]) |
4104
|
823 AC_MSG_RESULT([defining library_path_var to be $library_path_var]) |
2813
|
824 AC_SUBST(FPICFLAG) |
|
825 AC_SUBST(CPICFLAG) |
|
826 AC_SUBST(CXXPICFLAG) |
|
827 AC_SUBST(SHLEXT) |
4102
|
828 AC_SUBST(SHLLIB) |
|
829 AC_SUBST(SHLBIN) |
4126
|
830 AC_SUBST(SHLEXT_VER) |
|
831 AC_SUBST(SHLLIB_VER) |
|
832 AC_SUBST(SHLBIN_VER) |
|
833 AC_SUBST(SHLLINKEXT) |
2813
|
834 AC_SUBST(DLFCN_DIR) |
|
835 AC_SUBST(SH_LD) |
|
836 AC_SUBST(SH_LDFLAGS) |
4759
|
837 AC_SUBST(DL_LD) |
|
838 AC_SUBST(DL_LDFLAGS) |
|
839 AC_SUBST(MKOCTFILE_DL_LDFLAGS) |
3036
|
840 AC_SUBST(SONAME_FLAGS) |
4199
|
841 AC_SUBST(NO_OCT_FILE_STRIP) |
2813
|
842 AC_SUBST(RLD_FLAG) |
3775
|
843 AC_SUBST(TEMPLATE_AR) |
|
844 AC_SUBST(TEMPLATE_ARFLAGS) |
4104
|
845 AC_SUBST(library_path_var) |
4102
|
846 |
2813
|
847 ### special checks for odd OS specific things. |
|
848 ### |
|
849 ### I am told that on some SCO systems, the only place to find some |
|
850 ### functions like gethostname and gettimeofday is in libsocket. |
|
851 |
3887
|
852 AC_CHECK_FUNCS(gethostname, [], [AC_CHECK_LIB(socket, gethostname)]) |
|
853 AC_CHECK_FUNCS(getpwnam, [], [AC_CHECK_LIB(sun, getpwnam)]) |
2813
|
854 |
4388
|
855 case "$canonical_host_type" in |
|
856 *-*-cygwin* | *-*-mingw*) |
|
857 AC_CHECK_LIB(wsock32, gethostname) |
|
858 ;; |
|
859 esac |
|
860 |
4353
|
861 ### Type stuff. |
|
862 |
|
863 AC_TYPE_MODE_T |
|
864 AC_TYPE_OFF_T |
|
865 AC_TYPE_PID_T |
|
866 AC_TYPE_SIZE_T |
|
867 AC_TYPE_UID_T |
|
868 AC_CHECK_TYPES([dev_t, ino_t, nlink_t, nlink_t]) |
|
869 AC_CHECK_TYPES([long long int, unsigned long long int]) |
|
870 AC_CHECK_TYPES([sigset_t, sig_atomic_t], , , [#include <signal.h>]) |
|
871 |
2813
|
872 ### How big are ints and how are they oriented? These could probably |
|
873 ### be eliminated in favor of run-time checks. |
|
874 |
3888
|
875 AC_CHECK_SIZEOF(short) |
|
876 AC_CHECK_SIZEOF(int) |
|
877 AC_CHECK_SIZEOF(long) |
|
878 AC_CHECK_SIZEOF(long long) |
2813
|
879 |
|
880 ### Does the C compiler handle alloca() and const correctly? |
|
881 |
4602
|
882 AC_FUNC_ALLOCA |
2813
|
883 AC_C_CONST |
|
884 |
|
885 ### See if we should define NPOS. |
|
886 |
|
887 OCTAVE_STRING_NPOS |
|
888 |
4360
|
889 ### See if we should use placement delete. |
|
890 |
|
891 OCTAVE_PLACEMENT_DELETE |
|
892 |
4366
|
893 ### See if we can auto allocate variable sized arrays. |
|
894 |
|
895 OCTAVE_DYNAMIC_AUTO_ARRAYS |
|
896 |
869
|
897 ### Checks for header files. |
|
898 |
832
|
899 AC_HEADER_STDC |
|
900 AC_HEADER_DIRENT |
1377
|
901 AC_HEADER_TIME |
|
902 AC_HEADER_SYS_WAIT |
2097
|
903 |
4051
|
904 ### C headers |
|
905 |
4067
|
906 AC_CHECK_HEADERS(assert.h curses.h direct.h dlfcn.h fcntl.h float.h \ |
4051
|
907 floatingpoint.h grp.h ieeefp.h limits.h memory.h nan.h \ |
|
908 ncurses.h poll.h pwd.h stdlib.h string.h sys/ioctl.h \ |
3308
|
909 sys/param.h sys/poll.h sys/resource.h sys/select.h sys/stat.h \ |
|
910 sys/time.h sys/times.h sys/types.h sys/utsname.h termcap.h \ |
3887
|
911 unistd.h varargs.h) |
|
912 |
4051
|
913 ### C++ headers |
|
914 |
|
915 AC_LANG_PUSH(C++) |
|
916 AC_CHECK_HEADERS(sstream) |
|
917 AC_LANG_POP(C++) |
|
918 |
3887
|
919 have_termios_h=no |
|
920 AC_CHECK_HEADERS($TERMIOS_H, have_termios_h=yes) |
|
921 AC_CHECK_HEADERS(termio.h, have_termio_h=yes, have_termio_h=no) |
|
922 AC_CHECK_HEADERS(sgtty.h, have_sgtty_h=yes, have_sgtty_h=no) |
4067
|
923 AC_CHECK_HEADERS(conio.h, have_conio_h=yes, have_conio_h=no) |
3249
|
924 |
3225
|
925 ### I'm told that termios.h is broken on NeXT systems. |
|
926 |
|
927 case "$canonical_host_type" in |
|
928 *-*-nextstep*) |
3887
|
929 if test "$have_termios_h" = yes; then |
3249
|
930 AC_MSG_WARN([Ignoring termios.h on NeXT systems.]) |
3887
|
931 have_termios_h=no |
3249
|
932 fi |
3225
|
933 ;; |
|
934 esac |
|
935 |
3887
|
936 if test "$have_termios_h" = yes \ |
|
937 || test "$have_termio_h" = yes \ |
|
938 || test "$have_sgtty_h" = yes; then |
832
|
939 true |
|
940 else |
4064
|
941 AC_MSG_WARN([I couldn't find termios.h, termio.h, or sgtty.h!]) |
832
|
942 fi |
869
|
943 |
1788
|
944 ### Checks for functions and variables. |
869
|
945 |
5138
|
946 AC_CHECK_FUNCS(atexit basename bcopy bzero canonicalize_file_name \ |
|
947 dup2 endgrent endpwent execvp fcntl fork getcwd getegid geteuid \ |
|
948 getgid getgrent getgrgid getgrnam getpgrp getpid getppid getpwent \ |
|
949 getpwuid gettimeofday getuid getwd _kbhit kill link localtime_r \ |
|
950 lstat memmove mkdir mkfifo mkstemp on_exit pipe poll putenv raise \ |
|
951 readlink rename resolvepath rindex rmdir round select setgrent \ |
|
952 setpwent setvbuf sigaction siglongjmp sigpending sigprocmask \ |
|
953 sigsuspend stat strcasecmp strdup strerror strftime stricmp \ |
|
954 strncasecmp strnicmp strptime symlink tempnam umask unlink usleep \ |
|
955 vfprintf vsprintf vsnprintf waitpid) |
1300
|
956 |
1708
|
957 OCTAVE_SMART_PUTENV |
|
958 |
4110
|
959 ### Dynamic linking is now enabled only if we are building shared |
|
960 ### libs and some API for dynamic linking is detected. |
|
961 |
3705
|
962 LD_CXX='$(CXX)' |
2064
|
963 LIBDLFCN= |
|
964 DLFCN_INCFLAGS= |
3232
|
965 RDYNAMIC_FLAG= |
4110
|
966 DL_API_MSG="" |
|
967 dlopen_api=false |
|
968 shl_load_api=false |
|
969 loadlibrary_api=false |
4163
|
970 dyld_api=false |
4110
|
971 |
4163
|
972 if $SHARED_LIBS || $ENABLE_DYNAMIC_LINKING; then |
|
973 |
|
974 ### Check for dyld first since OS X can have a non-standard libdl |
4110
|
975 |
4163
|
976 AC_CHECK_HEADER(Mach-O/dyld.h) |
4201
|
977 if test "$ac_cv_header_Mach_O_dyld_h" = yes; then |
4163
|
978 dyld_api=true |
|
979 else |
4189
|
980 AC_CHECK_LIB(dld, shl_load) |
|
981 AC_CHECK_FUNCS(shl_load shl_findsym) |
4201
|
982 if test "$ac_cv_func_shl_load" = yes \ |
|
983 && test "$ac_cv_func_shl_findsym" = yes; then |
4189
|
984 shl_load_api=true |
4110
|
985 else |
4189
|
986 AC_CHECK_LIB(wsock32, LoadLibrary) |
|
987 AC_CHECK_FUNCS(LoadLibrary) |
4201
|
988 if test "$ac_cv_func_loadlibrary" = yes; then |
4189
|
989 loadlibrary_api=true |
2063
|
990 else |
4189
|
991 AC_CHECK_LIB(dl, dlopen) |
|
992 AC_CHECK_FUNCS(dlopen dlsym dlerror dlclose) |
4201
|
993 if test "$ac_cv_func_dlclose" = yes \ |
|
994 && test "$ac_cv_func_dlerror" = yes \ |
|
995 && test "$ac_cv_func_dlopen" = yes \ |
|
996 && test "$ac_cv_func_dlsym" = yes; then |
4189
|
997 dlopen_api=true |
|
998 else |
4163
|
999 case "$canonical_host_type" in |
|
1000 rs6000-ibm-aix* | powerpc-ibm-aix*) |
|
1001 LIBDLFCN="-ldlfcn -ll -lld" |
|
1002 DLFCN_INCFLAGS='-I$(top_srcdir)/dlfcn -I$(TOPDIR)/dlfcn' |
|
1003 dlopen_api=true |
|
1004 ;; |
|
1005 i[[3456]]86-*-sco3.2v5*) |
|
1006 LD_CXX='LD_RUN_PATH=$LD_RUN_PATH:$(octlibdir) $(CXX)' |
|
1007 dlopen_api=true |
|
1008 ;; |
|
1009 esac |
|
1010 fi |
2063
|
1011 fi |
4110
|
1012 fi |
|
1013 fi |
|
1014 |
|
1015 if $dlopen_api; then |
|
1016 DL_API_MSG="(dlopen)" |
|
1017 AC_DEFINE(HAVE_DLOPEN_API, 1, [Define if your system has dlopen, dlsym, dlerror, and dlclose for dynamic linking]) |
3958
|
1018 OCTAVE_CXX_FLAG(-rdynamic, [RDYNAMIC_FLAG=-rdynamic]) |
4110
|
1019 elif $shl_load_api; then |
|
1020 DL_API_MSG="(shl_load)" |
|
1021 AC_DEFINE(HAVE_SHL_LOAD_API, 1, [Define if your system has shl_load and shl_findsym for dynamic linking]) |
|
1022 elif $loadlibrary_api; then |
|
1023 DL_API_MSG="(LoadLibrary)" |
|
1024 AC_DEFINE(HAVE_LOADLIBRARY_API, 1, [Define if your system has LoadLibrary for dynamic linking]) |
4163
|
1025 elif $dyld_api; then |
|
1026 DL_API_MSG="(dyld)" |
|
1027 AC_DEFINE(HAVE_DYLD_API, 1, [Define if your system has dyld for dynamic linking]) |
4110
|
1028 fi |
|
1029 |
4163
|
1030 if $dlopen_api || $shl_load_api || $loadlibrary_api || $dyld_api; then |
4128
|
1031 ENABLE_DYNAMIC_LINKING=true |
|
1032 AC_DEFINE(ENABLE_DYNAMIC_LINKING, 1, [Define if using dynamic linking]) |
1978
|
1033 fi |
4163
|
1034 fi |
|
1035 |
|
1036 if $SHARED_LIBS; then |
|
1037 LIBOCTINTERP=-loctinterp$SHLLINKEXT |
|
1038 LIBOCTAVE=-loctave$SHLLINKEXT |
|
1039 LIBCRUFT=-lcruft$SHLLINKEXT |
1978
|
1040 else |
4110
|
1041 LIBOCTINTERP='$(TOPDIR)/src/liboctinterp.$(LIBEXT)' |
|
1042 LIBOCTAVE='$(TOPDIR)/liboctave/liboctave.$(LIBEXT)' |
|
1043 LIBCRUFT='$(TOPDIR)/libcruft/libcruft.$(LIBEXT)' |
1664
|
1044 fi |
4163
|
1045 |
4110
|
1046 AC_SUBST(LD_CXX) |
2064
|
1047 AC_SUBST(LIBDLFCN) |
|
1048 AC_SUBST(DLFCN_INCFLAGS) |
3232
|
1049 AC_SUBST(RDYNAMIC_FLAG) |
4128
|
1050 AC_SUBST(ENABLE_DYNAMIC_LINKING) |
4110
|
1051 AC_SUBST(LIBOCTINTERP) |
|
1052 AC_SUBST(LIBOCTAVE) |
|
1053 AC_SUBST(LIBCRUFT) |
1901
|
1054 |
1300
|
1055 ### There is more than one possible prototype for gettimeofday. See |
2782
|
1056 ### which one (if any) appears in sys/time.h. These tests are from |
|
1057 ### Emacs 19. |
1300
|
1058 |
2782
|
1059 AC_MSG_CHECKING(for struct timeval) |
|
1060 AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME |
|
1061 #include <sys/time.h> |
|
1062 #include <time.h> |
|
1063 #else |
|
1064 #ifdef HAVE_SYS_TIME_H |
|
1065 #include <sys/time.h> |
|
1066 #else |
|
1067 #include <time.h> |
|
1068 #endif |
|
1069 #endif], [static struct timeval x; x.tv_sec = x.tv_usec;], |
|
1070 [AC_MSG_RESULT(yes) |
|
1071 HAVE_TIMEVAL=yes |
3887
|
1072 AC_DEFINE(HAVE_TIMEVAL, 1, [Define if struct timeval is defined.])], |
2782
|
1073 [AC_MSG_RESULT(no) |
|
1074 HAVE_TIMEVAL=no]) |
|
1075 |
|
1076 if test "x$HAVE_TIMEVAL" = xyes; then |
|
1077 AC_MSG_CHECKING(whether gettimeofday can't accept two arguments) |
|
1078 AC_TRY_LINK([#ifdef TIME_WITH_SYS_TIME |
|
1079 #include <sys/time.h> |
|
1080 #include <time.h> |
|
1081 #else |
|
1082 #ifdef HAVE_SYS_TIME_H |
|
1083 #include <sys/time.h> |
|
1084 #else |
|
1085 #include <time.h> |
|
1086 #endif |
|
1087 #endif],[struct timeval time; struct timezone dummy; |
|
1088 gettimeofday (&time, &dummy);], [AC_MSG_RESULT(no)], |
|
1089 [AC_MSG_RESULT(yes) |
3887
|
1090 AC_DEFINE(GETTIMEOFDAY_NO_TZ, 1, [Define if your system has a single-arg prototype for gettimeofday.])]) |
2782
|
1091 fi |
869
|
1092 |
832
|
1093 dnl Would like to get rid of this cruft, and just have |
|
1094 dnl |
|
1095 dnl AC_CHECK_FUNCS(finite isnan isinf) |
|
1096 dnl |
|
1097 dnl instead, but that used to fail on some systems... |
369
|
1098 dnl |
832
|
1099 dnl Also just using AC_CHECK_FUNCS doesn't seem to work to find isinf |
|
1100 dnl and isnan on Linux systems, so we use AC_CHECK_FUNC, and if that |
369
|
1101 dnl fails, we try again by including math.h and invoking the function |
|
1102 dnl with an argument. |
869
|
1103 |
2508
|
1104 ### I am told that Inf and NaN don't work on m68k HP sytems, and that |
|
1105 ### on SCO systems, isnan and isinf don't work, but they can be |
|
1106 ### replaced by something that does. |
956
|
1107 |
|
1108 case "$canonical_host_type" in |
1384
|
1109 m68k-hp-hpux*) |
956
|
1110 ;; |
2508
|
1111 *-*-sco*) |
|
1112 AC_MSG_RESULT([defining SCO to be 1]) |
3887
|
1113 AC_DEFINE(SCO, 1, [Define if using an SCO system.]) |
2508
|
1114 AC_MSG_RESULT([forcing HAVE_ISINF for SCO]) |
3887
|
1115 AC_DEFINE(HAVE_ISINF, 1, [Define if you have isinf().]) |
2508
|
1116 AC_MSG_RESULT([forcing HAVE_ISNAN for SCO]) |
3887
|
1117 AC_DEFINE(HAVE_ISNAN, 1, [Define if you have isnan().]) |
2508
|
1118 ;; |
956
|
1119 *) |
4349
|
1120 AC_CHECK_FUNCS(finite isnan isinf copysign signbit) |
5098
|
1121 AC_CHECK_DECLS(signbit, , , [#include <math.h>]) |
956
|
1122 ;; |
|
1123 esac |
|
1124 |
1076
|
1125 ### Check for nonstandard but common math functions that we need. |
|
1126 |
3130
|
1127 AC_CHECK_FUNCS(acosh asinh atanh erf erfc) |
|
1128 |
869
|
1129 ### Checks for OS specific cruft. |
|
1130 |
3887
|
1131 AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_blocks, struct stat.st_rdev]) |
|
1132 |
405
|
1133 AC_STRUCT_TM |
1186
|
1134 AC_STRUCT_TIMEZONE |
1388
|
1135 AC_FUNC_CLOSEDIR_VOID |
1225
|
1136 |
3892
|
1137 AC_CHECK_MEMBERS(struct group.gr_passwd) |
2548
|
1138 |
4067
|
1139 # mkdir takes a single argument on some systems. |
|
1140 OCTAVE_MKDIR_TAKES_ONE_ARG |
|
1141 |
3887
|
1142 octave_found_termlib=no |
2592
|
1143 for termlib in ncurses curses termcap terminfo termlib; do |
2034
|
1144 AC_CHECK_LIB(${termlib}, tputs, [TERMLIBS="${TERMLIBS} -l${termlib}"]) |
405
|
1145 case "${TERMLIBS}" in |
|
1146 *-l${termlib}*) |
3822
|
1147 LIBS="$TERMLIBS $LIBS" |
4102
|
1148 AC_SUBST(TERMLIBS) |
3887
|
1149 octave_found_termlib=yes |
405
|
1150 break |
|
1151 ;; |
|
1152 esac |
|
1153 done |
869
|
1154 |
3887
|
1155 if test "$octave_found_termlib" = no; then |
|
1156 warn_termlibs="I couldn't find -ltermcap, -lterminfo, -lncurses, -lcurses, o\ |
|
1157 r -ltermlib!" |
3105
|
1158 AC_MSG_WARN($warn_termlibs) |
2488
|
1159 fi |
|
1160 |
3822
|
1161 OCTAVE_ENABLE_READLINE |
|
1162 |
832
|
1163 AC_MSG_CHECKING([for struct exception in math.h]) |
|
1164 AC_TRY_LINK([#include <math.h>], |
|
1165 [struct exception *x; x->type; x->name;], |
835
|
1166 AC_MSG_RESULT(yes) |
3887
|
1167 AC_DEFINE(EXCEPTION_IN_MATH, 1, [Define if your math.h declares struct exception for matherr().]), |
869
|
1168 AC_MSG_RESULT(no)) |
|
1169 |
|
1170 ### Signal stuff. |
|
1171 |
834
|
1172 AC_TYPE_SIGNAL |
4214
|
1173 AC_CHECK_DECL([sys_siglist], |
|
1174 [AC_DEFINE(SYS_SIGLIST_DECLARED, 1, [Define if your system has a declaration of sys_siglist.])], |
|
1175 [AC_CHECK_DECLS([sys_siglist])], [#include <signal.h>]) |
885
|
1176 AC_MSG_CHECKING([for sys_siglist variable]) |
|
1177 AC_TRY_LINK([#include <stdio.h>], |
|
1178 [extern char *sys_siglist[]; printf ("%s\n", sys_siglist[1]);], |
|
1179 AC_MSG_RESULT(yes) |
3887
|
1180 AC_DEFINE(HAVE_SYS_SIGLIST, 1, [Define if your system has a sys_siglist variable.]), |
885
|
1181 AC_MSG_RESULT(no)) |
2470
|
1182 OCTAVE_SIGNAL_CHECK |
|
1183 OCTAVE_REINSTALL_SIGHANDLERS |
869
|
1184 |
2633
|
1185 ### A system dependent kluge or two. |
|
1186 |
2035
|
1187 AC_CHECK_FUNCS(getrusage times) |
2427
|
1188 case "$canonical_host_type" in |
3971
|
1189 *-*-cygwin*) |
3887
|
1190 AC_DEFINE(RUSAGE_TIMES_ONLY, 1, [Define if your struct rusage only has time information.]) |
2427
|
1191 ;; |
|
1192 esac |
|
1193 |
2762
|
1194 bsd_gcc_kluge_targets_frag=/dev/null |
2633
|
1195 case "$canonical_host_type" in |
|
1196 *-*-386bsd* | *-*-openbsd* | *-*-netbsd* | *-*-freebsd*) |
|
1197 bsd_gcc_kluge_targets_frag=Makefrag.bsd |
|
1198 cat << \EOF > $bsd_gcc_kluge_targets_frag |
|
1199 |
|
1200 lex.o: lex.cc |
|
1201 $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< |
|
1202 |
|
1203 pt-plot.o: pt-plot.cc |
|
1204 $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< |
|
1205 |
|
1206 symtab.o: symtab.cc |
|
1207 $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< |
|
1208 |
|
1209 toplev.o: toplev.cc |
|
1210 $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< |
|
1211 |
|
1212 unwind-prot.o: unwind-prot.cc |
|
1213 $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< |
|
1214 |
|
1215 EOF |
|
1216 ;; |
|
1217 esac |
|
1218 AC_SUBST_FILE(bsd_gcc_kluge_targets_frag) |
|
1219 |
869
|
1220 ### Checks for other programs used for building, testing, installing, |
|
1221 ### and running Octave. |
|
1222 |
4544
|
1223 AC_PROG_AWK |
4084
|
1224 OCTAVE_PROG_SED |
|
1225 |
3729
|
1226 OCTAVE_PROG_FLEX |
|
1227 OCTAVE_PROG_BISON |
869
|
1228 |
1722
|
1229 AC_PROG_LN_S |
|
1230 |
3222
|
1231 OCTAVE_PROG_NM |
3130
|
1232 OCTAVE_PROG_RUNTEST |
869
|
1233 |
405
|
1234 AC_PROG_INSTALL |
2642
|
1235 INSTALL_SCRIPT='${INSTALL}' |
|
1236 AC_SUBST(INSTALL_SCRIPT) |
869
|
1237 |
3130
|
1238 OCTAVE_PROG_GNUPLOT |
|
1239 OCTAVE_PROG_PAGER |
3673
|
1240 OCTAVE_PROG_GPERF |
3130
|
1241 |
2032
|
1242 ### Even though we include config.h, we need to have the preprocessor |
|
1243 ### defines available in a variable for the octave-bug script. Use |
|
1244 ### UGLY_DEFS for that. |
|
1245 |
|
1246 AC_OUTPUT_MAKE_DEFS |
3956
|
1247 |
|
1248 |
|
1249 dnl Maybe this should really be conditional on "broken sed", or |
|
1250 dnl "broken shell backslash quoting" or somesuch. |
|
1251 dnl |
|
1252 case "$canonical_host_type" in |
|
1253 *-*-darwin*) |
|
1254 UGLY_DEFS=`echo $DEFS | sed 's,\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",g'` |
|
1255 ;; |
|
1256 *) |
|
1257 UGLY_DEFS=`echo $DEFS | sed 's,\\",\\\\\\\\\\\\\\\\\\",g'` |
|
1258 ;; |
|
1259 esac |
2032
|
1260 AC_MSG_RESULT([defining UGLY_DEFS to be $UGLY_DEFS]) |
|
1261 AC_SUBST(UGLY_DEFS) |
|
1262 |
4645
|
1263 ### Maybe add -Wall, -W, and -Wshadow to compiler flags now that we're |
4587
|
1264 ### done feature testing. |
869
|
1265 |
3131
|
1266 if test -z "$EXTERN_CFLAGS"; then |
4626
|
1267 OCTAVE_CC_FLAG(-Wall, [ |
|
1268 WARN_CFLAGS="$WARN_CFLAGS -Wall"; |
|
1269 AC_MSG_RESULT([adding -Wall to WARN_CFLAGS])]) |
4645
|
1270 OCTAVE_CC_FLAG(-W, [ |
|
1271 WARN_CFLAGS="$WARN_CFLAGS -W"; |
|
1272 AC_MSG_RESULT([adding -W to WARN_CFLAGS])]) |
4626
|
1273 OCTAVE_CC_FLAG(-Wshadow, [ |
|
1274 WARN_CFLAGS="$WARN_CFLAGS -Wshadow"; |
|
1275 AC_MSG_RESULT([adding -Wshadow to WARN_CFLAGS])]) |
405
|
1276 fi |
3131
|
1277 |
|
1278 if test -z "$EXTERN_CXXFLAGS"; then |
4626
|
1279 OCTAVE_CXX_FLAG(-Wall, [ |
|
1280 WARN_CXXFLAGS="$WARN_CXXFLAGS -Wall"; |
|
1281 AC_MSG_RESULT([adding -Wall to WARN_CXXFLAGS])]) |
4645
|
1282 OCTAVE_CXX_FLAG(-W, [ |
|
1283 WARN_CXXFLAGS="$WARN_CXXFLAGS -W"; |
|
1284 AC_MSG_RESULT([adding -W to WARN_CXXFLAGS])]) |
4626
|
1285 OCTAVE_CXX_FLAG(-Wshadow, [ |
|
1286 WARN_CXXFLAGS="$WARN_CXXFLAGS -Wshadow"; |
|
1287 AC_MSG_RESULT([adding -Wshadow to WARN_CXXFLAGS])]) |
405
|
1288 fi |
869
|
1289 |
2813
|
1290 ### Someday, maybe include -ansi and even -pedantic in this list... |
|
1291 |
4971
|
1292 GCC_PICKY_FLAGS="-Wcast-align -Wcast-qual -Wmissing-prototypes \ |
|
1293 -Wpointer-arith -Wstrict-prototypes -Wwrite-strings" |
2813
|
1294 |
4971
|
1295 GXX_PICKY_FLAGS="$GCC_PICKY_FLAGS -Weffc++ -Wenum-clash" |
2813
|
1296 |
|
1297 AC_ARG_ENABLE(picky-flags, |
|
1298 [ --enable-picky-flags add picky options to CFLAGS, CXXFLAGS, FFLAGS], |
3131
|
1299 [if test "$enableval" = no; then |
|
1300 true |
2813
|
1301 elif test "$enableval" = yes; then |
3131
|
1302 if test -z "$EXTERN_CFLAGS"; then |
|
1303 for flag in $GCC_PICKY_FLAGS; do |
4626
|
1304 OCTAVE_CC_FLAG($flag, [ |
|
1305 WARN_CFLAGS="$WARN_CFLAGS $flag"; |
|
1306 AC_MSG_RESULT([adding $flag to WARN_CFLAGS])]) |
3131
|
1307 done |
2813
|
1308 fi |
3131
|
1309 if test -z "$EXTERN_CXXFLAGS"; then |
|
1310 for flag in $GXX_PICKY_FLAGS; do |
4626
|
1311 OCTAVE_CXX_FLAG($flag, [ |
|
1312 WARN_CXXFLAGS="$WARN_CXXFLAGS $flag"; |
|
1313 AC_MSG_RESULT([adding $flag to WARN_CXXFLAGS])]) |
3131
|
1314 done |
2813
|
1315 fi |
|
1316 fi], []) |
|
1317 |
4626
|
1318 AC_SUBST(WARN_CFLAGS) |
|
1319 AC_SUBST(WARN_CXXFLAGS) |
|
1320 |
1146
|
1321 ### Run configure in subdirectories. |
|
1322 |
1304
|
1323 export CC |
|
1324 export CXX |
|
1325 export F77 |
|
1326 |
4378
|
1327 AC_CONFIG_SUBDIRS(scripts) |
3887
|
1328 |
|
1329 if test "x$PLPLOT_DIR" = xplplot; then |
5169
|
1330 AC_CONFIG_SUBDIRS(plplot) |
3887
|
1331 fi |
1146
|
1332 |
3923
|
1333 ### Some things to add to the bottom of config.h. |
|
1334 |
|
1335 AH_BOTTOM([ |
|
1336 #if defined (__GNUC__) |
|
1337 #define GCC_ATTR_NORETURN __attribute__ ((__noreturn__)) |
|
1338 #define GCC_ATTR_UNUSED __attribute__ ((__unused__)) |
|
1339 #else |
|
1340 #define GCC_ATTR_NORETURN |
|
1341 #define GCC_ATTR_UNUSED |
|
1342 #endif |
|
1343 |
|
1344 #define CONST_CAST(T, E) (T) (E) |
|
1345 |
|
1346 #define DYNAMIC_CAST(T, E) (T) (E) |
|
1347 |
|
1348 #define REINTERPRET_CAST(T, E) (T) (E) |
|
1349 |
|
1350 #define STATIC_CAST(T, E) (T) (E) |
|
1351 |
|
1352 #define X_CAST(T, E) (T) (E) |
|
1353 |
|
1354 #if defined(HAVE_F2C) && !defined(F77_FUNC) |
|
1355 # define F77_FUNC(x,X) x ## _ |
|
1356 # define F77_FUNC_(x,X) x ## __ |
|
1357 #endif |
|
1358 |
|
1359 #if !defined(HAVE_DEV_T) |
4064
|
1360 typedef short dev_t; |
3923
|
1361 #endif |
|
1362 |
|
1363 #if !defined(HAVE_INO_T) |
4064
|
1364 typedef unsigned long ino_t; |
3923
|
1365 #endif |
|
1366 |
|
1367 #if !defined(HAVE_NLINK_T) |
4064
|
1368 typedef short nlink_t; |
3923
|
1369 #endif |
|
1370 |
|
1371 #if !defined(HAVE_SIGSET_T) |
4064
|
1372 typedef int sigset_t; |
3923
|
1373 #endif |
4101
|
1374 |
4180
|
1375 #if !defined(HAVE_SIG_ATOMIC_T) |
|
1376 typedef int sig_atomic_t; |
|
1377 #endif |
|
1378 |
4101
|
1379 #define OCTAVE_HAVE_POSIX_FILESYSTEM 1 |
|
1380 |
4377
|
1381 #if defined (__WIN32__) && ! defined (__CYGWIN__) |
4101
|
1382 #define OCTAVE_HAVE_WINDOWS_FILESYSTEM 1 |
|
1383 #undef OCTAVE_HAVE_POSIX_FILESYSTEM |
|
1384 #endif |
4377
|
1385 |
|
1386 #if defined (__CYGWIN__) |
|
1387 #define OCTAVE_HAVE_WINDOWS_FILESYSTEM 1 |
|
1388 #define OCTAVE_HAVE_POSIX_FILESYSTEM 1 |
4101
|
1389 #endif |
|
1390 |
|
1391 /* Define if we expect to have <windows.h>, Sleep, etc. */ |
4102
|
1392 #if defined (__WIN32__) && ! defined (__CYGWIN__) |
4101
|
1393 #define OCTAVE_USE_WINDOWS_API 1 |
|
1394 #endif |
4153
|
1395 |
4180
|
1396 /* sigsetjmp is a macro, not a function. */ |
|
1397 #if defined (sigsetjmp) && defined (HAVE_SIGLONGJMP) |
|
1398 #define OCTAVE_HAVE_SIG_JUMP |
|
1399 #endif |
4249
|
1400 |
4726
|
1401 /* Always use vector<T>, since we sometimes allocate large chunks |
|
1402 of memory and that can cause trouble due to stack size limits. |
|
1403 |
|
1404 Note that using auto_ptr is not appropriate because it uses delete, |
|
1405 not delete[] and we need the latter to properly handle arrays |
|
1406 allocated with new[size]. |
|
1407 |
4366
|
1408 #if defined (HAVE_DYNAMIC_AUTO_ARRAYS) |
4249
|
1409 #define OCTAVE_LOCAL_BUFFER(T, buf, size) \ |
|
1410 T buf[size] |
4382
|
1411 #else */ |
4249
|
1412 #define OCTAVE_LOCAL_BUFFER(T, buf, size) \ |
4726
|
1413 std::vector<T> buf ## _vector (size); \ |
|
1414 T *buf = &(buf ## _vector[0]) |
4382
|
1415 /* #endif */ |
4278
|
1416 |
|
1417 #if defined (__DECCXX) |
|
1418 #define __USE_STD_IOSTREAM |
|
1419 #endif |
4552
|
1420 |
|
1421 #if defined (_UNICOS) |
|
1422 #define F77_USES_CRAY_CALLING_CONVENTION |
|
1423 #endif |
|
1424 |
|
1425 #if 0 |
|
1426 #define F77_USES_VISUAL_FORTRAN_CALLING_CONVENTION |
|
1427 #endif |
3923
|
1428 ]) |
|
1429 |
869
|
1430 ### Do the substitutions in all the Makefiles. |
|
1431 |
3887
|
1432 AC_CONFIG_FILES([Makefile octMakefile Makeconf install-octave \ |
3215
|
1433 test/Makefile dlfcn/Makefile \ |
|
1434 doc/Makefile doc/faq/Makefile doc/interpreter/Makefile \ |
|
1435 doc/liboctave/Makefile doc/refcard/Makefile emacs/Makefile \ |
|
1436 examples/Makefile liboctave/Makefile src/Makefile \ |
4329
|
1437 libcruft/Makefile libcruft/Makerules libcruft/amos/Makefile \ |
|
1438 libcruft/blas/Makefile libcruft/daspk/Makefile \ |
|
1439 libcruft/dasrt/Makefile libcruft/dassl/Makefile \ |
|
1440 libcruft/fftpack/Makefile libcruft/lapack/Makefile \ |
3220
|
1441 libcruft/minpack/Makefile libcruft/misc/Makefile \ |
3983
|
1442 libcruft/odepack/Makefile libcruft/odessa/Makefile \ |
4329
|
1443 libcruft/ordered-qz/Makefile libcruft/quadpack/Makefile \ |
|
1444 libcruft/ranlib/Makefile libcruft/slatec-fn/Makefile \ |
|
1445 libcruft/slatec-err/Makefile libcruft/villad/Makefile \ |
3887
|
1446 libcruft/blas-xtra/Makefile libcruft/lapack-xtra/Makefile]) |
|
1447 AC_OUTPUT |
1225
|
1448 |
3887
|
1449 AC_CONFIG_COMMANDS([default-1],[[chmod +x install-octave]],[[]]) |
3176
|
1450 |
1225
|
1451 ### Print a summary so that important information isn't missed. |
|
1452 |
|
1453 if test -z "$F77"; then |
|
1454 FORT="$F2C $F2CFLAGS" |
|
1455 else |
2610
|
1456 FORT="$F77 $FFLAGS" |
1225
|
1457 fi |
|
1458 |
|
1459 AC_MSG_RESULT([ |
|
1460 |
|
1461 Octave is now configured for $canonical_host_type |
|
1462 |
1664
|
1463 Source directory: $srcdir |
|
1464 Installation prefix: $prefix |
4626
|
1465 C compiler: $CC $XTRA_CFLAGS $WARN_CFLAGS $CFLAGS |
|
1466 C++ compiler: $CXX $XTRA_CXXFLAGS $WARN_CXXFLAGS $CXXFLAGS |
1664
|
1467 Fortran compiler: $FORT |
|
1468 Fortran libraries: $FLIBS |
3820
|
1469 BLAS libraries: $BLAS_LIBS |
3827
|
1470 FFTW libraries: $FFTW_LIBS |
3820
|
1471 HDF5 libraries: $HDF5_LIBS |
4343
|
1472 MPI libraries: $MPI_LIBS |
3822
|
1473 LIBS: $LIBS |
1664
|
1474 Default pager: $DEFAULT_PAGER |
|
1475 gnuplot: $GNUPLOT_BINARY |
|
1476 |
4110
|
1477 Do internal array bounds checking: $BOUNDS_CHECKING |
|
1478 Build static libraries: $STATIC_LIBS |
|
1479 Build shared libraries: $SHARED_LIBS |
4128
|
1480 Dynamic Linking: $ENABLE_DYNAMIC_LINKING $DL_API_MSG |
4110
|
1481 Include support for GNU readline: $USE_READLINE |
1225
|
1482 ]) |
3105
|
1483 |
|
1484 warn_msg_printed=false |
|
1485 |
4469
|
1486 if $ENABLE_DYNAMIC_LINKING; then |
|
1487 if $SHARED_LIBS; then |
|
1488 true |
|
1489 else |
|
1490 AC_MSG_WARN([You used --enable-dl but not --enable-shared.]) |
|
1491 AC_MSG_WARN([Are you sure that is what you want to do?]) |
|
1492 warn_msg_printed=true |
|
1493 fi |
|
1494 fi |
|
1495 |
3105
|
1496 if test -n "$warn_f2c_and_f77"; then |
|
1497 AC_MSG_WARN($warn_f2c_and_f77) |
|
1498 warn_msg_printed=true |
|
1499 fi |
|
1500 |
|
1501 if test -n "$gxx_only"; then |
|
1502 AC_MSG_WARN($gxx_only) |
|
1503 warn_msg_printed=true |
|
1504 fi |
|
1505 |
|
1506 if test -n "$warn_gcc_version"; then |
|
1507 AC_MSG_WARN($warn_gcc_version) |
|
1508 warn_msg_printed=true |
|
1509 fi |
|
1510 |
|
1511 if test -n "$warn_gcc_only"; then |
|
1512 AC_MSG_WARN($warn_gcc_only) |
|
1513 warn_msg_printed=true |
|
1514 fi |
|
1515 |
|
1516 if test -n "$warn_f2c_no_lib"; then |
|
1517 AC_MSG_WARN($warn_f2c_no_lib) |
|
1518 warn_msg_printed=true |
|
1519 fi |
|
1520 |
3825
|
1521 if test -n "$warn_readline"; then |
|
1522 AC_MSG_WARN($warn_readline) |
|
1523 warn_msg_printed=true |
|
1524 fi |
|
1525 |
3105
|
1526 if test -n "$warn_termlibs"; then |
|
1527 AC_MSG_WARN($warn_termlibs) |
|
1528 warn_msg_printed=true |
|
1529 fi |
|
1530 |
3673
|
1531 if test -n "$warn_gperf"; then |
|
1532 AC_MSG_WARN($warn_gperf) |
|
1533 warn_msg_printed=true |
|
1534 fi |
|
1535 |
3105
|
1536 if test -n "$warn_flex"; then |
|
1537 AC_MSG_WARN($warn_flex) |
|
1538 warn_msg_printed=true |
|
1539 fi |
|
1540 |
|
1541 if test -n "$warn_bison"; then |
|
1542 AC_MSG_WARN($warn_bison) |
|
1543 warn_msg_printed=true |
|
1544 fi |
|
1545 |
|
1546 if test -n "$warn_less"; then |
|
1547 AC_MSG_WARN($warn_less) |
|
1548 warn_msg_printed=true |
|
1549 fi |
|
1550 |
|
1551 if test -n "$warn_runtest"; then |
|
1552 AC_MSG_WARN($warn_runtest) |
|
1553 warn_msg_printed=true |
|
1554 fi |
|
1555 |
|
1556 if test -n "$warn_gnuplot"; then |
|
1557 |
|
1558 ## If you change this text, be sure to also change the corresponding |
|
1559 ## set of warnings above. |
|
1560 |
|
1561 AC_MSG_WARN([I didn't find gnuplot. It isn't necessary to have gnuplot]) |
|
1562 AC_MSG_WARN([installed, but you won't be able to use any of Octave's]) |
|
1563 AC_MSG_WARN([plotting commands without it.]) |
|
1564 AC_MSG_WARN([]) |
|
1565 AC_MSG_WARN([If gnuplot is installed but it isn't in your path, you can]) |
|
1566 AC_MSG_WARN([tell Octave where to find it by typing the command]) |
|
1567 AC_MSG_WARN([]) |
|
1568 AC_MSG_WARN([gnuplot_binary = "/full/path/to/gnuplot/binary"]) |
|
1569 AC_MSG_WARN([]) |
|
1570 AC_MSG_WARN([at the Octave prompt.]) |
|
1571 warn_msg_printed=true |
|
1572 fi |
|
1573 |
|
1574 if $warn_msg_printed; then |
|
1575 AC_MSG_RESULT([]) |
|
1576 fi |
|
1577 |
|
1578 ### End of configure. |