annotate src/of-gsl-1-cross-fixes.patch @ 4763:90af5a37a76e

of-gsl: add patch to use cross tools for compiling (Bug #54255) * src/of-gsl-1-cross-fixes.patch: new file * dist-files.mk: add of-gsl-1-cross-fixes.patch
author John Donoghue
date Fri, 06 Jul 2018 12:05:29 -0400
parents
children 464fa654b0b4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1 diff -ur gsl-2.1.1.orig/src/configure gsl-2.1.1/src/configure
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2 --- gsl-2.1.1.orig/src/configure 2018-07-06 11:04:59.193071031 -0400
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3 +++ gsl-2.1.1/src/configure 2018-07-06 11:55:15.227815924 -0400
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
4 @@ -623,15 +623,20 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
5 EGREP
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
6 GREP
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
7 CXXCPP
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
8 +ac_ct_CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
9 +CXXFLAGS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
10 +CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
11 OBJEXT
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
12 EXEEXT
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
13 -ac_ct_CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
14 +ac_ct_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
15 CPPFLAGS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
16 LDFLAGS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
17 -CXXFLAGS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
18 -CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
19 +CFLAGS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
20 +CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
21 +octave_include_dir
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
22 GSL_DEFINES
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
23 -OCTAVE
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
24 +canonical_host_type
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
25 +OCTAVE_CONFIG
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
26 MKOCTFILE
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
27 target_alias
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
28 host_alias
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
29 @@ -652,7 +657,6 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
30 docdir
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
31 oldincludedir
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
32 includedir
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
33 -runstatedir
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
34 localstatedir
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
35 sharedstatedir
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
36 sysconfdir
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
37 @@ -679,11 +683,13 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
38 ac_precious_vars='build_alias
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
39 host_alias
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
40 target_alias
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
41 -CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
42 -CXXFLAGS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
43 +CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
44 +CFLAGS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
45 LDFLAGS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
46 LIBS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
47 CPPFLAGS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
48 +CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
49 +CXXFLAGS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
50 CCC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
51 CXXCPP'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
52
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
53 @@ -724,7 +730,6 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
54 sysconfdir='${prefix}/etc'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
55 sharedstatedir='${prefix}/com'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
56 localstatedir='${prefix}/var'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
57 -runstatedir='${localstatedir}/run'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
58 includedir='${prefix}/include'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
59 oldincludedir='/usr/include'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
60 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
61 @@ -977,15 +982,6 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
62 | -silent | --silent | --silen | --sile | --sil)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
63 silent=yes ;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
64
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
65 - -runstatedir | --runstatedir | --runstatedi | --runstated \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
66 - | --runstate | --runstat | --runsta | --runst | --runs \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
67 - | --run | --ru | --r)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
68 - ac_prev=runstatedir ;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
69 - -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
70 - | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
71 - | --run=* | --ru=* | --r=*)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
72 - runstatedir=$ac_optarg ;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
73 -
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
74 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
75 ac_prev=sbindir ;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
76 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
77 @@ -1123,7 +1119,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
78 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
79 datadir sysconfdir sharedstatedir localstatedir includedir \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
80 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
81 - libdir localedir mandir runstatedir
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
82 + libdir localedir mandir
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
83 do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
84 eval ac_val=\$$ac_var
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
85 # Remove trailing slashes.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
86 @@ -1276,7 +1272,6 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
87 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
88 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
89 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
90 - --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
91 --libdir=DIR object code libraries [EPREFIX/lib]
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
92 --includedir=DIR C header files [PREFIX/include]
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
93 --oldincludedir=DIR C header files for non-gcc [/usr/include]
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
94 @@ -1304,13 +1299,15 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
95 cat <<\_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
96
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
97 Some influential environment variables:
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
98 - CXX C++ compiler command
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
99 - CXXFLAGS C++ compiler flags
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
100 + CC C compiler command
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
101 + CFLAGS C compiler flags
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
102 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
103 nonstandard directory <lib dir>
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
104 LIBS libraries to pass to the linker, e.g. -l<library>
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
105 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
106 you have headers in a nonstandard directory <include dir>
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
107 + CXX C++ compiler command
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
108 + CXXFLAGS C++ compiler flags
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
109 CXXCPP C++ preprocessor
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
110
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
111 Use these variables to override the choices made by `configure' or to help
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
112 @@ -1393,6 +1390,44 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
113 ## Autoconf initialization. ##
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
114 ## ------------------------ ##
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
115
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
116 +# ac_fn_c_try_compile LINENO
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
117 +# --------------------------
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
118 +# Try to compile conftest.$ac_ext, and return whether this succeeded.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
119 +ac_fn_c_try_compile ()
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
120 +{
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
121 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
122 + rm -f conftest.$ac_objext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
123 + if { { ac_try="$ac_compile"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
124 +case "(($ac_try" in
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
125 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
126 + *) ac_try_echo=$ac_try;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
127 +esac
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
128 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
129 +$as_echo "$ac_try_echo"; } >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
130 + (eval "$ac_compile") 2>conftest.err
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
131 + ac_status=$?
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
132 + if test -s conftest.err; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
133 + grep -v '^ *+' conftest.err >conftest.er1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
134 + cat conftest.er1 >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
135 + mv -f conftest.er1 conftest.err
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
136 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
137 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
138 + test $ac_status = 0; } && {
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
139 + test -z "$ac_c_werror_flag" ||
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
140 + test ! -s conftest.err
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
141 + } && test -s conftest.$ac_objext; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
142 + ac_retval=0
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
143 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
144 + $as_echo "$as_me: failed program was:" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
145 +sed 's/^/| /' conftest.$ac_ext >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
146 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
147 + ac_retval=1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
148 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
149 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
150 + as_fn_set_status $ac_retval
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
151 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
152 +} # ac_fn_c_try_compile
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
153 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
154 # ac_fn_cxx_try_compile LINENO
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
155 # ----------------------------
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
156 # Try to compile conftest.$ac_ext, and return whether this succeeded.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
157 @@ -1628,10 +1663,10 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
158
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
159 } # ac_fn_cxx_check_header_compile
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
160
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
161 -# ac_fn_cxx_try_link LINENO
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
162 -# -------------------------
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
163 +# ac_fn_c_try_link LINENO
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
164 +# -----------------------
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
165 # Try to link conftest.$ac_ext, and return whether this succeeded.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
166 -ac_fn_cxx_try_link ()
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
167 +ac_fn_c_try_link ()
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
168 {
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
169 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
170 rm -f conftest.$ac_objext conftest$ac_exeext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
171 @@ -1651,7 +1686,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
172 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
173 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
174 test $ac_status = 0; } && {
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
175 - test -z "$ac_cxx_werror_flag" ||
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
176 + test -z "$ac_c_werror_flag" ||
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
177 test ! -s conftest.err
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
178 } && test -s conftest$ac_exeext && {
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
179 test "$cross_compiling" = yes ||
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
180 @@ -1672,12 +1707,12 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
181 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
182 as_fn_set_status $ac_retval
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
183
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
184 -} # ac_fn_cxx_try_link
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
185 +} # ac_fn_c_try_link
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
186
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
187 -# ac_fn_cxx_check_func LINENO FUNC VAR
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
188 -# ------------------------------------
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
189 +# ac_fn_c_check_func LINENO FUNC VAR
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
190 +# ----------------------------------
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
191 # Tests whether FUNC exists, setting the cache variable VAR accordingly
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
192 -ac_fn_cxx_check_func ()
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
193 +ac_fn_c_check_func ()
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
194 {
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
195 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
197 @@ -1726,7 +1761,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
198 return 0;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
199 }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
200 _ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
201 -if ac_fn_cxx_try_link "$LINENO"; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
202 +if ac_fn_c_try_link "$LINENO"; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
203 eval "$3=yes"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
204 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
205 eval "$3=no"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
206 @@ -1739,7 +1774,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
207 $as_echo "$ac_res" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
208 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
209
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
210 -} # ac_fn_cxx_check_func
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
211 +} # ac_fn_c_check_func
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
212 cat >config.log <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
213 This file contains any messages produced by compilers while
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
214 running configure, to aid debugging if configure makes a mistake.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
215 @@ -2138,26 +2173,24 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
216
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
217 test -z "$MKOCTFILE" && as_fn_error $? "mkoctfile not found" "$LINENO" 5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
218
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
219 -# Extract the first word of "octave", so it can be a program name with args.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
220 -set dummy octave; ac_word=$2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
221 +# Extract the first word of "octave-config", so it can be a program name with args.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
222 +set dummy octave-config; ac_word=$2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
224 $as_echo_n "checking for $ac_word... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
225 -if ${ac_cv_path_OCTAVE+:} false; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
226 +if ${ac_cv_prog_OCTAVE_CONFIG+:} false; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
227 $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
228 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
229 - case $OCTAVE in
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
230 - [\\/]* | ?:[\\/]*)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
231 - ac_cv_path_OCTAVE="$OCTAVE" # Let the user override the test with a path.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
232 - ;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
233 - *)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
234 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
235 + if test -n "$OCTAVE_CONFIG"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
236 + ac_cv_prog_OCTAVE_CONFIG="$OCTAVE_CONFIG" # Let the user override the test.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
237 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
238 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
239 for as_dir in $PATH
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
240 do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
241 IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
242 test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
243 for ac_exec_ext in '' $ac_executable_extensions; do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
244 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
245 - ac_cv_path_OCTAVE="$as_dir/$ac_word$ac_exec_ext"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
246 + ac_cv_prog_OCTAVE_CONFIG=""
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
248 break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
249 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
250 @@ -2165,33 +2198,30 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
251 done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
252 IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
253
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
254 - ;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
255 -esac
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
256 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
257 -OCTAVE=$ac_cv_path_OCTAVE
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
258 -if test -n "$OCTAVE"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
259 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OCTAVE" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
260 -$as_echo "$OCTAVE" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
261 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
262 +OCTAVE_CONFIG=$ac_cv_prog_OCTAVE_CONFIG
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
263 +if test -n "$OCTAVE_CONFIG"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
264 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OCTAVE_CONFIG" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
265 +$as_echo "$OCTAVE_CONFIG" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
266 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
268 $as_echo "no" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
269 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
270
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
271
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
272 -test -z "$OCTAVE" && as_fn_error $? "octave not found" "$LINENO" 5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
273 +test -z "$OCTAVE_CONFIG" && as_fn_error $? "octave-config not found" "$LINENO" 5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
274 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
275 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
276
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
277
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
278 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CANONICAL_HOST_TYPE in octave-config" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
279 +$as_echo_n "checking for CANONICAL_HOST_TYPE in octave-config... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
280 +canonical_host_type=`$OCTAVE_CONFIG -p CANONICAL_HOST_TYPE`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
281 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $canonical_host_type" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
282 +$as_echo "$canonical_host_type" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
283 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
284
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
285 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Octave's canonical_host_type" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
286 -$as_echo_n "checking for Octave's canonical_host_type... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
287 -canonical_host_type=`$OCTAVE -qf --eval " \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
288 - if exist ('__octave_config_info__') \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
289 - disp (__octave_config_info__ ('canonical_host_type')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
290 - else \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
291 - disp (octave_config_info ('canonical_host_type')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
292 - end"`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
293 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${canonical_host_type}" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
294 -$as_echo "${canonical_host_type}" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
295
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
296
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
297
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
298 @@ -2203,48 +2233,222 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
299
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
300
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
301
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
302 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Octave's include directory" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
303 -$as_echo_n "checking for Octave's include directory... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
304 -octave_include_dir=`$OCTAVE -qf --eval " \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
305 - if exist ('__octave_config_info__') \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
306 - disp (__octave_config_info__ ('octincludedir')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
307 - else \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
308 - disp (octave_config_info ('octincludedir')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
309 - end"`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
310 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${octave_include_dir}" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
311 -$as_echo "${octave_include_dir}" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
312 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OCTINCLUDEDIR in octave-config" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
313 +$as_echo_n "checking for OCTINCLUDEDIR in octave-config... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
314 +octave_include_dir=`$OCTAVE_CONFIG -p OCTINCLUDEDIR`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
315 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $octave_include_dir" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
316 +$as_echo "$octave_include_dir" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
317
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
318 -save_CPPFLAGS=${CPPFLAG}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
319 -ac_ext=cpp
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
320 -ac_cpp='$CXXCPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
321 -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
322 -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
323 -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
324
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
325
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
326 -CPPFLAGS="-I${octave_include_dir} ${CPPFLAGS}"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
327 +# let configure get CC and CXX so we cant override for tests
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
328 +ac_ext=c
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
329 +ac_cpp='$CPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
330 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
331 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
332 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
333 +if test -n "$ac_tool_prefix"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
334 + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
335 +set dummy ${ac_tool_prefix}gcc; ac_word=$2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
336 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
337 +$as_echo_n "checking for $ac_word... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
338 +if ${ac_cv_prog_CC+:} false; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
339 + $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
340 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
341 + if test -n "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
342 + ac_cv_prog_CC="$CC" # Let the user override the test.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
343 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
344 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
345 +for as_dir in $PATH
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
346 +do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
347 + IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
348 + test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
349 + for ac_exec_ext in '' $ac_executable_extensions; do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
350 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
351 + ac_cv_prog_CC="${ac_tool_prefix}gcc"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
352 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
353 + break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
354 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
355 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
356 + done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
357 +IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
358
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
359 -ac_ext=cpp
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
360 -ac_cpp='$CXXCPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
361 -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
362 -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
363 -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
364 -if test -z "$CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
365 - if test -n "$CCC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
366 - CXX=$CCC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
367 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
368 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
369 +CC=$ac_cv_prog_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
370 +if test -n "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
371 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
372 +$as_echo "$CC" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
373 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
374 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
375 +$as_echo "no" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
376 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
377 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
378 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
379 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
380 +if test -z "$ac_cv_prog_CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
381 + ac_ct_CC=$CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
382 + # Extract the first word of "gcc", so it can be a program name with args.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
383 +set dummy gcc; ac_word=$2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
384 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
385 +$as_echo_n "checking for $ac_word... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
386 +if ${ac_cv_prog_ac_ct_CC+:} false; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
387 + $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
388 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
389 + if test -n "$ac_ct_CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
390 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
391 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
392 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
393 +for as_dir in $PATH
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
394 +do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
395 + IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
396 + test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
397 + for ac_exec_ext in '' $ac_executable_extensions; do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
398 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
399 + ac_cv_prog_ac_ct_CC="gcc"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
400 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
401 + break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
402 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
403 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
404 + done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
405 +IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
406 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
407 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
408 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
409 +ac_ct_CC=$ac_cv_prog_ac_ct_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
410 +if test -n "$ac_ct_CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
411 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
412 +$as_echo "$ac_ct_CC" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
413 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
414 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
415 +$as_echo "no" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
416 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
417 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
418 + if test "x$ac_ct_CC" = x; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
419 + CC=""
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
420 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
421 - if test -n "$ac_tool_prefix"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
422 - for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
423 + case $cross_compiling:$ac_tool_warned in
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
424 +yes:)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
425 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
426 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
427 +ac_tool_warned=yes ;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
428 +esac
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
429 + CC=$ac_ct_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
430 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
431 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
432 + CC="$ac_cv_prog_CC"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
433 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
434 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
435 +if test -z "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
436 + if test -n "$ac_tool_prefix"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
437 + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
438 +set dummy ${ac_tool_prefix}cc; ac_word=$2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
439 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
440 +$as_echo_n "checking for $ac_word... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
441 +if ${ac_cv_prog_CC+:} false; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
442 + $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
443 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
444 + if test -n "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
445 + ac_cv_prog_CC="$CC" # Let the user override the test.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
446 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
447 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
448 +for as_dir in $PATH
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
449 +do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
450 + IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
451 + test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
452 + for ac_exec_ext in '' $ac_executable_extensions; do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
453 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
454 + ac_cv_prog_CC="${ac_tool_prefix}cc"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
455 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
456 + break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
457 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
458 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
459 + done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
460 +IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
461 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
462 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
463 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
464 +CC=$ac_cv_prog_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
465 +if test -n "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
466 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
467 +$as_echo "$CC" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
468 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
469 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
470 +$as_echo "no" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
471 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
472 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
473 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
474 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
475 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
476 +if test -z "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
477 + # Extract the first word of "cc", so it can be a program name with args.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
478 +set dummy cc; ac_word=$2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
479 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
480 +$as_echo_n "checking for $ac_word... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
481 +if ${ac_cv_prog_CC+:} false; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
482 + $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
483 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
484 + if test -n "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
485 + ac_cv_prog_CC="$CC" # Let the user override the test.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
486 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
487 + ac_prog_rejected=no
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
488 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
489 +for as_dir in $PATH
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
490 +do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
491 + IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
492 + test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
493 + for ac_exec_ext in '' $ac_executable_extensions; do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
494 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
495 + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
496 + ac_prog_rejected=yes
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
497 + continue
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
498 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
499 + ac_cv_prog_CC="cc"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
500 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
501 + break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
502 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
503 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
504 + done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
505 +IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
506 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
507 +if test $ac_prog_rejected = yes; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
508 + # We found a bogon in the path, so make sure we never use it.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
509 + set dummy $ac_cv_prog_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
510 + shift
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
511 + if test $# != 0; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
512 + # We chose a different compiler from the bogus one.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
513 + # However, it has the same basename, so the bogon will be chosen
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
514 + # first if we set CC to just the basename; use the full file name.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
515 + shift
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
516 + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
517 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
518 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
519 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
520 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
521 +CC=$ac_cv_prog_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
522 +if test -n "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
523 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
524 +$as_echo "$CC" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
525 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
526 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
527 +$as_echo "no" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
528 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
529 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
530 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
531 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
532 +if test -z "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
533 + if test -n "$ac_tool_prefix"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
534 + for ac_prog in cl.exe
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
535 do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
536 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
537 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
539 $as_echo_n "checking for $ac_word... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
540 -if ${ac_cv_prog_CXX+:} false; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
541 +if ${ac_cv_prog_CC+:} false; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
542 $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
543 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
544 - if test -n "$CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
545 - ac_cv_prog_CXX="$CXX" # Let the user override the test.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
546 + if test -n "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
547 + ac_cv_prog_CC="$CC" # Let the user override the test.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
548 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
550 for as_dir in $PATH
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
551 @@ -2253,7 +2457,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
552 test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
553 for ac_exec_ext in '' $ac_executable_extensions; do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
554 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
555 - ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
556 + ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
558 break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
559 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
560 @@ -2263,32 +2467,32 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
561
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
562 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
563 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
564 -CXX=$ac_cv_prog_CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
565 -if test -n "$CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
566 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
567 -$as_echo "$CXX" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
568 +CC=$ac_cv_prog_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
569 +if test -n "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
570 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
571 +$as_echo "$CC" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
572 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
574 $as_echo "no" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
575 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
576
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
577
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
578 - test -n "$CXX" && break
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
579 + test -n "$CC" && break
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
580 done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
581 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
582 -if test -z "$CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
583 - ac_ct_CXX=$CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
584 - for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
585 +if test -z "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
586 + ac_ct_CC=$CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
587 + for ac_prog in cl.exe
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
588 do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
589 # Extract the first word of "$ac_prog", so it can be a program name with args.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
590 set dummy $ac_prog; ac_word=$2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
592 $as_echo_n "checking for $ac_word... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
593 -if ${ac_cv_prog_ac_ct_CXX+:} false; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
594 +if ${ac_cv_prog_ac_ct_CC+:} false; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
595 $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
596 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
597 - if test -n "$ac_ct_CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
598 - ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
599 + if test -n "$ac_ct_CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
600 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
601 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
603 for as_dir in $PATH
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
604 @@ -2297,7 +2501,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
605 test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
606 for ac_exec_ext in '' $ac_executable_extensions; do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
607 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
608 - ac_cv_prog_ac_ct_CXX="$ac_prog"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
609 + ac_cv_prog_ac_ct_CC="$ac_prog"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
610 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
611 break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
612 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
613 @@ -2307,21 +2511,21 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
614
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
615 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
616 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
617 -ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
618 -if test -n "$ac_ct_CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
619 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
620 -$as_echo "$ac_ct_CXX" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
621 +ac_ct_CC=$ac_cv_prog_ac_ct_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
622 +if test -n "$ac_ct_CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
623 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
624 +$as_echo "$ac_ct_CC" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
625 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
627 $as_echo "no" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
628 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
629
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
630
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
631 - test -n "$ac_ct_CXX" && break
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
632 + test -n "$ac_ct_CC" && break
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
633 done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
634
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
635 - if test "x$ac_ct_CXX" = x; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
636 - CXX="g++"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
637 + if test "x$ac_ct_CC" = x; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
638 + CC=""
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
639 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
640 case $cross_compiling:$ac_tool_warned in
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
641 yes:)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
642 @@ -2329,14 +2533,20 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
643 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
644 ac_tool_warned=yes ;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
645 esac
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
646 - CXX=$ac_ct_CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
647 + CC=$ac_ct_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
648 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
649 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
650
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
651 - fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
652 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
653 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
654 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
655 +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
656 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
657 +as_fn_error $? "no acceptable C compiler found in \$PATH
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
658 +See \`config.log' for more details" "$LINENO" 5; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
659 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
660 # Provide some information about the compiler.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
661 -$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
662 +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
663 set X $ac_compile
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
664 ac_compiler=$2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
665 for ac_option in --version -v -V -qversion; do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
666 @@ -2376,8 +2586,8 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
667 # Try to create an executable without -o first, disregard a.out.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
668 # It will help us diagnose broken compilers, and finding out an intuition
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
669 # of exeext.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
670 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
671 -$as_echo_n "checking whether the C++ compiler works... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
672 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
673 +$as_echo_n "checking whether the C compiler works... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
674 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
675
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
676 # The possible output files:
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
677 @@ -2447,14 +2657,14 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
678
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
679 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
680 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
681 -as_fn_error 77 "C++ compiler cannot create executables
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
682 +as_fn_error 77 "C compiler cannot create executables
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
683 See \`config.log' for more details" "$LINENO" 5; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
684 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
686 $as_echo "yes" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
687 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
688 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
689 -$as_echo_n "checking for C++ compiler default output file name... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
690 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
691 +$as_echo_n "checking for C compiler default output file name... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
693 $as_echo "$ac_file" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
694 ac_exeext=$ac_cv_exeext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
695 @@ -2548,7 +2758,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
696 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
697 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
698 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
699 -as_fn_error $? "cannot run C++ compiled programs.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
700 +as_fn_error $? "cannot run C compiled programs.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
701 If you meant to cross compile, use \`--host'.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
702 See \`config.log' for more details" "$LINENO" 5; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
703 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
704 @@ -2610,6 +2820,353 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
705 $as_echo "$ac_cv_objext" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
706 OBJEXT=$ac_cv_objext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
707 ac_objext=$OBJEXT
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
708 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
709 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
710 +if ${ac_cv_c_compiler_gnu+:} false; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
711 + $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
712 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
713 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
714 +/* end confdefs.h. */
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
715 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
716 +int
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
717 +main ()
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
718 +{
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
719 +#ifndef __GNUC__
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
720 + choke me
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
721 +#endif
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
722 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
723 + ;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
724 + return 0;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
725 +}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
726 +_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
727 +if ac_fn_c_try_compile "$LINENO"; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
728 + ac_compiler_gnu=yes
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
729 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
730 + ac_compiler_gnu=no
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
731 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
732 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
733 +ac_cv_c_compiler_gnu=$ac_compiler_gnu
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
734 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
735 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
736 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
737 +$as_echo "$ac_cv_c_compiler_gnu" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
738 +if test $ac_compiler_gnu = yes; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
739 + GCC=yes
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
740 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
741 + GCC=
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
742 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
743 +ac_test_CFLAGS=${CFLAGS+set}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
744 +ac_save_CFLAGS=$CFLAGS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
745 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
746 +$as_echo_n "checking whether $CC accepts -g... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
747 +if ${ac_cv_prog_cc_g+:} false; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
748 + $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
749 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
750 + ac_save_c_werror_flag=$ac_c_werror_flag
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
751 + ac_c_werror_flag=yes
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
752 + ac_cv_prog_cc_g=no
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
753 + CFLAGS="-g"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
754 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
755 +/* end confdefs.h. */
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
756 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
757 +int
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
758 +main ()
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
759 +{
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
760 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
761 + ;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
762 + return 0;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
763 +}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
764 +_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
765 +if ac_fn_c_try_compile "$LINENO"; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
766 + ac_cv_prog_cc_g=yes
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
767 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
768 + CFLAGS=""
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
769 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
770 +/* end confdefs.h. */
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
771 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
772 +int
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
773 +main ()
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
774 +{
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
775 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
776 + ;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
777 + return 0;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
778 +}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
779 +_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
780 +if ac_fn_c_try_compile "$LINENO"; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
781 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
782 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
783 + ac_c_werror_flag=$ac_save_c_werror_flag
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
784 + CFLAGS="-g"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
785 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
786 +/* end confdefs.h. */
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
787 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
788 +int
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
789 +main ()
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
790 +{
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
791 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
792 + ;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
793 + return 0;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
794 +}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
795 +_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
796 +if ac_fn_c_try_compile "$LINENO"; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
797 + ac_cv_prog_cc_g=yes
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
798 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
799 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
800 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
801 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
802 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
803 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
804 + ac_c_werror_flag=$ac_save_c_werror_flag
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
805 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
806 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
807 +$as_echo "$ac_cv_prog_cc_g" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
808 +if test "$ac_test_CFLAGS" = set; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
809 + CFLAGS=$ac_save_CFLAGS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
810 +elif test $ac_cv_prog_cc_g = yes; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
811 + if test "$GCC" = yes; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
812 + CFLAGS="-g -O2"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
813 + else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
814 + CFLAGS="-g"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
815 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
816 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
817 + if test "$GCC" = yes; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
818 + CFLAGS="-O2"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
819 + else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
820 + CFLAGS=
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
821 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
822 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
823 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
824 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
825 +if ${ac_cv_prog_cc_c89+:} false; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
826 + $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
827 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
828 + ac_cv_prog_cc_c89=no
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
829 +ac_save_CC=$CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
830 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
831 +/* end confdefs.h. */
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
832 +#include <stdarg.h>
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
833 +#include <stdio.h>
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
834 +struct stat;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
835 +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
836 +struct buf { int x; };
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
837 +FILE * (*rcsopen) (struct buf *, struct stat *, int);
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
838 +static char *e (p, i)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
839 + char **p;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
840 + int i;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
841 +{
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
842 + return p[i];
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
843 +}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
844 +static char *f (char * (*g) (char **, int), char **p, ...)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
845 +{
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
846 + char *s;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
847 + va_list v;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
848 + va_start (v,p);
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
849 + s = g (p, va_arg (v,int));
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
850 + va_end (v);
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
851 + return s;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
852 +}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
853 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
854 +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
855 + function prototypes and stuff, but not '\xHH' hex character constants.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
856 + These don't provoke an error unfortunately, instead are silently treated
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
857 + as 'x'. The following induces an error, until -std is added to get
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
858 + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
859 + array size at least. It's necessary to write '\x00'==0 to get something
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
860 + that's true only with -std. */
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
861 +int osf4_cc_array ['\x00' == 0 ? 1 : -1];
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
862 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
863 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
864 + inside strings and character constants. */
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
865 +#define FOO(x) 'x'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
866 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
867 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
868 +int test (int i, double x);
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
869 +struct s1 {int (*f) (int a);};
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
870 +struct s2 {int (*f) (double a);};
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
871 +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
872 +int argc;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
873 +char **argv;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
874 +int
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
875 +main ()
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
876 +{
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
877 +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
878 + ;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
879 + return 0;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
880 +}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
881 +_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
882 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
883 + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
884 +do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
885 + CC="$ac_save_CC $ac_arg"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
886 + if ac_fn_c_try_compile "$LINENO"; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
887 + ac_cv_prog_cc_c89=$ac_arg
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
888 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
889 +rm -f core conftest.err conftest.$ac_objext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
890 + test "x$ac_cv_prog_cc_c89" != "xno" && break
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
891 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
892 +rm -f conftest.$ac_ext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
893 +CC=$ac_save_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
894 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
895 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
896 +# AC_CACHE_VAL
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
897 +case "x$ac_cv_prog_cc_c89" in
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
898 + x)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
899 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
900 +$as_echo "none needed" >&6; } ;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
901 + xno)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
902 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
903 +$as_echo "unsupported" >&6; } ;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
904 + *)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
905 + CC="$CC $ac_cv_prog_cc_c89"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
906 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
907 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
908 +esac
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
909 +if test "x$ac_cv_prog_cc_c89" != xno; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
910 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
911 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
912 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
913 +ac_ext=c
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
914 +ac_cpp='$CPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
915 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
916 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
917 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
918 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
919 +ac_ext=cpp
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
920 +ac_cpp='$CXXCPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
921 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
922 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
923 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
924 +if test -z "$CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
925 + if test -n "$CCC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
926 + CXX=$CCC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
927 + else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
928 + if test -n "$ac_tool_prefix"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
929 + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
930 + do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
931 + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
932 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
933 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
934 +$as_echo_n "checking for $ac_word... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
935 +if ${ac_cv_prog_CXX+:} false; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
936 + $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
937 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
938 + if test -n "$CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
939 + ac_cv_prog_CXX="$CXX" # Let the user override the test.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
940 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
941 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
942 +for as_dir in $PATH
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
943 +do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
944 + IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
945 + test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
946 + for ac_exec_ext in '' $ac_executable_extensions; do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
947 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
948 + ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
949 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
950 + break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
951 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
952 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
953 + done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
954 +IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
955 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
956 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
957 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
958 +CXX=$ac_cv_prog_CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
959 +if test -n "$CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
960 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
961 +$as_echo "$CXX" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
962 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
963 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
964 +$as_echo "no" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
965 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
966 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
967 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
968 + test -n "$CXX" && break
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
969 + done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
970 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
971 +if test -z "$CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
972 + ac_ct_CXX=$CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
973 + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
974 +do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
975 + # Extract the first word of "$ac_prog", so it can be a program name with args.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
976 +set dummy $ac_prog; ac_word=$2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
977 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
978 +$as_echo_n "checking for $ac_word... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
979 +if ${ac_cv_prog_ac_ct_CXX+:} false; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
980 + $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
981 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
982 + if test -n "$ac_ct_CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
983 + ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
984 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
985 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
986 +for as_dir in $PATH
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
987 +do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
988 + IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
989 + test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
990 + for ac_exec_ext in '' $ac_executable_extensions; do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
991 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
992 + ac_cv_prog_ac_ct_CXX="$ac_prog"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
993 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
994 + break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
995 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
996 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
997 + done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
998 +IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
999 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1000 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1001 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1002 +ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1003 +if test -n "$ac_ct_CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1004 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1005 +$as_echo "$ac_ct_CXX" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1006 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1007 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1008 +$as_echo "no" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1009 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1010 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1011 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1012 + test -n "$ac_ct_CXX" && break
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1013 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1014 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1015 + if test "x$ac_ct_CXX" = x; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1016 + CXX="g++"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1017 + else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1018 + case $cross_compiling:$ac_tool_warned in
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1019 +yes:)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1020 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1021 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1022 +ac_tool_warned=yes ;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1023 +esac
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1024 + CXX=$ac_ct_CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1025 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1026 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1027 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1028 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1029 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1030 +# Provide some information about the compiler.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1031 +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1032 +set X $ac_compile
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1033 +ac_compiler=$2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1034 +for ac_option in --version -v -V -qversion; do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1035 + { { ac_try="$ac_compiler $ac_option >&5"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1036 +case "(($ac_try" in
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1037 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1038 + *) ac_try_echo=$ac_try;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1039 +esac
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1040 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1041 +$as_echo "$ac_try_echo"; } >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1042 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1043 + ac_status=$?
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1044 + if test -s conftest.err; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1045 + sed '10a\
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1046 +... rest of stderr output deleted ...
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1047 + 10q' conftest.err >conftest.er1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1048 + cat conftest.er1 >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1049 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1050 + rm -f conftest.er1 conftest.err
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1051 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1052 + test $ac_status = 0; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1053 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1054 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1056 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1057 if ${ac_cv_cxx_compiler_gnu+:} false; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1058 @@ -2725,6 +3282,23 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1059 CXXFLAGS=
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1060 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1061 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1062 +ac_ext=c
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1063 +ac_cpp='$CPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1064 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1065 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1066 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1067 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1068 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1069 +# set compiler and flags to values octave will be using
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1070 +CC=`$MKOCTFILE -p CC`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1071 +CXX=`$MKOCTFILE -p CXX`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1072 +CFLAGS=`$MKOCTFILE -p CFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1073 +CPPFLAGS=`$MKOCTFILE -p CPPFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1074 +LDFLAGS=`$MKOCTFILE -p LDFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1075 +LIBS=`$MKOCTFILE -p LIBS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1076 +CXXFLAGS=`$MKOCTFILE -p CXXFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1077 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1078 +save_CPPFLAGS=${CPPFLAGS}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1079 ac_ext=cpp
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1080 ac_cpp='$CXXCPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1081 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1082 @@ -2732,6 +3306,9 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1083 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1084
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1085
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1086 +CPPFLAGS="-I${octave_include_dir} ${CPPFLAGS}"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1087 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1088 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1089 ac_ext=cpp
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1090 ac_cpp='$CXXCPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1091 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1092 @@ -3179,17 +3756,18 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1093 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1095
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1096 -ac_ext=cpp
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1097 -ac_cpp='$CXXCPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1098 -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1099 -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1100 -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1101 +ac_ext=c
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1102 +ac_cpp='$CPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1103 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1104 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1105 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1106
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1107 CPPFLAGS=${save_CPPFLAGS}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1108
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1109
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1110
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1111
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1112 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1114 $as_echo_n "checking for cos in -lm... " >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1115 if ${ac_cv_lib_m_cos+:} false; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1116 @@ -3215,7 +3793,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1117 return 0;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1118 }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1119 _ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1120 -if ac_fn_cxx_try_link "$LINENO"; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1121 +if ac_fn_c_try_link "$LINENO"; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1122 ac_cv_lib_m_cos=yes
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1123 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1124 ac_cv_lib_m_cos=no
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1125 @@ -3262,7 +3840,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1126 return 0;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1127 }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1128 _ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1129 -if ac_fn_cxx_try_link "$LINENO"; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1130 +if ac_fn_c_try_link "$LINENO"; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1131 ac_cv_lib_gslcblas_cblas_dgemm=yes
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1132 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1133 ac_cv_lib_gslcblas_cblas_dgemm=no
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1134 @@ -3309,7 +3887,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1135 return 0;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1136 }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1137 _ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1138 -if ac_fn_cxx_try_link "$LINENO"; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1139 +if ac_fn_c_try_link "$LINENO"; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1140 ac_cv_lib_gsl_gsl_message=yes
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1141 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1142 ac_cv_lib_gsl_gsl_message=no
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1143 @@ -3336,7 +3914,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1144 # Auto-generated tests for GSL functions
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1145 for ac_func in gsl_sf_clausen_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1146 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1147 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_clausen_e" "ac_cv_func_gsl_sf_clausen_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1148 + ac_fn_c_check_func "$LINENO" "gsl_sf_clausen_e" "ac_cv_func_gsl_sf_clausen_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1149 if test "x$ac_cv_func_gsl_sf_clausen_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1150 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1151 #define HAVE_GSL_SF_CLAUSEN_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1152 @@ -3349,7 +3927,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1153
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1154 for ac_func in gsl_sf_clausen_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1155 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1156 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_clausen_e" "ac_cv_func_gsl_sf_clausen_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1157 + ac_fn_c_check_func "$LINENO" "gsl_sf_clausen_e" "ac_cv_func_gsl_sf_clausen_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1158 if test "x$ac_cv_func_gsl_sf_clausen_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1159 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1160 #define HAVE_GSL_SF_CLAUSEN_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1161 @@ -3362,7 +3940,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1162
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1163 for ac_func in gsl_sf_dawson_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1164 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1165 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_dawson_e" "ac_cv_func_gsl_sf_dawson_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1166 + ac_fn_c_check_func "$LINENO" "gsl_sf_dawson_e" "ac_cv_func_gsl_sf_dawson_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1167 if test "x$ac_cv_func_gsl_sf_dawson_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1168 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1169 #define HAVE_GSL_SF_DAWSON_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1170 @@ -3375,7 +3953,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1171
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1172 for ac_func in gsl_sf_dawson_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1173 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1174 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_dawson_e" "ac_cv_func_gsl_sf_dawson_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1175 + ac_fn_c_check_func "$LINENO" "gsl_sf_dawson_e" "ac_cv_func_gsl_sf_dawson_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1176 if test "x$ac_cv_func_gsl_sf_dawson_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1177 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1178 #define HAVE_GSL_SF_DAWSON_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1179 @@ -3388,7 +3966,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1180
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1181 for ac_func in gsl_sf_debye_1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1182 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1183 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_1_e" "ac_cv_func_gsl_sf_debye_1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1184 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_1_e" "ac_cv_func_gsl_sf_debye_1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1185 if test "x$ac_cv_func_gsl_sf_debye_1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1186 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1187 #define HAVE_GSL_SF_DEBYE_1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1188 @@ -3401,7 +3979,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1189
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1190 for ac_func in gsl_sf_debye_1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1191 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1192 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_1_e" "ac_cv_func_gsl_sf_debye_1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1193 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_1_e" "ac_cv_func_gsl_sf_debye_1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1194 if test "x$ac_cv_func_gsl_sf_debye_1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1195 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1196 #define HAVE_GSL_SF_DEBYE_1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1197 @@ -3414,7 +3992,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1198
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1199 for ac_func in gsl_sf_debye_2_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1200 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1201 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_2_e" "ac_cv_func_gsl_sf_debye_2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1202 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_2_e" "ac_cv_func_gsl_sf_debye_2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1203 if test "x$ac_cv_func_gsl_sf_debye_2_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1204 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1205 #define HAVE_GSL_SF_DEBYE_2_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1206 @@ -3427,7 +4005,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1207
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1208 for ac_func in gsl_sf_debye_2_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1209 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1210 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_2_e" "ac_cv_func_gsl_sf_debye_2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1211 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_2_e" "ac_cv_func_gsl_sf_debye_2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1212 if test "x$ac_cv_func_gsl_sf_debye_2_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1213 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1214 #define HAVE_GSL_SF_DEBYE_2_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1215 @@ -3440,7 +4018,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1216
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1217 for ac_func in gsl_sf_debye_3_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1218 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1219 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_3_e" "ac_cv_func_gsl_sf_debye_3_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1220 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_3_e" "ac_cv_func_gsl_sf_debye_3_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1221 if test "x$ac_cv_func_gsl_sf_debye_3_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1222 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1223 #define HAVE_GSL_SF_DEBYE_3_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1224 @@ -3453,7 +4031,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1225
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1226 for ac_func in gsl_sf_debye_3_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1227 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1228 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_3_e" "ac_cv_func_gsl_sf_debye_3_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1229 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_3_e" "ac_cv_func_gsl_sf_debye_3_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1230 if test "x$ac_cv_func_gsl_sf_debye_3_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1231 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1232 #define HAVE_GSL_SF_DEBYE_3_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1233 @@ -3466,7 +4044,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1234
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1235 for ac_func in gsl_sf_debye_4_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1236 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1237 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_4_e" "ac_cv_func_gsl_sf_debye_4_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1238 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_4_e" "ac_cv_func_gsl_sf_debye_4_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1239 if test "x$ac_cv_func_gsl_sf_debye_4_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1240 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1241 #define HAVE_GSL_SF_DEBYE_4_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1242 @@ -3479,7 +4057,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1243
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1244 for ac_func in gsl_sf_debye_4_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1245 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1246 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_4_e" "ac_cv_func_gsl_sf_debye_4_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1247 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_4_e" "ac_cv_func_gsl_sf_debye_4_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1248 if test "x$ac_cv_func_gsl_sf_debye_4_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1249 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1250 #define HAVE_GSL_SF_DEBYE_4_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1251 @@ -3492,7 +4070,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1252
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1253 for ac_func in gsl_sf_debye_5_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1254 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1255 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_5_e" "ac_cv_func_gsl_sf_debye_5_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1256 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_5_e" "ac_cv_func_gsl_sf_debye_5_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1257 if test "x$ac_cv_func_gsl_sf_debye_5_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1258 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1259 #define HAVE_GSL_SF_DEBYE_5_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1260 @@ -3505,7 +4083,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1261
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1262 for ac_func in gsl_sf_debye_6_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1263 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1264 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_6_e" "ac_cv_func_gsl_sf_debye_6_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1265 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_6_e" "ac_cv_func_gsl_sf_debye_6_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1266 if test "x$ac_cv_func_gsl_sf_debye_6_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1267 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1268 #define HAVE_GSL_SF_DEBYE_6_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1269 @@ -3518,7 +4096,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1270
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1271 for ac_func in gsl_sf_dilog_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1272 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1273 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_dilog_e" "ac_cv_func_gsl_sf_dilog_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1274 + ac_fn_c_check_func "$LINENO" "gsl_sf_dilog_e" "ac_cv_func_gsl_sf_dilog_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1275 if test "x$ac_cv_func_gsl_sf_dilog_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1276 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1277 #define HAVE_GSL_SF_DILOG_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1278 @@ -3531,7 +4109,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1279
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1280 for ac_func in gsl_sf_erf_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1281 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1282 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_e" "ac_cv_func_gsl_sf_erf_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1283 + ac_fn_c_check_func "$LINENO" "gsl_sf_erf_e" "ac_cv_func_gsl_sf_erf_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1284 if test "x$ac_cv_func_gsl_sf_erf_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1285 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1286 #define HAVE_GSL_SF_ERF_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1287 @@ -3544,7 +4122,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1288
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1289 for ac_func in gsl_sf_erf_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1290 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1291 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_e" "ac_cv_func_gsl_sf_erf_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1292 + ac_fn_c_check_func "$LINENO" "gsl_sf_erf_e" "ac_cv_func_gsl_sf_erf_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1293 if test "x$ac_cv_func_gsl_sf_erf_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1294 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1295 #define HAVE_GSL_SF_ERF_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1296 @@ -3557,7 +4135,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1297
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1298 for ac_func in gsl_sf_erfc_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1299 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1300 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erfc_e" "ac_cv_func_gsl_sf_erfc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1301 + ac_fn_c_check_func "$LINENO" "gsl_sf_erfc_e" "ac_cv_func_gsl_sf_erfc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1302 if test "x$ac_cv_func_gsl_sf_erfc_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1303 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1304 #define HAVE_GSL_SF_ERFC_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1305 @@ -3570,7 +4148,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1306
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1307 for ac_func in gsl_sf_erfc_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1308 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1309 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erfc_e" "ac_cv_func_gsl_sf_erfc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1310 + ac_fn_c_check_func "$LINENO" "gsl_sf_erfc_e" "ac_cv_func_gsl_sf_erfc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1311 if test "x$ac_cv_func_gsl_sf_erfc_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1312 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1313 #define HAVE_GSL_SF_ERFC_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1314 @@ -3583,7 +4161,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1315
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1316 for ac_func in gsl_sf_log_erfc_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1317 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1318 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_erfc_e" "ac_cv_func_gsl_sf_log_erfc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1319 + ac_fn_c_check_func "$LINENO" "gsl_sf_log_erfc_e" "ac_cv_func_gsl_sf_log_erfc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1320 if test "x$ac_cv_func_gsl_sf_log_erfc_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1321 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1322 #define HAVE_GSL_SF_LOG_ERFC_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1323 @@ -3596,7 +4174,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1324
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1325 for ac_func in gsl_sf_log_erfc_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1326 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1327 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_erfc_e" "ac_cv_func_gsl_sf_log_erfc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1328 + ac_fn_c_check_func "$LINENO" "gsl_sf_log_erfc_e" "ac_cv_func_gsl_sf_log_erfc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1329 if test "x$ac_cv_func_gsl_sf_log_erfc_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1330 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1331 #define HAVE_GSL_SF_LOG_ERFC_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1332 @@ -3609,7 +4187,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1333
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1334 for ac_func in gsl_sf_erf_Z_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1335 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1336 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_Z_e" "ac_cv_func_gsl_sf_erf_Z_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1337 + ac_fn_c_check_func "$LINENO" "gsl_sf_erf_Z_e" "ac_cv_func_gsl_sf_erf_Z_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1338 if test "x$ac_cv_func_gsl_sf_erf_Z_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1339 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1340 #define HAVE_GSL_SF_ERF_Z_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1341 @@ -3622,7 +4200,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1342
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1343 for ac_func in gsl_sf_erf_Z_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1344 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1345 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_Z_e" "ac_cv_func_gsl_sf_erf_Z_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1346 + ac_fn_c_check_func "$LINENO" "gsl_sf_erf_Z_e" "ac_cv_func_gsl_sf_erf_Z_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1347 if test "x$ac_cv_func_gsl_sf_erf_Z_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1348 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1349 #define HAVE_GSL_SF_ERF_Z_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1350 @@ -3635,7 +4213,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1351
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1352 for ac_func in gsl_sf_erf_Q_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1353 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1354 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_Q_e" "ac_cv_func_gsl_sf_erf_Q_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1355 + ac_fn_c_check_func "$LINENO" "gsl_sf_erf_Q_e" "ac_cv_func_gsl_sf_erf_Q_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1356 if test "x$ac_cv_func_gsl_sf_erf_Q_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1357 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1358 #define HAVE_GSL_SF_ERF_Q_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1359 @@ -3648,7 +4226,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1360
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1361 for ac_func in gsl_sf_erf_Q_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1362 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1363 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_Q_e" "ac_cv_func_gsl_sf_erf_Q_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1364 + ac_fn_c_check_func "$LINENO" "gsl_sf_erf_Q_e" "ac_cv_func_gsl_sf_erf_Q_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1365 if test "x$ac_cv_func_gsl_sf_erf_Q_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1366 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1367 #define HAVE_GSL_SF_ERF_Q_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1368 @@ -3661,7 +4239,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1369
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1370 for ac_func in gsl_sf_hazard_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1371 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1372 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hazard_e" "ac_cv_func_gsl_sf_hazard_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1373 + ac_fn_c_check_func "$LINENO" "gsl_sf_hazard_e" "ac_cv_func_gsl_sf_hazard_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1374 if test "x$ac_cv_func_gsl_sf_hazard_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1375 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1376 #define HAVE_GSL_SF_HAZARD_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1377 @@ -3674,7 +4252,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1378
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1379 for ac_func in gsl_sf_hazard_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1380 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1381 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hazard_e" "ac_cv_func_gsl_sf_hazard_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1382 + ac_fn_c_check_func "$LINENO" "gsl_sf_hazard_e" "ac_cv_func_gsl_sf_hazard_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1383 if test "x$ac_cv_func_gsl_sf_hazard_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1384 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1385 #define HAVE_GSL_SF_HAZARD_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1386 @@ -3687,7 +4265,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1387
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1388 for ac_func in gsl_sf_expm1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1389 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1390 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expm1_e" "ac_cv_func_gsl_sf_expm1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1391 + ac_fn_c_check_func "$LINENO" "gsl_sf_expm1_e" "ac_cv_func_gsl_sf_expm1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1392 if test "x$ac_cv_func_gsl_sf_expm1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1393 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1394 #define HAVE_GSL_SF_EXPM1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1395 @@ -3700,7 +4278,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1396
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1397 for ac_func in gsl_sf_expm1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1398 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1399 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expm1_e" "ac_cv_func_gsl_sf_expm1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1400 + ac_fn_c_check_func "$LINENO" "gsl_sf_expm1_e" "ac_cv_func_gsl_sf_expm1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1401 if test "x$ac_cv_func_gsl_sf_expm1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1402 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1403 #define HAVE_GSL_SF_EXPM1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1404 @@ -3713,7 +4291,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1405
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1406 for ac_func in gsl_sf_exprel_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1407 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1408 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_e" "ac_cv_func_gsl_sf_exprel_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1409 + ac_fn_c_check_func "$LINENO" "gsl_sf_exprel_e" "ac_cv_func_gsl_sf_exprel_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1410 if test "x$ac_cv_func_gsl_sf_exprel_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1411 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1412 #define HAVE_GSL_SF_EXPREL_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1413 @@ -3726,7 +4304,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1414
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1415 for ac_func in gsl_sf_exprel_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1416 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1417 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_e" "ac_cv_func_gsl_sf_exprel_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1418 + ac_fn_c_check_func "$LINENO" "gsl_sf_exprel_e" "ac_cv_func_gsl_sf_exprel_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1419 if test "x$ac_cv_func_gsl_sf_exprel_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1420 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1421 #define HAVE_GSL_SF_EXPREL_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1422 @@ -3739,7 +4317,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1423
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1424 for ac_func in gsl_sf_exprel_2_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1425 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1426 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_2_e" "ac_cv_func_gsl_sf_exprel_2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1427 + ac_fn_c_check_func "$LINENO" "gsl_sf_exprel_2_e" "ac_cv_func_gsl_sf_exprel_2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1428 if test "x$ac_cv_func_gsl_sf_exprel_2_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1429 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1430 #define HAVE_GSL_SF_EXPREL_2_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1431 @@ -3752,7 +4330,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1432
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1433 for ac_func in gsl_sf_exprel_2_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1434 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1435 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_2_e" "ac_cv_func_gsl_sf_exprel_2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1436 + ac_fn_c_check_func "$LINENO" "gsl_sf_exprel_2_e" "ac_cv_func_gsl_sf_exprel_2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1437 if test "x$ac_cv_func_gsl_sf_exprel_2_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1438 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1439 #define HAVE_GSL_SF_EXPREL_2_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1440 @@ -3765,7 +4343,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1441
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1442 for ac_func in gsl_sf_expint_E1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1443 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1444 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_E1_e" "ac_cv_func_gsl_sf_expint_E1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1445 + ac_fn_c_check_func "$LINENO" "gsl_sf_expint_E1_e" "ac_cv_func_gsl_sf_expint_E1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1446 if test "x$ac_cv_func_gsl_sf_expint_E1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1447 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1448 #define HAVE_GSL_SF_EXPINT_E1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1449 @@ -3778,7 +4356,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1450
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1451 for ac_func in gsl_sf_expint_E1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1452 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1453 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_E1_e" "ac_cv_func_gsl_sf_expint_E1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1454 + ac_fn_c_check_func "$LINENO" "gsl_sf_expint_E1_e" "ac_cv_func_gsl_sf_expint_E1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1455 if test "x$ac_cv_func_gsl_sf_expint_E1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1456 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1457 #define HAVE_GSL_SF_EXPINT_E1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1458 @@ -3791,7 +4369,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1459
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1460 for ac_func in gsl_sf_expint_E2_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1461 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1462 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_E2_e" "ac_cv_func_gsl_sf_expint_E2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1463 + ac_fn_c_check_func "$LINENO" "gsl_sf_expint_E2_e" "ac_cv_func_gsl_sf_expint_E2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1464 if test "x$ac_cv_func_gsl_sf_expint_E2_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1465 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1466 #define HAVE_GSL_SF_EXPINT_E2_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1467 @@ -3804,7 +4382,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1468
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1469 for ac_func in gsl_sf_expint_E2_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1470 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1471 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_E2_e" "ac_cv_func_gsl_sf_expint_E2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1472 + ac_fn_c_check_func "$LINENO" "gsl_sf_expint_E2_e" "ac_cv_func_gsl_sf_expint_E2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1473 if test "x$ac_cv_func_gsl_sf_expint_E2_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1474 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1475 #define HAVE_GSL_SF_EXPINT_E2_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1476 @@ -3817,7 +4395,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1477
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1478 for ac_func in gsl_sf_expint_Ei_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1479 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1480 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_Ei_e" "ac_cv_func_gsl_sf_expint_Ei_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1481 + ac_fn_c_check_func "$LINENO" "gsl_sf_expint_Ei_e" "ac_cv_func_gsl_sf_expint_Ei_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1482 if test "x$ac_cv_func_gsl_sf_expint_Ei_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1483 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1484 #define HAVE_GSL_SF_EXPINT_EI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1485 @@ -3830,7 +4408,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1486
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1487 for ac_func in gsl_sf_expint_Ei_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1488 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1489 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_Ei_e" "ac_cv_func_gsl_sf_expint_Ei_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1490 + ac_fn_c_check_func "$LINENO" "gsl_sf_expint_Ei_e" "ac_cv_func_gsl_sf_expint_Ei_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1491 if test "x$ac_cv_func_gsl_sf_expint_Ei_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1492 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1493 #define HAVE_GSL_SF_EXPINT_EI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1494 @@ -3843,7 +4421,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1495
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1496 for ac_func in gsl_sf_Shi_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1497 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1498 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Shi_e" "ac_cv_func_gsl_sf_Shi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1499 + ac_fn_c_check_func "$LINENO" "gsl_sf_Shi_e" "ac_cv_func_gsl_sf_Shi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1500 if test "x$ac_cv_func_gsl_sf_Shi_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1501 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1502 #define HAVE_GSL_SF_SHI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1503 @@ -3856,7 +4434,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1504
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1505 for ac_func in gsl_sf_Shi_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1506 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1507 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Shi_e" "ac_cv_func_gsl_sf_Shi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1508 + ac_fn_c_check_func "$LINENO" "gsl_sf_Shi_e" "ac_cv_func_gsl_sf_Shi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1509 if test "x$ac_cv_func_gsl_sf_Shi_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1510 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1511 #define HAVE_GSL_SF_SHI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1512 @@ -3869,7 +4447,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1513
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1514 for ac_func in gsl_sf_Chi_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1515 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1516 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Chi_e" "ac_cv_func_gsl_sf_Chi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1517 + ac_fn_c_check_func "$LINENO" "gsl_sf_Chi_e" "ac_cv_func_gsl_sf_Chi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1518 if test "x$ac_cv_func_gsl_sf_Chi_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1519 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1520 #define HAVE_GSL_SF_CHI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1521 @@ -3882,7 +4460,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1522
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1523 for ac_func in gsl_sf_Chi_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1524 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1525 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Chi_e" "ac_cv_func_gsl_sf_Chi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1526 + ac_fn_c_check_func "$LINENO" "gsl_sf_Chi_e" "ac_cv_func_gsl_sf_Chi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1527 if test "x$ac_cv_func_gsl_sf_Chi_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1528 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1529 #define HAVE_GSL_SF_CHI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1530 @@ -3895,7 +4473,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1531
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1532 for ac_func in gsl_sf_expint_3_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1533 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1534 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_3_e" "ac_cv_func_gsl_sf_expint_3_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1535 + ac_fn_c_check_func "$LINENO" "gsl_sf_expint_3_e" "ac_cv_func_gsl_sf_expint_3_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1536 if test "x$ac_cv_func_gsl_sf_expint_3_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1537 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1538 #define HAVE_GSL_SF_EXPINT_3_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1539 @@ -3908,7 +4486,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1540
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1541 for ac_func in gsl_sf_expint_3_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1542 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1543 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_3_e" "ac_cv_func_gsl_sf_expint_3_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1544 + ac_fn_c_check_func "$LINENO" "gsl_sf_expint_3_e" "ac_cv_func_gsl_sf_expint_3_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1545 if test "x$ac_cv_func_gsl_sf_expint_3_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1546 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1547 #define HAVE_GSL_SF_EXPINT_3_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1548 @@ -3921,7 +4499,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1549
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1550 for ac_func in gsl_sf_Si_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1551 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1552 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Si_e" "ac_cv_func_gsl_sf_Si_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1553 + ac_fn_c_check_func "$LINENO" "gsl_sf_Si_e" "ac_cv_func_gsl_sf_Si_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1554 if test "x$ac_cv_func_gsl_sf_Si_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1555 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1556 #define HAVE_GSL_SF_SI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1557 @@ -3934,7 +4512,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1558
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1559 for ac_func in gsl_sf_Si_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1560 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1561 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Si_e" "ac_cv_func_gsl_sf_Si_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1562 + ac_fn_c_check_func "$LINENO" "gsl_sf_Si_e" "ac_cv_func_gsl_sf_Si_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1563 if test "x$ac_cv_func_gsl_sf_Si_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1564 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1565 #define HAVE_GSL_SF_SI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1566 @@ -3947,7 +4525,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1567
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1568 for ac_func in gsl_sf_Ci_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1569 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1570 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Ci_e" "ac_cv_func_gsl_sf_Ci_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1571 + ac_fn_c_check_func "$LINENO" "gsl_sf_Ci_e" "ac_cv_func_gsl_sf_Ci_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1572 if test "x$ac_cv_func_gsl_sf_Ci_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1573 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1574 #define HAVE_GSL_SF_CI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1575 @@ -3960,7 +4538,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1576
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1577 for ac_func in gsl_sf_Ci_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1578 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1579 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Ci_e" "ac_cv_func_gsl_sf_Ci_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1580 + ac_fn_c_check_func "$LINENO" "gsl_sf_Ci_e" "ac_cv_func_gsl_sf_Ci_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1581 if test "x$ac_cv_func_gsl_sf_Ci_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1582 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1583 #define HAVE_GSL_SF_CI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1584 @@ -3973,7 +4551,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1585
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1586 for ac_func in gsl_sf_atanint_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1587 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1588 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_atanint_e" "ac_cv_func_gsl_sf_atanint_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1589 + ac_fn_c_check_func "$LINENO" "gsl_sf_atanint_e" "ac_cv_func_gsl_sf_atanint_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1590 if test "x$ac_cv_func_gsl_sf_atanint_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1591 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1592 #define HAVE_GSL_SF_ATANINT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1593 @@ -3986,7 +4564,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1594
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1595 for ac_func in gsl_sf_atanint_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1596 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1597 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_atanint_e" "ac_cv_func_gsl_sf_atanint_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1598 + ac_fn_c_check_func "$LINENO" "gsl_sf_atanint_e" "ac_cv_func_gsl_sf_atanint_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1599 if test "x$ac_cv_func_gsl_sf_atanint_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1600 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1601 #define HAVE_GSL_SF_ATANINT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1602 @@ -3999,7 +4577,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1603
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1604 for ac_func in gsl_sf_fermi_dirac_mhalf_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1605 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1606 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_mhalf_e" "ac_cv_func_gsl_sf_fermi_dirac_mhalf_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1607 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_mhalf_e" "ac_cv_func_gsl_sf_fermi_dirac_mhalf_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1608 if test "x$ac_cv_func_gsl_sf_fermi_dirac_mhalf_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1609 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1610 #define HAVE_GSL_SF_FERMI_DIRAC_MHALF_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1611 @@ -4012,7 +4590,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1612
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1613 for ac_func in gsl_sf_fermi_dirac_mhalf_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1614 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1615 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_mhalf_e" "ac_cv_func_gsl_sf_fermi_dirac_mhalf_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1616 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_mhalf_e" "ac_cv_func_gsl_sf_fermi_dirac_mhalf_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1617 if test "x$ac_cv_func_gsl_sf_fermi_dirac_mhalf_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1618 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1619 #define HAVE_GSL_SF_FERMI_DIRAC_MHALF_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1620 @@ -4025,7 +4603,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1621
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1622 for ac_func in gsl_sf_fermi_dirac_half_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1623 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1624 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_half_e" "ac_cv_func_gsl_sf_fermi_dirac_half_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1625 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_half_e" "ac_cv_func_gsl_sf_fermi_dirac_half_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1626 if test "x$ac_cv_func_gsl_sf_fermi_dirac_half_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1627 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1628 #define HAVE_GSL_SF_FERMI_DIRAC_HALF_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1629 @@ -4038,7 +4616,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1630
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1631 for ac_func in gsl_sf_fermi_dirac_half_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1632 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1633 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_half_e" "ac_cv_func_gsl_sf_fermi_dirac_half_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1634 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_half_e" "ac_cv_func_gsl_sf_fermi_dirac_half_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1635 if test "x$ac_cv_func_gsl_sf_fermi_dirac_half_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1636 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1637 #define HAVE_GSL_SF_FERMI_DIRAC_HALF_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1638 @@ -4051,7 +4629,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1639
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1640 for ac_func in gsl_sf_fermi_dirac_3half_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1641 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1642 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_3half_e" "ac_cv_func_gsl_sf_fermi_dirac_3half_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1643 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_3half_e" "ac_cv_func_gsl_sf_fermi_dirac_3half_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1644 if test "x$ac_cv_func_gsl_sf_fermi_dirac_3half_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1645 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1646 #define HAVE_GSL_SF_FERMI_DIRAC_3HALF_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1647 @@ -4064,7 +4642,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1648
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1649 for ac_func in gsl_sf_fermi_dirac_3half_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1650 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1651 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_3half_e" "ac_cv_func_gsl_sf_fermi_dirac_3half_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1652 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_3half_e" "ac_cv_func_gsl_sf_fermi_dirac_3half_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1653 if test "x$ac_cv_func_gsl_sf_fermi_dirac_3half_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1654 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1655 #define HAVE_GSL_SF_FERMI_DIRAC_3HALF_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1656 @@ -4077,7 +4655,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1657
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1658 for ac_func in gsl_sf_gamma_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1659 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1660 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_e" "ac_cv_func_gsl_sf_gamma_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1661 + ac_fn_c_check_func "$LINENO" "gsl_sf_gamma_e" "ac_cv_func_gsl_sf_gamma_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1662 if test "x$ac_cv_func_gsl_sf_gamma_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1663 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1664 #define HAVE_GSL_SF_GAMMA_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1665 @@ -4090,7 +4668,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1666
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1667 for ac_func in gsl_sf_gamma_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1668 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1669 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_e" "ac_cv_func_gsl_sf_gamma_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1670 + ac_fn_c_check_func "$LINENO" "gsl_sf_gamma_e" "ac_cv_func_gsl_sf_gamma_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1671 if test "x$ac_cv_func_gsl_sf_gamma_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1672 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1673 #define HAVE_GSL_SF_GAMMA_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1674 @@ -4103,7 +4681,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1675
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1676 for ac_func in gsl_sf_lngamma_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1677 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1678 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lngamma_e" "ac_cv_func_gsl_sf_lngamma_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1679 + ac_fn_c_check_func "$LINENO" "gsl_sf_lngamma_e" "ac_cv_func_gsl_sf_lngamma_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1680 if test "x$ac_cv_func_gsl_sf_lngamma_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1681 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1682 #define HAVE_GSL_SF_LNGAMMA_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1683 @@ -4116,7 +4694,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1684
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1685 for ac_func in gsl_sf_lngamma_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1686 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1687 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lngamma_e" "ac_cv_func_gsl_sf_lngamma_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1688 + ac_fn_c_check_func "$LINENO" "gsl_sf_lngamma_e" "ac_cv_func_gsl_sf_lngamma_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1689 if test "x$ac_cv_func_gsl_sf_lngamma_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1690 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1691 #define HAVE_GSL_SF_LNGAMMA_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1692 @@ -4129,7 +4707,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1693
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1694 for ac_func in gsl_sf_gammastar_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1695 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1696 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gammastar_e" "ac_cv_func_gsl_sf_gammastar_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1697 + ac_fn_c_check_func "$LINENO" "gsl_sf_gammastar_e" "ac_cv_func_gsl_sf_gammastar_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1698 if test "x$ac_cv_func_gsl_sf_gammastar_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1699 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1700 #define HAVE_GSL_SF_GAMMASTAR_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1701 @@ -4142,7 +4720,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1702
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1703 for ac_func in gsl_sf_gammastar_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1704 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1705 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gammastar_e" "ac_cv_func_gsl_sf_gammastar_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1706 + ac_fn_c_check_func "$LINENO" "gsl_sf_gammastar_e" "ac_cv_func_gsl_sf_gammastar_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1707 if test "x$ac_cv_func_gsl_sf_gammastar_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1708 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1709 #define HAVE_GSL_SF_GAMMASTAR_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1710 @@ -4155,7 +4733,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1711
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1712 for ac_func in gsl_sf_gammainv_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1713 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1714 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gammainv_e" "ac_cv_func_gsl_sf_gammainv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1715 + ac_fn_c_check_func "$LINENO" "gsl_sf_gammainv_e" "ac_cv_func_gsl_sf_gammainv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1716 if test "x$ac_cv_func_gsl_sf_gammainv_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1717 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1718 #define HAVE_GSL_SF_GAMMAINV_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1719 @@ -4168,7 +4746,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1720
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1721 for ac_func in gsl_sf_gammainv_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1722 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1723 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gammainv_e" "ac_cv_func_gsl_sf_gammainv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1724 + ac_fn_c_check_func "$LINENO" "gsl_sf_gammainv_e" "ac_cv_func_gsl_sf_gammainv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1725 if test "x$ac_cv_func_gsl_sf_gammainv_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1726 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1727 #define HAVE_GSL_SF_GAMMAINV_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1728 @@ -4181,7 +4759,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1729
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1730 for ac_func in gsl_sf_lambert_W0_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1731 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1732 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lambert_W0_e" "ac_cv_func_gsl_sf_lambert_W0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1733 + ac_fn_c_check_func "$LINENO" "gsl_sf_lambert_W0_e" "ac_cv_func_gsl_sf_lambert_W0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1734 if test "x$ac_cv_func_gsl_sf_lambert_W0_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1735 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1736 #define HAVE_GSL_SF_LAMBERT_W0_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1737 @@ -4194,7 +4772,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1738
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1739 for ac_func in gsl_sf_gammastar_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1740 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1741 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gammastar_e" "ac_cv_func_gsl_sf_gammastar_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1742 + ac_fn_c_check_func "$LINENO" "gsl_sf_gammastar_e" "ac_cv_func_gsl_sf_gammastar_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1743 if test "x$ac_cv_func_gsl_sf_gammastar_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1744 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1745 #define HAVE_GSL_SF_GAMMASTAR_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1746 @@ -4207,7 +4785,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1747
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1748 for ac_func in gsl_sf_lambert_W0_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1749 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1750 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lambert_W0_e" "ac_cv_func_gsl_sf_lambert_W0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1751 + ac_fn_c_check_func "$LINENO" "gsl_sf_lambert_W0_e" "ac_cv_func_gsl_sf_lambert_W0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1752 if test "x$ac_cv_func_gsl_sf_lambert_W0_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1753 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1754 #define HAVE_GSL_SF_LAMBERT_W0_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1755 @@ -4220,7 +4798,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1756
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1757 for ac_func in gsl_sf_lambert_Wm1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1758 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1759 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lambert_Wm1_e" "ac_cv_func_gsl_sf_lambert_Wm1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1760 + ac_fn_c_check_func "$LINENO" "gsl_sf_lambert_Wm1_e" "ac_cv_func_gsl_sf_lambert_Wm1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1761 if test "x$ac_cv_func_gsl_sf_lambert_Wm1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1762 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1763 #define HAVE_GSL_SF_LAMBERT_WM1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1764 @@ -4233,7 +4811,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1765
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1766 for ac_func in gsl_sf_lambert_Wm1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1767 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1768 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lambert_Wm1_e" "ac_cv_func_gsl_sf_lambert_Wm1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1769 + ac_fn_c_check_func "$LINENO" "gsl_sf_lambert_Wm1_e" "ac_cv_func_gsl_sf_lambert_Wm1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1770 if test "x$ac_cv_func_gsl_sf_lambert_Wm1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1771 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1772 #define HAVE_GSL_SF_LAMBERT_WM1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1773 @@ -4246,7 +4824,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1774
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1775 for ac_func in gsl_sf_log_1plusx_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1776 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1777 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_1plusx_e" "ac_cv_func_gsl_sf_log_1plusx_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1778 + ac_fn_c_check_func "$LINENO" "gsl_sf_log_1plusx_e" "ac_cv_func_gsl_sf_log_1plusx_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1779 if test "x$ac_cv_func_gsl_sf_log_1plusx_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1780 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1781 #define HAVE_GSL_SF_LOG_1PLUSX_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1782 @@ -4259,7 +4837,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1783
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1784 for ac_func in gsl_sf_log_1plusx_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1785 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1786 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_1plusx_e" "ac_cv_func_gsl_sf_log_1plusx_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1787 + ac_fn_c_check_func "$LINENO" "gsl_sf_log_1plusx_e" "ac_cv_func_gsl_sf_log_1plusx_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1788 if test "x$ac_cv_func_gsl_sf_log_1plusx_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1789 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1790 #define HAVE_GSL_SF_LOG_1PLUSX_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1791 @@ -4272,7 +4850,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1792
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1793 for ac_func in gsl_sf_log_1plusx_mx_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1794 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1795 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_1plusx_mx_e" "ac_cv_func_gsl_sf_log_1plusx_mx_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1796 + ac_fn_c_check_func "$LINENO" "gsl_sf_log_1plusx_mx_e" "ac_cv_func_gsl_sf_log_1plusx_mx_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1797 if test "x$ac_cv_func_gsl_sf_log_1plusx_mx_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1798 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1799 #define HAVE_GSL_SF_LOG_1PLUSX_MX_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1800 @@ -4285,7 +4863,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1801
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1802 for ac_func in gsl_sf_log_1plusx_mx_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1803 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1804 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_1plusx_mx_e" "ac_cv_func_gsl_sf_log_1plusx_mx_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1805 + ac_fn_c_check_func "$LINENO" "gsl_sf_log_1plusx_mx_e" "ac_cv_func_gsl_sf_log_1plusx_mx_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1806 if test "x$ac_cv_func_gsl_sf_log_1plusx_mx_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1807 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1808 #define HAVE_GSL_SF_LOG_1PLUSX_MX_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1809 @@ -4298,7 +4876,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1810
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1811 for ac_func in gsl_sf_psi_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1812 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1813 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_e" "ac_cv_func_gsl_sf_psi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1814 + ac_fn_c_check_func "$LINENO" "gsl_sf_psi_e" "ac_cv_func_gsl_sf_psi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1815 if test "x$ac_cv_func_gsl_sf_psi_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1816 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1817 #define HAVE_GSL_SF_PSI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1818 @@ -4311,7 +4889,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1819
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1820 for ac_func in gsl_sf_psi_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1821 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1822 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_e" "ac_cv_func_gsl_sf_psi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1823 + ac_fn_c_check_func "$LINENO" "gsl_sf_psi_e" "ac_cv_func_gsl_sf_psi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1824 if test "x$ac_cv_func_gsl_sf_psi_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1825 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1826 #define HAVE_GSL_SF_PSI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1827 @@ -4324,7 +4902,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1828
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1829 for ac_func in gsl_sf_psi_1piy_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1830 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1831 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_1piy_e" "ac_cv_func_gsl_sf_psi_1piy_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1832 + ac_fn_c_check_func "$LINENO" "gsl_sf_psi_1piy_e" "ac_cv_func_gsl_sf_psi_1piy_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1833 if test "x$ac_cv_func_gsl_sf_psi_1piy_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1834 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1835 #define HAVE_GSL_SF_PSI_1PIY_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1836 @@ -4337,7 +4915,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1837
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1838 for ac_func in gsl_sf_psi_1piy_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1839 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1840 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_1piy_e" "ac_cv_func_gsl_sf_psi_1piy_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1841 + ac_fn_c_check_func "$LINENO" "gsl_sf_psi_1piy_e" "ac_cv_func_gsl_sf_psi_1piy_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1842 if test "x$ac_cv_func_gsl_sf_psi_1piy_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1843 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1844 #define HAVE_GSL_SF_PSI_1PIY_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1845 @@ -4350,7 +4928,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1846
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1847 for ac_func in gsl_sf_synchrotron_1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1848 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1849 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_synchrotron_1_e" "ac_cv_func_gsl_sf_synchrotron_1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1850 + ac_fn_c_check_func "$LINENO" "gsl_sf_synchrotron_1_e" "ac_cv_func_gsl_sf_synchrotron_1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1851 if test "x$ac_cv_func_gsl_sf_synchrotron_1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1852 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1853 #define HAVE_GSL_SF_SYNCHROTRON_1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1854 @@ -4363,7 +4941,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1855
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1856 for ac_func in gsl_sf_synchrotron_1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1857 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1858 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_synchrotron_1_e" "ac_cv_func_gsl_sf_synchrotron_1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1859 + ac_fn_c_check_func "$LINENO" "gsl_sf_synchrotron_1_e" "ac_cv_func_gsl_sf_synchrotron_1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1860 if test "x$ac_cv_func_gsl_sf_synchrotron_1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1861 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1862 #define HAVE_GSL_SF_SYNCHROTRON_1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1863 @@ -4376,7 +4954,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1864
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1865 for ac_func in gsl_sf_synchrotron_2_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1866 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1867 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_synchrotron_2_e" "ac_cv_func_gsl_sf_synchrotron_2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1868 + ac_fn_c_check_func "$LINENO" "gsl_sf_synchrotron_2_e" "ac_cv_func_gsl_sf_synchrotron_2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1869 if test "x$ac_cv_func_gsl_sf_synchrotron_2_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1870 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1871 #define HAVE_GSL_SF_SYNCHROTRON_2_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1872 @@ -4389,7 +4967,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1873
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1874 for ac_func in gsl_sf_synchrotron_2_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1875 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1876 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_synchrotron_2_e" "ac_cv_func_gsl_sf_synchrotron_2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1877 + ac_fn_c_check_func "$LINENO" "gsl_sf_synchrotron_2_e" "ac_cv_func_gsl_sf_synchrotron_2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1878 if test "x$ac_cv_func_gsl_sf_synchrotron_2_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1879 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1880 #define HAVE_GSL_SF_SYNCHROTRON_2_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1881 @@ -4402,7 +4980,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1882
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1883 for ac_func in gsl_sf_transport_2_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1884 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1885 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_2_e" "ac_cv_func_gsl_sf_transport_2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1886 + ac_fn_c_check_func "$LINENO" "gsl_sf_transport_2_e" "ac_cv_func_gsl_sf_transport_2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1887 if test "x$ac_cv_func_gsl_sf_transport_2_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1888 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1889 #define HAVE_GSL_SF_TRANSPORT_2_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1890 @@ -4415,7 +4993,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1891
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1892 for ac_func in gsl_sf_transport_2_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1893 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1894 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_2_e" "ac_cv_func_gsl_sf_transport_2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1895 + ac_fn_c_check_func "$LINENO" "gsl_sf_transport_2_e" "ac_cv_func_gsl_sf_transport_2_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1896 if test "x$ac_cv_func_gsl_sf_transport_2_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1897 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1898 #define HAVE_GSL_SF_TRANSPORT_2_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1899 @@ -4428,7 +5006,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1900
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1901 for ac_func in gsl_sf_transport_3_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1902 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1903 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_3_e" "ac_cv_func_gsl_sf_transport_3_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1904 + ac_fn_c_check_func "$LINENO" "gsl_sf_transport_3_e" "ac_cv_func_gsl_sf_transport_3_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1905 if test "x$ac_cv_func_gsl_sf_transport_3_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1906 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1907 #define HAVE_GSL_SF_TRANSPORT_3_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1908 @@ -4441,7 +5019,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1909
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1910 for ac_func in gsl_sf_transport_3_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1911 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1912 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_3_e" "ac_cv_func_gsl_sf_transport_3_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1913 + ac_fn_c_check_func "$LINENO" "gsl_sf_transport_3_e" "ac_cv_func_gsl_sf_transport_3_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1914 if test "x$ac_cv_func_gsl_sf_transport_3_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1915 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1916 #define HAVE_GSL_SF_TRANSPORT_3_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1917 @@ -4454,7 +5032,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1918
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1919 for ac_func in gsl_sf_transport_4_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1920 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1921 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_4_e" "ac_cv_func_gsl_sf_transport_4_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1922 + ac_fn_c_check_func "$LINENO" "gsl_sf_transport_4_e" "ac_cv_func_gsl_sf_transport_4_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1923 if test "x$ac_cv_func_gsl_sf_transport_4_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1924 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1925 #define HAVE_GSL_SF_TRANSPORT_4_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1926 @@ -4467,7 +5045,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1927
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1928 for ac_func in gsl_sf_transport_4_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1929 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1930 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_4_e" "ac_cv_func_gsl_sf_transport_4_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1931 + ac_fn_c_check_func "$LINENO" "gsl_sf_transport_4_e" "ac_cv_func_gsl_sf_transport_4_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1932 if test "x$ac_cv_func_gsl_sf_transport_4_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1933 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1934 #define HAVE_GSL_SF_TRANSPORT_4_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1935 @@ -4480,7 +5058,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1936
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1937 for ac_func in gsl_sf_transport_5_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1938 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1939 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_5_e" "ac_cv_func_gsl_sf_transport_5_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1940 + ac_fn_c_check_func "$LINENO" "gsl_sf_transport_5_e" "ac_cv_func_gsl_sf_transport_5_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1941 if test "x$ac_cv_func_gsl_sf_transport_5_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1942 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1943 #define HAVE_GSL_SF_TRANSPORT_5_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1944 @@ -4493,7 +5071,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1945
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1946 for ac_func in gsl_sf_transport_5_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1947 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1948 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_5_e" "ac_cv_func_gsl_sf_transport_5_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1949 + ac_fn_c_check_func "$LINENO" "gsl_sf_transport_5_e" "ac_cv_func_gsl_sf_transport_5_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1950 if test "x$ac_cv_func_gsl_sf_transport_5_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1951 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1952 #define HAVE_GSL_SF_TRANSPORT_5_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1953 @@ -4506,7 +5084,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1954
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1955 for ac_func in gsl_sf_sinc_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1956 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1957 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_sinc_e" "ac_cv_func_gsl_sf_sinc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1958 + ac_fn_c_check_func "$LINENO" "gsl_sf_sinc_e" "ac_cv_func_gsl_sf_sinc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1959 if test "x$ac_cv_func_gsl_sf_sinc_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1960 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1961 #define HAVE_GSL_SF_SINC_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1962 @@ -4519,7 +5097,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1963
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1964 for ac_func in gsl_sf_sinc_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1965 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1966 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_sinc_e" "ac_cv_func_gsl_sf_sinc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1967 + ac_fn_c_check_func "$LINENO" "gsl_sf_sinc_e" "ac_cv_func_gsl_sf_sinc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1968 if test "x$ac_cv_func_gsl_sf_sinc_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1969 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1970 #define HAVE_GSL_SF_SINC_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1971 @@ -4532,7 +5110,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1972
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1973 for ac_func in gsl_sf_lnsinh_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1974 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1975 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnsinh_e" "ac_cv_func_gsl_sf_lnsinh_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1976 + ac_fn_c_check_func "$LINENO" "gsl_sf_lnsinh_e" "ac_cv_func_gsl_sf_lnsinh_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1977 if test "x$ac_cv_func_gsl_sf_lnsinh_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1978 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1979 #define HAVE_GSL_SF_LNSINH_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1980 @@ -4545,7 +5123,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1981
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1982 for ac_func in gsl_sf_lnsinh_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1983 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1984 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnsinh_e" "ac_cv_func_gsl_sf_lnsinh_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1985 + ac_fn_c_check_func "$LINENO" "gsl_sf_lnsinh_e" "ac_cv_func_gsl_sf_lnsinh_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1986 if test "x$ac_cv_func_gsl_sf_lnsinh_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1987 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1988 #define HAVE_GSL_SF_LNSINH_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1989 @@ -4558,7 +5136,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1990
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1991 for ac_func in gsl_sf_lncosh_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1992 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1993 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lncosh_e" "ac_cv_func_gsl_sf_lncosh_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1994 + ac_fn_c_check_func "$LINENO" "gsl_sf_lncosh_e" "ac_cv_func_gsl_sf_lncosh_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1995 if test "x$ac_cv_func_gsl_sf_lncosh_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1996 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1997 #define HAVE_GSL_SF_LNCOSH_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1998 @@ -4571,7 +5149,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1999
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2000 for ac_func in gsl_sf_lncosh_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2001 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2002 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lncosh_e" "ac_cv_func_gsl_sf_lncosh_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2003 + ac_fn_c_check_func "$LINENO" "gsl_sf_lncosh_e" "ac_cv_func_gsl_sf_lncosh_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2004 if test "x$ac_cv_func_gsl_sf_lncosh_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2005 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2006 #define HAVE_GSL_SF_LNCOSH_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2007 @@ -4584,7 +5162,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2008
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2009 for ac_func in gsl_sf_bessel_Jn_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2010 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2011 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Jn_e" "ac_cv_func_gsl_sf_bessel_Jn_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2012 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Jn_e" "ac_cv_func_gsl_sf_bessel_Jn_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2013 if test "x$ac_cv_func_gsl_sf_bessel_Jn_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2014 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2015 #define HAVE_GSL_SF_BESSEL_JN_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2016 @@ -4597,7 +5175,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2017
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2018 for ac_func in gsl_sf_bessel_Jn_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2019 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2020 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Jn_e" "ac_cv_func_gsl_sf_bessel_Jn_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2021 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Jn_e" "ac_cv_func_gsl_sf_bessel_Jn_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2022 if test "x$ac_cv_func_gsl_sf_bessel_Jn_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2023 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2024 #define HAVE_GSL_SF_BESSEL_JN_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2025 @@ -4610,7 +5188,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2026
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2027 for ac_func in gsl_sf_bessel_Yn_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2028 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2029 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Yn_e" "ac_cv_func_gsl_sf_bessel_Yn_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2030 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Yn_e" "ac_cv_func_gsl_sf_bessel_Yn_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2031 if test "x$ac_cv_func_gsl_sf_bessel_Yn_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2032 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2033 #define HAVE_GSL_SF_BESSEL_YN_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2034 @@ -4623,7 +5201,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2035
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2036 for ac_func in gsl_sf_bessel_Yn_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2037 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2038 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Yn_e" "ac_cv_func_gsl_sf_bessel_Yn_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2039 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Yn_e" "ac_cv_func_gsl_sf_bessel_Yn_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2040 if test "x$ac_cv_func_gsl_sf_bessel_Yn_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2041 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2042 #define HAVE_GSL_SF_BESSEL_YN_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2043 @@ -4636,7 +5214,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2044
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2045 for ac_func in gsl_sf_bessel_In_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2046 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2047 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_e" "ac_cv_func_gsl_sf_bessel_In_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2048 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_In_e" "ac_cv_func_gsl_sf_bessel_In_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2049 if test "x$ac_cv_func_gsl_sf_bessel_In_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2050 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2051 #define HAVE_GSL_SF_BESSEL_IN_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2052 @@ -4649,7 +5227,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2053
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2054 for ac_func in gsl_sf_bessel_In_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2055 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2056 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_e" "ac_cv_func_gsl_sf_bessel_In_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2057 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_In_e" "ac_cv_func_gsl_sf_bessel_In_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2058 if test "x$ac_cv_func_gsl_sf_bessel_In_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2059 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2060 #define HAVE_GSL_SF_BESSEL_IN_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2061 @@ -4662,7 +5240,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2062
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2063 for ac_func in gsl_sf_bessel_In_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2064 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2065 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_scaled_e" "ac_cv_func_gsl_sf_bessel_In_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2066 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_In_scaled_e" "ac_cv_func_gsl_sf_bessel_In_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2067 if test "x$ac_cv_func_gsl_sf_bessel_In_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2068 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2069 #define HAVE_GSL_SF_BESSEL_IN_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2070 @@ -4675,7 +5253,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2071
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2072 for ac_func in gsl_sf_bessel_In_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2073 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2074 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_scaled_e" "ac_cv_func_gsl_sf_bessel_In_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2075 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_In_scaled_e" "ac_cv_func_gsl_sf_bessel_In_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2076 if test "x$ac_cv_func_gsl_sf_bessel_In_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2077 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2078 #define HAVE_GSL_SF_BESSEL_IN_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2079 @@ -4688,7 +5266,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2080
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2081 for ac_func in gsl_sf_bessel_Kn_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2082 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2083 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_e" "ac_cv_func_gsl_sf_bessel_Kn_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2084 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Kn_e" "ac_cv_func_gsl_sf_bessel_Kn_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2085 if test "x$ac_cv_func_gsl_sf_bessel_Kn_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2086 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2087 #define HAVE_GSL_SF_BESSEL_KN_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2088 @@ -4701,7 +5279,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2089
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2090 for ac_func in gsl_sf_bessel_Kn_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2091 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2092 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_e" "ac_cv_func_gsl_sf_bessel_Kn_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2093 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Kn_e" "ac_cv_func_gsl_sf_bessel_Kn_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2094 if test "x$ac_cv_func_gsl_sf_bessel_Kn_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2095 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2096 #define HAVE_GSL_SF_BESSEL_KN_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2097 @@ -4714,7 +5292,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2098
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2099 for ac_func in gsl_sf_bessel_Kn_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2100 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2101 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_scaled_e" "ac_cv_func_gsl_sf_bessel_Kn_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2102 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Kn_scaled_e" "ac_cv_func_gsl_sf_bessel_Kn_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2103 if test "x$ac_cv_func_gsl_sf_bessel_Kn_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2104 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2105 #define HAVE_GSL_SF_BESSEL_KN_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2106 @@ -4727,7 +5305,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2107
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2108 for ac_func in gsl_sf_bessel_Kn_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2109 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2110 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_scaled_e" "ac_cv_func_gsl_sf_bessel_Kn_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2111 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Kn_scaled_e" "ac_cv_func_gsl_sf_bessel_Kn_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2112 if test "x$ac_cv_func_gsl_sf_bessel_Kn_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2113 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2114 #define HAVE_GSL_SF_BESSEL_KN_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2115 @@ -4740,7 +5318,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2116
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2117 for ac_func in gsl_sf_bessel_jl_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2118 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2119 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_jl_e" "ac_cv_func_gsl_sf_bessel_jl_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2120 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_jl_e" "ac_cv_func_gsl_sf_bessel_jl_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2121 if test "x$ac_cv_func_gsl_sf_bessel_jl_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2122 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2123 #define HAVE_GSL_SF_BESSEL_JL_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2124 @@ -4753,7 +5331,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2125
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2126 for ac_func in gsl_sf_bessel_jl_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2127 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2128 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_jl_e" "ac_cv_func_gsl_sf_bessel_jl_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2129 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_jl_e" "ac_cv_func_gsl_sf_bessel_jl_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2130 if test "x$ac_cv_func_gsl_sf_bessel_jl_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2131 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2132 #define HAVE_GSL_SF_BESSEL_JL_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2133 @@ -4766,7 +5344,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2134
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2135 for ac_func in gsl_sf_bessel_yl_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2136 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2137 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_yl_e" "ac_cv_func_gsl_sf_bessel_yl_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2138 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_yl_e" "ac_cv_func_gsl_sf_bessel_yl_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2139 if test "x$ac_cv_func_gsl_sf_bessel_yl_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2140 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2141 #define HAVE_GSL_SF_BESSEL_YL_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2142 @@ -4779,7 +5357,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2143
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2144 for ac_func in gsl_sf_bessel_yl_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2145 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2146 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_yl_e" "ac_cv_func_gsl_sf_bessel_yl_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2147 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_yl_e" "ac_cv_func_gsl_sf_bessel_yl_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2148 if test "x$ac_cv_func_gsl_sf_bessel_yl_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2149 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2150 #define HAVE_GSL_SF_BESSEL_YL_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2151 @@ -4792,7 +5370,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2152
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2153 for ac_func in gsl_sf_bessel_il_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2154 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2155 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_il_scaled_e" "ac_cv_func_gsl_sf_bessel_il_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2156 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_il_scaled_e" "ac_cv_func_gsl_sf_bessel_il_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2157 if test "x$ac_cv_func_gsl_sf_bessel_il_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2158 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2159 #define HAVE_GSL_SF_BESSEL_IL_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2160 @@ -4805,7 +5383,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2161
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2162 for ac_func in gsl_sf_bessel_il_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2163 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2164 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_il_scaled_e" "ac_cv_func_gsl_sf_bessel_il_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2165 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_il_scaled_e" "ac_cv_func_gsl_sf_bessel_il_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2166 if test "x$ac_cv_func_gsl_sf_bessel_il_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2167 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2168 #define HAVE_GSL_SF_BESSEL_IL_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2169 @@ -4818,7 +5396,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2170
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2171 for ac_func in gsl_sf_bessel_kl_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2172 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2173 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_kl_scaled_e" "ac_cv_func_gsl_sf_bessel_kl_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2174 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_kl_scaled_e" "ac_cv_func_gsl_sf_bessel_kl_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2175 if test "x$ac_cv_func_gsl_sf_bessel_kl_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2176 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2177 #define HAVE_GSL_SF_BESSEL_KL_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2178 @@ -4831,7 +5409,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2179
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2180 for ac_func in gsl_sf_bessel_kl_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2181 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2182 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_kl_scaled_e" "ac_cv_func_gsl_sf_bessel_kl_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2183 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_kl_scaled_e" "ac_cv_func_gsl_sf_bessel_kl_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2184 if test "x$ac_cv_func_gsl_sf_bessel_kl_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2185 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2186 #define HAVE_GSL_SF_BESSEL_KL_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2187 @@ -4844,7 +5422,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2188
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2189 for ac_func in gsl_sf_exprel_n_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2190 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2191 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_n_e" "ac_cv_func_gsl_sf_exprel_n_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2192 + ac_fn_c_check_func "$LINENO" "gsl_sf_exprel_n_e" "ac_cv_func_gsl_sf_exprel_n_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2193 if test "x$ac_cv_func_gsl_sf_exprel_n_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2194 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2195 #define HAVE_GSL_SF_EXPREL_N_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2196 @@ -4857,7 +5435,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2197
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2198 for ac_func in gsl_sf_exprel_n_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2199 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2200 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_n_e" "ac_cv_func_gsl_sf_exprel_n_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2201 + ac_fn_c_check_func "$LINENO" "gsl_sf_exprel_n_e" "ac_cv_func_gsl_sf_exprel_n_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2202 if test "x$ac_cv_func_gsl_sf_exprel_n_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2203 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2204 #define HAVE_GSL_SF_EXPREL_N_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2205 @@ -4870,7 +5448,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2206
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2207 for ac_func in gsl_sf_fermi_dirac_int_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2208 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2209 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_int_e" "ac_cv_func_gsl_sf_fermi_dirac_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2210 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_int_e" "ac_cv_func_gsl_sf_fermi_dirac_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2211 if test "x$ac_cv_func_gsl_sf_fermi_dirac_int_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2212 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2213 #define HAVE_GSL_SF_FERMI_DIRAC_INT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2214 @@ -4883,7 +5461,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2215
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2216 for ac_func in gsl_sf_fermi_dirac_int_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2217 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2218 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_int_e" "ac_cv_func_gsl_sf_fermi_dirac_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2219 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_int_e" "ac_cv_func_gsl_sf_fermi_dirac_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2220 if test "x$ac_cv_func_gsl_sf_fermi_dirac_int_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2221 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2222 #define HAVE_GSL_SF_FERMI_DIRAC_INT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2223 @@ -4896,7 +5474,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2224
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2225 for ac_func in gsl_sf_taylorcoeff_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2226 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2227 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_taylorcoeff_e" "ac_cv_func_gsl_sf_taylorcoeff_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2228 + ac_fn_c_check_func "$LINENO" "gsl_sf_taylorcoeff_e" "ac_cv_func_gsl_sf_taylorcoeff_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2229 if test "x$ac_cv_func_gsl_sf_taylorcoeff_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2230 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2231 #define HAVE_GSL_SF_TAYLORCOEFF_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2232 @@ -4909,7 +5487,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2233
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2234 for ac_func in gsl_sf_taylorcoeff_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2235 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2236 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_taylorcoeff_e" "ac_cv_func_gsl_sf_taylorcoeff_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2237 + ac_fn_c_check_func "$LINENO" "gsl_sf_taylorcoeff_e" "ac_cv_func_gsl_sf_taylorcoeff_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2238 if test "x$ac_cv_func_gsl_sf_taylorcoeff_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2239 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2240 #define HAVE_GSL_SF_TAYLORCOEFF_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2241 @@ -4922,7 +5500,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2242
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2243 for ac_func in gsl_sf_legendre_Pl_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2244 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2245 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Pl_e" "ac_cv_func_gsl_sf_legendre_Pl_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2246 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Pl_e" "ac_cv_func_gsl_sf_legendre_Pl_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2247 if test "x$ac_cv_func_gsl_sf_legendre_Pl_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2248 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2249 #define HAVE_GSL_SF_LEGENDRE_PL_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2250 @@ -4933,7 +5511,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2251
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2252 for ac_func in gsl_sf_legendre_Pl_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2253 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2254 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Pl_e" "ac_cv_func_gsl_sf_legendre_Pl_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2255 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Pl_e" "ac_cv_func_gsl_sf_legendre_Pl_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2256 if test "x$ac_cv_func_gsl_sf_legendre_Pl_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2257 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2258 #define HAVE_GSL_SF_LEGENDRE_PL_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2259 @@ -4944,7 +5522,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2260
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2261 for ac_func in gsl_sf_legendre_Ql_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2262 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2263 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Ql_e" "ac_cv_func_gsl_sf_legendre_Ql_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2264 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Ql_e" "ac_cv_func_gsl_sf_legendre_Ql_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2265 if test "x$ac_cv_func_gsl_sf_legendre_Ql_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2266 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2267 #define HAVE_GSL_SF_LEGENDRE_QL_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2268 @@ -4957,7 +5535,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2269
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2270 for ac_func in gsl_sf_legendre_Ql_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2271 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2272 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Ql_e" "ac_cv_func_gsl_sf_legendre_Ql_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2273 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Ql_e" "ac_cv_func_gsl_sf_legendre_Ql_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2274 if test "x$ac_cv_func_gsl_sf_legendre_Ql_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2275 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2276 #define HAVE_GSL_SF_LEGENDRE_QL_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2277 @@ -4970,7 +5548,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2278
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2279 for ac_func in gsl_sf_mathieu_a_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2280 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2281 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_a_e" "ac_cv_func_gsl_sf_mathieu_a_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2282 + ac_fn_c_check_func "$LINENO" "gsl_sf_mathieu_a_e" "ac_cv_func_gsl_sf_mathieu_a_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2283 if test "x$ac_cv_func_gsl_sf_mathieu_a_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2284 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2285 #define HAVE_GSL_SF_MATHIEU_A_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2286 @@ -4983,7 +5561,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2287
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2288 for ac_func in gsl_sf_mathieu_b_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2289 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2290 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_b_e" "ac_cv_func_gsl_sf_mathieu_b_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2291 + ac_fn_c_check_func "$LINENO" "gsl_sf_mathieu_b_e" "ac_cv_func_gsl_sf_mathieu_b_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2292 if test "x$ac_cv_func_gsl_sf_mathieu_b_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2293 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2294 #define HAVE_GSL_SF_MATHIEU_B_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2295 @@ -4996,7 +5574,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2296
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2297 for ac_func in gsl_sf_psi_n_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2298 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2299 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_n_e" "ac_cv_func_gsl_sf_psi_n_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2300 + ac_fn_c_check_func "$LINENO" "gsl_sf_psi_n_e" "ac_cv_func_gsl_sf_psi_n_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2301 if test "x$ac_cv_func_gsl_sf_psi_n_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2302 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2303 #define HAVE_GSL_SF_PSI_N_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2304 @@ -5009,7 +5587,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2305
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2306 for ac_func in gsl_sf_psi_n_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2307 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2308 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_n_e" "ac_cv_func_gsl_sf_psi_n_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2309 + ac_fn_c_check_func "$LINENO" "gsl_sf_psi_n_e" "ac_cv_func_gsl_sf_psi_n_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2310 if test "x$ac_cv_func_gsl_sf_psi_n_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2311 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2312 #define HAVE_GSL_SF_PSI_N_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2313 @@ -5022,7 +5600,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2314
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2315 for ac_func in gsl_sf_bessel_Jnu_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2316 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2317 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Jnu_e" "ac_cv_func_gsl_sf_bessel_Jnu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2318 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Jnu_e" "ac_cv_func_gsl_sf_bessel_Jnu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2319 if test "x$ac_cv_func_gsl_sf_bessel_Jnu_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2320 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2321 #define HAVE_GSL_SF_BESSEL_JNU_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2322 @@ -5035,7 +5613,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2323
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2324 for ac_func in gsl_sf_bessel_Jnu_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2325 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2326 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Jnu_e" "ac_cv_func_gsl_sf_bessel_Jnu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2327 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Jnu_e" "ac_cv_func_gsl_sf_bessel_Jnu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2328 if test "x$ac_cv_func_gsl_sf_bessel_Jnu_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2329 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2330 #define HAVE_GSL_SF_BESSEL_JNU_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2331 @@ -5048,7 +5626,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2332
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2333 for ac_func in gsl_sf_bessel_Ynu_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2334 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2335 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Ynu_e" "ac_cv_func_gsl_sf_bessel_Ynu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2336 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Ynu_e" "ac_cv_func_gsl_sf_bessel_Ynu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2337 if test "x$ac_cv_func_gsl_sf_bessel_Ynu_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2338 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2339 #define HAVE_GSL_SF_BESSEL_YNU_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2340 @@ -5061,7 +5639,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2341
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2342 for ac_func in gsl_sf_bessel_Ynu_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2343 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2344 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Ynu_e" "ac_cv_func_gsl_sf_bessel_Ynu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2345 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Ynu_e" "ac_cv_func_gsl_sf_bessel_Ynu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2346 if test "x$ac_cv_func_gsl_sf_bessel_Ynu_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2347 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2348 #define HAVE_GSL_SF_BESSEL_YNU_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2349 @@ -5074,7 +5652,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2350
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2351 for ac_func in gsl_sf_bessel_Inu_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2352 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2353 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Inu_e" "ac_cv_func_gsl_sf_bessel_Inu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2354 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Inu_e" "ac_cv_func_gsl_sf_bessel_Inu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2355 if test "x$ac_cv_func_gsl_sf_bessel_Inu_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2356 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2357 #define HAVE_GSL_SF_BESSEL_INU_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2358 @@ -5087,7 +5665,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2359
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2360 for ac_func in gsl_sf_bessel_Inu_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2361 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2362 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Inu_e" "ac_cv_func_gsl_sf_bessel_Inu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2363 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Inu_e" "ac_cv_func_gsl_sf_bessel_Inu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2364 if test "x$ac_cv_func_gsl_sf_bessel_Inu_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2365 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2366 #define HAVE_GSL_SF_BESSEL_INU_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2367 @@ -5100,7 +5678,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2368
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2369 for ac_func in gsl_sf_bessel_Inu_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2370 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2371 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Inu_scaled_e" "ac_cv_func_gsl_sf_bessel_Inu_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2372 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Inu_scaled_e" "ac_cv_func_gsl_sf_bessel_Inu_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2373 if test "x$ac_cv_func_gsl_sf_bessel_Inu_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2374 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2375 #define HAVE_GSL_SF_BESSEL_INU_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2376 @@ -5113,7 +5691,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2377
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2378 for ac_func in gsl_sf_bessel_Inu_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2379 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2380 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Inu_scaled_e" "ac_cv_func_gsl_sf_bessel_Inu_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2381 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Inu_scaled_e" "ac_cv_func_gsl_sf_bessel_Inu_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2382 if test "x$ac_cv_func_gsl_sf_bessel_Inu_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2383 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2384 #define HAVE_GSL_SF_BESSEL_INU_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2385 @@ -5126,7 +5704,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2386
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2387 for ac_func in gsl_sf_bessel_Knu_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2388 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2389 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Knu_e" "ac_cv_func_gsl_sf_bessel_Knu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2390 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Knu_e" "ac_cv_func_gsl_sf_bessel_Knu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2391 if test "x$ac_cv_func_gsl_sf_bessel_Knu_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2392 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2393 #define HAVE_GSL_SF_BESSEL_KNU_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2394 @@ -5139,7 +5717,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2395
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2396 for ac_func in gsl_sf_bessel_Knu_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2397 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2398 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Knu_e" "ac_cv_func_gsl_sf_bessel_Knu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2399 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Knu_e" "ac_cv_func_gsl_sf_bessel_Knu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2400 if test "x$ac_cv_func_gsl_sf_bessel_Knu_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2401 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2402 #define HAVE_GSL_SF_BESSEL_KNU_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2403 @@ -5152,7 +5730,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2404
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2405 for ac_func in gsl_sf_bessel_lnKnu_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2406 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2407 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_lnKnu_e" "ac_cv_func_gsl_sf_bessel_lnKnu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2408 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_lnKnu_e" "ac_cv_func_gsl_sf_bessel_lnKnu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2409 if test "x$ac_cv_func_gsl_sf_bessel_lnKnu_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2410 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2411 #define HAVE_GSL_SF_BESSEL_LNKNU_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2412 @@ -5165,7 +5743,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2413
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2414 for ac_func in gsl_sf_bessel_lnKnu_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2415 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2416 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_lnKnu_e" "ac_cv_func_gsl_sf_bessel_lnKnu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2417 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_lnKnu_e" "ac_cv_func_gsl_sf_bessel_lnKnu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2418 if test "x$ac_cv_func_gsl_sf_bessel_lnKnu_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2419 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2420 #define HAVE_GSL_SF_BESSEL_LNKNU_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2421 @@ -5178,7 +5756,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2422
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2423 for ac_func in gsl_sf_bessel_Knu_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2424 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2425 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Knu_scaled_e" "ac_cv_func_gsl_sf_bessel_Knu_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2426 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Knu_scaled_e" "ac_cv_func_gsl_sf_bessel_Knu_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2427 if test "x$ac_cv_func_gsl_sf_bessel_Knu_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2428 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2429 #define HAVE_GSL_SF_BESSEL_KNU_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2430 @@ -5191,7 +5769,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2431
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2432 for ac_func in gsl_sf_bessel_Knu_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2433 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2434 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Knu_scaled_e" "ac_cv_func_gsl_sf_bessel_Knu_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2435 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Knu_scaled_e" "ac_cv_func_gsl_sf_bessel_Knu_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2436 if test "x$ac_cv_func_gsl_sf_bessel_Knu_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2437 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2438 #define HAVE_GSL_SF_BESSEL_KNU_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2439 @@ -5204,7 +5782,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2440
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2441 for ac_func in gsl_sf_exp_mult_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2442 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2443 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exp_mult_e" "ac_cv_func_gsl_sf_exp_mult_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2444 + ac_fn_c_check_func "$LINENO" "gsl_sf_exp_mult_e" "ac_cv_func_gsl_sf_exp_mult_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2445 if test "x$ac_cv_func_gsl_sf_exp_mult_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2446 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2447 #define HAVE_GSL_SF_EXP_MULT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2448 @@ -5217,7 +5795,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2449
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2450 for ac_func in gsl_sf_exp_mult_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2451 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2452 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exp_mult_e" "ac_cv_func_gsl_sf_exp_mult_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2453 + ac_fn_c_check_func "$LINENO" "gsl_sf_exp_mult_e" "ac_cv_func_gsl_sf_exp_mult_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2454 if test "x$ac_cv_func_gsl_sf_exp_mult_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2455 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2456 #define HAVE_GSL_SF_EXP_MULT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2457 @@ -5230,7 +5808,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2458
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2459 for ac_func in gsl_sf_fermi_dirac_inc_0_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2460 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2461 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_inc_0_e" "ac_cv_func_gsl_sf_fermi_dirac_inc_0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2462 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_inc_0_e" "ac_cv_func_gsl_sf_fermi_dirac_inc_0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2463 if test "x$ac_cv_func_gsl_sf_fermi_dirac_inc_0_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2464 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2465 #define HAVE_GSL_SF_FERMI_DIRAC_INC_0_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2466 @@ -5243,7 +5821,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2467
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2468 for ac_func in gsl_sf_fermi_dirac_inc_0_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2469 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2470 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_inc_0_e" "ac_cv_func_gsl_sf_fermi_dirac_inc_0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2471 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_inc_0_e" "ac_cv_func_gsl_sf_fermi_dirac_inc_0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2472 if test "x$ac_cv_func_gsl_sf_fermi_dirac_inc_0_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2473 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2474 #define HAVE_GSL_SF_FERMI_DIRAC_INC_0_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2475 @@ -5256,7 +5834,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2476
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2477 for ac_func in gsl_sf_poch_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2478 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2479 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_poch_e" "ac_cv_func_gsl_sf_poch_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2480 + ac_fn_c_check_func "$LINENO" "gsl_sf_poch_e" "ac_cv_func_gsl_sf_poch_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2481 if test "x$ac_cv_func_gsl_sf_poch_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2482 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2483 #define HAVE_GSL_SF_POCH_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2484 @@ -5269,7 +5847,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2485
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2486 for ac_func in gsl_sf_poch_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2487 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2488 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_poch_e" "ac_cv_func_gsl_sf_poch_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2489 + ac_fn_c_check_func "$LINENO" "gsl_sf_poch_e" "ac_cv_func_gsl_sf_poch_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2490 if test "x$ac_cv_func_gsl_sf_poch_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2491 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2492 #define HAVE_GSL_SF_POCH_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2493 @@ -5282,7 +5860,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2494
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2495 for ac_func in gsl_sf_lnpoch_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2496 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2497 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnpoch_e" "ac_cv_func_gsl_sf_lnpoch_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2498 + ac_fn_c_check_func "$LINENO" "gsl_sf_lnpoch_e" "ac_cv_func_gsl_sf_lnpoch_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2499 if test "x$ac_cv_func_gsl_sf_lnpoch_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2500 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2501 #define HAVE_GSL_SF_LNPOCH_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2502 @@ -5295,7 +5873,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2503
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2504 for ac_func in gsl_sf_lnpoch_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2505 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2506 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnpoch_e" "ac_cv_func_gsl_sf_lnpoch_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2507 + ac_fn_c_check_func "$LINENO" "gsl_sf_lnpoch_e" "ac_cv_func_gsl_sf_lnpoch_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2508 if test "x$ac_cv_func_gsl_sf_lnpoch_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2509 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2510 #define HAVE_GSL_SF_LNPOCH_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2511 @@ -5308,7 +5886,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2512
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2513 for ac_func in gsl_sf_pochrel_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2514 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2515 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_pochrel_e" "ac_cv_func_gsl_sf_pochrel_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2516 + ac_fn_c_check_func "$LINENO" "gsl_sf_pochrel_e" "ac_cv_func_gsl_sf_pochrel_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2517 if test "x$ac_cv_func_gsl_sf_pochrel_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2518 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2519 #define HAVE_GSL_SF_POCHREL_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2520 @@ -5321,7 +5899,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2521
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2522 for ac_func in gsl_sf_pochrel_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2523 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2524 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_pochrel_e" "ac_cv_func_gsl_sf_pochrel_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2525 + ac_fn_c_check_func "$LINENO" "gsl_sf_pochrel_e" "ac_cv_func_gsl_sf_pochrel_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2526 if test "x$ac_cv_func_gsl_sf_pochrel_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2527 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2528 #define HAVE_GSL_SF_POCHREL_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2529 @@ -5334,7 +5912,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2530
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2531 for ac_func in gsl_sf_gamma_inc_Q_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2532 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2533 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_Q_e" "ac_cv_func_gsl_sf_gamma_inc_Q_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2534 + ac_fn_c_check_func "$LINENO" "gsl_sf_gamma_inc_Q_e" "ac_cv_func_gsl_sf_gamma_inc_Q_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2535 if test "x$ac_cv_func_gsl_sf_gamma_inc_Q_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2536 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2537 #define HAVE_GSL_SF_GAMMA_INC_Q_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2538 @@ -5347,7 +5925,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2539
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2540 for ac_func in gsl_sf_gamma_inc_Q_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2541 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2542 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_Q_e" "ac_cv_func_gsl_sf_gamma_inc_Q_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2543 + ac_fn_c_check_func "$LINENO" "gsl_sf_gamma_inc_Q_e" "ac_cv_func_gsl_sf_gamma_inc_Q_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2544 if test "x$ac_cv_func_gsl_sf_gamma_inc_Q_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2545 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2546 #define HAVE_GSL_SF_GAMMA_INC_Q_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2547 @@ -5360,7 +5938,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2548
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2549 for ac_func in gsl_sf_gamma_inc_P_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2550 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2551 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_P_e" "ac_cv_func_gsl_sf_gamma_inc_P_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2552 + ac_fn_c_check_func "$LINENO" "gsl_sf_gamma_inc_P_e" "ac_cv_func_gsl_sf_gamma_inc_P_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2553 if test "x$ac_cv_func_gsl_sf_gamma_inc_P_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2554 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2555 #define HAVE_GSL_SF_GAMMA_INC_P_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2556 @@ -5373,7 +5951,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2557
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2558 for ac_func in gsl_sf_gamma_inc_P_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2559 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2560 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_P_e" "ac_cv_func_gsl_sf_gamma_inc_P_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2561 + ac_fn_c_check_func "$LINENO" "gsl_sf_gamma_inc_P_e" "ac_cv_func_gsl_sf_gamma_inc_P_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2562 if test "x$ac_cv_func_gsl_sf_gamma_inc_P_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2563 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2564 #define HAVE_GSL_SF_GAMMA_INC_P_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2565 @@ -5386,7 +5964,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2566
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2567 for ac_func in gsl_sf_gamma_inc_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2568 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2569 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_e" "ac_cv_func_gsl_sf_gamma_inc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2570 + ac_fn_c_check_func "$LINENO" "gsl_sf_gamma_inc_e" "ac_cv_func_gsl_sf_gamma_inc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2571 if test "x$ac_cv_func_gsl_sf_gamma_inc_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2572 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2573 #define HAVE_GSL_SF_GAMMA_INC_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2574 @@ -5399,7 +5977,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2575
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2576 for ac_func in gsl_sf_gamma_inc_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2577 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2578 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_e" "ac_cv_func_gsl_sf_gamma_inc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2579 + ac_fn_c_check_func "$LINENO" "gsl_sf_gamma_inc_e" "ac_cv_func_gsl_sf_gamma_inc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2580 if test "x$ac_cv_func_gsl_sf_gamma_inc_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2581 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2582 #define HAVE_GSL_SF_GAMMA_INC_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2583 @@ -5412,7 +5990,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2584
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2585 for ac_func in gsl_sf_beta_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2586 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2587 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_beta_e" "ac_cv_func_gsl_sf_beta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2588 + ac_fn_c_check_func "$LINENO" "gsl_sf_beta_e" "ac_cv_func_gsl_sf_beta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2589 if test "x$ac_cv_func_gsl_sf_beta_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2590 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2591 #define HAVE_GSL_SF_BETA_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2592 @@ -5425,7 +6003,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2593
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2594 for ac_func in gsl_sf_beta_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2595 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2596 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_beta_e" "ac_cv_func_gsl_sf_beta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2597 + ac_fn_c_check_func "$LINENO" "gsl_sf_beta_e" "ac_cv_func_gsl_sf_beta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2598 if test "x$ac_cv_func_gsl_sf_beta_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2599 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2600 #define HAVE_GSL_SF_BETA_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2601 @@ -5438,7 +6016,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2602
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2603 for ac_func in gsl_sf_lnbeta_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2604 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2605 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnbeta_e" "ac_cv_func_gsl_sf_lnbeta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2606 + ac_fn_c_check_func "$LINENO" "gsl_sf_lnbeta_e" "ac_cv_func_gsl_sf_lnbeta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2607 if test "x$ac_cv_func_gsl_sf_lnbeta_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2608 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2609 #define HAVE_GSL_SF_LNBETA_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2610 @@ -5451,7 +6029,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2611
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2612 for ac_func in gsl_sf_lnbeta_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2613 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2614 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnbeta_e" "ac_cv_func_gsl_sf_lnbeta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2615 + ac_fn_c_check_func "$LINENO" "gsl_sf_lnbeta_e" "ac_cv_func_gsl_sf_lnbeta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2616 if test "x$ac_cv_func_gsl_sf_lnbeta_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2617 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2618 #define HAVE_GSL_SF_LNBETA_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2619 @@ -5464,7 +6042,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2620
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2621 for ac_func in gsl_sf_hyperg_0F1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2622 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2623 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_0F1_e" "ac_cv_func_gsl_sf_hyperg_0F1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2624 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_0F1_e" "ac_cv_func_gsl_sf_hyperg_0F1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2625 if test "x$ac_cv_func_gsl_sf_hyperg_0F1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2626 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2627 #define HAVE_GSL_SF_HYPERG_0F1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2628 @@ -5477,7 +6055,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2629
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2630 for ac_func in gsl_sf_hyperg_0F1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2631 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2632 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_0F1_e" "ac_cv_func_gsl_sf_hyperg_0F1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2633 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_0F1_e" "ac_cv_func_gsl_sf_hyperg_0F1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2634 if test "x$ac_cv_func_gsl_sf_hyperg_0F1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2635 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2636 #define HAVE_GSL_SF_HYPERG_0F1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2637 @@ -5490,7 +6068,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2638
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2639 for ac_func in gsl_sf_conicalP_half_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2640 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2641 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_half_e" "ac_cv_func_gsl_sf_conicalP_half_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2642 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_half_e" "ac_cv_func_gsl_sf_conicalP_half_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2643 if test "x$ac_cv_func_gsl_sf_conicalP_half_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2644 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2645 #define HAVE_GSL_SF_CONICALP_HALF_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2646 @@ -5503,7 +6081,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2647
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2648 for ac_func in gsl_sf_conicalP_half_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2649 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2650 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_half_e" "ac_cv_func_gsl_sf_conicalP_half_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2651 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_half_e" "ac_cv_func_gsl_sf_conicalP_half_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2652 if test "x$ac_cv_func_gsl_sf_conicalP_half_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2653 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2654 #define HAVE_GSL_SF_CONICALP_HALF_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2655 @@ -5516,7 +6094,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2656
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2657 for ac_func in gsl_sf_conicalP_mhalf_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2658 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2659 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_mhalf_e" "ac_cv_func_gsl_sf_conicalP_mhalf_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2660 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_mhalf_e" "ac_cv_func_gsl_sf_conicalP_mhalf_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2661 if test "x$ac_cv_func_gsl_sf_conicalP_mhalf_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2662 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2663 #define HAVE_GSL_SF_CONICALP_MHALF_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2664 @@ -5529,7 +6107,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2665
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2666 for ac_func in gsl_sf_conicalP_mhalf_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2667 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2668 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_mhalf_e" "ac_cv_func_gsl_sf_conicalP_mhalf_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2669 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_mhalf_e" "ac_cv_func_gsl_sf_conicalP_mhalf_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2670 if test "x$ac_cv_func_gsl_sf_conicalP_mhalf_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2671 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2672 #define HAVE_GSL_SF_CONICALP_MHALF_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2673 @@ -5542,7 +6120,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2674
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2675 for ac_func in gsl_sf_conicalP_0_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2676 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2677 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_0_e" "ac_cv_func_gsl_sf_conicalP_0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2678 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_0_e" "ac_cv_func_gsl_sf_conicalP_0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2679 if test "x$ac_cv_func_gsl_sf_conicalP_0_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2680 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2681 #define HAVE_GSL_SF_CONICALP_0_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2682 @@ -5555,7 +6133,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2683
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2684 for ac_func in gsl_sf_conicalP_0_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2685 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2686 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_0_e" "ac_cv_func_gsl_sf_conicalP_0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2687 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_0_e" "ac_cv_func_gsl_sf_conicalP_0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2688 if test "x$ac_cv_func_gsl_sf_conicalP_0_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2689 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2690 #define HAVE_GSL_SF_CONICALP_0_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2691 @@ -5568,7 +6146,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2692
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2693 for ac_func in gsl_sf_conicalP_1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2694 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2695 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_1_e" "ac_cv_func_gsl_sf_conicalP_1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2696 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_1_e" "ac_cv_func_gsl_sf_conicalP_1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2697 if test "x$ac_cv_func_gsl_sf_conicalP_1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2698 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2699 #define HAVE_GSL_SF_CONICALP_1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2700 @@ -5581,7 +6159,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2701
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2702 for ac_func in gsl_sf_conicalP_1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2703 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2704 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_1_e" "ac_cv_func_gsl_sf_conicalP_1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2705 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_1_e" "ac_cv_func_gsl_sf_conicalP_1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2706 if test "x$ac_cv_func_gsl_sf_conicalP_1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2707 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2708 #define HAVE_GSL_SF_CONICALP_1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2709 @@ -5594,7 +6172,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2710
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2711 for ac_func in gsl_sf_airy_Ai_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2712 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2713 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_e" "ac_cv_func_gsl_sf_airy_Ai_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2714 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Ai_e" "ac_cv_func_gsl_sf_airy_Ai_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2715 if test "x$ac_cv_func_gsl_sf_airy_Ai_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2716 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2717 #define HAVE_GSL_SF_AIRY_AI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2718 @@ -5607,7 +6185,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2719
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2720 for ac_func in gsl_sf_airy_Ai_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2721 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2722 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_e" "ac_cv_func_gsl_sf_airy_Ai_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2723 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Ai_e" "ac_cv_func_gsl_sf_airy_Ai_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2724 if test "x$ac_cv_func_gsl_sf_airy_Ai_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2725 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2726 #define HAVE_GSL_SF_AIRY_AI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2727 @@ -5620,7 +6198,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2728
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2729 for ac_func in gsl_sf_airy_Bi_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2730 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2731 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_e" "ac_cv_func_gsl_sf_airy_Bi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2732 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Bi_e" "ac_cv_func_gsl_sf_airy_Bi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2733 if test "x$ac_cv_func_gsl_sf_airy_Bi_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2734 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2735 #define HAVE_GSL_SF_AIRY_BI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2736 @@ -5633,7 +6211,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2737
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2738 for ac_func in gsl_sf_airy_Bi_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2739 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2740 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_e" "ac_cv_func_gsl_sf_airy_Bi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2741 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Bi_e" "ac_cv_func_gsl_sf_airy_Bi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2742 if test "x$ac_cv_func_gsl_sf_airy_Bi_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2743 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2744 #define HAVE_GSL_SF_AIRY_BI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2745 @@ -5646,7 +6224,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2746
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2747 for ac_func in gsl_sf_airy_Ai_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2748 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2749 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2750 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Ai_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2751 if test "x$ac_cv_func_gsl_sf_airy_Ai_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2752 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2753 #define HAVE_GSL_SF_AIRY_AI_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2754 @@ -5659,7 +6237,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2755
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2756 for ac_func in gsl_sf_airy_Ai_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2757 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2758 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2759 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Ai_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2760 if test "x$ac_cv_func_gsl_sf_airy_Ai_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2761 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2762 #define HAVE_GSL_SF_AIRY_AI_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2763 @@ -5672,7 +6250,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2764
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2765 for ac_func in gsl_sf_airy_Bi_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2766 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2767 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2768 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Bi_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2769 if test "x$ac_cv_func_gsl_sf_airy_Bi_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2770 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2771 #define HAVE_GSL_SF_AIRY_BI_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2772 @@ -5685,7 +6263,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2773
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2774 for ac_func in gsl_sf_airy_Bi_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2775 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2776 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2777 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Bi_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2778 if test "x$ac_cv_func_gsl_sf_airy_Bi_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2779 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2780 #define HAVE_GSL_SF_AIRY_BI_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2781 @@ -5698,7 +6276,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2782
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2783 for ac_func in gsl_sf_airy_Ai_deriv_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2784 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2785 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2786 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2787 if test "x$ac_cv_func_gsl_sf_airy_Ai_deriv_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2788 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2789 #define HAVE_GSL_SF_AIRY_AI_DERIV_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2790 @@ -5711,7 +6289,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2791
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2792 for ac_func in gsl_sf_airy_Ai_deriv_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2793 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2794 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2795 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2796 if test "x$ac_cv_func_gsl_sf_airy_Ai_deriv_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2797 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2798 #define HAVE_GSL_SF_AIRY_AI_DERIV_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2799 @@ -5724,7 +6302,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2800
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2801 for ac_func in gsl_sf_airy_Bi_deriv_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2802 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2803 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2804 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2805 if test "x$ac_cv_func_gsl_sf_airy_Bi_deriv_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2806 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2807 #define HAVE_GSL_SF_AIRY_BI_DERIV_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2808 @@ -5737,7 +6315,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2809
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2810 for ac_func in gsl_sf_airy_Bi_deriv_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2811 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2812 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2813 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2814 if test "x$ac_cv_func_gsl_sf_airy_Bi_deriv_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2815 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2816 #define HAVE_GSL_SF_AIRY_BI_DERIV_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2817 @@ -5750,7 +6328,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2818
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2819 for ac_func in gsl_sf_airy_Ai_deriv_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2820 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2821 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2822 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2823 if test "x$ac_cv_func_gsl_sf_airy_Ai_deriv_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2824 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2825 #define HAVE_GSL_SF_AIRY_AI_DERIV_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2826 @@ -5763,7 +6341,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2827
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2828 for ac_func in gsl_sf_airy_Ai_deriv_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2829 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2830 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2831 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2832 if test "x$ac_cv_func_gsl_sf_airy_Ai_deriv_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2833 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2834 #define HAVE_GSL_SF_AIRY_AI_DERIV_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2835 @@ -5776,7 +6354,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2836
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2837 for ac_func in gsl_sf_airy_Bi_deriv_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2838 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2839 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2840 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2841 if test "x$ac_cv_func_gsl_sf_airy_Bi_deriv_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2842 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2843 #define HAVE_GSL_SF_AIRY_BI_DERIV_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2844 @@ -5789,7 +6367,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2845
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2846 for ac_func in gsl_sf_airy_Bi_deriv_scaled_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2847 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2848 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2849 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_scaled_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2850 if test "x$ac_cv_func_gsl_sf_airy_Bi_deriv_scaled_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2851 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2852 #define HAVE_GSL_SF_AIRY_BI_DERIV_SCALED_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2853 @@ -5802,7 +6380,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2854
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2855 for ac_func in gsl_sf_ellint_Kcomp_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2856 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2857 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_Kcomp_e" "ac_cv_func_gsl_sf_ellint_Kcomp_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2858 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_Kcomp_e" "ac_cv_func_gsl_sf_ellint_Kcomp_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2859 if test "x$ac_cv_func_gsl_sf_ellint_Kcomp_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2860 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2861 #define HAVE_GSL_SF_ELLINT_KCOMP_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2862 @@ -5815,7 +6393,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2863
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2864 for ac_func in gsl_sf_ellint_Kcomp_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2865 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2866 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_Kcomp_e" "ac_cv_func_gsl_sf_ellint_Kcomp_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2867 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_Kcomp_e" "ac_cv_func_gsl_sf_ellint_Kcomp_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2868 if test "x$ac_cv_func_gsl_sf_ellint_Kcomp_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2869 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2870 #define HAVE_GSL_SF_ELLINT_KCOMP_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2871 @@ -5828,7 +6406,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2872
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2873 for ac_func in gsl_sf_ellint_Ecomp_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2874 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2875 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_Ecomp_e" "ac_cv_func_gsl_sf_ellint_Ecomp_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2876 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_Ecomp_e" "ac_cv_func_gsl_sf_ellint_Ecomp_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2877 if test "x$ac_cv_func_gsl_sf_ellint_Ecomp_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2878 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2879 #define HAVE_GSL_SF_ELLINT_ECOMP_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2880 @@ -5841,7 +6419,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2881
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2882 for ac_func in gsl_sf_ellint_Ecomp_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2883 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2884 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_Ecomp_e" "ac_cv_func_gsl_sf_ellint_Ecomp_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2885 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_Ecomp_e" "ac_cv_func_gsl_sf_ellint_Ecomp_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2886 if test "x$ac_cv_func_gsl_sf_ellint_Ecomp_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2887 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2888 #define HAVE_GSL_SF_ELLINT_ECOMP_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2889 @@ -5854,7 +6432,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2890
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2891 for ac_func in gsl_sf_ellint_E_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2892 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2893 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_E_e" "ac_cv_func_gsl_sf_ellint_E_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2894 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_E_e" "ac_cv_func_gsl_sf_ellint_E_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2895 if test "x$ac_cv_func_gsl_sf_ellint_E_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2896 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2897 #define HAVE_GSL_SF_ELLINT_E_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2898 @@ -5867,7 +6445,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2899
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2900 for ac_func in gsl_sf_ellint_F_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2901 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2902 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_F_e" "ac_cv_func_gsl_sf_ellint_F_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2903 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_F_e" "ac_cv_func_gsl_sf_ellint_F_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2904 if test "x$ac_cv_func_gsl_sf_ellint_F_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2905 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2906 #define HAVE_GSL_SF_ELLINT_F_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2907 @@ -5880,7 +6458,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2908
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2909 for ac_func in gsl_sf_ellint_Pcomp_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2910 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2911 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_Pcomp_e" "ac_cv_func_gsl_sf_ellint_Pcomp_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2912 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_Pcomp_e" "ac_cv_func_gsl_sf_ellint_Pcomp_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2913 if test "x$ac_cv_func_gsl_sf_ellint_Pcomp_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2914 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2915 #define HAVE_GSL_SF_ELLINT_PCOMP_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2916 @@ -5893,7 +6471,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2917
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2918 for ac_func in gsl_sf_ellint_RC_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2919 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2920 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_RC_e" "ac_cv_func_gsl_sf_ellint_RC_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2921 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_RC_e" "ac_cv_func_gsl_sf_ellint_RC_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2922 if test "x$ac_cv_func_gsl_sf_ellint_RC_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2923 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2924 #define HAVE_GSL_SF_ELLINT_RC_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2925 @@ -5906,7 +6484,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2926
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2927 for ac_func in gsl_sf_ellint_D_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2928 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2929 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_D_e" "ac_cv_func_gsl_sf_ellint_D_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2930 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_D_e" "ac_cv_func_gsl_sf_ellint_D_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2931 if test "x$ac_cv_func_gsl_sf_ellint_D_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2932 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2933 #define HAVE_GSL_SF_ELLINT_D_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2934 @@ -5919,7 +6497,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2935
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2936 for ac_func in gsl_sf_ellint_P_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2937 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2938 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_P_e" "ac_cv_func_gsl_sf_ellint_P_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2939 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_P_e" "ac_cv_func_gsl_sf_ellint_P_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2940 if test "x$ac_cv_func_gsl_sf_ellint_P_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2941 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2942 #define HAVE_GSL_SF_ELLINT_P_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2943 @@ -5932,7 +6510,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2944
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2945 for ac_func in gsl_sf_ellint_RD_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2946 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2947 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_RD_e" "ac_cv_func_gsl_sf_ellint_RD_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2948 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_RD_e" "ac_cv_func_gsl_sf_ellint_RD_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2949 if test "x$ac_cv_func_gsl_sf_ellint_RD_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2950 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2951 #define HAVE_GSL_SF_ELLINT_RD_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2952 @@ -5945,7 +6523,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2953
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2954 for ac_func in gsl_sf_ellint_RF_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2955 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2956 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_RF_e" "ac_cv_func_gsl_sf_ellint_RF_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2957 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_RF_e" "ac_cv_func_gsl_sf_ellint_RF_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2958 if test "x$ac_cv_func_gsl_sf_ellint_RF_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2959 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2960 #define HAVE_GSL_SF_ELLINT_RF_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2961 @@ -5958,7 +6536,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2962
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2963 for ac_func in gsl_sf_ellint_RJ_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2964 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2965 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_RJ_e" "ac_cv_func_gsl_sf_ellint_RJ_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2966 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_RJ_e" "ac_cv_func_gsl_sf_ellint_RJ_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2967 if test "x$ac_cv_func_gsl_sf_ellint_RJ_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2968 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2969 #define HAVE_GSL_SF_ELLINT_RJ_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2970 @@ -5971,7 +6549,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2971
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2972 for ac_func in gsl_sf_airy_zero_Ai_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2973 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2974 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Ai_e" "ac_cv_func_gsl_sf_airy_zero_Ai_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2975 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_zero_Ai_e" "ac_cv_func_gsl_sf_airy_zero_Ai_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2976 if test "x$ac_cv_func_gsl_sf_airy_zero_Ai_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2977 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2978 #define HAVE_GSL_SF_AIRY_ZERO_AI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2979 @@ -5984,7 +6562,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2980
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2981 for ac_func in gsl_sf_airy_zero_Ai_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2982 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2983 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Ai_e" "ac_cv_func_gsl_sf_airy_zero_Ai_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2984 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_zero_Ai_e" "ac_cv_func_gsl_sf_airy_zero_Ai_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2985 if test "x$ac_cv_func_gsl_sf_airy_zero_Ai_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2986 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2987 #define HAVE_GSL_SF_AIRY_ZERO_AI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2988 @@ -5997,7 +6575,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2989
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2990 for ac_func in gsl_sf_airy_zero_Bi_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2991 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2992 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Bi_e" "ac_cv_func_gsl_sf_airy_zero_Bi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2993 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_zero_Bi_e" "ac_cv_func_gsl_sf_airy_zero_Bi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2994 if test "x$ac_cv_func_gsl_sf_airy_zero_Bi_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2995 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2996 #define HAVE_GSL_SF_AIRY_ZERO_BI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2997 @@ -6010,7 +6588,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2998
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2999 for ac_func in gsl_sf_airy_zero_Bi_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3000 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3001 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Bi_e" "ac_cv_func_gsl_sf_airy_zero_Bi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3002 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_zero_Bi_e" "ac_cv_func_gsl_sf_airy_zero_Bi_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3003 if test "x$ac_cv_func_gsl_sf_airy_zero_Bi_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3004 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3005 #define HAVE_GSL_SF_AIRY_ZERO_BI_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3006 @@ -6023,7 +6601,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3007
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3008 for ac_func in gsl_sf_airy_zero_Ai_deriv_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3009 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3010 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_zero_Ai_deriv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3011 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_zero_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_zero_Ai_deriv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3012 if test "x$ac_cv_func_gsl_sf_airy_zero_Ai_deriv_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3013 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3014 #define HAVE_GSL_SF_AIRY_ZERO_AI_DERIV_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3015 @@ -6036,7 +6614,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3016
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3017 for ac_func in gsl_sf_airy_zero_Ai_deriv_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3018 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3019 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_zero_Ai_deriv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3020 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_zero_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_zero_Ai_deriv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3021 if test "x$ac_cv_func_gsl_sf_airy_zero_Ai_deriv_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3022 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3023 #define HAVE_GSL_SF_AIRY_ZERO_AI_DERIV_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3024 @@ -6049,7 +6627,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3025
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3026 for ac_func in gsl_sf_airy_zero_Bi_deriv_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3027 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3028 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_zero_Bi_deriv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3029 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_zero_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_zero_Bi_deriv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3030 if test "x$ac_cv_func_gsl_sf_airy_zero_Bi_deriv_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3031 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3032 #define HAVE_GSL_SF_AIRY_ZERO_BI_DERIV_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3033 @@ -6062,7 +6640,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3034
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3035 for ac_func in gsl_sf_airy_zero_Bi_deriv_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3036 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3037 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_zero_Bi_deriv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3038 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_zero_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_zero_Bi_deriv_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3039 if test "x$ac_cv_func_gsl_sf_airy_zero_Bi_deriv_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3040 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3041 #define HAVE_GSL_SF_AIRY_ZERO_BI_DERIV_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3042 @@ -6075,7 +6653,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3043
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3044 for ac_func in gsl_sf_bessel_zero_J0_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3045 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3046 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_zero_J0_e" "ac_cv_func_gsl_sf_bessel_zero_J0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3047 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_zero_J0_e" "ac_cv_func_gsl_sf_bessel_zero_J0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3048 if test "x$ac_cv_func_gsl_sf_bessel_zero_J0_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3049 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3050 #define HAVE_GSL_SF_BESSEL_ZERO_J0_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3051 @@ -6088,7 +6666,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3052
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3053 for ac_func in gsl_sf_bessel_zero_J0_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3054 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3055 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_zero_J0_e" "ac_cv_func_gsl_sf_bessel_zero_J0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3056 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_zero_J0_e" "ac_cv_func_gsl_sf_bessel_zero_J0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3057 if test "x$ac_cv_func_gsl_sf_bessel_zero_J0_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3058 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3059 #define HAVE_GSL_SF_BESSEL_ZERO_J0_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3060 @@ -6101,7 +6679,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3061
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3062 for ac_func in gsl_sf_bessel_zero_J1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3063 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3064 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_zero_J1_e" "ac_cv_func_gsl_sf_bessel_zero_J1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3065 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_zero_J1_e" "ac_cv_func_gsl_sf_bessel_zero_J1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3066 if test "x$ac_cv_func_gsl_sf_bessel_zero_J1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3067 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3068 #define HAVE_GSL_SF_BESSEL_ZERO_J1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3069 @@ -6114,7 +6692,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3070
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3071 for ac_func in gsl_sf_bessel_zero_J1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3072 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3073 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_zero_J1_e" "ac_cv_func_gsl_sf_bessel_zero_J1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3074 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_zero_J1_e" "ac_cv_func_gsl_sf_bessel_zero_J1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3075 if test "x$ac_cv_func_gsl_sf_bessel_zero_J1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3076 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3077 #define HAVE_GSL_SF_BESSEL_ZERO_J1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3078 @@ -6127,7 +6705,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3079
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3080 for ac_func in gsl_sf_psi_1_int_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3081 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3082 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_1_int_e" "ac_cv_func_gsl_sf_psi_1_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3083 + ac_fn_c_check_func "$LINENO" "gsl_sf_psi_1_int_e" "ac_cv_func_gsl_sf_psi_1_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3084 if test "x$ac_cv_func_gsl_sf_psi_1_int_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3085 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3086 #define HAVE_GSL_SF_PSI_1_INT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3087 @@ -6140,7 +6718,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3088
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3089 for ac_func in gsl_sf_psi_1_int_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3090 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3091 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_1_int_e" "ac_cv_func_gsl_sf_psi_1_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3092 + ac_fn_c_check_func "$LINENO" "gsl_sf_psi_1_int_e" "ac_cv_func_gsl_sf_psi_1_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3093 if test "x$ac_cv_func_gsl_sf_psi_1_int_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3094 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3095 #define HAVE_GSL_SF_PSI_1_INT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3096 @@ -6153,7 +6731,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3097
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3098 for ac_func in gsl_sf_conicalP_cyl_reg_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3099 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3100 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_cyl_reg_e" "ac_cv_func_gsl_sf_conicalP_cyl_reg_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3101 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_cyl_reg_e" "ac_cv_func_gsl_sf_conicalP_cyl_reg_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3102 if test "x$ac_cv_func_gsl_sf_conicalP_cyl_reg_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3103 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3104 #define HAVE_GSL_SF_CONICALP_CYL_REG_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3105 @@ -6166,7 +6744,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3106
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3107 for ac_func in gsl_sf_conicalP_sph_reg_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3108 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3109 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_sph_reg_e" "ac_cv_func_gsl_sf_conicalP_sph_reg_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3110 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_sph_reg_e" "ac_cv_func_gsl_sf_conicalP_sph_reg_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3111 if test "x$ac_cv_func_gsl_sf_conicalP_sph_reg_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3112 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3113 #define HAVE_GSL_SF_CONICALP_SPH_REG_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3114 @@ -6179,7 +6757,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3115
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3116 for ac_func in gsl_sf_gegenpoly_n_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3117 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3118 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gegenpoly_n_e" "ac_cv_func_gsl_sf_gegenpoly_n_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3119 + ac_fn_c_check_func "$LINENO" "gsl_sf_gegenpoly_n_e" "ac_cv_func_gsl_sf_gegenpoly_n_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3120 if test "x$ac_cv_func_gsl_sf_gegenpoly_n_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3121 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3122 #define HAVE_GSL_SF_GEGENPOLY_N_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3123 @@ -6192,7 +6770,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3124
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3125 for ac_func in gsl_sf_laguerre_n_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3126 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3127 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_laguerre_n_e" "ac_cv_func_gsl_sf_laguerre_n_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3128 + ac_fn_c_check_func "$LINENO" "gsl_sf_laguerre_n_e" "ac_cv_func_gsl_sf_laguerre_n_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3129 if test "x$ac_cv_func_gsl_sf_laguerre_n_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3130 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3131 #define HAVE_GSL_SF_LAGUERRE_N_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3132 @@ -6205,7 +6783,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3133
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3134 for ac_func in gsl_sf_mathieu_ce_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3135 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3136 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_ce_e" "ac_cv_func_gsl_sf_mathieu_ce_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3137 + ac_fn_c_check_func "$LINENO" "gsl_sf_mathieu_ce_e" "ac_cv_func_gsl_sf_mathieu_ce_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3138 if test "x$ac_cv_func_gsl_sf_mathieu_ce_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3139 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3140 #define HAVE_GSL_SF_MATHIEU_CE_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3141 @@ -6218,7 +6796,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3142
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3143 for ac_func in gsl_sf_mathieu_se_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3144 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3145 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_se_e" "ac_cv_func_gsl_sf_mathieu_se_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3146 + ac_fn_c_check_func "$LINENO" "gsl_sf_mathieu_se_e" "ac_cv_func_gsl_sf_mathieu_se_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3147 if test "x$ac_cv_func_gsl_sf_mathieu_se_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3148 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3149 #define HAVE_GSL_SF_MATHIEU_SE_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3150 @@ -6231,7 +6809,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3151
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3152 for ac_func in gsl_sf_hyperg_U_int_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3153 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3154 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_U_int_e" "ac_cv_func_gsl_sf_hyperg_U_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3155 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_U_int_e" "ac_cv_func_gsl_sf_hyperg_U_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3156 if test "x$ac_cv_func_gsl_sf_hyperg_U_int_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3157 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3158 #define HAVE_GSL_SF_HYPERG_U_INT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3159 @@ -6244,7 +6822,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3160
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3161 for ac_func in gsl_sf_hyperg_1F1_int_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3162 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3163 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_1F1_int_e" "ac_cv_func_gsl_sf_hyperg_1F1_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3164 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_1F1_int_e" "ac_cv_func_gsl_sf_hyperg_1F1_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3165 if test "x$ac_cv_func_gsl_sf_hyperg_1F1_int_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3166 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3167 #define HAVE_GSL_SF_HYPERG_1F1_INT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3168 @@ -6257,7 +6835,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3169
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3170 for ac_func in gsl_sf_legendre_Plm_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3171 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3172 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Plm_e" "ac_cv_func_gsl_sf_legendre_Plm_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3173 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Plm_e" "ac_cv_func_gsl_sf_legendre_Plm_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3174 if test "x$ac_cv_func_gsl_sf_legendre_Plm_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3175 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3176 #define HAVE_GSL_SF_LEGENDRE_PLM_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3177 @@ -6268,7 +6846,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3178
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3179 for ac_func in gsl_sf_legendre_Plm_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3180 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3181 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Plm_e" "ac_cv_func_gsl_sf_legendre_Plm_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3182 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Plm_e" "ac_cv_func_gsl_sf_legendre_Plm_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3183 if test "x$ac_cv_func_gsl_sf_legendre_Plm_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3184 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3185 #define HAVE_GSL_SF_LEGENDRE_PLM_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3186 @@ -6279,7 +6857,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3187
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3188 for ac_func in gsl_sf_legendre_sphPlm_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3189 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3190 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_sphPlm_e" "ac_cv_func_gsl_sf_legendre_sphPlm_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3191 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_sphPlm_e" "ac_cv_func_gsl_sf_legendre_sphPlm_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3192 if test "x$ac_cv_func_gsl_sf_legendre_sphPlm_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3193 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3194 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3195 @@ -6290,7 +6868,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3196
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3197 for ac_func in gsl_sf_legendre_sphPlm_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3198 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3199 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_sphPlm_e" "ac_cv_func_gsl_sf_legendre_sphPlm_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3200 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_sphPlm_e" "ac_cv_func_gsl_sf_legendre_sphPlm_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3201 if test "x$ac_cv_func_gsl_sf_legendre_sphPlm_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3202 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3203 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3204 @@ -6301,7 +6879,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3205
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3206 for ac_func in gsl_sf_hydrogenicR_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3207 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3208 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hydrogenicR_e" "ac_cv_func_gsl_sf_hydrogenicR_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3209 + ac_fn_c_check_func "$LINENO" "gsl_sf_hydrogenicR_e" "ac_cv_func_gsl_sf_hydrogenicR_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3210 if test "x$ac_cv_func_gsl_sf_hydrogenicR_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3211 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3212 #define HAVE_GSL_SF_HYDROGENICR_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3213 @@ -6314,7 +6892,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3214
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3215 for ac_func in gsl_sf_mathieu_Mc_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3216 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3217 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_Mc_e" "ac_cv_func_gsl_sf_mathieu_Mc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3218 + ac_fn_c_check_func "$LINENO" "gsl_sf_mathieu_Mc_e" "ac_cv_func_gsl_sf_mathieu_Mc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3219 if test "x$ac_cv_func_gsl_sf_mathieu_Mc_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3220 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3221 #define HAVE_GSL_SF_MATHIEU_MC_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3222 @@ -6327,7 +6905,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3223
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3224 for ac_func in gsl_sf_mathieu_Ms_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3225 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3226 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_Ms_e" "ac_cv_func_gsl_sf_mathieu_Ms_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3227 + ac_fn_c_check_func "$LINENO" "gsl_sf_mathieu_Ms_e" "ac_cv_func_gsl_sf_mathieu_Ms_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3228 if test "x$ac_cv_func_gsl_sf_mathieu_Ms_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3229 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3230 #define HAVE_GSL_SF_MATHIEU_MS_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3231 @@ -6340,7 +6918,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3232
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3233 for ac_func in gsl_sf_bessel_zero_Jnu_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3234 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3235 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_zero_Jnu_e" "ac_cv_func_gsl_sf_bessel_zero_Jnu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3236 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_zero_Jnu_e" "ac_cv_func_gsl_sf_bessel_zero_Jnu_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3237 if test "x$ac_cv_func_gsl_sf_bessel_zero_Jnu_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3238 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3239 #define HAVE_GSL_SF_BESSEL_ZERO_JNU_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3240 @@ -6353,7 +6931,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3241
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3242 for ac_func in gsl_sf_hyperg_U_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3243 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3244 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_U_e" "ac_cv_func_gsl_sf_hyperg_U_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3245 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_U_e" "ac_cv_func_gsl_sf_hyperg_U_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3246 if test "x$ac_cv_func_gsl_sf_hyperg_U_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3247 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3248 #define HAVE_GSL_SF_HYPERG_U_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3249 @@ -6366,7 +6944,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3250
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3251 for ac_func in gsl_sf_hyperg_U_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3252 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3253 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_U_e" "ac_cv_func_gsl_sf_hyperg_U_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3254 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_U_e" "ac_cv_func_gsl_sf_hyperg_U_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3255 if test "x$ac_cv_func_gsl_sf_hyperg_U_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3256 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3257 #define HAVE_GSL_SF_HYPERG_U_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3258 @@ -6379,7 +6957,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3259
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3260 for ac_func in gsl_sf_hyperg_1F1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3261 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3262 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_1F1_e" "ac_cv_func_gsl_sf_hyperg_1F1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3263 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_1F1_e" "ac_cv_func_gsl_sf_hyperg_1F1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3264 if test "x$ac_cv_func_gsl_sf_hyperg_1F1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3265 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3266 #define HAVE_GSL_SF_HYPERG_1F1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3267 @@ -6392,7 +6970,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3268
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3269 for ac_func in gsl_sf_hyperg_1F1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3270 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3271 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_1F1_e" "ac_cv_func_gsl_sf_hyperg_1F1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3272 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_1F1_e" "ac_cv_func_gsl_sf_hyperg_1F1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3273 if test "x$ac_cv_func_gsl_sf_hyperg_1F1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3274 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3275 #define HAVE_GSL_SF_HYPERG_1F1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3276 @@ -6405,7 +6983,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3277
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3278 for ac_func in gsl_sf_hyperg_2F0_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3279 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3280 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_2F0_e" "ac_cv_func_gsl_sf_hyperg_2F0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3281 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_2F0_e" "ac_cv_func_gsl_sf_hyperg_2F0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3282 if test "x$ac_cv_func_gsl_sf_hyperg_2F0_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3283 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3284 #define HAVE_GSL_SF_HYPERG_2F0_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3285 @@ -6418,7 +6996,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3286
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3287 for ac_func in gsl_sf_hyperg_2F0_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3288 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3289 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_2F0_e" "ac_cv_func_gsl_sf_hyperg_2F0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3290 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_2F0_e" "ac_cv_func_gsl_sf_hyperg_2F0_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3291 if test "x$ac_cv_func_gsl_sf_hyperg_2F0_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3292 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3293 #define HAVE_GSL_SF_HYPERG_2F0_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3294 @@ -6431,7 +7009,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3295
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3296 for ac_func in gsl_sf_beta_inc_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3297 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3298 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_beta_inc_e" "ac_cv_func_gsl_sf_beta_inc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3299 + ac_fn_c_check_func "$LINENO" "gsl_sf_beta_inc_e" "ac_cv_func_gsl_sf_beta_inc_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3300 if test "x$ac_cv_func_gsl_sf_beta_inc_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3301 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3302 #define HAVE_GSL_SF_BETA_INC_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3303 @@ -6444,7 +7022,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3304
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3305 for ac_func in gsl_sf_hyperg_2F1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3306 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3307 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_2F1_e" "ac_cv_func_gsl_sf_hyperg_2F1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3308 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_2F1_e" "ac_cv_func_gsl_sf_hyperg_2F1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3309 if test "x$ac_cv_func_gsl_sf_hyperg_2F1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3310 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3311 #define HAVE_GSL_SF_HYPERG_2F1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3312 @@ -6457,7 +7035,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3313
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3314 for ac_func in gsl_sf_fact_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3315 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3316 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fact_e" "ac_cv_func_gsl_sf_fact_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3317 + ac_fn_c_check_func "$LINENO" "gsl_sf_fact_e" "ac_cv_func_gsl_sf_fact_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3318 if test "x$ac_cv_func_gsl_sf_fact_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3319 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3320 #define HAVE_GSL_SF_FACT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3321 @@ -6470,7 +7048,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3322
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3323 for ac_func in gsl_sf_doublefact_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3324 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3325 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_doublefact_e" "ac_cv_func_gsl_sf_doublefact_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3326 + ac_fn_c_check_func "$LINENO" "gsl_sf_doublefact_e" "ac_cv_func_gsl_sf_doublefact_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3327 if test "x$ac_cv_func_gsl_sf_doublefact_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3328 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3329 #define HAVE_GSL_SF_DOUBLEFACT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3330 @@ -6483,7 +7061,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3331
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3332 for ac_func in gsl_sf_lnfact_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3333 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3334 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnfact_e" "ac_cv_func_gsl_sf_lnfact_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3335 + ac_fn_c_check_func "$LINENO" "gsl_sf_lnfact_e" "ac_cv_func_gsl_sf_lnfact_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3336 if test "x$ac_cv_func_gsl_sf_lnfact_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3337 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3338 #define HAVE_GSL_SF_LNFACT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3339 @@ -6496,7 +7074,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3340
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3341 for ac_func in gsl_sf_lndoublefact_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3342 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3343 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lndoublefact_e" "ac_cv_func_gsl_sf_lndoublefact_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3344 + ac_fn_c_check_func "$LINENO" "gsl_sf_lndoublefact_e" "ac_cv_func_gsl_sf_lndoublefact_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3345 if test "x$ac_cv_func_gsl_sf_lndoublefact_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3346 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3347 #define HAVE_GSL_SF_LNDOUBLEFACT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3348 @@ -6509,7 +7087,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3349
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3350 for ac_func in gsl_sf_choose_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3351 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3352 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_choose_e" "ac_cv_func_gsl_sf_choose_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3353 + ac_fn_c_check_func "$LINENO" "gsl_sf_choose_e" "ac_cv_func_gsl_sf_choose_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3354 if test "x$ac_cv_func_gsl_sf_choose_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3355 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3356 #define HAVE_GSL_SF_CHOOSE_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3357 @@ -6522,7 +7100,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3358
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3359 for ac_func in gsl_sf_lnchoose_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3360 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3361 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnchoose_e" "ac_cv_func_gsl_sf_lnchoose_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3362 + ac_fn_c_check_func "$LINENO" "gsl_sf_lnchoose_e" "ac_cv_func_gsl_sf_lnchoose_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3363 if test "x$ac_cv_func_gsl_sf_lnchoose_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3364 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3365 #define HAVE_GSL_SF_LNCHOOSE_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3366 @@ -6535,7 +7113,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3367
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3368 for ac_func in gsl_sf_coupling_3j_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3369 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3370 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_3j_e" "ac_cv_func_gsl_sf_coupling_3j_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3371 + ac_fn_c_check_func "$LINENO" "gsl_sf_coupling_3j_e" "ac_cv_func_gsl_sf_coupling_3j_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3372 if test "x$ac_cv_func_gsl_sf_coupling_3j_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3373 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3374 #define HAVE_GSL_SF_COUPLING_3J_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3375 @@ -6548,7 +7126,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3376
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3377 for ac_func in gsl_sf_coupling_3j_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3378 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3379 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_3j_e" "ac_cv_func_gsl_sf_coupling_3j_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3380 + ac_fn_c_check_func "$LINENO" "gsl_sf_coupling_3j_e" "ac_cv_func_gsl_sf_coupling_3j_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3381 if test "x$ac_cv_func_gsl_sf_coupling_3j_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3382 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3383 #define HAVE_GSL_SF_COUPLING_3J_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3384 @@ -6561,7 +7139,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3385
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3386 for ac_func in gsl_sf_coupling_6j_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3387 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3388 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_6j_e" "ac_cv_func_gsl_sf_coupling_6j_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3389 + ac_fn_c_check_func "$LINENO" "gsl_sf_coupling_6j_e" "ac_cv_func_gsl_sf_coupling_6j_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3390 if test "x$ac_cv_func_gsl_sf_coupling_6j_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3391 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3392 #define HAVE_GSL_SF_COUPLING_6J_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3393 @@ -6574,7 +7152,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3394
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3395 for ac_func in gsl_sf_coupling_6j_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3396 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3397 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_6j_e" "ac_cv_func_gsl_sf_coupling_6j_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3398 + ac_fn_c_check_func "$LINENO" "gsl_sf_coupling_6j_e" "ac_cv_func_gsl_sf_coupling_6j_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3399 if test "x$ac_cv_func_gsl_sf_coupling_6j_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3400 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3401 #define HAVE_GSL_SF_COUPLING_6J_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3402 @@ -6587,7 +7165,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3403
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3404 for ac_func in gsl_sf_coupling_9j_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3405 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3406 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_9j_e" "ac_cv_func_gsl_sf_coupling_9j_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3407 + ac_fn_c_check_func "$LINENO" "gsl_sf_coupling_9j_e" "ac_cv_func_gsl_sf_coupling_9j_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3408 if test "x$ac_cv_func_gsl_sf_coupling_9j_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3409 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3410 #define HAVE_GSL_SF_COUPLING_9J_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3411 @@ -6600,7 +7178,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3412
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3413 for ac_func in gsl_sf_coupling_9j_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3414 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3415 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_9j_e" "ac_cv_func_gsl_sf_coupling_9j_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3416 + ac_fn_c_check_func "$LINENO" "gsl_sf_coupling_9j_e" "ac_cv_func_gsl_sf_coupling_9j_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3417 if test "x$ac_cv_func_gsl_sf_coupling_9j_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3418 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3419 #define HAVE_GSL_SF_COUPLING_9J_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3420 @@ -6613,7 +7191,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3421
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3422 for ac_func in gsl_sf_bessel_jl_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3423 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3424 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_jl_array" "ac_cv_func_gsl_sf_bessel_jl_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3425 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_jl_array" "ac_cv_func_gsl_sf_bessel_jl_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3426 if test "x$ac_cv_func_gsl_sf_bessel_jl_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3427 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3428 #define HAVE_GSL_SF_BESSEL_JL_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3429 @@ -6626,7 +7204,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3430
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3431 for ac_func in gsl_sf_bessel_jl_steed_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3432 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3433 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_jl_steed_array" "ac_cv_func_gsl_sf_bessel_jl_steed_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3434 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_jl_steed_array" "ac_cv_func_gsl_sf_bessel_jl_steed_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3435 if test "x$ac_cv_func_gsl_sf_bessel_jl_steed_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3436 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3437 #define HAVE_GSL_SF_BESSEL_JL_STEED_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3438 @@ -6639,7 +7217,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3439
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3440 for ac_func in gsl_sf_bessel_il_scaled_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3441 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3442 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_il_scaled_array" "ac_cv_func_gsl_sf_bessel_il_scaled_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3443 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_il_scaled_array" "ac_cv_func_gsl_sf_bessel_il_scaled_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3444 if test "x$ac_cv_func_gsl_sf_bessel_il_scaled_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3445 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3446 #define HAVE_GSL_SF_BESSEL_IL_SCALED_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3447 @@ -6652,7 +7230,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3448
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3449 for ac_func in gsl_sf_bessel_kl_scaled_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3450 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3451 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_kl_scaled_array" "ac_cv_func_gsl_sf_bessel_kl_scaled_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3452 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_kl_scaled_array" "ac_cv_func_gsl_sf_bessel_kl_scaled_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3453 if test "x$ac_cv_func_gsl_sf_bessel_kl_scaled_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3454 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3455 #define HAVE_GSL_SF_BESSEL_KL_SCALED_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3456 @@ -6665,7 +7243,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3457
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3458 for ac_func in gsl_sf_bessel_yl_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3459 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3460 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_yl_array" "ac_cv_func_gsl_sf_bessel_yl_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3461 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_yl_array" "ac_cv_func_gsl_sf_bessel_yl_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3462 if test "x$ac_cv_func_gsl_sf_bessel_yl_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3463 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3464 #define HAVE_GSL_SF_BESSEL_YL_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3465 @@ -6678,7 +7256,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3466
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3467 for ac_func in gsl_sf_legendre_Pl_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3468 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3469 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Pl_array" "ac_cv_func_gsl_sf_legendre_Pl_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3470 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Pl_array" "ac_cv_func_gsl_sf_legendre_Pl_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3471 if test "x$ac_cv_func_gsl_sf_legendre_Pl_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3472 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3473 #define HAVE_GSL_SF_LEGENDRE_PL_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3474 @@ -6691,7 +7269,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3475
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3476 for ac_func in gsl_sf_gegenpoly_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3477 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3478 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gegenpoly_array" "ac_cv_func_gsl_sf_gegenpoly_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3479 + ac_fn_c_check_func "$LINENO" "gsl_sf_gegenpoly_array" "ac_cv_func_gsl_sf_gegenpoly_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3480 if test "x$ac_cv_func_gsl_sf_gegenpoly_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3481 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3482 #define HAVE_GSL_SF_GEGENPOLY_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3483 @@ -6704,7 +7282,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3484
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3485 for ac_func in gsl_sf_bessel_In_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3486 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3487 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_array" "ac_cv_func_gsl_sf_bessel_In_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3488 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_In_array" "ac_cv_func_gsl_sf_bessel_In_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3489 if test "x$ac_cv_func_gsl_sf_bessel_In_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3490 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3491 #define HAVE_GSL_SF_BESSEL_IN_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3492 @@ -6717,7 +7295,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3493
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3494 for ac_func in gsl_sf_bessel_In_scaled_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3495 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3496 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_scaled_array" "ac_cv_func_gsl_sf_bessel_In_scaled_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3497 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_In_scaled_array" "ac_cv_func_gsl_sf_bessel_In_scaled_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3498 if test "x$ac_cv_func_gsl_sf_bessel_In_scaled_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3499 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3500 #define HAVE_GSL_SF_BESSEL_IN_SCALED_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3501 @@ -6730,7 +7308,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3502
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3503 for ac_func in gsl_sf_bessel_Jn_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3504 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3505 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Jn_array" "ac_cv_func_gsl_sf_bessel_Jn_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3506 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Jn_array" "ac_cv_func_gsl_sf_bessel_Jn_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3507 if test "x$ac_cv_func_gsl_sf_bessel_Jn_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3508 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3509 #define HAVE_GSL_SF_BESSEL_JN_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3510 @@ -6743,7 +7321,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3511
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3512 for ac_func in gsl_sf_bessel_Kn_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3513 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3514 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_array" "ac_cv_func_gsl_sf_bessel_Kn_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3515 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Kn_array" "ac_cv_func_gsl_sf_bessel_Kn_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3516 if test "x$ac_cv_func_gsl_sf_bessel_Kn_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3517 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3518 #define HAVE_GSL_SF_BESSEL_KN_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3519 @@ -6756,7 +7334,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3520
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3521 for ac_func in gsl_sf_bessel_Kn_scaled_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3522 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3523 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_scaled_array" "ac_cv_func_gsl_sf_bessel_Kn_scaled_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3524 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Kn_scaled_array" "ac_cv_func_gsl_sf_bessel_Kn_scaled_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3525 if test "x$ac_cv_func_gsl_sf_bessel_Kn_scaled_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3526 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3527 #define HAVE_GSL_SF_BESSEL_KN_SCALED_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3528 @@ -6769,7 +7347,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3529
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3530 for ac_func in gsl_sf_bessel_Yn_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3531 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3532 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Yn_array" "ac_cv_func_gsl_sf_bessel_Yn_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3533 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Yn_array" "ac_cv_func_gsl_sf_bessel_Yn_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3534 if test "x$ac_cv_func_gsl_sf_bessel_Yn_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3535 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3536 #define HAVE_GSL_SF_BESSEL_YN_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3537 @@ -6782,7 +7360,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3538
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3539 for ac_func in gsl_sf_legendre_Plm_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3540 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3541 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Plm_array" "ac_cv_func_gsl_sf_legendre_Plm_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3542 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Plm_array" "ac_cv_func_gsl_sf_legendre_Plm_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3543 if test "x$ac_cv_func_gsl_sf_legendre_Plm_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3544 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3545 #define HAVE_GSL_SF_LEGENDRE_PLM_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3546 @@ -6793,7 +7371,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3547
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3548 for ac_func in gsl_sf_legendre_Plm_deriv_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3549 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3550 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Plm_deriv_array" "ac_cv_func_gsl_sf_legendre_Plm_deriv_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3551 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Plm_deriv_array" "ac_cv_func_gsl_sf_legendre_Plm_deriv_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3552 if test "x$ac_cv_func_gsl_sf_legendre_Plm_deriv_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3553 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3554 #define HAVE_GSL_SF_LEGENDRE_PLM_DERIV_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3555 @@ -6804,7 +7382,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3556
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3557 for ac_func in gsl_sf_legendre_sphPlm_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3558 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3559 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_sphPlm_array" "ac_cv_func_gsl_sf_legendre_sphPlm_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3560 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_sphPlm_array" "ac_cv_func_gsl_sf_legendre_sphPlm_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3561 if test "x$ac_cv_func_gsl_sf_legendre_sphPlm_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3562 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3563 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3564 @@ -6815,7 +7393,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3565
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3566 for ac_func in gsl_sf_legendre_sphPlm_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3567 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3568 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_sphPlm_array" "ac_cv_func_gsl_sf_legendre_sphPlm_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3569 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_sphPlm_array" "ac_cv_func_gsl_sf_legendre_sphPlm_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3570 if test "x$ac_cv_func_gsl_sf_legendre_sphPlm_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3571 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3572 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3573 @@ -6826,7 +7404,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3574
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3575 for ac_func in gsl_sf_legendre_sphPlm_deriv_array
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3576 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3577 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_sphPlm_deriv_array" "ac_cv_func_gsl_sf_legendre_sphPlm_deriv_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3578 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_sphPlm_deriv_array" "ac_cv_func_gsl_sf_legendre_sphPlm_deriv_array"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3579 if test "x$ac_cv_func_gsl_sf_legendre_sphPlm_deriv_array" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3580 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3581 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_DERIV_ARRAY 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3582 @@ -6837,7 +7415,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3583
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3584 for ac_func in gsl_sf_legendre_array_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3585 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3586 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_array_e" "ac_cv_func_gsl_sf_legendre_array_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3587 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_array_e" "ac_cv_func_gsl_sf_legendre_array_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3588 if test "x$ac_cv_func_gsl_sf_legendre_array_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3589 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3590 #define HAVE_GSL_SF_LEGENDRE_ARRAY_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3591 @@ -6850,7 +7428,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3592
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3593 for ac_func in gsl_sf_legendre_deriv_array_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3594 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3595 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_deriv_array_e" "ac_cv_func_gsl_sf_legendre_deriv_array_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3596 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_deriv_array_e" "ac_cv_func_gsl_sf_legendre_deriv_array_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3597 if test "x$ac_cv_func_gsl_sf_legendre_deriv_array_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3598 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3599 #define HAVE_GSL_SF_LEGENDRE_DERIV_ARRAY_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3600 @@ -6863,7 +7441,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3601
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3602 for ac_func in gsl_sf_legendre_deriv2_array_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3603 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3604 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_deriv2_array_e" "ac_cv_func_gsl_sf_legendre_deriv2_array_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3605 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_deriv2_array_e" "ac_cv_func_gsl_sf_legendre_deriv2_array_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3606 if test "x$ac_cv_func_gsl_sf_legendre_deriv2_array_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3607 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3608 #define HAVE_GSL_SF_LEGENDRE_DERIV2_ARRAY_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3609 @@ -6876,7 +7454,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3610
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3611 for ac_func in gsl_sf_zeta_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3612 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3613 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zeta_e" "ac_cv_func_gsl_sf_zeta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3614 + ac_fn_c_check_func "$LINENO" "gsl_sf_zeta_e" "ac_cv_func_gsl_sf_zeta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3615 if test "x$ac_cv_func_gsl_sf_zeta_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3616 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3617 #define HAVE_GSL_SF_ZETA_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3618 @@ -6889,7 +7467,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3619
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3620 for ac_func in gsl_sf_zeta_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3621 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3622 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zeta_e" "ac_cv_func_gsl_sf_zeta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3623 + ac_fn_c_check_func "$LINENO" "gsl_sf_zeta_e" "ac_cv_func_gsl_sf_zeta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3624 if test "x$ac_cv_func_gsl_sf_zeta_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3625 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3626 #define HAVE_GSL_SF_ZETA_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3627 @@ -6902,7 +7480,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3628
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3629 for ac_func in gsl_sf_zeta_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3630 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3631 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zeta_e" "ac_cv_func_gsl_sf_zeta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3632 + ac_fn_c_check_func "$LINENO" "gsl_sf_zeta_e" "ac_cv_func_gsl_sf_zeta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3633 if test "x$ac_cv_func_gsl_sf_zeta_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3634 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3635 #define HAVE_GSL_SF_ZETA_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3636 @@ -6915,7 +7493,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3637
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3638 for ac_func in gsl_sf_zeta_int_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3639 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3640 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zeta_int_e" "ac_cv_func_gsl_sf_zeta_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3641 + ac_fn_c_check_func "$LINENO" "gsl_sf_zeta_int_e" "ac_cv_func_gsl_sf_zeta_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3642 if test "x$ac_cv_func_gsl_sf_zeta_int_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3643 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3644 #define HAVE_GSL_SF_ZETA_INT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3645 @@ -6928,7 +7506,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3646
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3647 for ac_func in gsl_sf_zeta_int_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3648 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3649 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zeta_int_e" "ac_cv_func_gsl_sf_zeta_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3650 + ac_fn_c_check_func "$LINENO" "gsl_sf_zeta_int_e" "ac_cv_func_gsl_sf_zeta_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3651 if test "x$ac_cv_func_gsl_sf_zeta_int_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3652 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3653 #define HAVE_GSL_SF_ZETA_INT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3654 @@ -6941,7 +7519,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3655
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3656 for ac_func in gsl_sf_zetam1_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3657 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3658 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zetam1_e" "ac_cv_func_gsl_sf_zetam1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3659 + ac_fn_c_check_func "$LINENO" "gsl_sf_zetam1_e" "ac_cv_func_gsl_sf_zetam1_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3660 if test "x$ac_cv_func_gsl_sf_zetam1_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3661 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3662 #define HAVE_GSL_SF_ZETAM1_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3663 @@ -6954,7 +7532,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3664
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3665 for ac_func in gsl_sf_zetam1_int_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3666 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3667 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zetam1_int_e" "ac_cv_func_gsl_sf_zetam1_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3668 + ac_fn_c_check_func "$LINENO" "gsl_sf_zetam1_int_e" "ac_cv_func_gsl_sf_zetam1_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3669 if test "x$ac_cv_func_gsl_sf_zetam1_int_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3670 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3671 #define HAVE_GSL_SF_ZETAM1_INT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3672 @@ -6967,7 +7545,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3673
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3674 for ac_func in gsl_sf_eta_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3675 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3676 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_eta_e" "ac_cv_func_gsl_sf_eta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3677 + ac_fn_c_check_func "$LINENO" "gsl_sf_eta_e" "ac_cv_func_gsl_sf_eta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3678 if test "x$ac_cv_func_gsl_sf_eta_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3679 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3680 #define HAVE_GSL_SF_ETA_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3681 @@ -6980,7 +7558,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3682
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3683 for ac_func in gsl_sf_eta_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3684 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3685 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_eta_e" "ac_cv_func_gsl_sf_eta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3686 + ac_fn_c_check_func "$LINENO" "gsl_sf_eta_e" "ac_cv_func_gsl_sf_eta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3687 if test "x$ac_cv_func_gsl_sf_eta_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3688 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3689 #define HAVE_GSL_SF_ETA_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3690 @@ -6993,7 +7571,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3691
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3692 for ac_func in gsl_sf_eta_int_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3693 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3694 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_eta_int_e" "ac_cv_func_gsl_sf_eta_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3695 + ac_fn_c_check_func "$LINENO" "gsl_sf_eta_int_e" "ac_cv_func_gsl_sf_eta_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3696 if test "x$ac_cv_func_gsl_sf_eta_int_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3697 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3698 #define HAVE_GSL_SF_ETA_INT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3699 @@ -7006,7 +7584,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3700
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3701 for ac_func in gsl_sf_eta_int_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3702 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3703 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_eta_int_e" "ac_cv_func_gsl_sf_eta_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3704 + ac_fn_c_check_func "$LINENO" "gsl_sf_eta_int_e" "ac_cv_func_gsl_sf_eta_int_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3705 if test "x$ac_cv_func_gsl_sf_eta_int_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3706 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3707 #define HAVE_GSL_SF_ETA_INT_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3708 @@ -7019,7 +7597,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3709
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3710 for ac_func in gsl_sf_hzeta_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3711 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3712 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hzeta_e" "ac_cv_func_gsl_sf_hzeta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3713 + ac_fn_c_check_func "$LINENO" "gsl_sf_hzeta_e" "ac_cv_func_gsl_sf_hzeta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3714 if test "x$ac_cv_func_gsl_sf_hzeta_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3715 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3716 #define HAVE_GSL_SF_HZETA_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3717 @@ -7032,7 +7610,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3718
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3719 for ac_func in gsl_sf_hzeta_e
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3720 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3721 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hzeta_e" "ac_cv_func_gsl_sf_hzeta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3722 + ac_fn_c_check_func "$LINENO" "gsl_sf_hzeta_e" "ac_cv_func_gsl_sf_hzeta_e"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3723 if test "x$ac_cv_func_gsl_sf_hzeta_e" = xyes; then :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3724 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3725 #define HAVE_GSL_SF_HZETA_E 1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3726 diff -ur gsl-2.1.1.orig/src/configure.ac gsl-2.1.1/src/configure.ac
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3727 --- gsl-2.1.1.orig/src/configure.ac 2018-07-06 11:04:59.199071174 -0400
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3728 +++ gsl-2.1.1/src/configure.ac 2018-07-06 11:55:14.309794063 -0400
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3729 @@ -28,24 +28,23 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3730 AC_PATH_PROG([MKOCTFILE],[mkoctfile])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3731 test -z "$MKOCTFILE" && AC_MSG_ERROR([mkoctfile not found])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3732
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3733 -dnl Check for octave (used to get cannical_host_type)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3734 -AC_PATH_PROG([OCTAVE],[octave])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3735 -test -z "$OCTAVE" && AC_MSG_ERROR([octave not found])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3736 -
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3737 +dnl Check for octave-config
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3738 +AC_CHECK_PROG([OCTAVE_CONFIG],[octave-config])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3739 +test -z "$OCTAVE_CONFIG" && AC_MSG_ERROR([octave-config not found])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3740 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3741 +AC_DEFUN(OCTAVE_CONFIG_EVAL,
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3742 +[AC_MSG_CHECKING([for $1 in octave-config])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3743 +$2=`$OCTAVE_CONFIG -p $1`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3744 +AC_MSG_RESULT($$2)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3745 +AC_SUBST($2)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3746 +])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3747
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3748 dnl *****************************
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3749 dnl *** System-specific stuff ***
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3750 dnl *****************************
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3751
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3752 dnl Grab canonical host type so we can write system specific install stuff
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3753 -AC_MSG_CHECKING([for Octave's canonical_host_type])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3754 -canonical_host_type=`$OCTAVE -qf --eval " \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3755 - if exist ('__octave_config_info__') \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3756 - disp (__octave_config_info__ ('canonical_host_type')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3757 - else \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3758 - disp (octave_config_info ('canonical_host_type')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3759 - end"`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3760 -AC_MSG_RESULT([${canonical_host_type}])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3761 +OCTAVE_CONFIG_EVAL(CANONICAL_HOST_TYPE,canonical_host_type)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3762
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3763 dnl GSL specific preprocessor flags
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3764 AC_SUBST([GSL_DEFINES])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3765 @@ -63,17 +62,23 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3766 dnl *********************************
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3767
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3768 dnl Find Octave's include directory
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3769 -AC_MSG_CHECKING([for Octave's include directory])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3770 -octave_include_dir=`$OCTAVE -qf --eval " \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3771 - if exist ('__octave_config_info__') \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3772 - disp (__octave_config_info__ ('octincludedir')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3773 - else \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3774 - disp (octave_config_info ('octincludedir')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3775 - end"`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3776 -AC_MSG_RESULT([${octave_include_dir}])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3777 +OCTAVE_CONFIG_EVAL(OCTINCLUDEDIR,octave_include_dir)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3778 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3779 +# let configure get CC and CXX so we cant override for tests
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3780 +AC_PROG_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3781 +AC_PROG_CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3782 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3783 +# set compiler and flags to values octave will be using
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3784 +CC=`$MKOCTFILE -p CC`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3785 +CXX=`$MKOCTFILE -p CXX`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3786 +CFLAGS=`$MKOCTFILE -p CFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3787 +CPPFLAGS=`$MKOCTFILE -p CPPFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3788 +LDFLAGS=`$MKOCTFILE -p LDFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3789 +LIBS=`$MKOCTFILE -p LIBS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3790 +CXXFLAGS=`$MKOCTFILE -p CXXFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3791
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3792 dnl Save initial state
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3793 -save_CPPFLAGS=${CPPFLAG}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3794 +save_CPPFLAGS=${CPPFLAGS}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3795 AC_LANG_PUSH([C++])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3796
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3797 dnl Add octave include dir to CPPFLAGS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3798 @@ -120,7 +125,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3799 )
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3800
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3801 dnl Restore initial state
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3802 -AC_LANG_PUSH([C++])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3803 +AC_LANG_POP([C++])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3804 CPPFLAGS=${save_CPPFLAGS}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3805
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3806
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3807 diff -ur gsl-2.1.1.orig/src/configure.ac.in gsl-2.1.1/src/configure.ac.in
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3808 --- gsl-2.1.1.orig/src/configure.ac.in 2018-07-06 11:04:59.193071031 -0400
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3809 +++ gsl-2.1.1/src/configure.ac.in 2018-07-06 11:55:10.080693352 -0400
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3810 @@ -24,24 +24,23 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3811 AC_PATH_PROG([MKOCTFILE],[mkoctfile])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3812 test -z "$MKOCTFILE" && AC_MSG_ERROR([mkoctfile not found])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3813
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3814 -dnl Check for octave (used to get cannical_host_type)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3815 -AC_PATH_PROG([OCTAVE],[octave])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3816 -test -z "$OCTAVE" && AC_MSG_ERROR([octave not found])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3817 -
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3818 +dnl Check for octave-config
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3819 +AC_CHECK_PROG([OCTAVE_CONFIG],[octave-config])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3820 +test -z "$OCTAVE_CONFIG" && AC_MSG_ERROR([octave-config not found])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3821 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3822 +AC_DEFUN(OCTAVE_CONFIG_EVAL,
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3823 +[AC_MSG_CHECKING([for $1 in octave-config])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3824 +$2=`$OCTAVE_CONFIG -p $1`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3825 +AC_MSG_RESULT($$2)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3826 +AC_SUBST($2)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3827 +])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3828
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3829 dnl *****************************
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3830 dnl *** System-specific stuff ***
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3831 dnl *****************************
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3832
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3833 dnl Grab canonical host type so we can write system specific install stuff
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3834 -AC_MSG_CHECKING([for Octave's canonical_host_type])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3835 -canonical_host_type=`$OCTAVE -qf --eval " \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3836 - if exist ('__octave_config_info__') \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3837 - disp (__octave_config_info__ ('canonical_host_type')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3838 - else \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3839 - disp (octave_config_info ('canonical_host_type')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3840 - end"`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3841 -AC_MSG_RESULT([${canonical_host_type}])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3842 +OCTAVE_CONFIG_EVAL(CANONICAL_HOST_TYPE,canonical_host_type)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3843
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3844 dnl GSL specific preprocessor flags
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3845 AC_SUBST([GSL_DEFINES])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3846 @@ -59,17 +58,23 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3847 dnl *********************************
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3848
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3849 dnl Find Octave's include directory
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3850 -AC_MSG_CHECKING([for Octave's include directory])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3851 -octave_include_dir=`$OCTAVE -qf --eval " \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3852 - if exist ('__octave_config_info__') \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3853 - disp (__octave_config_info__ ('octincludedir')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3854 - else \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3855 - disp (octave_config_info ('octincludedir')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3856 - end"`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3857 -AC_MSG_RESULT([${octave_include_dir}])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3858 +OCTAVE_CONFIG_EVAL(OCTINCLUDEDIR,octave_include_dir)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3859 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3860 +# let configure get CC and CXX so we cant override for tests
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3861 +AC_PROG_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3862 +AC_PROG_CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3863 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3864 +# set compiler and flags to values octave will be using
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3865 +CC=`$MKOCTFILE -p CC`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3866 +CXX=`$MKOCTFILE -p CXX`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3867 +CFLAGS=`$MKOCTFILE -p CFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3868 +CPPFLAGS=`$MKOCTFILE -p CPPFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3869 +LDFLAGS=`$MKOCTFILE -p LDFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3870 +LIBS=`$MKOCTFILE -p LIBS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3871 +CXXFLAGS=`$MKOCTFILE -p CXXFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3872
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3873 dnl Save initial state
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3874 -save_CPPFLAGS=${CPPFLAG}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3875 +save_CPPFLAGS=${CPPFLAGS}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3876 AC_LANG_PUSH([C++])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3877
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3878 dnl Add octave include dir to CPPFLAGS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3879 @@ -116,7 +121,7 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3880 )
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3881
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3882 dnl Restore initial state
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3883 -AC_LANG_PUSH([C++])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3884 +AC_LANG_POP([C++])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3885 CPPFLAGS=${save_CPPFLAGS}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3886
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3887