annotate src/of-gsl-1-cross-fixes.patch @ 6234:97c5f8da5036 release

* src/librsb.mk: update to 1.2.0.11
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 27 May 2022 12:24:32 +0200
parents 464fa654b0b4
children
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
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3 +++ gsl-2.1.1/src/configure 2018-07-06 12:16:07.882705089 -0400
4763
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.
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
215 @@ -2138,16 +2173,16 @@
4763
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 :
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
226 +if ${ac_cv_path_OCTAVE_CONFIG+:} false; then :
4763
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
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
230 + case $OCTAVE_CONFIG in
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
231 [\\/]* | ?:[\\/]*)
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
232 - ac_cv_path_OCTAVE="$OCTAVE" # Let the user override the test with a path.
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
233 + ac_cv_path_OCTAVE_CONFIG="$OCTAVE_CONFIG" # Let the user override the test with a path.
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
234 ;;
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
235 *)
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
237 @@ -2157,7 +2192,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
238 test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
239 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
240 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
241 - ac_cv_path_OCTAVE="$as_dir/$ac_word$ac_exec_ext"
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
242 + ac_cv_path_OCTAVE_CONFIG="$as_dir/$ac_word$ac_exec_ext"
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
243 $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
244 break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
245 fi
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
246 @@ -2168,30 +2203,28 @@
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
247 ;;
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
248 esac
4763
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 -OCTAVE=$ac_cv_path_OCTAVE
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
251 -if test -n "$OCTAVE"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
252 - { $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
253 -$as_echo "$OCTAVE" >&6; }
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
254 +OCTAVE_CONFIG=$ac_cv_path_OCTAVE_CONFIG
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
255 +if test -n "$OCTAVE_CONFIG"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
256 + { $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
257 +$as_echo "$OCTAVE_CONFIG" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
258 else
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: no" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
260 $as_echo "no" >&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
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
263
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
264 -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
265 +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
266 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
267 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
268
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
269
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
270 +{ $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
271 +$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
272 +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
273 +{ $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
274 +$as_echo "$canonical_host_type" >&6; }
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 -{ $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
278 -$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
279 -canonical_host_type=`$OCTAVE -qf --eval " \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
280 - if exist ('__octave_config_info__') \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
281 - 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
282 - else \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
283 - 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
284 - end"`
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}: result: ${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 "${canonical_host_type}" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
287
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
288
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
289
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
290 @@ -2203,48 +2236,222 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
291
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
292
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
293
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
294 -{ $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
295 -$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
296 -octave_include_dir=`$OCTAVE -qf --eval " \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
297 - if exist ('__octave_config_info__') \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
298 - disp (__octave_config_info__ ('octincludedir')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
299 - else \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
300 - disp (octave_config_info ('octincludedir')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
301 - end"`
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}: result: ${octave_include_dir}" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
303 -$as_echo "${octave_include_dir}" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
304 +{ $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
305 +$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
306 +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
307 +{ $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
308 +$as_echo "$octave_include_dir" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
309
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
310 -save_CPPFLAGS=${CPPFLAG}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
311 -ac_ext=cpp
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
312 -ac_cpp='$CXXCPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
313 -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
314 -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
315 -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
316
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 -CPPFLAGS="-I${octave_include_dir} ${CPPFLAGS}"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
319 +# 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
320 +ac_ext=c
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
321 +ac_cpp='$CPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
322 +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
323 +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
324 +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
325 +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
326 + # 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
327 +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
328 +{ $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
329 +$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
330 +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
331 + $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
332 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
333 + if test -n "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
334 + 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
335 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
336 +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
337 +for as_dir in $PATH
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
338 +do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
339 + IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
340 + test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
341 + 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
342 + 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
343 + 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
344 + $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
345 + break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
346 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
347 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
348 + done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
349 +IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
350
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
351 -ac_ext=cpp
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
352 -ac_cpp='$CXXCPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
353 -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
354 -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
355 -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
356 -if test -z "$CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
357 - if test -n "$CCC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
358 - CXX=$CCC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
359 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
360 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
361 +CC=$ac_cv_prog_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
362 +if test -n "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
363 + { $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
364 +$as_echo "$CC" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
365 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
366 + { $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
367 +$as_echo "no" >&6; }
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 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
370 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
371 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
372 +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
373 + ac_ct_CC=$CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
374 + # 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
375 +set dummy gcc; ac_word=$2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
376 +{ $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
377 +$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
378 +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
379 + $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
380 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
381 + 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
382 + 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
383 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
384 +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
385 +for as_dir in $PATH
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
386 +do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
387 + IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
388 + test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
389 + 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
390 + 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
391 + 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
392 + $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
393 + break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
394 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
395 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
396 + done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
397 +IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
398 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
399 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
400 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
401 +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
402 +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
403 + { $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
404 +$as_echo "$ac_ct_CC" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
405 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
406 + { $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
407 +$as_echo "no" >&6; }
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 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
410 + 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
411 + CC=""
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
412 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
413 - 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
414 - 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
415 + 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
416 +yes:)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
417 +{ $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
418 +$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
419 +ac_tool_warned=yes ;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
420 +esac
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
421 + CC=$ac_ct_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
422 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
423 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
424 + CC="$ac_cv_prog_CC"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
425 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
426 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
427 +if test -z "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
428 + 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
429 + # 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
430 +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
431 +{ $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
432 +$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
433 +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
434 + $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
435 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
436 + if test -n "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
437 + 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
438 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
439 +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
440 +for as_dir in $PATH
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
441 +do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
442 + IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
443 + test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
444 + 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
445 + 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
446 + 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
447 + $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
448 + break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
449 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
450 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
451 + done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
452 +IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
453 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
454 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
455 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
456 +CC=$ac_cv_prog_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
457 +if test -n "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
458 + { $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
459 +$as_echo "$CC" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
460 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
461 + { $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
462 +$as_echo "no" >&6; }
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 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
465 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
466 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
467 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
468 +if test -z "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
469 + # 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
470 +set dummy cc; ac_word=$2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
471 +{ $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
472 +$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
473 +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
474 + $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
475 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
476 + if test -n "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
477 + 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
478 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
479 + ac_prog_rejected=no
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
480 +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
481 +for as_dir in $PATH
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
482 +do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
483 + IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
484 + test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
485 + 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
486 + 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
487 + 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
488 + ac_prog_rejected=yes
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
489 + continue
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
490 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
491 + ac_cv_prog_CC="cc"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
492 + $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
493 + break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
494 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
495 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
496 + done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
497 +IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
498 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
499 +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
500 + # 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
501 + set dummy $ac_cv_prog_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
502 + shift
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
503 + if test $# != 0; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
504 + # 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
505 + # 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
506 + # 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
507 + shift
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
508 + 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
509 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
510 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
511 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
512 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
513 +CC=$ac_cv_prog_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
514 +if test -n "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
515 + { $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
516 +$as_echo "$CC" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
517 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
518 + { $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
519 +$as_echo "no" >&6; }
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 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
522 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
523 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
524 +if test -z "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
525 + 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
526 + for ac_prog in cl.exe
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
527 do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
528 # 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
529 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
530 { $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
531 $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
532 -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
533 +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
534 $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
535 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
536 - if test -n "$CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
537 - 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
538 + if test -n "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
539 + 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
540 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
541 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
542 for as_dir in $PATH
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
543 @@ -2253,7 +2460,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
544 test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
545 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
546 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
547 - 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
548 + 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
549 $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
550 break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
551 fi
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
552 @@ -2263,32 +2470,32 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
553
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
554 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
555 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
556 -CXX=$ac_cv_prog_CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
557 -if test -n "$CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
558 - { $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
559 -$as_echo "$CXX" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
560 +CC=$ac_cv_prog_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
561 +if test -n "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
562 + { $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
563 +$as_echo "$CC" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
564 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
565 { $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
566 $as_echo "no" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
567 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
568
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
569
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
570 - test -n "$CXX" && break
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
571 + test -n "$CC" && break
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
572 done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
573 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
574 -if test -z "$CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
575 - ac_ct_CXX=$CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
576 - 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
577 +if test -z "$CC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
578 + ac_ct_CC=$CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
579 + for ac_prog in cl.exe
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
580 do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
581 # 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
582 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
583 { $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
584 $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
585 -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
586 +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
587 $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
588 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
589 - 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
590 - 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
591 + 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
592 + 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
593 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
594 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
595 for as_dir in $PATH
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
596 @@ -2297,7 +2504,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
597 test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
598 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
599 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
600 - 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
601 + 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
602 $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
603 break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
604 fi
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
605 @@ -2307,21 +2514,21 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
606
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
607 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
608 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
609 -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
610 -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
611 - { $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
612 -$as_echo "$ac_ct_CXX" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
613 +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
614 +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
615 + { $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
616 +$as_echo "$ac_ct_CC" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
617 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
618 { $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
619 $as_echo "no" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
620 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
621
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
622
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
623 - test -n "$ac_ct_CXX" && break
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
624 + test -n "$ac_ct_CC" && break
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
625 done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
626
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
627 - 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
628 - CXX="g++"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
629 + 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
630 + CC=""
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
631 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
632 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
633 yes:)
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
634 @@ -2329,14 +2536,20 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
635 $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
636 ac_tool_warned=yes ;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
637 esac
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
638 - CXX=$ac_ct_CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
639 + CC=$ac_ct_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
640 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
641 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
642
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
643 - fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
644 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
645 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
646 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
647 +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
648 +$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
649 +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
650 +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
651 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
652 # Provide some information about the compiler.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
653 -$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
654 +$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
655 set X $ac_compile
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
656 ac_compiler=$2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
657 for ac_option in --version -v -V -qversion; do
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
658 @@ -2376,8 +2589,8 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
659 # 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
660 # 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
661 # of exeext.
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 whether the C++ compiler works" >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
663 -$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
664 +{ $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
665 +$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
666 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
667
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
668 # The possible output files:
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
669 @@ -2447,14 +2660,14 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
670
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
671 { { $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
672 $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
673 -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
674 +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
675 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
676 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
677 { $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
678 $as_echo "yes" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
679 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
680 -{ $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
681 -$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
682 +{ $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
683 +$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
684 { $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
685 $as_echo "$ac_file" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
686 ac_exeext=$ac_cv_exeext
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
687 @@ -2548,7 +2761,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
688 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
689 { { $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
690 $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
691 -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
692 +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
693 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
694 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
695 fi
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
696 @@ -2610,6 +2823,353 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
697 $as_echo "$ac_cv_objext" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
698 OBJEXT=$ac_cv_objext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
699 ac_objext=$OBJEXT
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
700 +{ $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
701 +$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
702 +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
703 + $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
704 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
705 + 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
706 +/* end confdefs.h. */
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
707 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
708 +int
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
709 +main ()
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
710 +{
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
711 +#ifndef __GNUC__
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
712 + choke me
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
713 +#endif
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
714 +
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 + return 0;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
717 +}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
718 +_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
719 +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
720 + ac_compiler_gnu=yes
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
721 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
722 + ac_compiler_gnu=no
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
723 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
724 +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
725 +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
726 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
727 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
728 +{ $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
729 +$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
730 +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
731 + GCC=yes
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
732 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
733 + GCC=
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
734 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
735 +ac_test_CFLAGS=${CFLAGS+set}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
736 +ac_save_CFLAGS=$CFLAGS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
737 +{ $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
738 +$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
739 +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
740 + $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
741 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
742 + 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
743 + ac_c_werror_flag=yes
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
744 + ac_cv_prog_cc_g=no
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
745 + CFLAGS="-g"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
746 + 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
747 +/* end confdefs.h. */
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
748 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
749 +int
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
750 +main ()
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
751 +{
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
752 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
753 + ;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
754 + return 0;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
755 +}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
756 +_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
757 +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
758 + ac_cv_prog_cc_g=yes
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
759 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
760 + CFLAGS=""
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
761 + 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
762 +/* end confdefs.h. */
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 +int
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
765 +main ()
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
766 +{
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
767 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
768 + ;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
769 + return 0;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
770 +}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
771 +_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
772 +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
773 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
774 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
775 + 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
776 + CFLAGS="-g"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
777 + 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
778 +/* end confdefs.h. */
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
779 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
780 +int
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
781 +main ()
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
782 +{
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
783 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
784 + ;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
785 + return 0;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
786 +}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
787 +_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
788 +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
789 + ac_cv_prog_cc_g=yes
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
790 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
791 +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
792 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
793 +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
794 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
795 +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
796 + 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
797 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
798 +{ $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
799 +$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
800 +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
801 + CFLAGS=$ac_save_CFLAGS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
802 +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
803 + if test "$GCC" = yes; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
804 + CFLAGS="-g -O2"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
805 + else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
806 + CFLAGS="-g"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
807 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
808 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
809 + if test "$GCC" = yes; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
810 + CFLAGS="-O2"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
811 + else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
812 + CFLAGS=
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
813 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
814 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
815 +{ $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
816 +$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
817 +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
818 + $as_echo_n "(cached) " >&6
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 + ac_cv_prog_cc_c89=no
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
821 +ac_save_CC=$CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
822 +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
823 +/* end confdefs.h. */
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
824 +#include <stdarg.h>
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
825 +#include <stdio.h>
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
826 +struct stat;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
827 +/* 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
828 +struct buf { int x; };
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
829 +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
830 +static char *e (p, i)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
831 + char **p;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
832 + int i;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
833 +{
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
834 + return p[i];
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
835 +}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
836 +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
837 +{
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
838 + char *s;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
839 + va_list v;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
840 + va_start (v,p);
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
841 + 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
842 + va_end (v);
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
843 + return s;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
844 +}
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 +/* 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
847 + 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
848 + 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
849 + 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
850 + 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
851 + 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
852 + that's true only with -std. */
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
853 +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
854 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
855 +/* 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
856 + inside strings and character constants. */
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
857 +#define FOO(x) 'x'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
858 +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
859 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
860 +int test (int i, double x);
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
861 +struct s1 {int (*f) (int a);};
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
862 +struct s2 {int (*f) (double a);};
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
863 +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
864 +int argc;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
865 +char **argv;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
866 +int
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
867 +main ()
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
868 +{
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
869 +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
870 + ;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
871 + return 0;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
872 +}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
873 +_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
874 +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
875 + -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
876 +do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
877 + CC="$ac_save_CC $ac_arg"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
878 + 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
879 + 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
880 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
881 +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
882 + 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
883 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
884 +rm -f conftest.$ac_ext
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
885 +CC=$ac_save_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
886 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
887 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
888 +# AC_CACHE_VAL
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
889 +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
890 + x)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
891 + { $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
892 +$as_echo "none needed" >&6; } ;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
893 + xno)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
894 + { $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
895 +$as_echo "unsupported" >&6; } ;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
896 + *)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
897 + 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
898 + { $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
899 +$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
900 +esac
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
901 +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
902 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
903 +fi
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 +ac_ext=c
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
906 +ac_cpp='$CPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
907 +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
908 +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
909 +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
910 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
911 +ac_ext=cpp
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
912 +ac_cpp='$CXXCPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
913 +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
914 +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
915 +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
916 +if test -z "$CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
917 + if test -n "$CCC"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
918 + CXX=$CCC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
919 + else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
920 + 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
921 + 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
922 + do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
923 + # 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
924 +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
925 +{ $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
926 +$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
927 +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
928 + $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
929 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
930 + if test -n "$CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
931 + 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
932 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
933 +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
934 +for as_dir in $PATH
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
935 +do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
936 + IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
937 + test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
938 + 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
939 + 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
940 + 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
941 + $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
942 + break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
943 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
944 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
945 + done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
946 +IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
947 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
948 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
949 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
950 +CXX=$ac_cv_prog_CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
951 +if test -n "$CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
952 + { $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
953 +$as_echo "$CXX" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
954 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
955 + { $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
956 +$as_echo "no" >&6; }
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 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
959 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
960 + test -n "$CXX" && break
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
961 + done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
962 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
963 +if test -z "$CXX"; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
964 + ac_ct_CXX=$CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
965 + 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
966 +do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
967 + # 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
968 +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
969 +{ $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
970 +$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
971 +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
972 + $as_echo_n "(cached) " >&6
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
973 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
974 + 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
975 + 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
976 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
977 +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
978 +for as_dir in $PATH
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
979 +do
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
980 + IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
981 + test -z "$as_dir" && as_dir=.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
982 + 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
983 + 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
984 + 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
985 + $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
986 + break 2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
987 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
988 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
989 + done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
990 +IFS=$as_save_IFS
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
991 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
992 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
993 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
994 +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
995 +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
996 + { $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
997 +$as_echo "$ac_ct_CXX" >&6; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
998 +else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
999 + { $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
1000 +$as_echo "no" >&6; }
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 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1003 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1004 + test -n "$ac_ct_CXX" && break
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1005 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1006 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1007 + 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
1008 + CXX="g++"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1009 + else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1010 + 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
1011 +yes:)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1012 +{ $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
1013 +$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
1014 +ac_tool_warned=yes ;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1015 +esac
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1016 + CXX=$ac_ct_CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1017 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1018 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1019 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1020 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1021 +fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1022 +# Provide some information about the compiler.
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1023 +$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
1024 +set X $ac_compile
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1025 +ac_compiler=$2
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1026 +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
1027 + { { 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
1028 +case "(($ac_try" in
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1029 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1030 + *) ac_try_echo=$ac_try;;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1031 +esac
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1032 +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
1033 +$as_echo "$ac_try_echo"; } >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1034 + (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
1035 + ac_status=$?
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1036 + if test -s conftest.err; then
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1037 + sed '10a\
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1038 +... rest of stderr output deleted ...
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1039 + 10q' conftest.err >conftest.er1
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1040 + cat conftest.er1 >&5
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1041 + fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1042 + rm -f conftest.er1 conftest.err
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1043 + $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
1044 + test $ac_status = 0; }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1045 +done
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1046 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1047 { $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
1048 $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
1049 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1050 @@ -2725,6 +3285,23 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1051 CXXFLAGS=
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1052 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1053 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1054 +ac_ext=c
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1055 +ac_cpp='$CPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1056 +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
1057 +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
1058 +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
1059 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1060 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1061 +# 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
1062 +CC=`$MKOCTFILE -p CC`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1063 +CXX=`$MKOCTFILE -p CXX`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1064 +CFLAGS=`$MKOCTFILE -p CFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1065 +CPPFLAGS=`$MKOCTFILE -p CPPFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1066 +LDFLAGS=`$MKOCTFILE -p LDFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1067 +LIBS=`$MKOCTFILE -p LIBS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1068 +CXXFLAGS=`$MKOCTFILE -p CXXFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1069 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1070 +save_CPPFLAGS=${CPPFLAGS}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1071 ac_ext=cpp
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1072 ac_cpp='$CXXCPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1073 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1074 @@ -2732,6 +3309,9 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1075 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
1076
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 +CPPFLAGS="-I${octave_include_dir} ${CPPFLAGS}"
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1079 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1080 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1081 ac_ext=cpp
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1082 ac_cpp='$CXXCPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1083 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1084 @@ -3179,17 +3759,18 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1085 fi
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1086 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
1087
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1088 -ac_ext=cpp
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1089 -ac_cpp='$CXXCPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1090 -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
1091 -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
1092 -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
1093 +ac_ext=c
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1094 +ac_cpp='$CPP $CPPFLAGS'
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1095 +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
1096 +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
1097 +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
1098
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1099 CPPFLAGS=${save_CPPFLAGS}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1100
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1101
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1102
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1103
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1104 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1105 { $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
1106 $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
1107 if ${ac_cv_lib_m_cos+:} false; then :
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1108 @@ -3215,7 +3796,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1109 return 0;
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 _ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1112 -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
1113 +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
1114 ac_cv_lib_m_cos=yes
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1115 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1116 ac_cv_lib_m_cos=no
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1117 @@ -3262,7 +3843,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1118 return 0;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1119 }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1120 _ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1121 -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
1122 +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
1123 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
1124 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1125 ac_cv_lib_gslcblas_cblas_dgemm=no
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1126 @@ -3309,7 +3890,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1127 return 0;
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1128 }
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1129 _ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1130 -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
1131 +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
1132 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
1133 else
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1134 ac_cv_lib_gsl_gsl_message=no
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1135 @@ -3336,7 +3917,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1136 # Auto-generated tests for GSL functions
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1137 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
1138 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1139 - 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
1140 + 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
1141 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
1142 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1143 #define HAVE_GSL_SF_CLAUSEN_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1144 @@ -3349,7 +3930,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1145
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1146 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
1147 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1148 - 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
1149 + 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
1150 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
1151 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1152 #define HAVE_GSL_SF_CLAUSEN_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1153 @@ -3362,7 +3943,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1154
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1155 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
1156 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1157 - 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
1158 + 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
1159 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
1160 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1161 #define HAVE_GSL_SF_DAWSON_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1162 @@ -3375,7 +3956,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1163
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1164 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
1165 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1166 - 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
1167 + 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
1168 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
1169 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1170 #define HAVE_GSL_SF_DAWSON_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1171 @@ -3388,7 +3969,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1172
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1173 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
1174 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1175 - 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
1176 + 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
1177 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
1178 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1179 #define HAVE_GSL_SF_DEBYE_1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1180 @@ -3401,7 +3982,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1181
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1182 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
1183 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1184 - 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
1185 + 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
1186 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
1187 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1188 #define HAVE_GSL_SF_DEBYE_1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1189 @@ -3414,7 +3995,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1190
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1191 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
1192 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1193 - 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
1194 + 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
1195 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
1196 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1197 #define HAVE_GSL_SF_DEBYE_2_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1198 @@ -3427,7 +4008,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1199
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1200 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
1201 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1202 - 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
1203 + 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
1204 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
1205 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1206 #define HAVE_GSL_SF_DEBYE_2_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1207 @@ -3440,7 +4021,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1208
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1209 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
1210 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1211 - 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
1212 + 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
1213 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
1214 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1215 #define HAVE_GSL_SF_DEBYE_3_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1216 @@ -3453,7 +4034,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1217
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1218 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
1219 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1220 - 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
1221 + 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
1222 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
1223 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1224 #define HAVE_GSL_SF_DEBYE_3_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1225 @@ -3466,7 +4047,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1226
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1227 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
1228 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1229 - 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
1230 + 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
1231 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
1232 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1233 #define HAVE_GSL_SF_DEBYE_4_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1234 @@ -3479,7 +4060,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1235
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1236 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
1237 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1238 - 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
1239 + 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
1240 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
1241 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1242 #define HAVE_GSL_SF_DEBYE_4_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1243 @@ -3492,7 +4073,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1244
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1245 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
1246 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1247 - 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
1248 + 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
1249 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
1250 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1251 #define HAVE_GSL_SF_DEBYE_5_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1252 @@ -3505,7 +4086,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1253
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1254 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
1255 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1256 - 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
1257 + 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
1258 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
1259 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1260 #define HAVE_GSL_SF_DEBYE_6_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1261 @@ -3518,7 +4099,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1262
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1263 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
1264 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1265 - 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
1266 + 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
1267 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
1268 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1269 #define HAVE_GSL_SF_DILOG_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1270 @@ -3531,7 +4112,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1271
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1272 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
1273 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1274 - 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
1275 + 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
1276 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
1277 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1278 #define HAVE_GSL_SF_ERF_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1279 @@ -3544,7 +4125,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1280
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1281 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
1282 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1283 - 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
1284 + 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
1285 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
1286 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1287 #define HAVE_GSL_SF_ERF_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1288 @@ -3557,7 +4138,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1289
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1290 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
1291 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1292 - 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
1293 + 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
1294 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
1295 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1296 #define HAVE_GSL_SF_ERFC_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1297 @@ -3570,7 +4151,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1298
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1299 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
1300 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1301 - 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
1302 + 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
1303 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
1304 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1305 #define HAVE_GSL_SF_ERFC_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1306 @@ -3583,7 +4164,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1307
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1308 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
1309 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1310 - 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
1311 + 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
1312 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
1313 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1314 #define HAVE_GSL_SF_LOG_ERFC_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1315 @@ -3596,7 +4177,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1316
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1317 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
1318 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1319 - 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
1320 + 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
1321 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
1322 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1323 #define HAVE_GSL_SF_LOG_ERFC_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1324 @@ -3609,7 +4190,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1325
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1326 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
1327 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1328 - 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
1329 + 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
1330 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
1331 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1332 #define HAVE_GSL_SF_ERF_Z_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1333 @@ -3622,7 +4203,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1334
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1335 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
1336 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1337 - 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
1338 + 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
1339 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
1340 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1341 #define HAVE_GSL_SF_ERF_Z_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1342 @@ -3635,7 +4216,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1343
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1344 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
1345 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1346 - 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
1347 + 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
1348 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
1349 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1350 #define HAVE_GSL_SF_ERF_Q_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1351 @@ -3648,7 +4229,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1352
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1353 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
1354 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1355 - 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
1356 + 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
1357 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
1358 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1359 #define HAVE_GSL_SF_ERF_Q_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1360 @@ -3661,7 +4242,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1361
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1362 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
1363 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1364 - 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
1365 + 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
1366 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
1367 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1368 #define HAVE_GSL_SF_HAZARD_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1369 @@ -3674,7 +4255,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1370
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1371 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
1372 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1373 - 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
1374 + 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
1375 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
1376 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1377 #define HAVE_GSL_SF_HAZARD_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1378 @@ -3687,7 +4268,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1379
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1380 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
1381 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1382 - 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
1383 + 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
1384 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
1385 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1386 #define HAVE_GSL_SF_EXPM1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1387 @@ -3700,7 +4281,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1388
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1389 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
1390 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1391 - 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
1392 + 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
1393 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
1394 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1395 #define HAVE_GSL_SF_EXPM1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1396 @@ -3713,7 +4294,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1397
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1398 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
1399 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1400 - 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
1401 + 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
1402 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
1403 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1404 #define HAVE_GSL_SF_EXPREL_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1405 @@ -3726,7 +4307,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1406
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1407 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
1408 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1409 - 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
1410 + 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
1411 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
1412 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1413 #define HAVE_GSL_SF_EXPREL_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1414 @@ -3739,7 +4320,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1415
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1416 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
1417 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1418 - 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
1419 + 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
1420 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
1421 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1422 #define HAVE_GSL_SF_EXPREL_2_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1423 @@ -3752,7 +4333,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1424
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1425 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
1426 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1427 - 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
1428 + 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
1429 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
1430 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1431 #define HAVE_GSL_SF_EXPREL_2_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1432 @@ -3765,7 +4346,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1433
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1434 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
1435 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1436 - 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
1437 + 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
1438 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
1439 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1440 #define HAVE_GSL_SF_EXPINT_E1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1441 @@ -3778,7 +4359,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1442
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1443 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
1444 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1445 - 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
1446 + 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
1447 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
1448 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1449 #define HAVE_GSL_SF_EXPINT_E1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1450 @@ -3791,7 +4372,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1451
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1452 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
1453 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1454 - 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
1455 + 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
1456 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
1457 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1458 #define HAVE_GSL_SF_EXPINT_E2_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1459 @@ -3804,7 +4385,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1460
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1461 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
1462 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1463 - 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
1464 + 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
1465 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
1466 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1467 #define HAVE_GSL_SF_EXPINT_E2_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1468 @@ -3817,7 +4398,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1469
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1470 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
1471 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1472 - 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
1473 + 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
1474 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
1475 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1476 #define HAVE_GSL_SF_EXPINT_EI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1477 @@ -3830,7 +4411,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1478
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1479 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
1480 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1481 - 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
1482 + 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
1483 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
1484 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1485 #define HAVE_GSL_SF_EXPINT_EI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1486 @@ -3843,7 +4424,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1487
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1488 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
1489 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1490 - 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
1491 + 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
1492 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
1493 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1494 #define HAVE_GSL_SF_SHI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1495 @@ -3856,7 +4437,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1496
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1497 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
1498 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1499 - 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
1500 + 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
1501 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
1502 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1503 #define HAVE_GSL_SF_SHI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1504 @@ -3869,7 +4450,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1505
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1506 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
1507 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1508 - 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
1509 + 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
1510 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
1511 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1512 #define HAVE_GSL_SF_CHI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1513 @@ -3882,7 +4463,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1514
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1515 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
1516 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1517 - 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
1518 + 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
1519 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
1520 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1521 #define HAVE_GSL_SF_CHI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1522 @@ -3895,7 +4476,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1523
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1524 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
1525 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1526 - 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
1527 + 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
1528 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
1529 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1530 #define HAVE_GSL_SF_EXPINT_3_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1531 @@ -3908,7 +4489,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1532
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1533 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
1534 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1535 - 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
1536 + 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
1537 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
1538 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1539 #define HAVE_GSL_SF_EXPINT_3_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1540 @@ -3921,7 +4502,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1541
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1542 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
1543 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1544 - 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
1545 + 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
1546 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
1547 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1548 #define HAVE_GSL_SF_SI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1549 @@ -3934,7 +4515,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1550
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1551 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
1552 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1553 - 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
1554 + 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
1555 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
1556 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1557 #define HAVE_GSL_SF_SI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1558 @@ -3947,7 +4528,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1559
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1560 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
1561 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1562 - 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
1563 + 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
1564 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
1565 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1566 #define HAVE_GSL_SF_CI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1567 @@ -3960,7 +4541,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1568
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1569 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
1570 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1571 - 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
1572 + 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
1573 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
1574 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1575 #define HAVE_GSL_SF_CI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1576 @@ -3973,7 +4554,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1577
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1578 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
1579 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1580 - 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
1581 + 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
1582 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
1583 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1584 #define HAVE_GSL_SF_ATANINT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1585 @@ -3986,7 +4567,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1586
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1587 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
1588 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1589 - 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
1590 + 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
1591 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
1592 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1593 #define HAVE_GSL_SF_ATANINT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1594 @@ -3999,7 +4580,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1595
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1596 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
1597 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1598 - 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
1599 + 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
1600 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
1601 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1602 #define HAVE_GSL_SF_FERMI_DIRAC_MHALF_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1603 @@ -4012,7 +4593,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1604
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1605 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
1606 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1607 - 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
1608 + 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
1609 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
1610 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1611 #define HAVE_GSL_SF_FERMI_DIRAC_MHALF_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1612 @@ -4025,7 +4606,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1613
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1614 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
1615 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1616 - 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
1617 + 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
1618 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
1619 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1620 #define HAVE_GSL_SF_FERMI_DIRAC_HALF_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1621 @@ -4038,7 +4619,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1622
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1623 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
1624 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1625 - 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
1626 + 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
1627 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
1628 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1629 #define HAVE_GSL_SF_FERMI_DIRAC_HALF_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1630 @@ -4051,7 +4632,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1631
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1632 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
1633 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1634 - 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
1635 + 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
1636 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
1637 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1638 #define HAVE_GSL_SF_FERMI_DIRAC_3HALF_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1639 @@ -4064,7 +4645,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1640
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1641 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
1642 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1643 - 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
1644 + 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
1645 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
1646 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1647 #define HAVE_GSL_SF_FERMI_DIRAC_3HALF_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1648 @@ -4077,7 +4658,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1649
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1650 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
1651 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1652 - 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
1653 + 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
1654 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
1655 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1656 #define HAVE_GSL_SF_GAMMA_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1657 @@ -4090,7 +4671,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1658
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1659 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
1660 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1661 - 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
1662 + 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
1663 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
1664 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1665 #define HAVE_GSL_SF_GAMMA_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1666 @@ -4103,7 +4684,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1667
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1668 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
1669 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1670 - 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
1671 + 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
1672 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
1673 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1674 #define HAVE_GSL_SF_LNGAMMA_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1675 @@ -4116,7 +4697,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1676
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1677 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
1678 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1679 - 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
1680 + 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
1681 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
1682 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1683 #define HAVE_GSL_SF_LNGAMMA_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1684 @@ -4129,7 +4710,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1685
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1686 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
1687 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1688 - 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
1689 + 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
1690 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
1691 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1692 #define HAVE_GSL_SF_GAMMASTAR_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1693 @@ -4142,7 +4723,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1694
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1695 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
1696 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1697 - 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
1698 + 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
1699 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
1700 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1701 #define HAVE_GSL_SF_GAMMASTAR_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1702 @@ -4155,7 +4736,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1703
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1704 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
1705 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1706 - 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
1707 + 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
1708 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
1709 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1710 #define HAVE_GSL_SF_GAMMAINV_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1711 @@ -4168,7 +4749,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1712
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1713 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
1714 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1715 - 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
1716 + 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
1717 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
1718 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1719 #define HAVE_GSL_SF_GAMMAINV_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1720 @@ -4181,7 +4762,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1721
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1722 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
1723 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1724 - 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
1725 + 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
1726 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
1727 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1728 #define HAVE_GSL_SF_LAMBERT_W0_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1729 @@ -4194,7 +4775,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1730
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1731 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
1732 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1733 - 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
1734 + 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
1735 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
1736 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1737 #define HAVE_GSL_SF_GAMMASTAR_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1738 @@ -4207,7 +4788,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1739
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1740 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
1741 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1742 - 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
1743 + 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
1744 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
1745 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1746 #define HAVE_GSL_SF_LAMBERT_W0_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1747 @@ -4220,7 +4801,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1748
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1749 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
1750 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1751 - 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
1752 + 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
1753 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
1754 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1755 #define HAVE_GSL_SF_LAMBERT_WM1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1756 @@ -4233,7 +4814,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1757
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1758 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
1759 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1760 - 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
1761 + 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
1762 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
1763 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1764 #define HAVE_GSL_SF_LAMBERT_WM1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1765 @@ -4246,7 +4827,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1766
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1767 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
1768 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1769 - 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
1770 + 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
1771 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
1772 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1773 #define HAVE_GSL_SF_LOG_1PLUSX_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1774 @@ -4259,7 +4840,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1775
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1776 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
1777 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1778 - 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
1779 + 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
1780 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
1781 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1782 #define HAVE_GSL_SF_LOG_1PLUSX_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1783 @@ -4272,7 +4853,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1784
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1785 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
1786 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1787 - 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
1788 + 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
1789 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
1790 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1791 #define HAVE_GSL_SF_LOG_1PLUSX_MX_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1792 @@ -4285,7 +4866,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1793
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1794 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
1795 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1796 - 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
1797 + 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
1798 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
1799 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1800 #define HAVE_GSL_SF_LOG_1PLUSX_MX_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1801 @@ -4298,7 +4879,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1802
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1803 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
1804 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1805 - 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
1806 + 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
1807 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
1808 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1809 #define HAVE_GSL_SF_PSI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1810 @@ -4311,7 +4892,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1811
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1812 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
1813 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1814 - 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
1815 + 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
1816 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
1817 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1818 #define HAVE_GSL_SF_PSI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1819 @@ -4324,7 +4905,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1820
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1821 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
1822 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1823 - 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
1824 + 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
1825 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
1826 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1827 #define HAVE_GSL_SF_PSI_1PIY_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1828 @@ -4337,7 +4918,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1829
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1830 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
1831 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1832 - 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
1833 + 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
1834 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
1835 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1836 #define HAVE_GSL_SF_PSI_1PIY_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1837 @@ -4350,7 +4931,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1838
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1839 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
1840 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1841 - 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
1842 + 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
1843 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
1844 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1845 #define HAVE_GSL_SF_SYNCHROTRON_1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1846 @@ -4363,7 +4944,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1847
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1848 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
1849 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1850 - 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
1851 + 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
1852 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
1853 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1854 #define HAVE_GSL_SF_SYNCHROTRON_1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1855 @@ -4376,7 +4957,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1856
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1857 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
1858 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1859 - 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
1860 + 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
1861 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
1862 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1863 #define HAVE_GSL_SF_SYNCHROTRON_2_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1864 @@ -4389,7 +4970,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1865
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1866 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
1867 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1868 - 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
1869 + 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
1870 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
1871 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1872 #define HAVE_GSL_SF_SYNCHROTRON_2_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1873 @@ -4402,7 +4983,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1874
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1875 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
1876 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1877 - 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
1878 + 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
1879 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
1880 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1881 #define HAVE_GSL_SF_TRANSPORT_2_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1882 @@ -4415,7 +4996,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1883
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1884 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
1885 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1886 - 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
1887 + 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
1888 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
1889 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1890 #define HAVE_GSL_SF_TRANSPORT_2_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1891 @@ -4428,7 +5009,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1892
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1893 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
1894 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1895 - 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
1896 + 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
1897 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
1898 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1899 #define HAVE_GSL_SF_TRANSPORT_3_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1900 @@ -4441,7 +5022,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1901
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1902 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
1903 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1904 - 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
1905 + 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
1906 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
1907 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1908 #define HAVE_GSL_SF_TRANSPORT_3_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1909 @@ -4454,7 +5035,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1910
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1911 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
1912 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1913 - 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
1914 + 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
1915 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
1916 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1917 #define HAVE_GSL_SF_TRANSPORT_4_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1918 @@ -4467,7 +5048,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1919
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1920 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
1921 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1922 - 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
1923 + 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
1924 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
1925 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1926 #define HAVE_GSL_SF_TRANSPORT_4_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1927 @@ -4480,7 +5061,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1928
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1929 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
1930 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1931 - 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
1932 + 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
1933 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
1934 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1935 #define HAVE_GSL_SF_TRANSPORT_5_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1936 @@ -4493,7 +5074,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1937
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1938 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
1939 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1940 - 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
1941 + 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
1942 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
1943 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1944 #define HAVE_GSL_SF_TRANSPORT_5_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1945 @@ -4506,7 +5087,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1946
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1947 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
1948 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1949 - 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
1950 + 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
1951 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
1952 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1953 #define HAVE_GSL_SF_SINC_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1954 @@ -4519,7 +5100,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1955
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1956 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
1957 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1958 - 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
1959 + 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
1960 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
1961 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1962 #define HAVE_GSL_SF_SINC_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1963 @@ -4532,7 +5113,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1964
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1965 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
1966 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1967 - 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
1968 + 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
1969 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
1970 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1971 #define HAVE_GSL_SF_LNSINH_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1972 @@ -4545,7 +5126,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1973
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1974 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
1975 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1976 - 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
1977 + 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
1978 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
1979 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1980 #define HAVE_GSL_SF_LNSINH_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1981 @@ -4558,7 +5139,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1982
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1983 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
1984 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1985 - 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
1986 + 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
1987 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
1988 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1989 #define HAVE_GSL_SF_LNCOSH_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1990 @@ -4571,7 +5152,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1991
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1992 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
1993 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1994 - 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
1995 + 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
1996 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
1997 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
1998 #define HAVE_GSL_SF_LNCOSH_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
1999 @@ -4584,7 +5165,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2000
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2001 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
2002 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2003 - 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
2004 + 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
2005 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
2006 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2007 #define HAVE_GSL_SF_BESSEL_JN_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2008 @@ -4597,7 +5178,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2009
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2010 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
2011 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2012 - 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
2013 + 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
2014 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
2015 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2016 #define HAVE_GSL_SF_BESSEL_JN_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2017 @@ -4610,7 +5191,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2018
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2019 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
2020 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2021 - 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
2022 + 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
2023 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
2024 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2025 #define HAVE_GSL_SF_BESSEL_YN_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2026 @@ -4623,7 +5204,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2027
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2028 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
2029 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2030 - 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
2031 + 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
2032 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
2033 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2034 #define HAVE_GSL_SF_BESSEL_YN_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2035 @@ -4636,7 +5217,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2036
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2037 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
2038 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2039 - 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
2040 + 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
2041 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
2042 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2043 #define HAVE_GSL_SF_BESSEL_IN_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2044 @@ -4649,7 +5230,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2045
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2046 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
2047 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2048 - 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
2049 + 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
2050 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
2051 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2052 #define HAVE_GSL_SF_BESSEL_IN_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2053 @@ -4662,7 +5243,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2054
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2055 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
2056 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2057 - 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
2058 + 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
2059 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
2060 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2061 #define HAVE_GSL_SF_BESSEL_IN_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2062 @@ -4675,7 +5256,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2063
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2064 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
2065 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2066 - 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
2067 + 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
2068 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
2069 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2070 #define HAVE_GSL_SF_BESSEL_IN_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2071 @@ -4688,7 +5269,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2072
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2073 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
2074 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2075 - 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
2076 + 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
2077 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
2078 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2079 #define HAVE_GSL_SF_BESSEL_KN_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2080 @@ -4701,7 +5282,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2081
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2082 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
2083 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2084 - 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
2085 + 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
2086 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
2087 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2088 #define HAVE_GSL_SF_BESSEL_KN_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2089 @@ -4714,7 +5295,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2090
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2091 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
2092 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2093 - 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
2094 + 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
2095 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
2096 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2097 #define HAVE_GSL_SF_BESSEL_KN_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2098 @@ -4727,7 +5308,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2099
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2100 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
2101 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2102 - 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
2103 + 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
2104 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
2105 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2106 #define HAVE_GSL_SF_BESSEL_KN_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2107 @@ -4740,7 +5321,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2108
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2109 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
2110 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2111 - 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
2112 + 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
2113 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
2114 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2115 #define HAVE_GSL_SF_BESSEL_JL_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2116 @@ -4753,7 +5334,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2117
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2118 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
2119 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2120 - 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
2121 + 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
2122 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
2123 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2124 #define HAVE_GSL_SF_BESSEL_JL_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2125 @@ -4766,7 +5347,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2126
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2127 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
2128 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2129 - 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
2130 + 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
2131 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
2132 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2133 #define HAVE_GSL_SF_BESSEL_YL_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2134 @@ -4779,7 +5360,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2135
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2136 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
2137 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2138 - 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
2139 + 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
2140 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
2141 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2142 #define HAVE_GSL_SF_BESSEL_YL_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2143 @@ -4792,7 +5373,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2144
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2145 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
2146 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2147 - 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
2148 + 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
2149 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
2150 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2151 #define HAVE_GSL_SF_BESSEL_IL_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2152 @@ -4805,7 +5386,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2153
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2154 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
2155 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2156 - 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
2157 + 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
2158 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
2159 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2160 #define HAVE_GSL_SF_BESSEL_IL_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2161 @@ -4818,7 +5399,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2162
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2163 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
2164 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2165 - 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
2166 + 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
2167 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
2168 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2169 #define HAVE_GSL_SF_BESSEL_KL_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2170 @@ -4831,7 +5412,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2171
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2172 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
2173 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2174 - 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
2175 + 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
2176 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
2177 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2178 #define HAVE_GSL_SF_BESSEL_KL_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2179 @@ -4844,7 +5425,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2180
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2181 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
2182 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2183 - 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
2184 + 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
2185 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
2186 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2187 #define HAVE_GSL_SF_EXPREL_N_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2188 @@ -4857,7 +5438,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2189
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2190 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
2191 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2192 - 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
2193 + 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
2194 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
2195 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2196 #define HAVE_GSL_SF_EXPREL_N_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2197 @@ -4870,7 +5451,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2198
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2199 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
2200 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2201 - 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
2202 + 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
2203 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
2204 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2205 #define HAVE_GSL_SF_FERMI_DIRAC_INT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2206 @@ -4883,7 +5464,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2207
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2208 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
2209 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2210 - 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
2211 + 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
2212 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
2213 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2214 #define HAVE_GSL_SF_FERMI_DIRAC_INT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2215 @@ -4896,7 +5477,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2216
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2217 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
2218 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2219 - 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
2220 + 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
2221 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
2222 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2223 #define HAVE_GSL_SF_TAYLORCOEFF_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2224 @@ -4909,7 +5490,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2225
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2226 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
2227 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2228 - 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
2229 + 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
2230 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
2231 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2232 #define HAVE_GSL_SF_TAYLORCOEFF_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2233 @@ -4922,7 +5503,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2234
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2235 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
2236 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2237 - 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
2238 + 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
2239 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
2240 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2241 #define HAVE_GSL_SF_LEGENDRE_PL_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2242 @@ -4933,7 +5514,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2243
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2244 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
2245 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2246 - 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
2247 + 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
2248 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
2249 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2250 #define HAVE_GSL_SF_LEGENDRE_PL_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2251 @@ -4944,7 +5525,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2252
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2253 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
2254 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2255 - 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
2256 + 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
2257 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
2258 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2259 #define HAVE_GSL_SF_LEGENDRE_QL_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2260 @@ -4957,7 +5538,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2261
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2262 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
2263 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2264 - 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
2265 + 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
2266 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
2267 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2268 #define HAVE_GSL_SF_LEGENDRE_QL_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2269 @@ -4970,7 +5551,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2270
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2271 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
2272 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2273 - 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
2274 + 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
2275 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
2276 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2277 #define HAVE_GSL_SF_MATHIEU_A_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2278 @@ -4983,7 +5564,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2279
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2280 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
2281 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2282 - 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
2283 + 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
2284 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
2285 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2286 #define HAVE_GSL_SF_MATHIEU_B_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2287 @@ -4996,7 +5577,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2288
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2289 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
2290 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2291 - 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
2292 + 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
2293 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
2294 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2295 #define HAVE_GSL_SF_PSI_N_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2296 @@ -5009,7 +5590,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2297
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2298 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
2299 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2300 - 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
2301 + 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
2302 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
2303 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2304 #define HAVE_GSL_SF_PSI_N_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2305 @@ -5022,7 +5603,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2306
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2307 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
2308 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2309 - 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
2310 + 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
2311 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
2312 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2313 #define HAVE_GSL_SF_BESSEL_JNU_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2314 @@ -5035,7 +5616,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2315
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2316 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
2317 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2318 - 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
2319 + 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
2320 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
2321 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2322 #define HAVE_GSL_SF_BESSEL_JNU_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2323 @@ -5048,7 +5629,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2324
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2325 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
2326 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2327 - 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
2328 + 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
2329 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
2330 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2331 #define HAVE_GSL_SF_BESSEL_YNU_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2332 @@ -5061,7 +5642,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2333
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2334 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
2335 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2336 - 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
2337 + 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
2338 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
2339 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2340 #define HAVE_GSL_SF_BESSEL_YNU_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2341 @@ -5074,7 +5655,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2342
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2343 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
2344 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2345 - 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
2346 + 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
2347 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
2348 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2349 #define HAVE_GSL_SF_BESSEL_INU_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2350 @@ -5087,7 +5668,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2351
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2352 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
2353 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2354 - 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
2355 + 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
2356 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
2357 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2358 #define HAVE_GSL_SF_BESSEL_INU_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2359 @@ -5100,7 +5681,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2360
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2361 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
2362 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2363 - 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
2364 + 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
2365 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
2366 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2367 #define HAVE_GSL_SF_BESSEL_INU_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2368 @@ -5113,7 +5694,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2369
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2370 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
2371 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2372 - 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
2373 + 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
2374 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
2375 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2376 #define HAVE_GSL_SF_BESSEL_INU_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2377 @@ -5126,7 +5707,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2378
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2379 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
2380 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2381 - 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
2382 + 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
2383 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
2384 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2385 #define HAVE_GSL_SF_BESSEL_KNU_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2386 @@ -5139,7 +5720,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2387
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2388 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
2389 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2390 - 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
2391 + 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
2392 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
2393 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2394 #define HAVE_GSL_SF_BESSEL_KNU_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2395 @@ -5152,7 +5733,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2396
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2397 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
2398 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2399 - 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
2400 + 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
2401 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
2402 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2403 #define HAVE_GSL_SF_BESSEL_LNKNU_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2404 @@ -5165,7 +5746,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2405
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2406 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
2407 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2408 - 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
2409 + 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
2410 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
2411 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2412 #define HAVE_GSL_SF_BESSEL_LNKNU_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2413 @@ -5178,7 +5759,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2414
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2415 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
2416 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2417 - 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
2418 + 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
2419 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
2420 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2421 #define HAVE_GSL_SF_BESSEL_KNU_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2422 @@ -5191,7 +5772,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2423
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2424 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
2425 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2426 - 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
2427 + 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
2428 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
2429 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2430 #define HAVE_GSL_SF_BESSEL_KNU_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2431 @@ -5204,7 +5785,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2432
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2433 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
2434 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2435 - 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
2436 + 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
2437 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
2438 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2439 #define HAVE_GSL_SF_EXP_MULT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2440 @@ -5217,7 +5798,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2441
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2442 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
2443 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2444 - 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
2445 + 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
2446 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
2447 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2448 #define HAVE_GSL_SF_EXP_MULT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2449 @@ -5230,7 +5811,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2450
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2451 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
2452 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2453 - 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
2454 + 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
2455 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
2456 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2457 #define HAVE_GSL_SF_FERMI_DIRAC_INC_0_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2458 @@ -5243,7 +5824,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2459
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2460 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
2461 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2462 - 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
2463 + 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
2464 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
2465 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2466 #define HAVE_GSL_SF_FERMI_DIRAC_INC_0_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2467 @@ -5256,7 +5837,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2468
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2469 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
2470 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2471 - 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
2472 + 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
2473 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
2474 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2475 #define HAVE_GSL_SF_POCH_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2476 @@ -5269,7 +5850,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2477
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2478 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
2479 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2480 - 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
2481 + 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
2482 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
2483 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2484 #define HAVE_GSL_SF_POCH_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2485 @@ -5282,7 +5863,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2486
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2487 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
2488 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2489 - 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
2490 + 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
2491 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
2492 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2493 #define HAVE_GSL_SF_LNPOCH_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2494 @@ -5295,7 +5876,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2495
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2496 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
2497 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2498 - 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
2499 + 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
2500 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
2501 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2502 #define HAVE_GSL_SF_LNPOCH_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2503 @@ -5308,7 +5889,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2504
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2505 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
2506 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2507 - 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
2508 + 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
2509 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
2510 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2511 #define HAVE_GSL_SF_POCHREL_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2512 @@ -5321,7 +5902,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2513
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2514 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
2515 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2516 - 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
2517 + 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
2518 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
2519 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2520 #define HAVE_GSL_SF_POCHREL_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2521 @@ -5334,7 +5915,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2522
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2523 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
2524 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2525 - 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
2526 + 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
2527 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
2528 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2529 #define HAVE_GSL_SF_GAMMA_INC_Q_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2530 @@ -5347,7 +5928,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2531
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2532 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
2533 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2534 - 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
2535 + 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
2536 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
2537 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2538 #define HAVE_GSL_SF_GAMMA_INC_Q_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2539 @@ -5360,7 +5941,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2540
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2541 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
2542 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2543 - 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
2544 + 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
2545 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
2546 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2547 #define HAVE_GSL_SF_GAMMA_INC_P_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2548 @@ -5373,7 +5954,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2549
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2550 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
2551 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2552 - 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
2553 + 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
2554 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
2555 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2556 #define HAVE_GSL_SF_GAMMA_INC_P_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2557 @@ -5386,7 +5967,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2558
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2559 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
2560 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2561 - 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
2562 + 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
2563 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
2564 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2565 #define HAVE_GSL_SF_GAMMA_INC_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2566 @@ -5399,7 +5980,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2567
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2568 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
2569 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2570 - 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
2571 + 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
2572 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
2573 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2574 #define HAVE_GSL_SF_GAMMA_INC_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2575 @@ -5412,7 +5993,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2576
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2577 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
2578 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2579 - 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
2580 + 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
2581 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
2582 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2583 #define HAVE_GSL_SF_BETA_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2584 @@ -5425,7 +6006,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2585
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2586 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
2587 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2588 - 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
2589 + 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
2590 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
2591 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2592 #define HAVE_GSL_SF_BETA_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2593 @@ -5438,7 +6019,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2594
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2595 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
2596 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2597 - 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
2598 + 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
2599 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
2600 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2601 #define HAVE_GSL_SF_LNBETA_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2602 @@ -5451,7 +6032,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2603
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2604 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
2605 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2606 - 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
2607 + 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
2608 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
2609 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2610 #define HAVE_GSL_SF_LNBETA_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2611 @@ -5464,7 +6045,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2612
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2613 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
2614 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2615 - 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
2616 + 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
2617 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
2618 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2619 #define HAVE_GSL_SF_HYPERG_0F1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2620 @@ -5477,7 +6058,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2621
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2622 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
2623 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2624 - 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
2625 + 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
2626 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
2627 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2628 #define HAVE_GSL_SF_HYPERG_0F1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2629 @@ -5490,7 +6071,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2630
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2631 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
2632 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2633 - 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
2634 + 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
2635 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
2636 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2637 #define HAVE_GSL_SF_CONICALP_HALF_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2638 @@ -5503,7 +6084,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2639
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2640 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
2641 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2642 - 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
2643 + 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
2644 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
2645 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2646 #define HAVE_GSL_SF_CONICALP_HALF_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2647 @@ -5516,7 +6097,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2648
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2649 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
2650 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2651 - 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
2652 + 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
2653 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
2654 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2655 #define HAVE_GSL_SF_CONICALP_MHALF_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2656 @@ -5529,7 +6110,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2657
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2658 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
2659 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2660 - 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
2661 + 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
2662 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
2663 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2664 #define HAVE_GSL_SF_CONICALP_MHALF_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2665 @@ -5542,7 +6123,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2666
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2667 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
2668 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2669 - 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
2670 + 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
2671 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
2672 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2673 #define HAVE_GSL_SF_CONICALP_0_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2674 @@ -5555,7 +6136,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2675
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2676 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
2677 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2678 - 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
2679 + 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
2680 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
2681 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2682 #define HAVE_GSL_SF_CONICALP_0_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2683 @@ -5568,7 +6149,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2684
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2685 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
2686 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2687 - 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
2688 + 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
2689 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
2690 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2691 #define HAVE_GSL_SF_CONICALP_1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2692 @@ -5581,7 +6162,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2693
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2694 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
2695 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2696 - 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
2697 + 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
2698 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
2699 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2700 #define HAVE_GSL_SF_CONICALP_1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2701 @@ -5594,7 +6175,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2702
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2703 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
2704 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2705 - 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
2706 + 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
2707 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
2708 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2709 #define HAVE_GSL_SF_AIRY_AI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2710 @@ -5607,7 +6188,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2711
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2712 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
2713 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2714 - 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
2715 + 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
2716 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
2717 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2718 #define HAVE_GSL_SF_AIRY_AI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2719 @@ -5620,7 +6201,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2720
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2721 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
2722 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2723 - 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
2724 + 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
2725 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
2726 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2727 #define HAVE_GSL_SF_AIRY_BI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2728 @@ -5633,7 +6214,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2729
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2730 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
2731 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2732 - 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
2733 + 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
2734 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
2735 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2736 #define HAVE_GSL_SF_AIRY_BI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2737 @@ -5646,7 +6227,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2738
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2739 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
2740 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2741 - 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
2742 + 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
2743 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
2744 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2745 #define HAVE_GSL_SF_AIRY_AI_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2746 @@ -5659,7 +6240,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2747
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2748 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
2749 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2750 - 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
2751 + 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
2752 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
2753 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2754 #define HAVE_GSL_SF_AIRY_AI_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2755 @@ -5672,7 +6253,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2756
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2757 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
2758 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2759 - 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
2760 + 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
2761 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
2762 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2763 #define HAVE_GSL_SF_AIRY_BI_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2764 @@ -5685,7 +6266,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2765
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2766 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
2767 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2768 - 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
2769 + 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
2770 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
2771 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2772 #define HAVE_GSL_SF_AIRY_BI_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2773 @@ -5698,7 +6279,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2774
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2775 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
2776 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2777 - 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
2778 + 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
2779 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
2780 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2781 #define HAVE_GSL_SF_AIRY_AI_DERIV_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2782 @@ -5711,7 +6292,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2783
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2784 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
2785 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2786 - 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
2787 + 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
2788 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
2789 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2790 #define HAVE_GSL_SF_AIRY_AI_DERIV_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2791 @@ -5724,7 +6305,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2792
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2793 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
2794 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2795 - 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
2796 + 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
2797 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
2798 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2799 #define HAVE_GSL_SF_AIRY_BI_DERIV_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2800 @@ -5737,7 +6318,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2801
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2802 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
2803 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2804 - 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
2805 + 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
2806 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
2807 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2808 #define HAVE_GSL_SF_AIRY_BI_DERIV_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2809 @@ -5750,7 +6331,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2810
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2811 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
2812 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2813 - 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
2814 + 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
2815 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
2816 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2817 #define HAVE_GSL_SF_AIRY_AI_DERIV_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2818 @@ -5763,7 +6344,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2819
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2820 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
2821 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2822 - 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
2823 + 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
2824 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
2825 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2826 #define HAVE_GSL_SF_AIRY_AI_DERIV_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2827 @@ -5776,7 +6357,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2828
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2829 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
2830 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2831 - 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
2832 + 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
2833 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
2834 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2835 #define HAVE_GSL_SF_AIRY_BI_DERIV_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2836 @@ -5789,7 +6370,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2837
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2838 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
2839 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2840 - 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
2841 + 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
2842 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
2843 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2844 #define HAVE_GSL_SF_AIRY_BI_DERIV_SCALED_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2845 @@ -5802,7 +6383,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2846
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2847 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
2848 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2849 - 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
2850 + 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
2851 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
2852 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2853 #define HAVE_GSL_SF_ELLINT_KCOMP_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2854 @@ -5815,7 +6396,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2855
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2856 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
2857 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2858 - 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
2859 + 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
2860 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
2861 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2862 #define HAVE_GSL_SF_ELLINT_KCOMP_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2863 @@ -5828,7 +6409,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2864
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2865 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
2866 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2867 - 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
2868 + 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
2869 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
2870 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2871 #define HAVE_GSL_SF_ELLINT_ECOMP_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2872 @@ -5841,7 +6422,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2873
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2874 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
2875 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2876 - 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
2877 + 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
2878 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
2879 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2880 #define HAVE_GSL_SF_ELLINT_ECOMP_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2881 @@ -5854,7 +6435,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2882
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2883 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
2884 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2885 - 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
2886 + 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
2887 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
2888 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2889 #define HAVE_GSL_SF_ELLINT_E_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2890 @@ -5867,7 +6448,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2891
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2892 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
2893 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2894 - 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
2895 + 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
2896 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
2897 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2898 #define HAVE_GSL_SF_ELLINT_F_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2899 @@ -5880,7 +6461,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2900
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2901 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
2902 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2903 - 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
2904 + 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
2905 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
2906 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2907 #define HAVE_GSL_SF_ELLINT_PCOMP_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2908 @@ -5893,7 +6474,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2909
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2910 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
2911 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2912 - 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
2913 + 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
2914 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
2915 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2916 #define HAVE_GSL_SF_ELLINT_RC_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2917 @@ -5906,7 +6487,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2918
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2919 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
2920 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2921 - 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
2922 + 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
2923 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
2924 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2925 #define HAVE_GSL_SF_ELLINT_D_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2926 @@ -5919,7 +6500,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2927
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2928 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
2929 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2930 - 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
2931 + 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
2932 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
2933 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2934 #define HAVE_GSL_SF_ELLINT_P_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2935 @@ -5932,7 +6513,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2936
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2937 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
2938 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2939 - 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
2940 + 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
2941 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
2942 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2943 #define HAVE_GSL_SF_ELLINT_RD_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2944 @@ -5945,7 +6526,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2945
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2946 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
2947 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2948 - 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
2949 + 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
2950 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
2951 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2952 #define HAVE_GSL_SF_ELLINT_RF_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2953 @@ -5958,7 +6539,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2954
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2955 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
2956 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2957 - 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
2958 + 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
2959 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
2960 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2961 #define HAVE_GSL_SF_ELLINT_RJ_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2962 @@ -5971,7 +6552,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2963
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2964 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
2965 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2966 - 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
2967 + 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
2968 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
2969 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2970 #define HAVE_GSL_SF_AIRY_ZERO_AI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2971 @@ -5984,7 +6565,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2972
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2973 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
2974 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2975 - 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
2976 + 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
2977 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
2978 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2979 #define HAVE_GSL_SF_AIRY_ZERO_AI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2980 @@ -5997,7 +6578,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2981
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2982 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
2983 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2984 - 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
2985 + 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
2986 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
2987 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2988 #define HAVE_GSL_SF_AIRY_ZERO_BI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2989 @@ -6010,7 +6591,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2990
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2991 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
2992 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2993 - 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
2994 + 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
2995 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
2996 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2997 #define HAVE_GSL_SF_AIRY_ZERO_BI_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
2998 @@ -6023,7 +6604,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
2999
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3000 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
3001 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3002 - 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
3003 + 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
3004 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
3005 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3006 #define HAVE_GSL_SF_AIRY_ZERO_AI_DERIV_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3007 @@ -6036,7 +6617,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3008
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3009 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
3010 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3011 - 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
3012 + 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
3013 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
3014 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3015 #define HAVE_GSL_SF_AIRY_ZERO_AI_DERIV_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3016 @@ -6049,7 +6630,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3017
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3018 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
3019 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3020 - 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
3021 + 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
3022 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
3023 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3024 #define HAVE_GSL_SF_AIRY_ZERO_BI_DERIV_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3025 @@ -6062,7 +6643,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3026
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3027 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
3028 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3029 - 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
3030 + 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
3031 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
3032 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3033 #define HAVE_GSL_SF_AIRY_ZERO_BI_DERIV_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3034 @@ -6075,7 +6656,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3035
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3036 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
3037 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3038 - 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
3039 + 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
3040 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
3041 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3042 #define HAVE_GSL_SF_BESSEL_ZERO_J0_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3043 @@ -6088,7 +6669,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3044
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3045 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
3046 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3047 - 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
3048 + 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
3049 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
3050 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3051 #define HAVE_GSL_SF_BESSEL_ZERO_J0_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3052 @@ -6101,7 +6682,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3053
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3054 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
3055 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3056 - 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
3057 + 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
3058 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
3059 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3060 #define HAVE_GSL_SF_BESSEL_ZERO_J1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3061 @@ -6114,7 +6695,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3062
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3063 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
3064 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3065 - 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
3066 + 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
3067 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
3068 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3069 #define HAVE_GSL_SF_BESSEL_ZERO_J1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3070 @@ -6127,7 +6708,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3071
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3072 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
3073 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3074 - 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
3075 + 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
3076 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
3077 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3078 #define HAVE_GSL_SF_PSI_1_INT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3079 @@ -6140,7 +6721,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3080
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3081 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
3082 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3083 - 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
3084 + 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
3085 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
3086 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3087 #define HAVE_GSL_SF_PSI_1_INT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3088 @@ -6153,7 +6734,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3089
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3090 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
3091 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3092 - 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
3093 + 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
3094 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
3095 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3096 #define HAVE_GSL_SF_CONICALP_CYL_REG_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3097 @@ -6166,7 +6747,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3098
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3099 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
3100 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3101 - 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
3102 + 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
3103 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
3104 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3105 #define HAVE_GSL_SF_CONICALP_SPH_REG_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3106 @@ -6179,7 +6760,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3107
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3108 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
3109 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3110 - 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
3111 + 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
3112 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
3113 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3114 #define HAVE_GSL_SF_GEGENPOLY_N_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3115 @@ -6192,7 +6773,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3116
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3117 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
3118 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3119 - 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
3120 + 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
3121 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
3122 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3123 #define HAVE_GSL_SF_LAGUERRE_N_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3124 @@ -6205,7 +6786,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3125
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3126 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
3127 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3128 - 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
3129 + 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
3130 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
3131 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3132 #define HAVE_GSL_SF_MATHIEU_CE_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3133 @@ -6218,7 +6799,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3134
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3135 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
3136 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3137 - 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
3138 + 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
3139 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
3140 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3141 #define HAVE_GSL_SF_MATHIEU_SE_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3142 @@ -6231,7 +6812,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3143
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3144 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
3145 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3146 - 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
3147 + 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
3148 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
3149 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3150 #define HAVE_GSL_SF_HYPERG_U_INT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3151 @@ -6244,7 +6825,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3152
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3153 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
3154 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3155 - 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
3156 + 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
3157 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
3158 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3159 #define HAVE_GSL_SF_HYPERG_1F1_INT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3160 @@ -6257,7 +6838,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3161
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3162 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
3163 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3164 - 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
3165 + 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
3166 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
3167 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3168 #define HAVE_GSL_SF_LEGENDRE_PLM_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3169 @@ -6268,7 +6849,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3170
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3171 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
3172 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3173 - 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
3174 + 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
3175 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
3176 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3177 #define HAVE_GSL_SF_LEGENDRE_PLM_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3178 @@ -6279,7 +6860,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3179
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3180 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
3181 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3182 - 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
3183 + 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
3184 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
3185 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3186 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3187 @@ -6290,7 +6871,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3188
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3189 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
3190 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3191 - 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
3192 + 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
3193 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
3194 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3195 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3196 @@ -6301,7 +6882,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3197
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3198 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
3199 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3200 - 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
3201 + 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
3202 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
3203 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3204 #define HAVE_GSL_SF_HYDROGENICR_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3205 @@ -6314,7 +6895,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3206
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3207 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
3208 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3209 - 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
3210 + 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
3211 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
3212 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3213 #define HAVE_GSL_SF_MATHIEU_MC_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3214 @@ -6327,7 +6908,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3215
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3216 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
3217 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3218 - 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
3219 + 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
3220 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
3221 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3222 #define HAVE_GSL_SF_MATHIEU_MS_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3223 @@ -6340,7 +6921,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3224
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3225 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
3226 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3227 - 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
3228 + 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
3229 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
3230 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3231 #define HAVE_GSL_SF_BESSEL_ZERO_JNU_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3232 @@ -6353,7 +6934,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3233
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3234 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
3235 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3236 - 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
3237 + 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
3238 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
3239 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3240 #define HAVE_GSL_SF_HYPERG_U_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3241 @@ -6366,7 +6947,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3242
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3243 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
3244 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3245 - 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
3246 + 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
3247 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
3248 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3249 #define HAVE_GSL_SF_HYPERG_U_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3250 @@ -6379,7 +6960,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3251
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3252 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
3253 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3254 - 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
3255 + 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
3256 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
3257 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3258 #define HAVE_GSL_SF_HYPERG_1F1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3259 @@ -6392,7 +6973,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3260
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3261 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
3262 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3263 - 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
3264 + 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
3265 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
3266 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3267 #define HAVE_GSL_SF_HYPERG_1F1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3268 @@ -6405,7 +6986,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3269
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3270 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
3271 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3272 - 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
3273 + 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
3274 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
3275 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3276 #define HAVE_GSL_SF_HYPERG_2F0_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3277 @@ -6418,7 +6999,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3278
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3279 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
3280 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3281 - 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
3282 + 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
3283 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
3284 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3285 #define HAVE_GSL_SF_HYPERG_2F0_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3286 @@ -6431,7 +7012,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3287
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3288 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
3289 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3290 - 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
3291 + 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
3292 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
3293 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3294 #define HAVE_GSL_SF_BETA_INC_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3295 @@ -6444,7 +7025,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3296
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3297 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
3298 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3299 - 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
3300 + 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
3301 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
3302 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3303 #define HAVE_GSL_SF_HYPERG_2F1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3304 @@ -6457,7 +7038,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3305
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3306 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
3307 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3308 - 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
3309 + 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
3310 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
3311 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3312 #define HAVE_GSL_SF_FACT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3313 @@ -6470,7 +7051,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3314
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3315 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
3316 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3317 - 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
3318 + 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
3319 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
3320 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3321 #define HAVE_GSL_SF_DOUBLEFACT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3322 @@ -6483,7 +7064,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3323
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3324 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
3325 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3326 - 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
3327 + 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
3328 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
3329 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3330 #define HAVE_GSL_SF_LNFACT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3331 @@ -6496,7 +7077,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3332
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3333 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
3334 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3335 - 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
3336 + 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
3337 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
3338 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3339 #define HAVE_GSL_SF_LNDOUBLEFACT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3340 @@ -6509,7 +7090,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3341
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3342 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
3343 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3344 - 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
3345 + 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
3346 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
3347 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3348 #define HAVE_GSL_SF_CHOOSE_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3349 @@ -6522,7 +7103,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3350
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3351 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
3352 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3353 - 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
3354 + 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
3355 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
3356 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3357 #define HAVE_GSL_SF_LNCHOOSE_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3358 @@ -6535,7 +7116,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3359
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3360 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
3361 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3362 - 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
3363 + 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
3364 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
3365 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3366 #define HAVE_GSL_SF_COUPLING_3J_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3367 @@ -6548,7 +7129,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3368
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3369 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
3370 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3371 - 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
3372 + 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
3373 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
3374 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3375 #define HAVE_GSL_SF_COUPLING_3J_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3376 @@ -6561,7 +7142,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3377
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3378 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
3379 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3380 - 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
3381 + 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
3382 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
3383 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3384 #define HAVE_GSL_SF_COUPLING_6J_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3385 @@ -6574,7 +7155,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3386
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3387 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
3388 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3389 - 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
3390 + 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
3391 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
3392 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3393 #define HAVE_GSL_SF_COUPLING_6J_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3394 @@ -6587,7 +7168,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3395
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3396 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
3397 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3398 - 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
3399 + 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
3400 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
3401 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3402 #define HAVE_GSL_SF_COUPLING_9J_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3403 @@ -6600,7 +7181,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3404
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3405 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
3406 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3407 - 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
3408 + 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
3409 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
3410 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3411 #define HAVE_GSL_SF_COUPLING_9J_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3412 @@ -6613,7 +7194,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3413
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3414 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
3415 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3416 - 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
3417 + 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
3418 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
3419 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3420 #define HAVE_GSL_SF_BESSEL_JL_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3421 @@ -6626,7 +7207,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3422
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3423 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
3424 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3425 - 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
3426 + 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
3427 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
3428 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3429 #define HAVE_GSL_SF_BESSEL_JL_STEED_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3430 @@ -6639,7 +7220,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3431
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3432 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
3433 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3434 - 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
3435 + 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
3436 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
3437 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3438 #define HAVE_GSL_SF_BESSEL_IL_SCALED_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3439 @@ -6652,7 +7233,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3440
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3441 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
3442 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3443 - 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
3444 + 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
3445 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
3446 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3447 #define HAVE_GSL_SF_BESSEL_KL_SCALED_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3448 @@ -6665,7 +7246,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3449
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3450 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
3451 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3452 - 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
3453 + 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
3454 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
3455 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3456 #define HAVE_GSL_SF_BESSEL_YL_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3457 @@ -6678,7 +7259,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3458
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3459 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
3460 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3461 - 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
3462 + 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
3463 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
3464 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3465 #define HAVE_GSL_SF_LEGENDRE_PL_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3466 @@ -6691,7 +7272,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3467
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3468 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
3469 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3470 - 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
3471 + 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
3472 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
3473 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3474 #define HAVE_GSL_SF_GEGENPOLY_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3475 @@ -6704,7 +7285,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3476
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3477 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
3478 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3479 - 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
3480 + 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
3481 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
3482 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3483 #define HAVE_GSL_SF_BESSEL_IN_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3484 @@ -6717,7 +7298,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3485
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3486 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
3487 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3488 - 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
3489 + 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
3490 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
3491 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3492 #define HAVE_GSL_SF_BESSEL_IN_SCALED_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3493 @@ -6730,7 +7311,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3494
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3495 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
3496 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3497 - 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
3498 + 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
3499 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
3500 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3501 #define HAVE_GSL_SF_BESSEL_JN_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3502 @@ -6743,7 +7324,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3503
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3504 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
3505 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3506 - 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
3507 + 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
3508 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
3509 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3510 #define HAVE_GSL_SF_BESSEL_KN_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3511 @@ -6756,7 +7337,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3512
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3513 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
3514 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3515 - 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
3516 + 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
3517 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
3518 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3519 #define HAVE_GSL_SF_BESSEL_KN_SCALED_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3520 @@ -6769,7 +7350,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3521
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3522 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
3523 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3524 - 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
3525 + 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
3526 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
3527 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3528 #define HAVE_GSL_SF_BESSEL_YN_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3529 @@ -6782,7 +7363,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3530
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3531 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
3532 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3533 - 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
3534 + 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
3535 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
3536 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3537 #define HAVE_GSL_SF_LEGENDRE_PLM_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3538 @@ -6793,7 +7374,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3539
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3540 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
3541 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3542 - 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
3543 + 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
3544 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
3545 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3546 #define HAVE_GSL_SF_LEGENDRE_PLM_DERIV_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3547 @@ -6804,7 +7385,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3548
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3549 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
3550 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3551 - 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
3552 + 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
3553 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
3554 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3555 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3556 @@ -6815,7 +7396,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3557
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3558 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
3559 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3560 - 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
3561 + 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
3562 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
3563 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3564 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3565 @@ -6826,7 +7407,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3566
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3567 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
3568 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3569 - 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
3570 + 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
3571 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
3572 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3573 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_DERIV_ARRAY 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3574 @@ -6837,7 +7418,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3575
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3576 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
3577 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3578 - 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
3579 + 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
3580 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
3581 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3582 #define HAVE_GSL_SF_LEGENDRE_ARRAY_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3583 @@ -6850,7 +7431,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3584
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3585 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
3586 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3587 - 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
3588 + 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
3589 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
3590 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3591 #define HAVE_GSL_SF_LEGENDRE_DERIV_ARRAY_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3592 @@ -6863,7 +7444,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3593
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3594 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
3595 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3596 - 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
3597 + 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
3598 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
3599 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3600 #define HAVE_GSL_SF_LEGENDRE_DERIV2_ARRAY_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3601 @@ -6876,7 +7457,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3602
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3603 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
3604 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3605 - 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
3606 + 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
3607 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
3608 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3609 #define HAVE_GSL_SF_ZETA_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3610 @@ -6889,7 +7470,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3611
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3612 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
3613 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3614 - 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
3615 + 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
3616 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
3617 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3618 #define HAVE_GSL_SF_ZETA_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3619 @@ -6902,7 +7483,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3620
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3621 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
3622 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3623 - 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
3624 + 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
3625 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
3626 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3627 #define HAVE_GSL_SF_ZETA_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3628 @@ -6915,7 +7496,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3629
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3630 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
3631 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3632 - 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
3633 + 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
3634 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
3635 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3636 #define HAVE_GSL_SF_ZETA_INT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3637 @@ -6928,7 +7509,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3638
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3639 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
3640 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3641 - 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
3642 + 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
3643 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
3644 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3645 #define HAVE_GSL_SF_ZETA_INT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3646 @@ -6941,7 +7522,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3647
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3648 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
3649 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3650 - 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
3651 + 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
3652 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
3653 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3654 #define HAVE_GSL_SF_ZETAM1_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3655 @@ -6954,7 +7535,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3656
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3657 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
3658 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3659 - 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
3660 + 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
3661 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
3662 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3663 #define HAVE_GSL_SF_ZETAM1_INT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3664 @@ -6967,7 +7548,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3665
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3666 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
3667 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3668 - 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
3669 + 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
3670 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
3671 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3672 #define HAVE_GSL_SF_ETA_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3673 @@ -6980,7 +7561,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3674
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3675 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
3676 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3677 - 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
3678 + 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
3679 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
3680 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3681 #define HAVE_GSL_SF_ETA_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3682 @@ -6993,7 +7574,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3683
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3684 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
3685 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3686 - 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
3687 + 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
3688 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
3689 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3690 #define HAVE_GSL_SF_ETA_INT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3691 @@ -7006,7 +7587,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3692
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3693 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
3694 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3695 - 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
3696 + 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
3697 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
3698 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3699 #define HAVE_GSL_SF_ETA_INT_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3700 @@ -7019,7 +7600,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3701
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3702 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
3703 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3704 - 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
3705 + 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
3706 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
3707 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3708 #define HAVE_GSL_SF_HZETA_E 1
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3709 @@ -7032,7 +7613,7 @@
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3710
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3711 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
3712 do :
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3713 - 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
3714 + 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
3715 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
3716 cat >>confdefs.h <<_ACEOF
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3717 #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
3718 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
3719 --- gsl-2.1.1.orig/src/configure.ac 2018-07-06 11:04:59.199071174 -0400
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3720 +++ gsl-2.1.1/src/configure.ac 2018-07-06 12:16:06.825679865 -0400
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3721 @@ -28,24 +28,23 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3722 AC_PATH_PROG([MKOCTFILE],[mkoctfile])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3723 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
3724
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3725 -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
3726 -AC_PATH_PROG([OCTAVE],[octave])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3727 -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
3728 -
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3729 +dnl Check for octave-config
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3730 +AC_PATH_PROG([OCTAVE_CONFIG],[octave-config])
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3731 +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
3732 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3733 +AC_DEFUN(OCTAVE_CONFIG_EVAL,
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3734 +[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
3735 +$2=`$OCTAVE_CONFIG -p $1`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3736 +AC_MSG_RESULT($$2)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3737 +AC_SUBST($2)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3738 +])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3739
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3740 dnl *****************************
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3741 dnl *** System-specific stuff ***
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3742 dnl *****************************
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3743
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3744 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
3745 -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
3746 -canonical_host_type=`$OCTAVE -qf --eval " \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3747 - if exist ('__octave_config_info__') \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3748 - 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
3749 - else \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3750 - 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
3751 - end"`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3752 -AC_MSG_RESULT([${canonical_host_type}])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3753 +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
3754
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3755 dnl GSL specific preprocessor flags
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3756 AC_SUBST([GSL_DEFINES])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3757 @@ -63,17 +62,23 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3758 dnl *********************************
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3759
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3760 dnl Find Octave's include directory
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3761 -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
3762 -octave_include_dir=`$OCTAVE -qf --eval " \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3763 - if exist ('__octave_config_info__') \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3764 - disp (__octave_config_info__ ('octincludedir')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3765 - else \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3766 - disp (octave_config_info ('octincludedir')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3767 - end"`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3768 -AC_MSG_RESULT([${octave_include_dir}])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3769 +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
3770 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3771 +# 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
3772 +AC_PROG_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3773 +AC_PROG_CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3774 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3775 +# 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
3776 +CC=`$MKOCTFILE -p CC`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3777 +CXX=`$MKOCTFILE -p CXX`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3778 +CFLAGS=`$MKOCTFILE -p CFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3779 +CPPFLAGS=`$MKOCTFILE -p CPPFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3780 +LDFLAGS=`$MKOCTFILE -p LDFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3781 +LIBS=`$MKOCTFILE -p LIBS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3782 +CXXFLAGS=`$MKOCTFILE -p CXXFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3783
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3784 dnl Save initial state
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3785 -save_CPPFLAGS=${CPPFLAG}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3786 +save_CPPFLAGS=${CPPFLAGS}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3787 AC_LANG_PUSH([C++])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3788
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3789 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
3790 @@ -120,7 +125,7 @@
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
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3793 dnl Restore initial state
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3794 -AC_LANG_PUSH([C++])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3795 +AC_LANG_POP([C++])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3796 CPPFLAGS=${save_CPPFLAGS}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3797
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3798
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3799 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
3800 --- gsl-2.1.1.orig/src/configure.ac.in 2018-07-06 11:04:59.193071031 -0400
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3801 +++ gsl-2.1.1/src/configure.ac.in 2018-07-06 12:16:00.987540545 -0400
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3802 @@ -24,24 +24,23 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3803 AC_PATH_PROG([MKOCTFILE],[mkoctfile])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3804 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
3805
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3806 -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
3807 -AC_PATH_PROG([OCTAVE],[octave])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3808 -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
3809 -
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3810 +dnl Check for octave-config
4764
464fa654b0b4 * src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
John Donoghue
parents: 4763
diff changeset
3811 +AC_PATH_PROG([OCTAVE_CONFIG],[octave-config])
4763
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3812 +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
3813 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3814 +AC_DEFUN(OCTAVE_CONFIG_EVAL,
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3815 +[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
3816 +$2=`$OCTAVE_CONFIG -p $1`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3817 +AC_MSG_RESULT($$2)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3818 +AC_SUBST($2)
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3819 +])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3820
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3821 dnl *****************************
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3822 dnl *** System-specific stuff ***
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3823 dnl *****************************
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3824
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3825 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
3826 -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
3827 -canonical_host_type=`$OCTAVE -qf --eval " \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3828 - if exist ('__octave_config_info__') \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3829 - 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
3830 - else \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3831 - 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
3832 - end"`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3833 -AC_MSG_RESULT([${canonical_host_type}])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3834 +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
3835
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3836 dnl GSL specific preprocessor flags
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3837 AC_SUBST([GSL_DEFINES])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3838 @@ -59,17 +58,23 @@
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3839 dnl *********************************
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3840
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3841 dnl Find Octave's include directory
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3842 -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
3843 -octave_include_dir=`$OCTAVE -qf --eval " \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3844 - if exist ('__octave_config_info__') \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3845 - disp (__octave_config_info__ ('octincludedir')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3846 - else \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3847 - disp (octave_config_info ('octincludedir')) \
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3848 - end"`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3849 -AC_MSG_RESULT([${octave_include_dir}])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3850 +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
3851 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3852 +# 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
3853 +AC_PROG_CC
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3854 +AC_PROG_CXX
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3855 +
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3856 +# 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
3857 +CC=`$MKOCTFILE -p CC`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3858 +CXX=`$MKOCTFILE -p CXX`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3859 +CFLAGS=`$MKOCTFILE -p CFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3860 +CPPFLAGS=`$MKOCTFILE -p CPPFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3861 +LDFLAGS=`$MKOCTFILE -p LDFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3862 +LIBS=`$MKOCTFILE -p LIBS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3863 +CXXFLAGS=`$MKOCTFILE -p CXXFLAGS`
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3864
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3865 dnl Save initial state
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3866 -save_CPPFLAGS=${CPPFLAG}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3867 +save_CPPFLAGS=${CPPFLAGS}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3868 AC_LANG_PUSH([C++])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3869
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3870 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
3871 @@ -116,7 +121,7 @@
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
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3874 dnl Restore initial state
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3875 -AC_LANG_PUSH([C++])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3876 +AC_LANG_POP([C++])
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3877 CPPFLAGS=${save_CPPFLAGS}
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3878
90af5a37a76e of-gsl: add patch to use cross tools for compiling (Bug #54255)
John Donoghue
parents:
diff changeset
3879