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

of-gsl: add patch to use cross tools for compiling (Bug #54255) * src/of-gsl-1-cross-fixes.patch: new file * dist-files.mk: add of-gsl-1-cross-fixes.patch
author John Donoghue
date Fri, 06 Jul 2018 12:05:29 -0400
parents
children 464fa654b0b4
comparison
equal deleted inserted replaced
4762:625a9484e134 4763:90af5a37a76e
1 diff -ur gsl-2.1.1.orig/src/configure gsl-2.1.1/src/configure
2 --- gsl-2.1.1.orig/src/configure 2018-07-06 11:04:59.193071031 -0400
3 +++ gsl-2.1.1/src/configure 2018-07-06 11:55:15.227815924 -0400
4 @@ -623,15 +623,20 @@
5 EGREP
6 GREP
7 CXXCPP
8 +ac_ct_CXX
9 +CXXFLAGS
10 +CXX
11 OBJEXT
12 EXEEXT
13 -ac_ct_CXX
14 +ac_ct_CC
15 CPPFLAGS
16 LDFLAGS
17 -CXXFLAGS
18 -CXX
19 +CFLAGS
20 +CC
21 +octave_include_dir
22 GSL_DEFINES
23 -OCTAVE
24 +canonical_host_type
25 +OCTAVE_CONFIG
26 MKOCTFILE
27 target_alias
28 host_alias
29 @@ -652,7 +657,6 @@
30 docdir
31 oldincludedir
32 includedir
33 -runstatedir
34 localstatedir
35 sharedstatedir
36 sysconfdir
37 @@ -679,11 +683,13 @@
38 ac_precious_vars='build_alias
39 host_alias
40 target_alias
41 -CXX
42 -CXXFLAGS
43 +CC
44 +CFLAGS
45 LDFLAGS
46 LIBS
47 CPPFLAGS
48 +CXX
49 +CXXFLAGS
50 CCC
51 CXXCPP'
52
53 @@ -724,7 +730,6 @@
54 sysconfdir='${prefix}/etc'
55 sharedstatedir='${prefix}/com'
56 localstatedir='${prefix}/var'
57 -runstatedir='${localstatedir}/run'
58 includedir='${prefix}/include'
59 oldincludedir='/usr/include'
60 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
61 @@ -977,15 +982,6 @@
62 | -silent | --silent | --silen | --sile | --sil)
63 silent=yes ;;
64
65 - -runstatedir | --runstatedir | --runstatedi | --runstated \
66 - | --runstate | --runstat | --runsta | --runst | --runs \
67 - | --run | --ru | --r)
68 - ac_prev=runstatedir ;;
69 - -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
70 - | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
71 - | --run=* | --ru=* | --r=*)
72 - runstatedir=$ac_optarg ;;
73 -
74 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
75 ac_prev=sbindir ;;
76 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
77 @@ -1123,7 +1119,7 @@
78 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
79 datadir sysconfdir sharedstatedir localstatedir includedir \
80 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
81 - libdir localedir mandir runstatedir
82 + libdir localedir mandir
83 do
84 eval ac_val=\$$ac_var
85 # Remove trailing slashes.
86 @@ -1276,7 +1272,6 @@
87 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
88 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
89 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
90 - --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
91 --libdir=DIR object code libraries [EPREFIX/lib]
92 --includedir=DIR C header files [PREFIX/include]
93 --oldincludedir=DIR C header files for non-gcc [/usr/include]
94 @@ -1304,13 +1299,15 @@
95 cat <<\_ACEOF
96
97 Some influential environment variables:
98 - CXX C++ compiler command
99 - CXXFLAGS C++ compiler flags
100 + CC C compiler command
101 + CFLAGS C compiler flags
102 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
103 nonstandard directory <lib dir>
104 LIBS libraries to pass to the linker, e.g. -l<library>
105 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
106 you have headers in a nonstandard directory <include dir>
107 + CXX C++ compiler command
108 + CXXFLAGS C++ compiler flags
109 CXXCPP C++ preprocessor
110
111 Use these variables to override the choices made by `configure' or to help
112 @@ -1393,6 +1390,44 @@
113 ## Autoconf initialization. ##
114 ## ------------------------ ##
115
116 +# ac_fn_c_try_compile LINENO
117 +# --------------------------
118 +# Try to compile conftest.$ac_ext, and return whether this succeeded.
119 +ac_fn_c_try_compile ()
120 +{
121 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
122 + rm -f conftest.$ac_objext
123 + if { { ac_try="$ac_compile"
124 +case "(($ac_try" in
125 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
126 + *) ac_try_echo=$ac_try;;
127 +esac
128 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
129 +$as_echo "$ac_try_echo"; } >&5
130 + (eval "$ac_compile") 2>conftest.err
131 + ac_status=$?
132 + if test -s conftest.err; then
133 + grep -v '^ *+' conftest.err >conftest.er1
134 + cat conftest.er1 >&5
135 + mv -f conftest.er1 conftest.err
136 + fi
137 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
138 + test $ac_status = 0; } && {
139 + test -z "$ac_c_werror_flag" ||
140 + test ! -s conftest.err
141 + } && test -s conftest.$ac_objext; then :
142 + ac_retval=0
143 +else
144 + $as_echo "$as_me: failed program was:" >&5
145 +sed 's/^/| /' conftest.$ac_ext >&5
146 +
147 + ac_retval=1
148 +fi
149 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
150 + as_fn_set_status $ac_retval
151 +
152 +} # ac_fn_c_try_compile
153 +
154 # ac_fn_cxx_try_compile LINENO
155 # ----------------------------
156 # Try to compile conftest.$ac_ext, and return whether this succeeded.
157 @@ -1628,10 +1663,10 @@
158
159 } # ac_fn_cxx_check_header_compile
160
161 -# ac_fn_cxx_try_link LINENO
162 -# -------------------------
163 +# ac_fn_c_try_link LINENO
164 +# -----------------------
165 # Try to link conftest.$ac_ext, and return whether this succeeded.
166 -ac_fn_cxx_try_link ()
167 +ac_fn_c_try_link ()
168 {
169 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
170 rm -f conftest.$ac_objext conftest$ac_exeext
171 @@ -1651,7 +1686,7 @@
172 fi
173 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
174 test $ac_status = 0; } && {
175 - test -z "$ac_cxx_werror_flag" ||
176 + test -z "$ac_c_werror_flag" ||
177 test ! -s conftest.err
178 } && test -s conftest$ac_exeext && {
179 test "$cross_compiling" = yes ||
180 @@ -1672,12 +1707,12 @@
181 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
182 as_fn_set_status $ac_retval
183
184 -} # ac_fn_cxx_try_link
185 +} # ac_fn_c_try_link
186
187 -# ac_fn_cxx_check_func LINENO FUNC VAR
188 -# ------------------------------------
189 +# ac_fn_c_check_func LINENO FUNC VAR
190 +# ----------------------------------
191 # Tests whether FUNC exists, setting the cache variable VAR accordingly
192 -ac_fn_cxx_check_func ()
193 +ac_fn_c_check_func ()
194 {
195 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
197 @@ -1726,7 +1761,7 @@
198 return 0;
199 }
200 _ACEOF
201 -if ac_fn_cxx_try_link "$LINENO"; then :
202 +if ac_fn_c_try_link "$LINENO"; then :
203 eval "$3=yes"
204 else
205 eval "$3=no"
206 @@ -1739,7 +1774,7 @@
207 $as_echo "$ac_res" >&6; }
208 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
209
210 -} # ac_fn_cxx_check_func
211 +} # ac_fn_c_check_func
212 cat >config.log <<_ACEOF
213 This file contains any messages produced by compilers while
214 running configure, to aid debugging if configure makes a mistake.
215 @@ -2138,26 +2173,24 @@
216
217 test -z "$MKOCTFILE" && as_fn_error $? "mkoctfile not found" "$LINENO" 5
218
219 -# Extract the first word of "octave", so it can be a program name with args.
220 -set dummy octave; ac_word=$2
221 +# Extract the first word of "octave-config", so it can be a program name with args.
222 +set dummy octave-config; ac_word=$2
223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
224 $as_echo_n "checking for $ac_word... " >&6; }
225 -if ${ac_cv_path_OCTAVE+:} false; then :
226 +if ${ac_cv_prog_OCTAVE_CONFIG+:} false; then :
227 $as_echo_n "(cached) " >&6
228 else
229 - case $OCTAVE in
230 - [\\/]* | ?:[\\/]*)
231 - ac_cv_path_OCTAVE="$OCTAVE" # Let the user override the test with a path.
232 - ;;
233 - *)
234 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
235 + if test -n "$OCTAVE_CONFIG"; then
236 + ac_cv_prog_OCTAVE_CONFIG="$OCTAVE_CONFIG" # Let the user override the test.
237 +else
238 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
239 for as_dir in $PATH
240 do
241 IFS=$as_save_IFS
242 test -z "$as_dir" && as_dir=.
243 for ac_exec_ext in '' $ac_executable_extensions; do
244 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
245 - ac_cv_path_OCTAVE="$as_dir/$ac_word$ac_exec_ext"
246 + ac_cv_prog_OCTAVE_CONFIG=""
247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
248 break 2
249 fi
250 @@ -2165,33 +2198,30 @@
251 done
252 IFS=$as_save_IFS
253
254 - ;;
255 -esac
256 fi
257 -OCTAVE=$ac_cv_path_OCTAVE
258 -if test -n "$OCTAVE"; then
259 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OCTAVE" >&5
260 -$as_echo "$OCTAVE" >&6; }
261 +fi
262 +OCTAVE_CONFIG=$ac_cv_prog_OCTAVE_CONFIG
263 +if test -n "$OCTAVE_CONFIG"; then
264 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OCTAVE_CONFIG" >&5
265 +$as_echo "$OCTAVE_CONFIG" >&6; }
266 else
267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
268 $as_echo "no" >&6; }
269 fi
270
271
272 -test -z "$OCTAVE" && as_fn_error $? "octave not found" "$LINENO" 5
273 +test -z "$OCTAVE_CONFIG" && as_fn_error $? "octave-config not found" "$LINENO" 5
274 +
275 +
276
277
278 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CANONICAL_HOST_TYPE in octave-config" >&5
279 +$as_echo_n "checking for CANONICAL_HOST_TYPE in octave-config... " >&6; }
280 +canonical_host_type=`$OCTAVE_CONFIG -p CANONICAL_HOST_TYPE`
281 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $canonical_host_type" >&5
282 +$as_echo "$canonical_host_type" >&6; }
283 +
284
285 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Octave's canonical_host_type" >&5
286 -$as_echo_n "checking for Octave's canonical_host_type... " >&6; }
287 -canonical_host_type=`$OCTAVE -qf --eval " \
288 - if exist ('__octave_config_info__') \
289 - disp (__octave_config_info__ ('canonical_host_type')) \
290 - else \
291 - disp (octave_config_info ('canonical_host_type')) \
292 - end"`
293 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${canonical_host_type}" >&5
294 -$as_echo "${canonical_host_type}" >&6; }
295
296
297
298 @@ -2203,48 +2233,222 @@
299
300
301
302 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Octave's include directory" >&5
303 -$as_echo_n "checking for Octave's include directory... " >&6; }
304 -octave_include_dir=`$OCTAVE -qf --eval " \
305 - if exist ('__octave_config_info__') \
306 - disp (__octave_config_info__ ('octincludedir')) \
307 - else \
308 - disp (octave_config_info ('octincludedir')) \
309 - end"`
310 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${octave_include_dir}" >&5
311 -$as_echo "${octave_include_dir}" >&6; }
312 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OCTINCLUDEDIR in octave-config" >&5
313 +$as_echo_n "checking for OCTINCLUDEDIR in octave-config... " >&6; }
314 +octave_include_dir=`$OCTAVE_CONFIG -p OCTINCLUDEDIR`
315 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $octave_include_dir" >&5
316 +$as_echo "$octave_include_dir" >&6; }
317
318 -save_CPPFLAGS=${CPPFLAG}
319 -ac_ext=cpp
320 -ac_cpp='$CXXCPP $CPPFLAGS'
321 -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
322 -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
323 -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
324
325
326 -CPPFLAGS="-I${octave_include_dir} ${CPPFLAGS}"
327 +# let configure get CC and CXX so we cant override for tests
328 +ac_ext=c
329 +ac_cpp='$CPP $CPPFLAGS'
330 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
331 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
332 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
333 +if test -n "$ac_tool_prefix"; then
334 + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
335 +set dummy ${ac_tool_prefix}gcc; ac_word=$2
336 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
337 +$as_echo_n "checking for $ac_word... " >&6; }
338 +if ${ac_cv_prog_CC+:} false; then :
339 + $as_echo_n "(cached) " >&6
340 +else
341 + if test -n "$CC"; then
342 + ac_cv_prog_CC="$CC" # Let the user override the test.
343 +else
344 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
345 +for as_dir in $PATH
346 +do
347 + IFS=$as_save_IFS
348 + test -z "$as_dir" && as_dir=.
349 + for ac_exec_ext in '' $ac_executable_extensions; do
350 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
351 + ac_cv_prog_CC="${ac_tool_prefix}gcc"
352 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
353 + break 2
354 + fi
355 +done
356 + done
357 +IFS=$as_save_IFS
358
359 -ac_ext=cpp
360 -ac_cpp='$CXXCPP $CPPFLAGS'
361 -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
362 -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
363 -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
364 -if test -z "$CXX"; then
365 - if test -n "$CCC"; then
366 - CXX=$CCC
367 +fi
368 +fi
369 +CC=$ac_cv_prog_CC
370 +if test -n "$CC"; then
371 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
372 +$as_echo "$CC" >&6; }
373 +else
374 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
375 +$as_echo "no" >&6; }
376 +fi
377 +
378 +
379 +fi
380 +if test -z "$ac_cv_prog_CC"; then
381 + ac_ct_CC=$CC
382 + # Extract the first word of "gcc", so it can be a program name with args.
383 +set dummy gcc; ac_word=$2
384 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
385 +$as_echo_n "checking for $ac_word... " >&6; }
386 +if ${ac_cv_prog_ac_ct_CC+:} false; then :
387 + $as_echo_n "(cached) " >&6
388 +else
389 + if test -n "$ac_ct_CC"; then
390 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
391 +else
392 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
393 +for as_dir in $PATH
394 +do
395 + IFS=$as_save_IFS
396 + test -z "$as_dir" && as_dir=.
397 + for ac_exec_ext in '' $ac_executable_extensions; do
398 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
399 + ac_cv_prog_ac_ct_CC="gcc"
400 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
401 + break 2
402 + fi
403 +done
404 + done
405 +IFS=$as_save_IFS
406 +
407 +fi
408 +fi
409 +ac_ct_CC=$ac_cv_prog_ac_ct_CC
410 +if test -n "$ac_ct_CC"; then
411 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
412 +$as_echo "$ac_ct_CC" >&6; }
413 +else
414 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
415 +$as_echo "no" >&6; }
416 +fi
417 +
418 + if test "x$ac_ct_CC" = x; then
419 + CC=""
420 else
421 - if test -n "$ac_tool_prefix"; then
422 - for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
423 + case $cross_compiling:$ac_tool_warned in
424 +yes:)
425 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
426 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
427 +ac_tool_warned=yes ;;
428 +esac
429 + CC=$ac_ct_CC
430 + fi
431 +else
432 + CC="$ac_cv_prog_CC"
433 +fi
434 +
435 +if test -z "$CC"; then
436 + if test -n "$ac_tool_prefix"; then
437 + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
438 +set dummy ${ac_tool_prefix}cc; ac_word=$2
439 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
440 +$as_echo_n "checking for $ac_word... " >&6; }
441 +if ${ac_cv_prog_CC+:} false; then :
442 + $as_echo_n "(cached) " >&6
443 +else
444 + if test -n "$CC"; then
445 + ac_cv_prog_CC="$CC" # Let the user override the test.
446 +else
447 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
448 +for as_dir in $PATH
449 +do
450 + IFS=$as_save_IFS
451 + test -z "$as_dir" && as_dir=.
452 + for ac_exec_ext in '' $ac_executable_extensions; do
453 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
454 + ac_cv_prog_CC="${ac_tool_prefix}cc"
455 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
456 + break 2
457 + fi
458 +done
459 + done
460 +IFS=$as_save_IFS
461 +
462 +fi
463 +fi
464 +CC=$ac_cv_prog_CC
465 +if test -n "$CC"; then
466 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
467 +$as_echo "$CC" >&6; }
468 +else
469 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
470 +$as_echo "no" >&6; }
471 +fi
472 +
473 +
474 + fi
475 +fi
476 +if test -z "$CC"; then
477 + # Extract the first word of "cc", so it can be a program name with args.
478 +set dummy cc; ac_word=$2
479 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
480 +$as_echo_n "checking for $ac_word... " >&6; }
481 +if ${ac_cv_prog_CC+:} false; then :
482 + $as_echo_n "(cached) " >&6
483 +else
484 + if test -n "$CC"; then
485 + ac_cv_prog_CC="$CC" # Let the user override the test.
486 +else
487 + ac_prog_rejected=no
488 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
489 +for as_dir in $PATH
490 +do
491 + IFS=$as_save_IFS
492 + test -z "$as_dir" && as_dir=.
493 + for ac_exec_ext in '' $ac_executable_extensions; do
494 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
495 + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
496 + ac_prog_rejected=yes
497 + continue
498 + fi
499 + ac_cv_prog_CC="cc"
500 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
501 + break 2
502 + fi
503 +done
504 + done
505 +IFS=$as_save_IFS
506 +
507 +if test $ac_prog_rejected = yes; then
508 + # We found a bogon in the path, so make sure we never use it.
509 + set dummy $ac_cv_prog_CC
510 + shift
511 + if test $# != 0; then
512 + # We chose a different compiler from the bogus one.
513 + # However, it has the same basename, so the bogon will be chosen
514 + # first if we set CC to just the basename; use the full file name.
515 + shift
516 + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
517 + fi
518 +fi
519 +fi
520 +fi
521 +CC=$ac_cv_prog_CC
522 +if test -n "$CC"; then
523 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
524 +$as_echo "$CC" >&6; }
525 +else
526 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
527 +$as_echo "no" >&6; }
528 +fi
529 +
530 +
531 +fi
532 +if test -z "$CC"; then
533 + if test -n "$ac_tool_prefix"; then
534 + for ac_prog in cl.exe
535 do
536 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
537 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
539 $as_echo_n "checking for $ac_word... " >&6; }
540 -if ${ac_cv_prog_CXX+:} false; then :
541 +if ${ac_cv_prog_CC+:} false; then :
542 $as_echo_n "(cached) " >&6
543 else
544 - if test -n "$CXX"; then
545 - ac_cv_prog_CXX="$CXX" # Let the user override the test.
546 + if test -n "$CC"; then
547 + ac_cv_prog_CC="$CC" # Let the user override the test.
548 else
549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
550 for as_dir in $PATH
551 @@ -2253,7 +2457,7 @@
552 test -z "$as_dir" && as_dir=.
553 for ac_exec_ext in '' $ac_executable_extensions; do
554 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
555 - ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
556 + ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
558 break 2
559 fi
560 @@ -2263,32 +2467,32 @@
561
562 fi
563 fi
564 -CXX=$ac_cv_prog_CXX
565 -if test -n "$CXX"; then
566 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
567 -$as_echo "$CXX" >&6; }
568 +CC=$ac_cv_prog_CC
569 +if test -n "$CC"; then
570 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
571 +$as_echo "$CC" >&6; }
572 else
573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
574 $as_echo "no" >&6; }
575 fi
576
577
578 - test -n "$CXX" && break
579 + test -n "$CC" && break
580 done
581 fi
582 -if test -z "$CXX"; then
583 - ac_ct_CXX=$CXX
584 - for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
585 +if test -z "$CC"; then
586 + ac_ct_CC=$CC
587 + for ac_prog in cl.exe
588 do
589 # Extract the first word of "$ac_prog", so it can be a program name with args.
590 set dummy $ac_prog; ac_word=$2
591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
592 $as_echo_n "checking for $ac_word... " >&6; }
593 -if ${ac_cv_prog_ac_ct_CXX+:} false; then :
594 +if ${ac_cv_prog_ac_ct_CC+:} false; then :
595 $as_echo_n "(cached) " >&6
596 else
597 - if test -n "$ac_ct_CXX"; then
598 - ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
599 + if test -n "$ac_ct_CC"; then
600 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
601 else
602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
603 for as_dir in $PATH
604 @@ -2297,7 +2501,7 @@
605 test -z "$as_dir" && as_dir=.
606 for ac_exec_ext in '' $ac_executable_extensions; do
607 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
608 - ac_cv_prog_ac_ct_CXX="$ac_prog"
609 + ac_cv_prog_ac_ct_CC="$ac_prog"
610 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
611 break 2
612 fi
613 @@ -2307,21 +2511,21 @@
614
615 fi
616 fi
617 -ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
618 -if test -n "$ac_ct_CXX"; then
619 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
620 -$as_echo "$ac_ct_CXX" >&6; }
621 +ac_ct_CC=$ac_cv_prog_ac_ct_CC
622 +if test -n "$ac_ct_CC"; then
623 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
624 +$as_echo "$ac_ct_CC" >&6; }
625 else
626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
627 $as_echo "no" >&6; }
628 fi
629
630
631 - test -n "$ac_ct_CXX" && break
632 + test -n "$ac_ct_CC" && break
633 done
634
635 - if test "x$ac_ct_CXX" = x; then
636 - CXX="g++"
637 + if test "x$ac_ct_CC" = x; then
638 + CC=""
639 else
640 case $cross_compiling:$ac_tool_warned in
641 yes:)
642 @@ -2329,14 +2533,20 @@
643 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
644 ac_tool_warned=yes ;;
645 esac
646 - CXX=$ac_ct_CXX
647 + CC=$ac_ct_CC
648 fi
649 fi
650
651 - fi
652 fi
653 +
654 +
655 +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
656 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
657 +as_fn_error $? "no acceptable C compiler found in \$PATH
658 +See \`config.log' for more details" "$LINENO" 5; }
659 +
660 # Provide some information about the compiler.
661 -$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
662 +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
663 set X $ac_compile
664 ac_compiler=$2
665 for ac_option in --version -v -V -qversion; do
666 @@ -2376,8 +2586,8 @@
667 # Try to create an executable without -o first, disregard a.out.
668 # It will help us diagnose broken compilers, and finding out an intuition
669 # of exeext.
670 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5
671 -$as_echo_n "checking whether the C++ compiler works... " >&6; }
672 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
673 +$as_echo_n "checking whether the C compiler works... " >&6; }
674 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
675
676 # The possible output files:
677 @@ -2447,14 +2657,14 @@
678
679 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
680 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
681 -as_fn_error 77 "C++ compiler cannot create executables
682 +as_fn_error 77 "C compiler cannot create executables
683 See \`config.log' for more details" "$LINENO" 5; }
684 else
685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
686 $as_echo "yes" >&6; }
687 fi
688 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5
689 -$as_echo_n "checking for C++ compiler default output file name... " >&6; }
690 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
691 +$as_echo_n "checking for C compiler default output file name... " >&6; }
692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
693 $as_echo "$ac_file" >&6; }
694 ac_exeext=$ac_cv_exeext
695 @@ -2548,7 +2758,7 @@
696 else
697 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
698 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
699 -as_fn_error $? "cannot run C++ compiled programs.
700 +as_fn_error $? "cannot run C compiled programs.
701 If you meant to cross compile, use \`--host'.
702 See \`config.log' for more details" "$LINENO" 5; }
703 fi
704 @@ -2610,6 +2820,353 @@
705 $as_echo "$ac_cv_objext" >&6; }
706 OBJEXT=$ac_cv_objext
707 ac_objext=$OBJEXT
708 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
709 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
710 +if ${ac_cv_c_compiler_gnu+:} false; then :
711 + $as_echo_n "(cached) " >&6
712 +else
713 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
714 +/* end confdefs.h. */
715 +
716 +int
717 +main ()
718 +{
719 +#ifndef __GNUC__
720 + choke me
721 +#endif
722 +
723 + ;
724 + return 0;
725 +}
726 +_ACEOF
727 +if ac_fn_c_try_compile "$LINENO"; then :
728 + ac_compiler_gnu=yes
729 +else
730 + ac_compiler_gnu=no
731 +fi
732 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
733 +ac_cv_c_compiler_gnu=$ac_compiler_gnu
734 +
735 +fi
736 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
737 +$as_echo "$ac_cv_c_compiler_gnu" >&6; }
738 +if test $ac_compiler_gnu = yes; then
739 + GCC=yes
740 +else
741 + GCC=
742 +fi
743 +ac_test_CFLAGS=${CFLAGS+set}
744 +ac_save_CFLAGS=$CFLAGS
745 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
746 +$as_echo_n "checking whether $CC accepts -g... " >&6; }
747 +if ${ac_cv_prog_cc_g+:} false; then :
748 + $as_echo_n "(cached) " >&6
749 +else
750 + ac_save_c_werror_flag=$ac_c_werror_flag
751 + ac_c_werror_flag=yes
752 + ac_cv_prog_cc_g=no
753 + CFLAGS="-g"
754 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
755 +/* end confdefs.h. */
756 +
757 +int
758 +main ()
759 +{
760 +
761 + ;
762 + return 0;
763 +}
764 +_ACEOF
765 +if ac_fn_c_try_compile "$LINENO"; then :
766 + ac_cv_prog_cc_g=yes
767 +else
768 + CFLAGS=""
769 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
770 +/* end confdefs.h. */
771 +
772 +int
773 +main ()
774 +{
775 +
776 + ;
777 + return 0;
778 +}
779 +_ACEOF
780 +if ac_fn_c_try_compile "$LINENO"; then :
781 +
782 +else
783 + ac_c_werror_flag=$ac_save_c_werror_flag
784 + CFLAGS="-g"
785 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
786 +/* end confdefs.h. */
787 +
788 +int
789 +main ()
790 +{
791 +
792 + ;
793 + return 0;
794 +}
795 +_ACEOF
796 +if ac_fn_c_try_compile "$LINENO"; then :
797 + ac_cv_prog_cc_g=yes
798 +fi
799 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
800 +fi
801 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
802 +fi
803 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
804 + ac_c_werror_flag=$ac_save_c_werror_flag
805 +fi
806 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
807 +$as_echo "$ac_cv_prog_cc_g" >&6; }
808 +if test "$ac_test_CFLAGS" = set; then
809 + CFLAGS=$ac_save_CFLAGS
810 +elif test $ac_cv_prog_cc_g = yes; then
811 + if test "$GCC" = yes; then
812 + CFLAGS="-g -O2"
813 + else
814 + CFLAGS="-g"
815 + fi
816 +else
817 + if test "$GCC" = yes; then
818 + CFLAGS="-O2"
819 + else
820 + CFLAGS=
821 + fi
822 +fi
823 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
824 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
825 +if ${ac_cv_prog_cc_c89+:} false; then :
826 + $as_echo_n "(cached) " >&6
827 +else
828 + ac_cv_prog_cc_c89=no
829 +ac_save_CC=$CC
830 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
831 +/* end confdefs.h. */
832 +#include <stdarg.h>
833 +#include <stdio.h>
834 +struct stat;
835 +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
836 +struct buf { int x; };
837 +FILE * (*rcsopen) (struct buf *, struct stat *, int);
838 +static char *e (p, i)
839 + char **p;
840 + int i;
841 +{
842 + return p[i];
843 +}
844 +static char *f (char * (*g) (char **, int), char **p, ...)
845 +{
846 + char *s;
847 + va_list v;
848 + va_start (v,p);
849 + s = g (p, va_arg (v,int));
850 + va_end (v);
851 + return s;
852 +}
853 +
854 +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
855 + function prototypes and stuff, but not '\xHH' hex character constants.
856 + These don't provoke an error unfortunately, instead are silently treated
857 + as 'x'. The following induces an error, until -std is added to get
858 + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
859 + array size at least. It's necessary to write '\x00'==0 to get something
860 + that's true only with -std. */
861 +int osf4_cc_array ['\x00' == 0 ? 1 : -1];
862 +
863 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
864 + inside strings and character constants. */
865 +#define FOO(x) 'x'
866 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
867 +
868 +int test (int i, double x);
869 +struct s1 {int (*f) (int a);};
870 +struct s2 {int (*f) (double a);};
871 +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
872 +int argc;
873 +char **argv;
874 +int
875 +main ()
876 +{
877 +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
878 + ;
879 + return 0;
880 +}
881 +_ACEOF
882 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
883 + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
884 +do
885 + CC="$ac_save_CC $ac_arg"
886 + if ac_fn_c_try_compile "$LINENO"; then :
887 + ac_cv_prog_cc_c89=$ac_arg
888 +fi
889 +rm -f core conftest.err conftest.$ac_objext
890 + test "x$ac_cv_prog_cc_c89" != "xno" && break
891 +done
892 +rm -f conftest.$ac_ext
893 +CC=$ac_save_CC
894 +
895 +fi
896 +# AC_CACHE_VAL
897 +case "x$ac_cv_prog_cc_c89" in
898 + x)
899 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
900 +$as_echo "none needed" >&6; } ;;
901 + xno)
902 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
903 +$as_echo "unsupported" >&6; } ;;
904 + *)
905 + CC="$CC $ac_cv_prog_cc_c89"
906 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
907 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
908 +esac
909 +if test "x$ac_cv_prog_cc_c89" != xno; then :
910 +
911 +fi
912 +
913 +ac_ext=c
914 +ac_cpp='$CPP $CPPFLAGS'
915 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
916 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
917 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
918 +
919 +ac_ext=cpp
920 +ac_cpp='$CXXCPP $CPPFLAGS'
921 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
922 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
923 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
924 +if test -z "$CXX"; then
925 + if test -n "$CCC"; then
926 + CXX=$CCC
927 + else
928 + if test -n "$ac_tool_prefix"; then
929 + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
930 + do
931 + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
932 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2
933 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
934 +$as_echo_n "checking for $ac_word... " >&6; }
935 +if ${ac_cv_prog_CXX+:} false; then :
936 + $as_echo_n "(cached) " >&6
937 +else
938 + if test -n "$CXX"; then
939 + ac_cv_prog_CXX="$CXX" # Let the user override the test.
940 +else
941 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
942 +for as_dir in $PATH
943 +do
944 + IFS=$as_save_IFS
945 + test -z "$as_dir" && as_dir=.
946 + for ac_exec_ext in '' $ac_executable_extensions; do
947 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
948 + ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
949 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
950 + break 2
951 + fi
952 +done
953 + done
954 +IFS=$as_save_IFS
955 +
956 +fi
957 +fi
958 +CXX=$ac_cv_prog_CXX
959 +if test -n "$CXX"; then
960 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
961 +$as_echo "$CXX" >&6; }
962 +else
963 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
964 +$as_echo "no" >&6; }
965 +fi
966 +
967 +
968 + test -n "$CXX" && break
969 + done
970 +fi
971 +if test -z "$CXX"; then
972 + ac_ct_CXX=$CXX
973 + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
974 +do
975 + # Extract the first word of "$ac_prog", so it can be a program name with args.
976 +set dummy $ac_prog; ac_word=$2
977 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
978 +$as_echo_n "checking for $ac_word... " >&6; }
979 +if ${ac_cv_prog_ac_ct_CXX+:} false; then :
980 + $as_echo_n "(cached) " >&6
981 +else
982 + if test -n "$ac_ct_CXX"; then
983 + ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
984 +else
985 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
986 +for as_dir in $PATH
987 +do
988 + IFS=$as_save_IFS
989 + test -z "$as_dir" && as_dir=.
990 + for ac_exec_ext in '' $ac_executable_extensions; do
991 + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
992 + ac_cv_prog_ac_ct_CXX="$ac_prog"
993 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
994 + break 2
995 + fi
996 +done
997 + done
998 +IFS=$as_save_IFS
999 +
1000 +fi
1001 +fi
1002 +ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
1003 +if test -n "$ac_ct_CXX"; then
1004 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
1005 +$as_echo "$ac_ct_CXX" >&6; }
1006 +else
1007 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1008 +$as_echo "no" >&6; }
1009 +fi
1010 +
1011 +
1012 + test -n "$ac_ct_CXX" && break
1013 +done
1014 +
1015 + if test "x$ac_ct_CXX" = x; then
1016 + CXX="g++"
1017 + else
1018 + case $cross_compiling:$ac_tool_warned in
1019 +yes:)
1020 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1021 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1022 +ac_tool_warned=yes ;;
1023 +esac
1024 + CXX=$ac_ct_CXX
1025 + fi
1026 +fi
1027 +
1028 + fi
1029 +fi
1030 +# Provide some information about the compiler.
1031 +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
1032 +set X $ac_compile
1033 +ac_compiler=$2
1034 +for ac_option in --version -v -V -qversion; do
1035 + { { ac_try="$ac_compiler $ac_option >&5"
1036 +case "(($ac_try" in
1037 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1038 + *) ac_try_echo=$ac_try;;
1039 +esac
1040 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1041 +$as_echo "$ac_try_echo"; } >&5
1042 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err
1043 + ac_status=$?
1044 + if test -s conftest.err; then
1045 + sed '10a\
1046 +... rest of stderr output deleted ...
1047 + 10q' conftest.err >conftest.er1
1048 + cat conftest.er1 >&5
1049 + fi
1050 + rm -f conftest.er1 conftest.err
1051 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1052 + test $ac_status = 0; }
1053 +done
1054 +
1055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
1056 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
1057 if ${ac_cv_cxx_compiler_gnu+:} false; then :
1058 @@ -2725,6 +3282,23 @@
1059 CXXFLAGS=
1060 fi
1061 fi
1062 +ac_ext=c
1063 +ac_cpp='$CPP $CPPFLAGS'
1064 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1065 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1066 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
1067 +
1068 +
1069 +# set compiler and flags to values octave will be using
1070 +CC=`$MKOCTFILE -p CC`
1071 +CXX=`$MKOCTFILE -p CXX`
1072 +CFLAGS=`$MKOCTFILE -p CFLAGS`
1073 +CPPFLAGS=`$MKOCTFILE -p CPPFLAGS`
1074 +LDFLAGS=`$MKOCTFILE -p LDFLAGS`
1075 +LIBS=`$MKOCTFILE -p LIBS`
1076 +CXXFLAGS=`$MKOCTFILE -p CXXFLAGS`
1077 +
1078 +save_CPPFLAGS=${CPPFLAGS}
1079 ac_ext=cpp
1080 ac_cpp='$CXXCPP $CPPFLAGS'
1081 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1082 @@ -2732,6 +3306,9 @@
1083 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
1084
1085
1086 +CPPFLAGS="-I${octave_include_dir} ${CPPFLAGS}"
1087 +
1088 +
1089 ac_ext=cpp
1090 ac_cpp='$CXXCPP $CPPFLAGS'
1091 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1092 @@ -3179,17 +3756,18 @@
1093 fi
1094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1095
1096 -ac_ext=cpp
1097 -ac_cpp='$CXXCPP $CPPFLAGS'
1098 -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1099 -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1100 -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
1101 +ac_ext=c
1102 +ac_cpp='$CPP $CPPFLAGS'
1103 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1104 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1105 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
1106
1107 CPPFLAGS=${save_CPPFLAGS}
1108
1109
1110
1111
1112 +
1113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
1114 $as_echo_n "checking for cos in -lm... " >&6; }
1115 if ${ac_cv_lib_m_cos+:} false; then :
1116 @@ -3215,7 +3793,7 @@
1117 return 0;
1118 }
1119 _ACEOF
1120 -if ac_fn_cxx_try_link "$LINENO"; then :
1121 +if ac_fn_c_try_link "$LINENO"; then :
1122 ac_cv_lib_m_cos=yes
1123 else
1124 ac_cv_lib_m_cos=no
1125 @@ -3262,7 +3840,7 @@
1126 return 0;
1127 }
1128 _ACEOF
1129 -if ac_fn_cxx_try_link "$LINENO"; then :
1130 +if ac_fn_c_try_link "$LINENO"; then :
1131 ac_cv_lib_gslcblas_cblas_dgemm=yes
1132 else
1133 ac_cv_lib_gslcblas_cblas_dgemm=no
1134 @@ -3309,7 +3887,7 @@
1135 return 0;
1136 }
1137 _ACEOF
1138 -if ac_fn_cxx_try_link "$LINENO"; then :
1139 +if ac_fn_c_try_link "$LINENO"; then :
1140 ac_cv_lib_gsl_gsl_message=yes
1141 else
1142 ac_cv_lib_gsl_gsl_message=no
1143 @@ -3336,7 +3914,7 @@
1144 # Auto-generated tests for GSL functions
1145 for ac_func in gsl_sf_clausen_e
1146 do :
1147 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_clausen_e" "ac_cv_func_gsl_sf_clausen_e"
1148 + ac_fn_c_check_func "$LINENO" "gsl_sf_clausen_e" "ac_cv_func_gsl_sf_clausen_e"
1149 if test "x$ac_cv_func_gsl_sf_clausen_e" = xyes; then :
1150 cat >>confdefs.h <<_ACEOF
1151 #define HAVE_GSL_SF_CLAUSEN_E 1
1152 @@ -3349,7 +3927,7 @@
1153
1154 for ac_func in gsl_sf_clausen_e
1155 do :
1156 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_clausen_e" "ac_cv_func_gsl_sf_clausen_e"
1157 + ac_fn_c_check_func "$LINENO" "gsl_sf_clausen_e" "ac_cv_func_gsl_sf_clausen_e"
1158 if test "x$ac_cv_func_gsl_sf_clausen_e" = xyes; then :
1159 cat >>confdefs.h <<_ACEOF
1160 #define HAVE_GSL_SF_CLAUSEN_E 1
1161 @@ -3362,7 +3940,7 @@
1162
1163 for ac_func in gsl_sf_dawson_e
1164 do :
1165 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_dawson_e" "ac_cv_func_gsl_sf_dawson_e"
1166 + ac_fn_c_check_func "$LINENO" "gsl_sf_dawson_e" "ac_cv_func_gsl_sf_dawson_e"
1167 if test "x$ac_cv_func_gsl_sf_dawson_e" = xyes; then :
1168 cat >>confdefs.h <<_ACEOF
1169 #define HAVE_GSL_SF_DAWSON_E 1
1170 @@ -3375,7 +3953,7 @@
1171
1172 for ac_func in gsl_sf_dawson_e
1173 do :
1174 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_dawson_e" "ac_cv_func_gsl_sf_dawson_e"
1175 + ac_fn_c_check_func "$LINENO" "gsl_sf_dawson_e" "ac_cv_func_gsl_sf_dawson_e"
1176 if test "x$ac_cv_func_gsl_sf_dawson_e" = xyes; then :
1177 cat >>confdefs.h <<_ACEOF
1178 #define HAVE_GSL_SF_DAWSON_E 1
1179 @@ -3388,7 +3966,7 @@
1180
1181 for ac_func in gsl_sf_debye_1_e
1182 do :
1183 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_1_e" "ac_cv_func_gsl_sf_debye_1_e"
1184 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_1_e" "ac_cv_func_gsl_sf_debye_1_e"
1185 if test "x$ac_cv_func_gsl_sf_debye_1_e" = xyes; then :
1186 cat >>confdefs.h <<_ACEOF
1187 #define HAVE_GSL_SF_DEBYE_1_E 1
1188 @@ -3401,7 +3979,7 @@
1189
1190 for ac_func in gsl_sf_debye_1_e
1191 do :
1192 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_1_e" "ac_cv_func_gsl_sf_debye_1_e"
1193 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_1_e" "ac_cv_func_gsl_sf_debye_1_e"
1194 if test "x$ac_cv_func_gsl_sf_debye_1_e" = xyes; then :
1195 cat >>confdefs.h <<_ACEOF
1196 #define HAVE_GSL_SF_DEBYE_1_E 1
1197 @@ -3414,7 +3992,7 @@
1198
1199 for ac_func in gsl_sf_debye_2_e
1200 do :
1201 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_2_e" "ac_cv_func_gsl_sf_debye_2_e"
1202 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_2_e" "ac_cv_func_gsl_sf_debye_2_e"
1203 if test "x$ac_cv_func_gsl_sf_debye_2_e" = xyes; then :
1204 cat >>confdefs.h <<_ACEOF
1205 #define HAVE_GSL_SF_DEBYE_2_E 1
1206 @@ -3427,7 +4005,7 @@
1207
1208 for ac_func in gsl_sf_debye_2_e
1209 do :
1210 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_2_e" "ac_cv_func_gsl_sf_debye_2_e"
1211 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_2_e" "ac_cv_func_gsl_sf_debye_2_e"
1212 if test "x$ac_cv_func_gsl_sf_debye_2_e" = xyes; then :
1213 cat >>confdefs.h <<_ACEOF
1214 #define HAVE_GSL_SF_DEBYE_2_E 1
1215 @@ -3440,7 +4018,7 @@
1216
1217 for ac_func in gsl_sf_debye_3_e
1218 do :
1219 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_3_e" "ac_cv_func_gsl_sf_debye_3_e"
1220 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_3_e" "ac_cv_func_gsl_sf_debye_3_e"
1221 if test "x$ac_cv_func_gsl_sf_debye_3_e" = xyes; then :
1222 cat >>confdefs.h <<_ACEOF
1223 #define HAVE_GSL_SF_DEBYE_3_E 1
1224 @@ -3453,7 +4031,7 @@
1225
1226 for ac_func in gsl_sf_debye_3_e
1227 do :
1228 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_3_e" "ac_cv_func_gsl_sf_debye_3_e"
1229 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_3_e" "ac_cv_func_gsl_sf_debye_3_e"
1230 if test "x$ac_cv_func_gsl_sf_debye_3_e" = xyes; then :
1231 cat >>confdefs.h <<_ACEOF
1232 #define HAVE_GSL_SF_DEBYE_3_E 1
1233 @@ -3466,7 +4044,7 @@
1234
1235 for ac_func in gsl_sf_debye_4_e
1236 do :
1237 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_4_e" "ac_cv_func_gsl_sf_debye_4_e"
1238 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_4_e" "ac_cv_func_gsl_sf_debye_4_e"
1239 if test "x$ac_cv_func_gsl_sf_debye_4_e" = xyes; then :
1240 cat >>confdefs.h <<_ACEOF
1241 #define HAVE_GSL_SF_DEBYE_4_E 1
1242 @@ -3479,7 +4057,7 @@
1243
1244 for ac_func in gsl_sf_debye_4_e
1245 do :
1246 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_4_e" "ac_cv_func_gsl_sf_debye_4_e"
1247 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_4_e" "ac_cv_func_gsl_sf_debye_4_e"
1248 if test "x$ac_cv_func_gsl_sf_debye_4_e" = xyes; then :
1249 cat >>confdefs.h <<_ACEOF
1250 #define HAVE_GSL_SF_DEBYE_4_E 1
1251 @@ -3492,7 +4070,7 @@
1252
1253 for ac_func in gsl_sf_debye_5_e
1254 do :
1255 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_5_e" "ac_cv_func_gsl_sf_debye_5_e"
1256 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_5_e" "ac_cv_func_gsl_sf_debye_5_e"
1257 if test "x$ac_cv_func_gsl_sf_debye_5_e" = xyes; then :
1258 cat >>confdefs.h <<_ACEOF
1259 #define HAVE_GSL_SF_DEBYE_5_E 1
1260 @@ -3505,7 +4083,7 @@
1261
1262 for ac_func in gsl_sf_debye_6_e
1263 do :
1264 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_6_e" "ac_cv_func_gsl_sf_debye_6_e"
1265 + ac_fn_c_check_func "$LINENO" "gsl_sf_debye_6_e" "ac_cv_func_gsl_sf_debye_6_e"
1266 if test "x$ac_cv_func_gsl_sf_debye_6_e" = xyes; then :
1267 cat >>confdefs.h <<_ACEOF
1268 #define HAVE_GSL_SF_DEBYE_6_E 1
1269 @@ -3518,7 +4096,7 @@
1270
1271 for ac_func in gsl_sf_dilog_e
1272 do :
1273 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_dilog_e" "ac_cv_func_gsl_sf_dilog_e"
1274 + ac_fn_c_check_func "$LINENO" "gsl_sf_dilog_e" "ac_cv_func_gsl_sf_dilog_e"
1275 if test "x$ac_cv_func_gsl_sf_dilog_e" = xyes; then :
1276 cat >>confdefs.h <<_ACEOF
1277 #define HAVE_GSL_SF_DILOG_E 1
1278 @@ -3531,7 +4109,7 @@
1279
1280 for ac_func in gsl_sf_erf_e
1281 do :
1282 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_e" "ac_cv_func_gsl_sf_erf_e"
1283 + ac_fn_c_check_func "$LINENO" "gsl_sf_erf_e" "ac_cv_func_gsl_sf_erf_e"
1284 if test "x$ac_cv_func_gsl_sf_erf_e" = xyes; then :
1285 cat >>confdefs.h <<_ACEOF
1286 #define HAVE_GSL_SF_ERF_E 1
1287 @@ -3544,7 +4122,7 @@
1288
1289 for ac_func in gsl_sf_erf_e
1290 do :
1291 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_e" "ac_cv_func_gsl_sf_erf_e"
1292 + ac_fn_c_check_func "$LINENO" "gsl_sf_erf_e" "ac_cv_func_gsl_sf_erf_e"
1293 if test "x$ac_cv_func_gsl_sf_erf_e" = xyes; then :
1294 cat >>confdefs.h <<_ACEOF
1295 #define HAVE_GSL_SF_ERF_E 1
1296 @@ -3557,7 +4135,7 @@
1297
1298 for ac_func in gsl_sf_erfc_e
1299 do :
1300 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erfc_e" "ac_cv_func_gsl_sf_erfc_e"
1301 + ac_fn_c_check_func "$LINENO" "gsl_sf_erfc_e" "ac_cv_func_gsl_sf_erfc_e"
1302 if test "x$ac_cv_func_gsl_sf_erfc_e" = xyes; then :
1303 cat >>confdefs.h <<_ACEOF
1304 #define HAVE_GSL_SF_ERFC_E 1
1305 @@ -3570,7 +4148,7 @@
1306
1307 for ac_func in gsl_sf_erfc_e
1308 do :
1309 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erfc_e" "ac_cv_func_gsl_sf_erfc_e"
1310 + ac_fn_c_check_func "$LINENO" "gsl_sf_erfc_e" "ac_cv_func_gsl_sf_erfc_e"
1311 if test "x$ac_cv_func_gsl_sf_erfc_e" = xyes; then :
1312 cat >>confdefs.h <<_ACEOF
1313 #define HAVE_GSL_SF_ERFC_E 1
1314 @@ -3583,7 +4161,7 @@
1315
1316 for ac_func in gsl_sf_log_erfc_e
1317 do :
1318 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_erfc_e" "ac_cv_func_gsl_sf_log_erfc_e"
1319 + ac_fn_c_check_func "$LINENO" "gsl_sf_log_erfc_e" "ac_cv_func_gsl_sf_log_erfc_e"
1320 if test "x$ac_cv_func_gsl_sf_log_erfc_e" = xyes; then :
1321 cat >>confdefs.h <<_ACEOF
1322 #define HAVE_GSL_SF_LOG_ERFC_E 1
1323 @@ -3596,7 +4174,7 @@
1324
1325 for ac_func in gsl_sf_log_erfc_e
1326 do :
1327 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_erfc_e" "ac_cv_func_gsl_sf_log_erfc_e"
1328 + ac_fn_c_check_func "$LINENO" "gsl_sf_log_erfc_e" "ac_cv_func_gsl_sf_log_erfc_e"
1329 if test "x$ac_cv_func_gsl_sf_log_erfc_e" = xyes; then :
1330 cat >>confdefs.h <<_ACEOF
1331 #define HAVE_GSL_SF_LOG_ERFC_E 1
1332 @@ -3609,7 +4187,7 @@
1333
1334 for ac_func in gsl_sf_erf_Z_e
1335 do :
1336 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_Z_e" "ac_cv_func_gsl_sf_erf_Z_e"
1337 + ac_fn_c_check_func "$LINENO" "gsl_sf_erf_Z_e" "ac_cv_func_gsl_sf_erf_Z_e"
1338 if test "x$ac_cv_func_gsl_sf_erf_Z_e" = xyes; then :
1339 cat >>confdefs.h <<_ACEOF
1340 #define HAVE_GSL_SF_ERF_Z_E 1
1341 @@ -3622,7 +4200,7 @@
1342
1343 for ac_func in gsl_sf_erf_Z_e
1344 do :
1345 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_Z_e" "ac_cv_func_gsl_sf_erf_Z_e"
1346 + ac_fn_c_check_func "$LINENO" "gsl_sf_erf_Z_e" "ac_cv_func_gsl_sf_erf_Z_e"
1347 if test "x$ac_cv_func_gsl_sf_erf_Z_e" = xyes; then :
1348 cat >>confdefs.h <<_ACEOF
1349 #define HAVE_GSL_SF_ERF_Z_E 1
1350 @@ -3635,7 +4213,7 @@
1351
1352 for ac_func in gsl_sf_erf_Q_e
1353 do :
1354 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_Q_e" "ac_cv_func_gsl_sf_erf_Q_e"
1355 + ac_fn_c_check_func "$LINENO" "gsl_sf_erf_Q_e" "ac_cv_func_gsl_sf_erf_Q_e"
1356 if test "x$ac_cv_func_gsl_sf_erf_Q_e" = xyes; then :
1357 cat >>confdefs.h <<_ACEOF
1358 #define HAVE_GSL_SF_ERF_Q_E 1
1359 @@ -3648,7 +4226,7 @@
1360
1361 for ac_func in gsl_sf_erf_Q_e
1362 do :
1363 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_Q_e" "ac_cv_func_gsl_sf_erf_Q_e"
1364 + ac_fn_c_check_func "$LINENO" "gsl_sf_erf_Q_e" "ac_cv_func_gsl_sf_erf_Q_e"
1365 if test "x$ac_cv_func_gsl_sf_erf_Q_e" = xyes; then :
1366 cat >>confdefs.h <<_ACEOF
1367 #define HAVE_GSL_SF_ERF_Q_E 1
1368 @@ -3661,7 +4239,7 @@
1369
1370 for ac_func in gsl_sf_hazard_e
1371 do :
1372 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hazard_e" "ac_cv_func_gsl_sf_hazard_e"
1373 + ac_fn_c_check_func "$LINENO" "gsl_sf_hazard_e" "ac_cv_func_gsl_sf_hazard_e"
1374 if test "x$ac_cv_func_gsl_sf_hazard_e" = xyes; then :
1375 cat >>confdefs.h <<_ACEOF
1376 #define HAVE_GSL_SF_HAZARD_E 1
1377 @@ -3674,7 +4252,7 @@
1378
1379 for ac_func in gsl_sf_hazard_e
1380 do :
1381 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hazard_e" "ac_cv_func_gsl_sf_hazard_e"
1382 + ac_fn_c_check_func "$LINENO" "gsl_sf_hazard_e" "ac_cv_func_gsl_sf_hazard_e"
1383 if test "x$ac_cv_func_gsl_sf_hazard_e" = xyes; then :
1384 cat >>confdefs.h <<_ACEOF
1385 #define HAVE_GSL_SF_HAZARD_E 1
1386 @@ -3687,7 +4265,7 @@
1387
1388 for ac_func in gsl_sf_expm1_e
1389 do :
1390 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expm1_e" "ac_cv_func_gsl_sf_expm1_e"
1391 + ac_fn_c_check_func "$LINENO" "gsl_sf_expm1_e" "ac_cv_func_gsl_sf_expm1_e"
1392 if test "x$ac_cv_func_gsl_sf_expm1_e" = xyes; then :
1393 cat >>confdefs.h <<_ACEOF
1394 #define HAVE_GSL_SF_EXPM1_E 1
1395 @@ -3700,7 +4278,7 @@
1396
1397 for ac_func in gsl_sf_expm1_e
1398 do :
1399 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expm1_e" "ac_cv_func_gsl_sf_expm1_e"
1400 + ac_fn_c_check_func "$LINENO" "gsl_sf_expm1_e" "ac_cv_func_gsl_sf_expm1_e"
1401 if test "x$ac_cv_func_gsl_sf_expm1_e" = xyes; then :
1402 cat >>confdefs.h <<_ACEOF
1403 #define HAVE_GSL_SF_EXPM1_E 1
1404 @@ -3713,7 +4291,7 @@
1405
1406 for ac_func in gsl_sf_exprel_e
1407 do :
1408 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_e" "ac_cv_func_gsl_sf_exprel_e"
1409 + ac_fn_c_check_func "$LINENO" "gsl_sf_exprel_e" "ac_cv_func_gsl_sf_exprel_e"
1410 if test "x$ac_cv_func_gsl_sf_exprel_e" = xyes; then :
1411 cat >>confdefs.h <<_ACEOF
1412 #define HAVE_GSL_SF_EXPREL_E 1
1413 @@ -3726,7 +4304,7 @@
1414
1415 for ac_func in gsl_sf_exprel_e
1416 do :
1417 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_e" "ac_cv_func_gsl_sf_exprel_e"
1418 + ac_fn_c_check_func "$LINENO" "gsl_sf_exprel_e" "ac_cv_func_gsl_sf_exprel_e"
1419 if test "x$ac_cv_func_gsl_sf_exprel_e" = xyes; then :
1420 cat >>confdefs.h <<_ACEOF
1421 #define HAVE_GSL_SF_EXPREL_E 1
1422 @@ -3739,7 +4317,7 @@
1423
1424 for ac_func in gsl_sf_exprel_2_e
1425 do :
1426 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_2_e" "ac_cv_func_gsl_sf_exprel_2_e"
1427 + ac_fn_c_check_func "$LINENO" "gsl_sf_exprel_2_e" "ac_cv_func_gsl_sf_exprel_2_e"
1428 if test "x$ac_cv_func_gsl_sf_exprel_2_e" = xyes; then :
1429 cat >>confdefs.h <<_ACEOF
1430 #define HAVE_GSL_SF_EXPREL_2_E 1
1431 @@ -3752,7 +4330,7 @@
1432
1433 for ac_func in gsl_sf_exprel_2_e
1434 do :
1435 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_2_e" "ac_cv_func_gsl_sf_exprel_2_e"
1436 + ac_fn_c_check_func "$LINENO" "gsl_sf_exprel_2_e" "ac_cv_func_gsl_sf_exprel_2_e"
1437 if test "x$ac_cv_func_gsl_sf_exprel_2_e" = xyes; then :
1438 cat >>confdefs.h <<_ACEOF
1439 #define HAVE_GSL_SF_EXPREL_2_E 1
1440 @@ -3765,7 +4343,7 @@
1441
1442 for ac_func in gsl_sf_expint_E1_e
1443 do :
1444 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_E1_e" "ac_cv_func_gsl_sf_expint_E1_e"
1445 + ac_fn_c_check_func "$LINENO" "gsl_sf_expint_E1_e" "ac_cv_func_gsl_sf_expint_E1_e"
1446 if test "x$ac_cv_func_gsl_sf_expint_E1_e" = xyes; then :
1447 cat >>confdefs.h <<_ACEOF
1448 #define HAVE_GSL_SF_EXPINT_E1_E 1
1449 @@ -3778,7 +4356,7 @@
1450
1451 for ac_func in gsl_sf_expint_E1_e
1452 do :
1453 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_E1_e" "ac_cv_func_gsl_sf_expint_E1_e"
1454 + ac_fn_c_check_func "$LINENO" "gsl_sf_expint_E1_e" "ac_cv_func_gsl_sf_expint_E1_e"
1455 if test "x$ac_cv_func_gsl_sf_expint_E1_e" = xyes; then :
1456 cat >>confdefs.h <<_ACEOF
1457 #define HAVE_GSL_SF_EXPINT_E1_E 1
1458 @@ -3791,7 +4369,7 @@
1459
1460 for ac_func in gsl_sf_expint_E2_e
1461 do :
1462 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_E2_e" "ac_cv_func_gsl_sf_expint_E2_e"
1463 + ac_fn_c_check_func "$LINENO" "gsl_sf_expint_E2_e" "ac_cv_func_gsl_sf_expint_E2_e"
1464 if test "x$ac_cv_func_gsl_sf_expint_E2_e" = xyes; then :
1465 cat >>confdefs.h <<_ACEOF
1466 #define HAVE_GSL_SF_EXPINT_E2_E 1
1467 @@ -3804,7 +4382,7 @@
1468
1469 for ac_func in gsl_sf_expint_E2_e
1470 do :
1471 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_E2_e" "ac_cv_func_gsl_sf_expint_E2_e"
1472 + ac_fn_c_check_func "$LINENO" "gsl_sf_expint_E2_e" "ac_cv_func_gsl_sf_expint_E2_e"
1473 if test "x$ac_cv_func_gsl_sf_expint_E2_e" = xyes; then :
1474 cat >>confdefs.h <<_ACEOF
1475 #define HAVE_GSL_SF_EXPINT_E2_E 1
1476 @@ -3817,7 +4395,7 @@
1477
1478 for ac_func in gsl_sf_expint_Ei_e
1479 do :
1480 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_Ei_e" "ac_cv_func_gsl_sf_expint_Ei_e"
1481 + ac_fn_c_check_func "$LINENO" "gsl_sf_expint_Ei_e" "ac_cv_func_gsl_sf_expint_Ei_e"
1482 if test "x$ac_cv_func_gsl_sf_expint_Ei_e" = xyes; then :
1483 cat >>confdefs.h <<_ACEOF
1484 #define HAVE_GSL_SF_EXPINT_EI_E 1
1485 @@ -3830,7 +4408,7 @@
1486
1487 for ac_func in gsl_sf_expint_Ei_e
1488 do :
1489 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_Ei_e" "ac_cv_func_gsl_sf_expint_Ei_e"
1490 + ac_fn_c_check_func "$LINENO" "gsl_sf_expint_Ei_e" "ac_cv_func_gsl_sf_expint_Ei_e"
1491 if test "x$ac_cv_func_gsl_sf_expint_Ei_e" = xyes; then :
1492 cat >>confdefs.h <<_ACEOF
1493 #define HAVE_GSL_SF_EXPINT_EI_E 1
1494 @@ -3843,7 +4421,7 @@
1495
1496 for ac_func in gsl_sf_Shi_e
1497 do :
1498 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Shi_e" "ac_cv_func_gsl_sf_Shi_e"
1499 + ac_fn_c_check_func "$LINENO" "gsl_sf_Shi_e" "ac_cv_func_gsl_sf_Shi_e"
1500 if test "x$ac_cv_func_gsl_sf_Shi_e" = xyes; then :
1501 cat >>confdefs.h <<_ACEOF
1502 #define HAVE_GSL_SF_SHI_E 1
1503 @@ -3856,7 +4434,7 @@
1504
1505 for ac_func in gsl_sf_Shi_e
1506 do :
1507 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Shi_e" "ac_cv_func_gsl_sf_Shi_e"
1508 + ac_fn_c_check_func "$LINENO" "gsl_sf_Shi_e" "ac_cv_func_gsl_sf_Shi_e"
1509 if test "x$ac_cv_func_gsl_sf_Shi_e" = xyes; then :
1510 cat >>confdefs.h <<_ACEOF
1511 #define HAVE_GSL_SF_SHI_E 1
1512 @@ -3869,7 +4447,7 @@
1513
1514 for ac_func in gsl_sf_Chi_e
1515 do :
1516 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Chi_e" "ac_cv_func_gsl_sf_Chi_e"
1517 + ac_fn_c_check_func "$LINENO" "gsl_sf_Chi_e" "ac_cv_func_gsl_sf_Chi_e"
1518 if test "x$ac_cv_func_gsl_sf_Chi_e" = xyes; then :
1519 cat >>confdefs.h <<_ACEOF
1520 #define HAVE_GSL_SF_CHI_E 1
1521 @@ -3882,7 +4460,7 @@
1522
1523 for ac_func in gsl_sf_Chi_e
1524 do :
1525 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Chi_e" "ac_cv_func_gsl_sf_Chi_e"
1526 + ac_fn_c_check_func "$LINENO" "gsl_sf_Chi_e" "ac_cv_func_gsl_sf_Chi_e"
1527 if test "x$ac_cv_func_gsl_sf_Chi_e" = xyes; then :
1528 cat >>confdefs.h <<_ACEOF
1529 #define HAVE_GSL_SF_CHI_E 1
1530 @@ -3895,7 +4473,7 @@
1531
1532 for ac_func in gsl_sf_expint_3_e
1533 do :
1534 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_3_e" "ac_cv_func_gsl_sf_expint_3_e"
1535 + ac_fn_c_check_func "$LINENO" "gsl_sf_expint_3_e" "ac_cv_func_gsl_sf_expint_3_e"
1536 if test "x$ac_cv_func_gsl_sf_expint_3_e" = xyes; then :
1537 cat >>confdefs.h <<_ACEOF
1538 #define HAVE_GSL_SF_EXPINT_3_E 1
1539 @@ -3908,7 +4486,7 @@
1540
1541 for ac_func in gsl_sf_expint_3_e
1542 do :
1543 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_3_e" "ac_cv_func_gsl_sf_expint_3_e"
1544 + ac_fn_c_check_func "$LINENO" "gsl_sf_expint_3_e" "ac_cv_func_gsl_sf_expint_3_e"
1545 if test "x$ac_cv_func_gsl_sf_expint_3_e" = xyes; then :
1546 cat >>confdefs.h <<_ACEOF
1547 #define HAVE_GSL_SF_EXPINT_3_E 1
1548 @@ -3921,7 +4499,7 @@
1549
1550 for ac_func in gsl_sf_Si_e
1551 do :
1552 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Si_e" "ac_cv_func_gsl_sf_Si_e"
1553 + ac_fn_c_check_func "$LINENO" "gsl_sf_Si_e" "ac_cv_func_gsl_sf_Si_e"
1554 if test "x$ac_cv_func_gsl_sf_Si_e" = xyes; then :
1555 cat >>confdefs.h <<_ACEOF
1556 #define HAVE_GSL_SF_SI_E 1
1557 @@ -3934,7 +4512,7 @@
1558
1559 for ac_func in gsl_sf_Si_e
1560 do :
1561 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Si_e" "ac_cv_func_gsl_sf_Si_e"
1562 + ac_fn_c_check_func "$LINENO" "gsl_sf_Si_e" "ac_cv_func_gsl_sf_Si_e"
1563 if test "x$ac_cv_func_gsl_sf_Si_e" = xyes; then :
1564 cat >>confdefs.h <<_ACEOF
1565 #define HAVE_GSL_SF_SI_E 1
1566 @@ -3947,7 +4525,7 @@
1567
1568 for ac_func in gsl_sf_Ci_e
1569 do :
1570 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Ci_e" "ac_cv_func_gsl_sf_Ci_e"
1571 + ac_fn_c_check_func "$LINENO" "gsl_sf_Ci_e" "ac_cv_func_gsl_sf_Ci_e"
1572 if test "x$ac_cv_func_gsl_sf_Ci_e" = xyes; then :
1573 cat >>confdefs.h <<_ACEOF
1574 #define HAVE_GSL_SF_CI_E 1
1575 @@ -3960,7 +4538,7 @@
1576
1577 for ac_func in gsl_sf_Ci_e
1578 do :
1579 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Ci_e" "ac_cv_func_gsl_sf_Ci_e"
1580 + ac_fn_c_check_func "$LINENO" "gsl_sf_Ci_e" "ac_cv_func_gsl_sf_Ci_e"
1581 if test "x$ac_cv_func_gsl_sf_Ci_e" = xyes; then :
1582 cat >>confdefs.h <<_ACEOF
1583 #define HAVE_GSL_SF_CI_E 1
1584 @@ -3973,7 +4551,7 @@
1585
1586 for ac_func in gsl_sf_atanint_e
1587 do :
1588 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_atanint_e" "ac_cv_func_gsl_sf_atanint_e"
1589 + ac_fn_c_check_func "$LINENO" "gsl_sf_atanint_e" "ac_cv_func_gsl_sf_atanint_e"
1590 if test "x$ac_cv_func_gsl_sf_atanint_e" = xyes; then :
1591 cat >>confdefs.h <<_ACEOF
1592 #define HAVE_GSL_SF_ATANINT_E 1
1593 @@ -3986,7 +4564,7 @@
1594
1595 for ac_func in gsl_sf_atanint_e
1596 do :
1597 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_atanint_e" "ac_cv_func_gsl_sf_atanint_e"
1598 + ac_fn_c_check_func "$LINENO" "gsl_sf_atanint_e" "ac_cv_func_gsl_sf_atanint_e"
1599 if test "x$ac_cv_func_gsl_sf_atanint_e" = xyes; then :
1600 cat >>confdefs.h <<_ACEOF
1601 #define HAVE_GSL_SF_ATANINT_E 1
1602 @@ -3999,7 +4577,7 @@
1603
1604 for ac_func in gsl_sf_fermi_dirac_mhalf_e
1605 do :
1606 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_mhalf_e" "ac_cv_func_gsl_sf_fermi_dirac_mhalf_e"
1607 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_mhalf_e" "ac_cv_func_gsl_sf_fermi_dirac_mhalf_e"
1608 if test "x$ac_cv_func_gsl_sf_fermi_dirac_mhalf_e" = xyes; then :
1609 cat >>confdefs.h <<_ACEOF
1610 #define HAVE_GSL_SF_FERMI_DIRAC_MHALF_E 1
1611 @@ -4012,7 +4590,7 @@
1612
1613 for ac_func in gsl_sf_fermi_dirac_mhalf_e
1614 do :
1615 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_mhalf_e" "ac_cv_func_gsl_sf_fermi_dirac_mhalf_e"
1616 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_mhalf_e" "ac_cv_func_gsl_sf_fermi_dirac_mhalf_e"
1617 if test "x$ac_cv_func_gsl_sf_fermi_dirac_mhalf_e" = xyes; then :
1618 cat >>confdefs.h <<_ACEOF
1619 #define HAVE_GSL_SF_FERMI_DIRAC_MHALF_E 1
1620 @@ -4025,7 +4603,7 @@
1621
1622 for ac_func in gsl_sf_fermi_dirac_half_e
1623 do :
1624 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_half_e" "ac_cv_func_gsl_sf_fermi_dirac_half_e"
1625 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_half_e" "ac_cv_func_gsl_sf_fermi_dirac_half_e"
1626 if test "x$ac_cv_func_gsl_sf_fermi_dirac_half_e" = xyes; then :
1627 cat >>confdefs.h <<_ACEOF
1628 #define HAVE_GSL_SF_FERMI_DIRAC_HALF_E 1
1629 @@ -4038,7 +4616,7 @@
1630
1631 for ac_func in gsl_sf_fermi_dirac_half_e
1632 do :
1633 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_half_e" "ac_cv_func_gsl_sf_fermi_dirac_half_e"
1634 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_half_e" "ac_cv_func_gsl_sf_fermi_dirac_half_e"
1635 if test "x$ac_cv_func_gsl_sf_fermi_dirac_half_e" = xyes; then :
1636 cat >>confdefs.h <<_ACEOF
1637 #define HAVE_GSL_SF_FERMI_DIRAC_HALF_E 1
1638 @@ -4051,7 +4629,7 @@
1639
1640 for ac_func in gsl_sf_fermi_dirac_3half_e
1641 do :
1642 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_3half_e" "ac_cv_func_gsl_sf_fermi_dirac_3half_e"
1643 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_3half_e" "ac_cv_func_gsl_sf_fermi_dirac_3half_e"
1644 if test "x$ac_cv_func_gsl_sf_fermi_dirac_3half_e" = xyes; then :
1645 cat >>confdefs.h <<_ACEOF
1646 #define HAVE_GSL_SF_FERMI_DIRAC_3HALF_E 1
1647 @@ -4064,7 +4642,7 @@
1648
1649 for ac_func in gsl_sf_fermi_dirac_3half_e
1650 do :
1651 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_3half_e" "ac_cv_func_gsl_sf_fermi_dirac_3half_e"
1652 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_3half_e" "ac_cv_func_gsl_sf_fermi_dirac_3half_e"
1653 if test "x$ac_cv_func_gsl_sf_fermi_dirac_3half_e" = xyes; then :
1654 cat >>confdefs.h <<_ACEOF
1655 #define HAVE_GSL_SF_FERMI_DIRAC_3HALF_E 1
1656 @@ -4077,7 +4655,7 @@
1657
1658 for ac_func in gsl_sf_gamma_e
1659 do :
1660 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_e" "ac_cv_func_gsl_sf_gamma_e"
1661 + ac_fn_c_check_func "$LINENO" "gsl_sf_gamma_e" "ac_cv_func_gsl_sf_gamma_e"
1662 if test "x$ac_cv_func_gsl_sf_gamma_e" = xyes; then :
1663 cat >>confdefs.h <<_ACEOF
1664 #define HAVE_GSL_SF_GAMMA_E 1
1665 @@ -4090,7 +4668,7 @@
1666
1667 for ac_func in gsl_sf_gamma_e
1668 do :
1669 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_e" "ac_cv_func_gsl_sf_gamma_e"
1670 + ac_fn_c_check_func "$LINENO" "gsl_sf_gamma_e" "ac_cv_func_gsl_sf_gamma_e"
1671 if test "x$ac_cv_func_gsl_sf_gamma_e" = xyes; then :
1672 cat >>confdefs.h <<_ACEOF
1673 #define HAVE_GSL_SF_GAMMA_E 1
1674 @@ -4103,7 +4681,7 @@
1675
1676 for ac_func in gsl_sf_lngamma_e
1677 do :
1678 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lngamma_e" "ac_cv_func_gsl_sf_lngamma_e"
1679 + ac_fn_c_check_func "$LINENO" "gsl_sf_lngamma_e" "ac_cv_func_gsl_sf_lngamma_e"
1680 if test "x$ac_cv_func_gsl_sf_lngamma_e" = xyes; then :
1681 cat >>confdefs.h <<_ACEOF
1682 #define HAVE_GSL_SF_LNGAMMA_E 1
1683 @@ -4116,7 +4694,7 @@
1684
1685 for ac_func in gsl_sf_lngamma_e
1686 do :
1687 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lngamma_e" "ac_cv_func_gsl_sf_lngamma_e"
1688 + ac_fn_c_check_func "$LINENO" "gsl_sf_lngamma_e" "ac_cv_func_gsl_sf_lngamma_e"
1689 if test "x$ac_cv_func_gsl_sf_lngamma_e" = xyes; then :
1690 cat >>confdefs.h <<_ACEOF
1691 #define HAVE_GSL_SF_LNGAMMA_E 1
1692 @@ -4129,7 +4707,7 @@
1693
1694 for ac_func in gsl_sf_gammastar_e
1695 do :
1696 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gammastar_e" "ac_cv_func_gsl_sf_gammastar_e"
1697 + ac_fn_c_check_func "$LINENO" "gsl_sf_gammastar_e" "ac_cv_func_gsl_sf_gammastar_e"
1698 if test "x$ac_cv_func_gsl_sf_gammastar_e" = xyes; then :
1699 cat >>confdefs.h <<_ACEOF
1700 #define HAVE_GSL_SF_GAMMASTAR_E 1
1701 @@ -4142,7 +4720,7 @@
1702
1703 for ac_func in gsl_sf_gammastar_e
1704 do :
1705 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gammastar_e" "ac_cv_func_gsl_sf_gammastar_e"
1706 + ac_fn_c_check_func "$LINENO" "gsl_sf_gammastar_e" "ac_cv_func_gsl_sf_gammastar_e"
1707 if test "x$ac_cv_func_gsl_sf_gammastar_e" = xyes; then :
1708 cat >>confdefs.h <<_ACEOF
1709 #define HAVE_GSL_SF_GAMMASTAR_E 1
1710 @@ -4155,7 +4733,7 @@
1711
1712 for ac_func in gsl_sf_gammainv_e
1713 do :
1714 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gammainv_e" "ac_cv_func_gsl_sf_gammainv_e"
1715 + ac_fn_c_check_func "$LINENO" "gsl_sf_gammainv_e" "ac_cv_func_gsl_sf_gammainv_e"
1716 if test "x$ac_cv_func_gsl_sf_gammainv_e" = xyes; then :
1717 cat >>confdefs.h <<_ACEOF
1718 #define HAVE_GSL_SF_GAMMAINV_E 1
1719 @@ -4168,7 +4746,7 @@
1720
1721 for ac_func in gsl_sf_gammainv_e
1722 do :
1723 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gammainv_e" "ac_cv_func_gsl_sf_gammainv_e"
1724 + ac_fn_c_check_func "$LINENO" "gsl_sf_gammainv_e" "ac_cv_func_gsl_sf_gammainv_e"
1725 if test "x$ac_cv_func_gsl_sf_gammainv_e" = xyes; then :
1726 cat >>confdefs.h <<_ACEOF
1727 #define HAVE_GSL_SF_GAMMAINV_E 1
1728 @@ -4181,7 +4759,7 @@
1729
1730 for ac_func in gsl_sf_lambert_W0_e
1731 do :
1732 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lambert_W0_e" "ac_cv_func_gsl_sf_lambert_W0_e"
1733 + ac_fn_c_check_func "$LINENO" "gsl_sf_lambert_W0_e" "ac_cv_func_gsl_sf_lambert_W0_e"
1734 if test "x$ac_cv_func_gsl_sf_lambert_W0_e" = xyes; then :
1735 cat >>confdefs.h <<_ACEOF
1736 #define HAVE_GSL_SF_LAMBERT_W0_E 1
1737 @@ -4194,7 +4772,7 @@
1738
1739 for ac_func in gsl_sf_gammastar_e
1740 do :
1741 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gammastar_e" "ac_cv_func_gsl_sf_gammastar_e"
1742 + ac_fn_c_check_func "$LINENO" "gsl_sf_gammastar_e" "ac_cv_func_gsl_sf_gammastar_e"
1743 if test "x$ac_cv_func_gsl_sf_gammastar_e" = xyes; then :
1744 cat >>confdefs.h <<_ACEOF
1745 #define HAVE_GSL_SF_GAMMASTAR_E 1
1746 @@ -4207,7 +4785,7 @@
1747
1748 for ac_func in gsl_sf_lambert_W0_e
1749 do :
1750 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lambert_W0_e" "ac_cv_func_gsl_sf_lambert_W0_e"
1751 + ac_fn_c_check_func "$LINENO" "gsl_sf_lambert_W0_e" "ac_cv_func_gsl_sf_lambert_W0_e"
1752 if test "x$ac_cv_func_gsl_sf_lambert_W0_e" = xyes; then :
1753 cat >>confdefs.h <<_ACEOF
1754 #define HAVE_GSL_SF_LAMBERT_W0_E 1
1755 @@ -4220,7 +4798,7 @@
1756
1757 for ac_func in gsl_sf_lambert_Wm1_e
1758 do :
1759 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lambert_Wm1_e" "ac_cv_func_gsl_sf_lambert_Wm1_e"
1760 + ac_fn_c_check_func "$LINENO" "gsl_sf_lambert_Wm1_e" "ac_cv_func_gsl_sf_lambert_Wm1_e"
1761 if test "x$ac_cv_func_gsl_sf_lambert_Wm1_e" = xyes; then :
1762 cat >>confdefs.h <<_ACEOF
1763 #define HAVE_GSL_SF_LAMBERT_WM1_E 1
1764 @@ -4233,7 +4811,7 @@
1765
1766 for ac_func in gsl_sf_lambert_Wm1_e
1767 do :
1768 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lambert_Wm1_e" "ac_cv_func_gsl_sf_lambert_Wm1_e"
1769 + ac_fn_c_check_func "$LINENO" "gsl_sf_lambert_Wm1_e" "ac_cv_func_gsl_sf_lambert_Wm1_e"
1770 if test "x$ac_cv_func_gsl_sf_lambert_Wm1_e" = xyes; then :
1771 cat >>confdefs.h <<_ACEOF
1772 #define HAVE_GSL_SF_LAMBERT_WM1_E 1
1773 @@ -4246,7 +4824,7 @@
1774
1775 for ac_func in gsl_sf_log_1plusx_e
1776 do :
1777 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_1plusx_e" "ac_cv_func_gsl_sf_log_1plusx_e"
1778 + ac_fn_c_check_func "$LINENO" "gsl_sf_log_1plusx_e" "ac_cv_func_gsl_sf_log_1plusx_e"
1779 if test "x$ac_cv_func_gsl_sf_log_1plusx_e" = xyes; then :
1780 cat >>confdefs.h <<_ACEOF
1781 #define HAVE_GSL_SF_LOG_1PLUSX_E 1
1782 @@ -4259,7 +4837,7 @@
1783
1784 for ac_func in gsl_sf_log_1plusx_e
1785 do :
1786 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_1plusx_e" "ac_cv_func_gsl_sf_log_1plusx_e"
1787 + ac_fn_c_check_func "$LINENO" "gsl_sf_log_1plusx_e" "ac_cv_func_gsl_sf_log_1plusx_e"
1788 if test "x$ac_cv_func_gsl_sf_log_1plusx_e" = xyes; then :
1789 cat >>confdefs.h <<_ACEOF
1790 #define HAVE_GSL_SF_LOG_1PLUSX_E 1
1791 @@ -4272,7 +4850,7 @@
1792
1793 for ac_func in gsl_sf_log_1plusx_mx_e
1794 do :
1795 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_1plusx_mx_e" "ac_cv_func_gsl_sf_log_1plusx_mx_e"
1796 + ac_fn_c_check_func "$LINENO" "gsl_sf_log_1plusx_mx_e" "ac_cv_func_gsl_sf_log_1plusx_mx_e"
1797 if test "x$ac_cv_func_gsl_sf_log_1plusx_mx_e" = xyes; then :
1798 cat >>confdefs.h <<_ACEOF
1799 #define HAVE_GSL_SF_LOG_1PLUSX_MX_E 1
1800 @@ -4285,7 +4863,7 @@
1801
1802 for ac_func in gsl_sf_log_1plusx_mx_e
1803 do :
1804 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_1plusx_mx_e" "ac_cv_func_gsl_sf_log_1plusx_mx_e"
1805 + ac_fn_c_check_func "$LINENO" "gsl_sf_log_1plusx_mx_e" "ac_cv_func_gsl_sf_log_1plusx_mx_e"
1806 if test "x$ac_cv_func_gsl_sf_log_1plusx_mx_e" = xyes; then :
1807 cat >>confdefs.h <<_ACEOF
1808 #define HAVE_GSL_SF_LOG_1PLUSX_MX_E 1
1809 @@ -4298,7 +4876,7 @@
1810
1811 for ac_func in gsl_sf_psi_e
1812 do :
1813 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_e" "ac_cv_func_gsl_sf_psi_e"
1814 + ac_fn_c_check_func "$LINENO" "gsl_sf_psi_e" "ac_cv_func_gsl_sf_psi_e"
1815 if test "x$ac_cv_func_gsl_sf_psi_e" = xyes; then :
1816 cat >>confdefs.h <<_ACEOF
1817 #define HAVE_GSL_SF_PSI_E 1
1818 @@ -4311,7 +4889,7 @@
1819
1820 for ac_func in gsl_sf_psi_e
1821 do :
1822 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_e" "ac_cv_func_gsl_sf_psi_e"
1823 + ac_fn_c_check_func "$LINENO" "gsl_sf_psi_e" "ac_cv_func_gsl_sf_psi_e"
1824 if test "x$ac_cv_func_gsl_sf_psi_e" = xyes; then :
1825 cat >>confdefs.h <<_ACEOF
1826 #define HAVE_GSL_SF_PSI_E 1
1827 @@ -4324,7 +4902,7 @@
1828
1829 for ac_func in gsl_sf_psi_1piy_e
1830 do :
1831 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_1piy_e" "ac_cv_func_gsl_sf_psi_1piy_e"
1832 + ac_fn_c_check_func "$LINENO" "gsl_sf_psi_1piy_e" "ac_cv_func_gsl_sf_psi_1piy_e"
1833 if test "x$ac_cv_func_gsl_sf_psi_1piy_e" = xyes; then :
1834 cat >>confdefs.h <<_ACEOF
1835 #define HAVE_GSL_SF_PSI_1PIY_E 1
1836 @@ -4337,7 +4915,7 @@
1837
1838 for ac_func in gsl_sf_psi_1piy_e
1839 do :
1840 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_1piy_e" "ac_cv_func_gsl_sf_psi_1piy_e"
1841 + ac_fn_c_check_func "$LINENO" "gsl_sf_psi_1piy_e" "ac_cv_func_gsl_sf_psi_1piy_e"
1842 if test "x$ac_cv_func_gsl_sf_psi_1piy_e" = xyes; then :
1843 cat >>confdefs.h <<_ACEOF
1844 #define HAVE_GSL_SF_PSI_1PIY_E 1
1845 @@ -4350,7 +4928,7 @@
1846
1847 for ac_func in gsl_sf_synchrotron_1_e
1848 do :
1849 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_synchrotron_1_e" "ac_cv_func_gsl_sf_synchrotron_1_e"
1850 + ac_fn_c_check_func "$LINENO" "gsl_sf_synchrotron_1_e" "ac_cv_func_gsl_sf_synchrotron_1_e"
1851 if test "x$ac_cv_func_gsl_sf_synchrotron_1_e" = xyes; then :
1852 cat >>confdefs.h <<_ACEOF
1853 #define HAVE_GSL_SF_SYNCHROTRON_1_E 1
1854 @@ -4363,7 +4941,7 @@
1855
1856 for ac_func in gsl_sf_synchrotron_1_e
1857 do :
1858 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_synchrotron_1_e" "ac_cv_func_gsl_sf_synchrotron_1_e"
1859 + ac_fn_c_check_func "$LINENO" "gsl_sf_synchrotron_1_e" "ac_cv_func_gsl_sf_synchrotron_1_e"
1860 if test "x$ac_cv_func_gsl_sf_synchrotron_1_e" = xyes; then :
1861 cat >>confdefs.h <<_ACEOF
1862 #define HAVE_GSL_SF_SYNCHROTRON_1_E 1
1863 @@ -4376,7 +4954,7 @@
1864
1865 for ac_func in gsl_sf_synchrotron_2_e
1866 do :
1867 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_synchrotron_2_e" "ac_cv_func_gsl_sf_synchrotron_2_e"
1868 + ac_fn_c_check_func "$LINENO" "gsl_sf_synchrotron_2_e" "ac_cv_func_gsl_sf_synchrotron_2_e"
1869 if test "x$ac_cv_func_gsl_sf_synchrotron_2_e" = xyes; then :
1870 cat >>confdefs.h <<_ACEOF
1871 #define HAVE_GSL_SF_SYNCHROTRON_2_E 1
1872 @@ -4389,7 +4967,7 @@
1873
1874 for ac_func in gsl_sf_synchrotron_2_e
1875 do :
1876 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_synchrotron_2_e" "ac_cv_func_gsl_sf_synchrotron_2_e"
1877 + ac_fn_c_check_func "$LINENO" "gsl_sf_synchrotron_2_e" "ac_cv_func_gsl_sf_synchrotron_2_e"
1878 if test "x$ac_cv_func_gsl_sf_synchrotron_2_e" = xyes; then :
1879 cat >>confdefs.h <<_ACEOF
1880 #define HAVE_GSL_SF_SYNCHROTRON_2_E 1
1881 @@ -4402,7 +4980,7 @@
1882
1883 for ac_func in gsl_sf_transport_2_e
1884 do :
1885 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_2_e" "ac_cv_func_gsl_sf_transport_2_e"
1886 + ac_fn_c_check_func "$LINENO" "gsl_sf_transport_2_e" "ac_cv_func_gsl_sf_transport_2_e"
1887 if test "x$ac_cv_func_gsl_sf_transport_2_e" = xyes; then :
1888 cat >>confdefs.h <<_ACEOF
1889 #define HAVE_GSL_SF_TRANSPORT_2_E 1
1890 @@ -4415,7 +4993,7 @@
1891
1892 for ac_func in gsl_sf_transport_2_e
1893 do :
1894 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_2_e" "ac_cv_func_gsl_sf_transport_2_e"
1895 + ac_fn_c_check_func "$LINENO" "gsl_sf_transport_2_e" "ac_cv_func_gsl_sf_transport_2_e"
1896 if test "x$ac_cv_func_gsl_sf_transport_2_e" = xyes; then :
1897 cat >>confdefs.h <<_ACEOF
1898 #define HAVE_GSL_SF_TRANSPORT_2_E 1
1899 @@ -4428,7 +5006,7 @@
1900
1901 for ac_func in gsl_sf_transport_3_e
1902 do :
1903 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_3_e" "ac_cv_func_gsl_sf_transport_3_e"
1904 + ac_fn_c_check_func "$LINENO" "gsl_sf_transport_3_e" "ac_cv_func_gsl_sf_transport_3_e"
1905 if test "x$ac_cv_func_gsl_sf_transport_3_e" = xyes; then :
1906 cat >>confdefs.h <<_ACEOF
1907 #define HAVE_GSL_SF_TRANSPORT_3_E 1
1908 @@ -4441,7 +5019,7 @@
1909
1910 for ac_func in gsl_sf_transport_3_e
1911 do :
1912 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_3_e" "ac_cv_func_gsl_sf_transport_3_e"
1913 + ac_fn_c_check_func "$LINENO" "gsl_sf_transport_3_e" "ac_cv_func_gsl_sf_transport_3_e"
1914 if test "x$ac_cv_func_gsl_sf_transport_3_e" = xyes; then :
1915 cat >>confdefs.h <<_ACEOF
1916 #define HAVE_GSL_SF_TRANSPORT_3_E 1
1917 @@ -4454,7 +5032,7 @@
1918
1919 for ac_func in gsl_sf_transport_4_e
1920 do :
1921 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_4_e" "ac_cv_func_gsl_sf_transport_4_e"
1922 + ac_fn_c_check_func "$LINENO" "gsl_sf_transport_4_e" "ac_cv_func_gsl_sf_transport_4_e"
1923 if test "x$ac_cv_func_gsl_sf_transport_4_e" = xyes; then :
1924 cat >>confdefs.h <<_ACEOF
1925 #define HAVE_GSL_SF_TRANSPORT_4_E 1
1926 @@ -4467,7 +5045,7 @@
1927
1928 for ac_func in gsl_sf_transport_4_e
1929 do :
1930 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_4_e" "ac_cv_func_gsl_sf_transport_4_e"
1931 + ac_fn_c_check_func "$LINENO" "gsl_sf_transport_4_e" "ac_cv_func_gsl_sf_transport_4_e"
1932 if test "x$ac_cv_func_gsl_sf_transport_4_e" = xyes; then :
1933 cat >>confdefs.h <<_ACEOF
1934 #define HAVE_GSL_SF_TRANSPORT_4_E 1
1935 @@ -4480,7 +5058,7 @@
1936
1937 for ac_func in gsl_sf_transport_5_e
1938 do :
1939 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_5_e" "ac_cv_func_gsl_sf_transport_5_e"
1940 + ac_fn_c_check_func "$LINENO" "gsl_sf_transport_5_e" "ac_cv_func_gsl_sf_transport_5_e"
1941 if test "x$ac_cv_func_gsl_sf_transport_5_e" = xyes; then :
1942 cat >>confdefs.h <<_ACEOF
1943 #define HAVE_GSL_SF_TRANSPORT_5_E 1
1944 @@ -4493,7 +5071,7 @@
1945
1946 for ac_func in gsl_sf_transport_5_e
1947 do :
1948 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_5_e" "ac_cv_func_gsl_sf_transport_5_e"
1949 + ac_fn_c_check_func "$LINENO" "gsl_sf_transport_5_e" "ac_cv_func_gsl_sf_transport_5_e"
1950 if test "x$ac_cv_func_gsl_sf_transport_5_e" = xyes; then :
1951 cat >>confdefs.h <<_ACEOF
1952 #define HAVE_GSL_SF_TRANSPORT_5_E 1
1953 @@ -4506,7 +5084,7 @@
1954
1955 for ac_func in gsl_sf_sinc_e
1956 do :
1957 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_sinc_e" "ac_cv_func_gsl_sf_sinc_e"
1958 + ac_fn_c_check_func "$LINENO" "gsl_sf_sinc_e" "ac_cv_func_gsl_sf_sinc_e"
1959 if test "x$ac_cv_func_gsl_sf_sinc_e" = xyes; then :
1960 cat >>confdefs.h <<_ACEOF
1961 #define HAVE_GSL_SF_SINC_E 1
1962 @@ -4519,7 +5097,7 @@
1963
1964 for ac_func in gsl_sf_sinc_e
1965 do :
1966 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_sinc_e" "ac_cv_func_gsl_sf_sinc_e"
1967 + ac_fn_c_check_func "$LINENO" "gsl_sf_sinc_e" "ac_cv_func_gsl_sf_sinc_e"
1968 if test "x$ac_cv_func_gsl_sf_sinc_e" = xyes; then :
1969 cat >>confdefs.h <<_ACEOF
1970 #define HAVE_GSL_SF_SINC_E 1
1971 @@ -4532,7 +5110,7 @@
1972
1973 for ac_func in gsl_sf_lnsinh_e
1974 do :
1975 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnsinh_e" "ac_cv_func_gsl_sf_lnsinh_e"
1976 + ac_fn_c_check_func "$LINENO" "gsl_sf_lnsinh_e" "ac_cv_func_gsl_sf_lnsinh_e"
1977 if test "x$ac_cv_func_gsl_sf_lnsinh_e" = xyes; then :
1978 cat >>confdefs.h <<_ACEOF
1979 #define HAVE_GSL_SF_LNSINH_E 1
1980 @@ -4545,7 +5123,7 @@
1981
1982 for ac_func in gsl_sf_lnsinh_e
1983 do :
1984 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnsinh_e" "ac_cv_func_gsl_sf_lnsinh_e"
1985 + ac_fn_c_check_func "$LINENO" "gsl_sf_lnsinh_e" "ac_cv_func_gsl_sf_lnsinh_e"
1986 if test "x$ac_cv_func_gsl_sf_lnsinh_e" = xyes; then :
1987 cat >>confdefs.h <<_ACEOF
1988 #define HAVE_GSL_SF_LNSINH_E 1
1989 @@ -4558,7 +5136,7 @@
1990
1991 for ac_func in gsl_sf_lncosh_e
1992 do :
1993 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lncosh_e" "ac_cv_func_gsl_sf_lncosh_e"
1994 + ac_fn_c_check_func "$LINENO" "gsl_sf_lncosh_e" "ac_cv_func_gsl_sf_lncosh_e"
1995 if test "x$ac_cv_func_gsl_sf_lncosh_e" = xyes; then :
1996 cat >>confdefs.h <<_ACEOF
1997 #define HAVE_GSL_SF_LNCOSH_E 1
1998 @@ -4571,7 +5149,7 @@
1999
2000 for ac_func in gsl_sf_lncosh_e
2001 do :
2002 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lncosh_e" "ac_cv_func_gsl_sf_lncosh_e"
2003 + ac_fn_c_check_func "$LINENO" "gsl_sf_lncosh_e" "ac_cv_func_gsl_sf_lncosh_e"
2004 if test "x$ac_cv_func_gsl_sf_lncosh_e" = xyes; then :
2005 cat >>confdefs.h <<_ACEOF
2006 #define HAVE_GSL_SF_LNCOSH_E 1
2007 @@ -4584,7 +5162,7 @@
2008
2009 for ac_func in gsl_sf_bessel_Jn_e
2010 do :
2011 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Jn_e" "ac_cv_func_gsl_sf_bessel_Jn_e"
2012 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Jn_e" "ac_cv_func_gsl_sf_bessel_Jn_e"
2013 if test "x$ac_cv_func_gsl_sf_bessel_Jn_e" = xyes; then :
2014 cat >>confdefs.h <<_ACEOF
2015 #define HAVE_GSL_SF_BESSEL_JN_E 1
2016 @@ -4597,7 +5175,7 @@
2017
2018 for ac_func in gsl_sf_bessel_Jn_e
2019 do :
2020 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Jn_e" "ac_cv_func_gsl_sf_bessel_Jn_e"
2021 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Jn_e" "ac_cv_func_gsl_sf_bessel_Jn_e"
2022 if test "x$ac_cv_func_gsl_sf_bessel_Jn_e" = xyes; then :
2023 cat >>confdefs.h <<_ACEOF
2024 #define HAVE_GSL_SF_BESSEL_JN_E 1
2025 @@ -4610,7 +5188,7 @@
2026
2027 for ac_func in gsl_sf_bessel_Yn_e
2028 do :
2029 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Yn_e" "ac_cv_func_gsl_sf_bessel_Yn_e"
2030 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Yn_e" "ac_cv_func_gsl_sf_bessel_Yn_e"
2031 if test "x$ac_cv_func_gsl_sf_bessel_Yn_e" = xyes; then :
2032 cat >>confdefs.h <<_ACEOF
2033 #define HAVE_GSL_SF_BESSEL_YN_E 1
2034 @@ -4623,7 +5201,7 @@
2035
2036 for ac_func in gsl_sf_bessel_Yn_e
2037 do :
2038 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Yn_e" "ac_cv_func_gsl_sf_bessel_Yn_e"
2039 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Yn_e" "ac_cv_func_gsl_sf_bessel_Yn_e"
2040 if test "x$ac_cv_func_gsl_sf_bessel_Yn_e" = xyes; then :
2041 cat >>confdefs.h <<_ACEOF
2042 #define HAVE_GSL_SF_BESSEL_YN_E 1
2043 @@ -4636,7 +5214,7 @@
2044
2045 for ac_func in gsl_sf_bessel_In_e
2046 do :
2047 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_e" "ac_cv_func_gsl_sf_bessel_In_e"
2048 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_In_e" "ac_cv_func_gsl_sf_bessel_In_e"
2049 if test "x$ac_cv_func_gsl_sf_bessel_In_e" = xyes; then :
2050 cat >>confdefs.h <<_ACEOF
2051 #define HAVE_GSL_SF_BESSEL_IN_E 1
2052 @@ -4649,7 +5227,7 @@
2053
2054 for ac_func in gsl_sf_bessel_In_e
2055 do :
2056 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_e" "ac_cv_func_gsl_sf_bessel_In_e"
2057 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_In_e" "ac_cv_func_gsl_sf_bessel_In_e"
2058 if test "x$ac_cv_func_gsl_sf_bessel_In_e" = xyes; then :
2059 cat >>confdefs.h <<_ACEOF
2060 #define HAVE_GSL_SF_BESSEL_IN_E 1
2061 @@ -4662,7 +5240,7 @@
2062
2063 for ac_func in gsl_sf_bessel_In_scaled_e
2064 do :
2065 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_scaled_e" "ac_cv_func_gsl_sf_bessel_In_scaled_e"
2066 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_In_scaled_e" "ac_cv_func_gsl_sf_bessel_In_scaled_e"
2067 if test "x$ac_cv_func_gsl_sf_bessel_In_scaled_e" = xyes; then :
2068 cat >>confdefs.h <<_ACEOF
2069 #define HAVE_GSL_SF_BESSEL_IN_SCALED_E 1
2070 @@ -4675,7 +5253,7 @@
2071
2072 for ac_func in gsl_sf_bessel_In_scaled_e
2073 do :
2074 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_scaled_e" "ac_cv_func_gsl_sf_bessel_In_scaled_e"
2075 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_In_scaled_e" "ac_cv_func_gsl_sf_bessel_In_scaled_e"
2076 if test "x$ac_cv_func_gsl_sf_bessel_In_scaled_e" = xyes; then :
2077 cat >>confdefs.h <<_ACEOF
2078 #define HAVE_GSL_SF_BESSEL_IN_SCALED_E 1
2079 @@ -4688,7 +5266,7 @@
2080
2081 for ac_func in gsl_sf_bessel_Kn_e
2082 do :
2083 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_e" "ac_cv_func_gsl_sf_bessel_Kn_e"
2084 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Kn_e" "ac_cv_func_gsl_sf_bessel_Kn_e"
2085 if test "x$ac_cv_func_gsl_sf_bessel_Kn_e" = xyes; then :
2086 cat >>confdefs.h <<_ACEOF
2087 #define HAVE_GSL_SF_BESSEL_KN_E 1
2088 @@ -4701,7 +5279,7 @@
2089
2090 for ac_func in gsl_sf_bessel_Kn_e
2091 do :
2092 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_e" "ac_cv_func_gsl_sf_bessel_Kn_e"
2093 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Kn_e" "ac_cv_func_gsl_sf_bessel_Kn_e"
2094 if test "x$ac_cv_func_gsl_sf_bessel_Kn_e" = xyes; then :
2095 cat >>confdefs.h <<_ACEOF
2096 #define HAVE_GSL_SF_BESSEL_KN_E 1
2097 @@ -4714,7 +5292,7 @@
2098
2099 for ac_func in gsl_sf_bessel_Kn_scaled_e
2100 do :
2101 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_scaled_e" "ac_cv_func_gsl_sf_bessel_Kn_scaled_e"
2102 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Kn_scaled_e" "ac_cv_func_gsl_sf_bessel_Kn_scaled_e"
2103 if test "x$ac_cv_func_gsl_sf_bessel_Kn_scaled_e" = xyes; then :
2104 cat >>confdefs.h <<_ACEOF
2105 #define HAVE_GSL_SF_BESSEL_KN_SCALED_E 1
2106 @@ -4727,7 +5305,7 @@
2107
2108 for ac_func in gsl_sf_bessel_Kn_scaled_e
2109 do :
2110 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_scaled_e" "ac_cv_func_gsl_sf_bessel_Kn_scaled_e"
2111 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Kn_scaled_e" "ac_cv_func_gsl_sf_bessel_Kn_scaled_e"
2112 if test "x$ac_cv_func_gsl_sf_bessel_Kn_scaled_e" = xyes; then :
2113 cat >>confdefs.h <<_ACEOF
2114 #define HAVE_GSL_SF_BESSEL_KN_SCALED_E 1
2115 @@ -4740,7 +5318,7 @@
2116
2117 for ac_func in gsl_sf_bessel_jl_e
2118 do :
2119 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_jl_e" "ac_cv_func_gsl_sf_bessel_jl_e"
2120 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_jl_e" "ac_cv_func_gsl_sf_bessel_jl_e"
2121 if test "x$ac_cv_func_gsl_sf_bessel_jl_e" = xyes; then :
2122 cat >>confdefs.h <<_ACEOF
2123 #define HAVE_GSL_SF_BESSEL_JL_E 1
2124 @@ -4753,7 +5331,7 @@
2125
2126 for ac_func in gsl_sf_bessel_jl_e
2127 do :
2128 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_jl_e" "ac_cv_func_gsl_sf_bessel_jl_e"
2129 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_jl_e" "ac_cv_func_gsl_sf_bessel_jl_e"
2130 if test "x$ac_cv_func_gsl_sf_bessel_jl_e" = xyes; then :
2131 cat >>confdefs.h <<_ACEOF
2132 #define HAVE_GSL_SF_BESSEL_JL_E 1
2133 @@ -4766,7 +5344,7 @@
2134
2135 for ac_func in gsl_sf_bessel_yl_e
2136 do :
2137 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_yl_e" "ac_cv_func_gsl_sf_bessel_yl_e"
2138 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_yl_e" "ac_cv_func_gsl_sf_bessel_yl_e"
2139 if test "x$ac_cv_func_gsl_sf_bessel_yl_e" = xyes; then :
2140 cat >>confdefs.h <<_ACEOF
2141 #define HAVE_GSL_SF_BESSEL_YL_E 1
2142 @@ -4779,7 +5357,7 @@
2143
2144 for ac_func in gsl_sf_bessel_yl_e
2145 do :
2146 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_yl_e" "ac_cv_func_gsl_sf_bessel_yl_e"
2147 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_yl_e" "ac_cv_func_gsl_sf_bessel_yl_e"
2148 if test "x$ac_cv_func_gsl_sf_bessel_yl_e" = xyes; then :
2149 cat >>confdefs.h <<_ACEOF
2150 #define HAVE_GSL_SF_BESSEL_YL_E 1
2151 @@ -4792,7 +5370,7 @@
2152
2153 for ac_func in gsl_sf_bessel_il_scaled_e
2154 do :
2155 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_il_scaled_e" "ac_cv_func_gsl_sf_bessel_il_scaled_e"
2156 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_il_scaled_e" "ac_cv_func_gsl_sf_bessel_il_scaled_e"
2157 if test "x$ac_cv_func_gsl_sf_bessel_il_scaled_e" = xyes; then :
2158 cat >>confdefs.h <<_ACEOF
2159 #define HAVE_GSL_SF_BESSEL_IL_SCALED_E 1
2160 @@ -4805,7 +5383,7 @@
2161
2162 for ac_func in gsl_sf_bessel_il_scaled_e
2163 do :
2164 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_il_scaled_e" "ac_cv_func_gsl_sf_bessel_il_scaled_e"
2165 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_il_scaled_e" "ac_cv_func_gsl_sf_bessel_il_scaled_e"
2166 if test "x$ac_cv_func_gsl_sf_bessel_il_scaled_e" = xyes; then :
2167 cat >>confdefs.h <<_ACEOF
2168 #define HAVE_GSL_SF_BESSEL_IL_SCALED_E 1
2169 @@ -4818,7 +5396,7 @@
2170
2171 for ac_func in gsl_sf_bessel_kl_scaled_e
2172 do :
2173 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_kl_scaled_e" "ac_cv_func_gsl_sf_bessel_kl_scaled_e"
2174 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_kl_scaled_e" "ac_cv_func_gsl_sf_bessel_kl_scaled_e"
2175 if test "x$ac_cv_func_gsl_sf_bessel_kl_scaled_e" = xyes; then :
2176 cat >>confdefs.h <<_ACEOF
2177 #define HAVE_GSL_SF_BESSEL_KL_SCALED_E 1
2178 @@ -4831,7 +5409,7 @@
2179
2180 for ac_func in gsl_sf_bessel_kl_scaled_e
2181 do :
2182 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_kl_scaled_e" "ac_cv_func_gsl_sf_bessel_kl_scaled_e"
2183 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_kl_scaled_e" "ac_cv_func_gsl_sf_bessel_kl_scaled_e"
2184 if test "x$ac_cv_func_gsl_sf_bessel_kl_scaled_e" = xyes; then :
2185 cat >>confdefs.h <<_ACEOF
2186 #define HAVE_GSL_SF_BESSEL_KL_SCALED_E 1
2187 @@ -4844,7 +5422,7 @@
2188
2189 for ac_func in gsl_sf_exprel_n_e
2190 do :
2191 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_n_e" "ac_cv_func_gsl_sf_exprel_n_e"
2192 + ac_fn_c_check_func "$LINENO" "gsl_sf_exprel_n_e" "ac_cv_func_gsl_sf_exprel_n_e"
2193 if test "x$ac_cv_func_gsl_sf_exprel_n_e" = xyes; then :
2194 cat >>confdefs.h <<_ACEOF
2195 #define HAVE_GSL_SF_EXPREL_N_E 1
2196 @@ -4857,7 +5435,7 @@
2197
2198 for ac_func in gsl_sf_exprel_n_e
2199 do :
2200 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_n_e" "ac_cv_func_gsl_sf_exprel_n_e"
2201 + ac_fn_c_check_func "$LINENO" "gsl_sf_exprel_n_e" "ac_cv_func_gsl_sf_exprel_n_e"
2202 if test "x$ac_cv_func_gsl_sf_exprel_n_e" = xyes; then :
2203 cat >>confdefs.h <<_ACEOF
2204 #define HAVE_GSL_SF_EXPREL_N_E 1
2205 @@ -4870,7 +5448,7 @@
2206
2207 for ac_func in gsl_sf_fermi_dirac_int_e
2208 do :
2209 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_int_e" "ac_cv_func_gsl_sf_fermi_dirac_int_e"
2210 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_int_e" "ac_cv_func_gsl_sf_fermi_dirac_int_e"
2211 if test "x$ac_cv_func_gsl_sf_fermi_dirac_int_e" = xyes; then :
2212 cat >>confdefs.h <<_ACEOF
2213 #define HAVE_GSL_SF_FERMI_DIRAC_INT_E 1
2214 @@ -4883,7 +5461,7 @@
2215
2216 for ac_func in gsl_sf_fermi_dirac_int_e
2217 do :
2218 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_int_e" "ac_cv_func_gsl_sf_fermi_dirac_int_e"
2219 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_int_e" "ac_cv_func_gsl_sf_fermi_dirac_int_e"
2220 if test "x$ac_cv_func_gsl_sf_fermi_dirac_int_e" = xyes; then :
2221 cat >>confdefs.h <<_ACEOF
2222 #define HAVE_GSL_SF_FERMI_DIRAC_INT_E 1
2223 @@ -4896,7 +5474,7 @@
2224
2225 for ac_func in gsl_sf_taylorcoeff_e
2226 do :
2227 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_taylorcoeff_e" "ac_cv_func_gsl_sf_taylorcoeff_e"
2228 + ac_fn_c_check_func "$LINENO" "gsl_sf_taylorcoeff_e" "ac_cv_func_gsl_sf_taylorcoeff_e"
2229 if test "x$ac_cv_func_gsl_sf_taylorcoeff_e" = xyes; then :
2230 cat >>confdefs.h <<_ACEOF
2231 #define HAVE_GSL_SF_TAYLORCOEFF_E 1
2232 @@ -4909,7 +5487,7 @@
2233
2234 for ac_func in gsl_sf_taylorcoeff_e
2235 do :
2236 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_taylorcoeff_e" "ac_cv_func_gsl_sf_taylorcoeff_e"
2237 + ac_fn_c_check_func "$LINENO" "gsl_sf_taylorcoeff_e" "ac_cv_func_gsl_sf_taylorcoeff_e"
2238 if test "x$ac_cv_func_gsl_sf_taylorcoeff_e" = xyes; then :
2239 cat >>confdefs.h <<_ACEOF
2240 #define HAVE_GSL_SF_TAYLORCOEFF_E 1
2241 @@ -4922,7 +5500,7 @@
2242
2243 for ac_func in gsl_sf_legendre_Pl_e
2244 do :
2245 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Pl_e" "ac_cv_func_gsl_sf_legendre_Pl_e"
2246 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Pl_e" "ac_cv_func_gsl_sf_legendre_Pl_e"
2247 if test "x$ac_cv_func_gsl_sf_legendre_Pl_e" = xyes; then :
2248 cat >>confdefs.h <<_ACEOF
2249 #define HAVE_GSL_SF_LEGENDRE_PL_E 1
2250 @@ -4933,7 +5511,7 @@
2251
2252 for ac_func in gsl_sf_legendre_Pl_e
2253 do :
2254 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Pl_e" "ac_cv_func_gsl_sf_legendre_Pl_e"
2255 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Pl_e" "ac_cv_func_gsl_sf_legendre_Pl_e"
2256 if test "x$ac_cv_func_gsl_sf_legendre_Pl_e" = xyes; then :
2257 cat >>confdefs.h <<_ACEOF
2258 #define HAVE_GSL_SF_LEGENDRE_PL_E 1
2259 @@ -4944,7 +5522,7 @@
2260
2261 for ac_func in gsl_sf_legendre_Ql_e
2262 do :
2263 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Ql_e" "ac_cv_func_gsl_sf_legendre_Ql_e"
2264 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Ql_e" "ac_cv_func_gsl_sf_legendre_Ql_e"
2265 if test "x$ac_cv_func_gsl_sf_legendre_Ql_e" = xyes; then :
2266 cat >>confdefs.h <<_ACEOF
2267 #define HAVE_GSL_SF_LEGENDRE_QL_E 1
2268 @@ -4957,7 +5535,7 @@
2269
2270 for ac_func in gsl_sf_legendre_Ql_e
2271 do :
2272 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Ql_e" "ac_cv_func_gsl_sf_legendre_Ql_e"
2273 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Ql_e" "ac_cv_func_gsl_sf_legendre_Ql_e"
2274 if test "x$ac_cv_func_gsl_sf_legendre_Ql_e" = xyes; then :
2275 cat >>confdefs.h <<_ACEOF
2276 #define HAVE_GSL_SF_LEGENDRE_QL_E 1
2277 @@ -4970,7 +5548,7 @@
2278
2279 for ac_func in gsl_sf_mathieu_a_e
2280 do :
2281 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_a_e" "ac_cv_func_gsl_sf_mathieu_a_e"
2282 + ac_fn_c_check_func "$LINENO" "gsl_sf_mathieu_a_e" "ac_cv_func_gsl_sf_mathieu_a_e"
2283 if test "x$ac_cv_func_gsl_sf_mathieu_a_e" = xyes; then :
2284 cat >>confdefs.h <<_ACEOF
2285 #define HAVE_GSL_SF_MATHIEU_A_E 1
2286 @@ -4983,7 +5561,7 @@
2287
2288 for ac_func in gsl_sf_mathieu_b_e
2289 do :
2290 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_b_e" "ac_cv_func_gsl_sf_mathieu_b_e"
2291 + ac_fn_c_check_func "$LINENO" "gsl_sf_mathieu_b_e" "ac_cv_func_gsl_sf_mathieu_b_e"
2292 if test "x$ac_cv_func_gsl_sf_mathieu_b_e" = xyes; then :
2293 cat >>confdefs.h <<_ACEOF
2294 #define HAVE_GSL_SF_MATHIEU_B_E 1
2295 @@ -4996,7 +5574,7 @@
2296
2297 for ac_func in gsl_sf_psi_n_e
2298 do :
2299 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_n_e" "ac_cv_func_gsl_sf_psi_n_e"
2300 + ac_fn_c_check_func "$LINENO" "gsl_sf_psi_n_e" "ac_cv_func_gsl_sf_psi_n_e"
2301 if test "x$ac_cv_func_gsl_sf_psi_n_e" = xyes; then :
2302 cat >>confdefs.h <<_ACEOF
2303 #define HAVE_GSL_SF_PSI_N_E 1
2304 @@ -5009,7 +5587,7 @@
2305
2306 for ac_func in gsl_sf_psi_n_e
2307 do :
2308 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_n_e" "ac_cv_func_gsl_sf_psi_n_e"
2309 + ac_fn_c_check_func "$LINENO" "gsl_sf_psi_n_e" "ac_cv_func_gsl_sf_psi_n_e"
2310 if test "x$ac_cv_func_gsl_sf_psi_n_e" = xyes; then :
2311 cat >>confdefs.h <<_ACEOF
2312 #define HAVE_GSL_SF_PSI_N_E 1
2313 @@ -5022,7 +5600,7 @@
2314
2315 for ac_func in gsl_sf_bessel_Jnu_e
2316 do :
2317 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Jnu_e" "ac_cv_func_gsl_sf_bessel_Jnu_e"
2318 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Jnu_e" "ac_cv_func_gsl_sf_bessel_Jnu_e"
2319 if test "x$ac_cv_func_gsl_sf_bessel_Jnu_e" = xyes; then :
2320 cat >>confdefs.h <<_ACEOF
2321 #define HAVE_GSL_SF_BESSEL_JNU_E 1
2322 @@ -5035,7 +5613,7 @@
2323
2324 for ac_func in gsl_sf_bessel_Jnu_e
2325 do :
2326 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Jnu_e" "ac_cv_func_gsl_sf_bessel_Jnu_e"
2327 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Jnu_e" "ac_cv_func_gsl_sf_bessel_Jnu_e"
2328 if test "x$ac_cv_func_gsl_sf_bessel_Jnu_e" = xyes; then :
2329 cat >>confdefs.h <<_ACEOF
2330 #define HAVE_GSL_SF_BESSEL_JNU_E 1
2331 @@ -5048,7 +5626,7 @@
2332
2333 for ac_func in gsl_sf_bessel_Ynu_e
2334 do :
2335 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Ynu_e" "ac_cv_func_gsl_sf_bessel_Ynu_e"
2336 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Ynu_e" "ac_cv_func_gsl_sf_bessel_Ynu_e"
2337 if test "x$ac_cv_func_gsl_sf_bessel_Ynu_e" = xyes; then :
2338 cat >>confdefs.h <<_ACEOF
2339 #define HAVE_GSL_SF_BESSEL_YNU_E 1
2340 @@ -5061,7 +5639,7 @@
2341
2342 for ac_func in gsl_sf_bessel_Ynu_e
2343 do :
2344 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Ynu_e" "ac_cv_func_gsl_sf_bessel_Ynu_e"
2345 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Ynu_e" "ac_cv_func_gsl_sf_bessel_Ynu_e"
2346 if test "x$ac_cv_func_gsl_sf_bessel_Ynu_e" = xyes; then :
2347 cat >>confdefs.h <<_ACEOF
2348 #define HAVE_GSL_SF_BESSEL_YNU_E 1
2349 @@ -5074,7 +5652,7 @@
2350
2351 for ac_func in gsl_sf_bessel_Inu_e
2352 do :
2353 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Inu_e" "ac_cv_func_gsl_sf_bessel_Inu_e"
2354 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Inu_e" "ac_cv_func_gsl_sf_bessel_Inu_e"
2355 if test "x$ac_cv_func_gsl_sf_bessel_Inu_e" = xyes; then :
2356 cat >>confdefs.h <<_ACEOF
2357 #define HAVE_GSL_SF_BESSEL_INU_E 1
2358 @@ -5087,7 +5665,7 @@
2359
2360 for ac_func in gsl_sf_bessel_Inu_e
2361 do :
2362 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Inu_e" "ac_cv_func_gsl_sf_bessel_Inu_e"
2363 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Inu_e" "ac_cv_func_gsl_sf_bessel_Inu_e"
2364 if test "x$ac_cv_func_gsl_sf_bessel_Inu_e" = xyes; then :
2365 cat >>confdefs.h <<_ACEOF
2366 #define HAVE_GSL_SF_BESSEL_INU_E 1
2367 @@ -5100,7 +5678,7 @@
2368
2369 for ac_func in gsl_sf_bessel_Inu_scaled_e
2370 do :
2371 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Inu_scaled_e" "ac_cv_func_gsl_sf_bessel_Inu_scaled_e"
2372 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Inu_scaled_e" "ac_cv_func_gsl_sf_bessel_Inu_scaled_e"
2373 if test "x$ac_cv_func_gsl_sf_bessel_Inu_scaled_e" = xyes; then :
2374 cat >>confdefs.h <<_ACEOF
2375 #define HAVE_GSL_SF_BESSEL_INU_SCALED_E 1
2376 @@ -5113,7 +5691,7 @@
2377
2378 for ac_func in gsl_sf_bessel_Inu_scaled_e
2379 do :
2380 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Inu_scaled_e" "ac_cv_func_gsl_sf_bessel_Inu_scaled_e"
2381 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Inu_scaled_e" "ac_cv_func_gsl_sf_bessel_Inu_scaled_e"
2382 if test "x$ac_cv_func_gsl_sf_bessel_Inu_scaled_e" = xyes; then :
2383 cat >>confdefs.h <<_ACEOF
2384 #define HAVE_GSL_SF_BESSEL_INU_SCALED_E 1
2385 @@ -5126,7 +5704,7 @@
2386
2387 for ac_func in gsl_sf_bessel_Knu_e
2388 do :
2389 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Knu_e" "ac_cv_func_gsl_sf_bessel_Knu_e"
2390 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Knu_e" "ac_cv_func_gsl_sf_bessel_Knu_e"
2391 if test "x$ac_cv_func_gsl_sf_bessel_Knu_e" = xyes; then :
2392 cat >>confdefs.h <<_ACEOF
2393 #define HAVE_GSL_SF_BESSEL_KNU_E 1
2394 @@ -5139,7 +5717,7 @@
2395
2396 for ac_func in gsl_sf_bessel_Knu_e
2397 do :
2398 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Knu_e" "ac_cv_func_gsl_sf_bessel_Knu_e"
2399 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Knu_e" "ac_cv_func_gsl_sf_bessel_Knu_e"
2400 if test "x$ac_cv_func_gsl_sf_bessel_Knu_e" = xyes; then :
2401 cat >>confdefs.h <<_ACEOF
2402 #define HAVE_GSL_SF_BESSEL_KNU_E 1
2403 @@ -5152,7 +5730,7 @@
2404
2405 for ac_func in gsl_sf_bessel_lnKnu_e
2406 do :
2407 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_lnKnu_e" "ac_cv_func_gsl_sf_bessel_lnKnu_e"
2408 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_lnKnu_e" "ac_cv_func_gsl_sf_bessel_lnKnu_e"
2409 if test "x$ac_cv_func_gsl_sf_bessel_lnKnu_e" = xyes; then :
2410 cat >>confdefs.h <<_ACEOF
2411 #define HAVE_GSL_SF_BESSEL_LNKNU_E 1
2412 @@ -5165,7 +5743,7 @@
2413
2414 for ac_func in gsl_sf_bessel_lnKnu_e
2415 do :
2416 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_lnKnu_e" "ac_cv_func_gsl_sf_bessel_lnKnu_e"
2417 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_lnKnu_e" "ac_cv_func_gsl_sf_bessel_lnKnu_e"
2418 if test "x$ac_cv_func_gsl_sf_bessel_lnKnu_e" = xyes; then :
2419 cat >>confdefs.h <<_ACEOF
2420 #define HAVE_GSL_SF_BESSEL_LNKNU_E 1
2421 @@ -5178,7 +5756,7 @@
2422
2423 for ac_func in gsl_sf_bessel_Knu_scaled_e
2424 do :
2425 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Knu_scaled_e" "ac_cv_func_gsl_sf_bessel_Knu_scaled_e"
2426 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Knu_scaled_e" "ac_cv_func_gsl_sf_bessel_Knu_scaled_e"
2427 if test "x$ac_cv_func_gsl_sf_bessel_Knu_scaled_e" = xyes; then :
2428 cat >>confdefs.h <<_ACEOF
2429 #define HAVE_GSL_SF_BESSEL_KNU_SCALED_E 1
2430 @@ -5191,7 +5769,7 @@
2431
2432 for ac_func in gsl_sf_bessel_Knu_scaled_e
2433 do :
2434 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Knu_scaled_e" "ac_cv_func_gsl_sf_bessel_Knu_scaled_e"
2435 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Knu_scaled_e" "ac_cv_func_gsl_sf_bessel_Knu_scaled_e"
2436 if test "x$ac_cv_func_gsl_sf_bessel_Knu_scaled_e" = xyes; then :
2437 cat >>confdefs.h <<_ACEOF
2438 #define HAVE_GSL_SF_BESSEL_KNU_SCALED_E 1
2439 @@ -5204,7 +5782,7 @@
2440
2441 for ac_func in gsl_sf_exp_mult_e
2442 do :
2443 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exp_mult_e" "ac_cv_func_gsl_sf_exp_mult_e"
2444 + ac_fn_c_check_func "$LINENO" "gsl_sf_exp_mult_e" "ac_cv_func_gsl_sf_exp_mult_e"
2445 if test "x$ac_cv_func_gsl_sf_exp_mult_e" = xyes; then :
2446 cat >>confdefs.h <<_ACEOF
2447 #define HAVE_GSL_SF_EXP_MULT_E 1
2448 @@ -5217,7 +5795,7 @@
2449
2450 for ac_func in gsl_sf_exp_mult_e
2451 do :
2452 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exp_mult_e" "ac_cv_func_gsl_sf_exp_mult_e"
2453 + ac_fn_c_check_func "$LINENO" "gsl_sf_exp_mult_e" "ac_cv_func_gsl_sf_exp_mult_e"
2454 if test "x$ac_cv_func_gsl_sf_exp_mult_e" = xyes; then :
2455 cat >>confdefs.h <<_ACEOF
2456 #define HAVE_GSL_SF_EXP_MULT_E 1
2457 @@ -5230,7 +5808,7 @@
2458
2459 for ac_func in gsl_sf_fermi_dirac_inc_0_e
2460 do :
2461 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_inc_0_e" "ac_cv_func_gsl_sf_fermi_dirac_inc_0_e"
2462 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_inc_0_e" "ac_cv_func_gsl_sf_fermi_dirac_inc_0_e"
2463 if test "x$ac_cv_func_gsl_sf_fermi_dirac_inc_0_e" = xyes; then :
2464 cat >>confdefs.h <<_ACEOF
2465 #define HAVE_GSL_SF_FERMI_DIRAC_INC_0_E 1
2466 @@ -5243,7 +5821,7 @@
2467
2468 for ac_func in gsl_sf_fermi_dirac_inc_0_e
2469 do :
2470 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_inc_0_e" "ac_cv_func_gsl_sf_fermi_dirac_inc_0_e"
2471 + ac_fn_c_check_func "$LINENO" "gsl_sf_fermi_dirac_inc_0_e" "ac_cv_func_gsl_sf_fermi_dirac_inc_0_e"
2472 if test "x$ac_cv_func_gsl_sf_fermi_dirac_inc_0_e" = xyes; then :
2473 cat >>confdefs.h <<_ACEOF
2474 #define HAVE_GSL_SF_FERMI_DIRAC_INC_0_E 1
2475 @@ -5256,7 +5834,7 @@
2476
2477 for ac_func in gsl_sf_poch_e
2478 do :
2479 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_poch_e" "ac_cv_func_gsl_sf_poch_e"
2480 + ac_fn_c_check_func "$LINENO" "gsl_sf_poch_e" "ac_cv_func_gsl_sf_poch_e"
2481 if test "x$ac_cv_func_gsl_sf_poch_e" = xyes; then :
2482 cat >>confdefs.h <<_ACEOF
2483 #define HAVE_GSL_SF_POCH_E 1
2484 @@ -5269,7 +5847,7 @@
2485
2486 for ac_func in gsl_sf_poch_e
2487 do :
2488 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_poch_e" "ac_cv_func_gsl_sf_poch_e"
2489 + ac_fn_c_check_func "$LINENO" "gsl_sf_poch_e" "ac_cv_func_gsl_sf_poch_e"
2490 if test "x$ac_cv_func_gsl_sf_poch_e" = xyes; then :
2491 cat >>confdefs.h <<_ACEOF
2492 #define HAVE_GSL_SF_POCH_E 1
2493 @@ -5282,7 +5860,7 @@
2494
2495 for ac_func in gsl_sf_lnpoch_e
2496 do :
2497 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnpoch_e" "ac_cv_func_gsl_sf_lnpoch_e"
2498 + ac_fn_c_check_func "$LINENO" "gsl_sf_lnpoch_e" "ac_cv_func_gsl_sf_lnpoch_e"
2499 if test "x$ac_cv_func_gsl_sf_lnpoch_e" = xyes; then :
2500 cat >>confdefs.h <<_ACEOF
2501 #define HAVE_GSL_SF_LNPOCH_E 1
2502 @@ -5295,7 +5873,7 @@
2503
2504 for ac_func in gsl_sf_lnpoch_e
2505 do :
2506 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnpoch_e" "ac_cv_func_gsl_sf_lnpoch_e"
2507 + ac_fn_c_check_func "$LINENO" "gsl_sf_lnpoch_e" "ac_cv_func_gsl_sf_lnpoch_e"
2508 if test "x$ac_cv_func_gsl_sf_lnpoch_e" = xyes; then :
2509 cat >>confdefs.h <<_ACEOF
2510 #define HAVE_GSL_SF_LNPOCH_E 1
2511 @@ -5308,7 +5886,7 @@
2512
2513 for ac_func in gsl_sf_pochrel_e
2514 do :
2515 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_pochrel_e" "ac_cv_func_gsl_sf_pochrel_e"
2516 + ac_fn_c_check_func "$LINENO" "gsl_sf_pochrel_e" "ac_cv_func_gsl_sf_pochrel_e"
2517 if test "x$ac_cv_func_gsl_sf_pochrel_e" = xyes; then :
2518 cat >>confdefs.h <<_ACEOF
2519 #define HAVE_GSL_SF_POCHREL_E 1
2520 @@ -5321,7 +5899,7 @@
2521
2522 for ac_func in gsl_sf_pochrel_e
2523 do :
2524 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_pochrel_e" "ac_cv_func_gsl_sf_pochrel_e"
2525 + ac_fn_c_check_func "$LINENO" "gsl_sf_pochrel_e" "ac_cv_func_gsl_sf_pochrel_e"
2526 if test "x$ac_cv_func_gsl_sf_pochrel_e" = xyes; then :
2527 cat >>confdefs.h <<_ACEOF
2528 #define HAVE_GSL_SF_POCHREL_E 1
2529 @@ -5334,7 +5912,7 @@
2530
2531 for ac_func in gsl_sf_gamma_inc_Q_e
2532 do :
2533 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_Q_e" "ac_cv_func_gsl_sf_gamma_inc_Q_e"
2534 + ac_fn_c_check_func "$LINENO" "gsl_sf_gamma_inc_Q_e" "ac_cv_func_gsl_sf_gamma_inc_Q_e"
2535 if test "x$ac_cv_func_gsl_sf_gamma_inc_Q_e" = xyes; then :
2536 cat >>confdefs.h <<_ACEOF
2537 #define HAVE_GSL_SF_GAMMA_INC_Q_E 1
2538 @@ -5347,7 +5925,7 @@
2539
2540 for ac_func in gsl_sf_gamma_inc_Q_e
2541 do :
2542 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_Q_e" "ac_cv_func_gsl_sf_gamma_inc_Q_e"
2543 + ac_fn_c_check_func "$LINENO" "gsl_sf_gamma_inc_Q_e" "ac_cv_func_gsl_sf_gamma_inc_Q_e"
2544 if test "x$ac_cv_func_gsl_sf_gamma_inc_Q_e" = xyes; then :
2545 cat >>confdefs.h <<_ACEOF
2546 #define HAVE_GSL_SF_GAMMA_INC_Q_E 1
2547 @@ -5360,7 +5938,7 @@
2548
2549 for ac_func in gsl_sf_gamma_inc_P_e
2550 do :
2551 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_P_e" "ac_cv_func_gsl_sf_gamma_inc_P_e"
2552 + ac_fn_c_check_func "$LINENO" "gsl_sf_gamma_inc_P_e" "ac_cv_func_gsl_sf_gamma_inc_P_e"
2553 if test "x$ac_cv_func_gsl_sf_gamma_inc_P_e" = xyes; then :
2554 cat >>confdefs.h <<_ACEOF
2555 #define HAVE_GSL_SF_GAMMA_INC_P_E 1
2556 @@ -5373,7 +5951,7 @@
2557
2558 for ac_func in gsl_sf_gamma_inc_P_e
2559 do :
2560 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_P_e" "ac_cv_func_gsl_sf_gamma_inc_P_e"
2561 + ac_fn_c_check_func "$LINENO" "gsl_sf_gamma_inc_P_e" "ac_cv_func_gsl_sf_gamma_inc_P_e"
2562 if test "x$ac_cv_func_gsl_sf_gamma_inc_P_e" = xyes; then :
2563 cat >>confdefs.h <<_ACEOF
2564 #define HAVE_GSL_SF_GAMMA_INC_P_E 1
2565 @@ -5386,7 +5964,7 @@
2566
2567 for ac_func in gsl_sf_gamma_inc_e
2568 do :
2569 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_e" "ac_cv_func_gsl_sf_gamma_inc_e"
2570 + ac_fn_c_check_func "$LINENO" "gsl_sf_gamma_inc_e" "ac_cv_func_gsl_sf_gamma_inc_e"
2571 if test "x$ac_cv_func_gsl_sf_gamma_inc_e" = xyes; then :
2572 cat >>confdefs.h <<_ACEOF
2573 #define HAVE_GSL_SF_GAMMA_INC_E 1
2574 @@ -5399,7 +5977,7 @@
2575
2576 for ac_func in gsl_sf_gamma_inc_e
2577 do :
2578 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_e" "ac_cv_func_gsl_sf_gamma_inc_e"
2579 + ac_fn_c_check_func "$LINENO" "gsl_sf_gamma_inc_e" "ac_cv_func_gsl_sf_gamma_inc_e"
2580 if test "x$ac_cv_func_gsl_sf_gamma_inc_e" = xyes; then :
2581 cat >>confdefs.h <<_ACEOF
2582 #define HAVE_GSL_SF_GAMMA_INC_E 1
2583 @@ -5412,7 +5990,7 @@
2584
2585 for ac_func in gsl_sf_beta_e
2586 do :
2587 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_beta_e" "ac_cv_func_gsl_sf_beta_e"
2588 + ac_fn_c_check_func "$LINENO" "gsl_sf_beta_e" "ac_cv_func_gsl_sf_beta_e"
2589 if test "x$ac_cv_func_gsl_sf_beta_e" = xyes; then :
2590 cat >>confdefs.h <<_ACEOF
2591 #define HAVE_GSL_SF_BETA_E 1
2592 @@ -5425,7 +6003,7 @@
2593
2594 for ac_func in gsl_sf_beta_e
2595 do :
2596 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_beta_e" "ac_cv_func_gsl_sf_beta_e"
2597 + ac_fn_c_check_func "$LINENO" "gsl_sf_beta_e" "ac_cv_func_gsl_sf_beta_e"
2598 if test "x$ac_cv_func_gsl_sf_beta_e" = xyes; then :
2599 cat >>confdefs.h <<_ACEOF
2600 #define HAVE_GSL_SF_BETA_E 1
2601 @@ -5438,7 +6016,7 @@
2602
2603 for ac_func in gsl_sf_lnbeta_e
2604 do :
2605 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnbeta_e" "ac_cv_func_gsl_sf_lnbeta_e"
2606 + ac_fn_c_check_func "$LINENO" "gsl_sf_lnbeta_e" "ac_cv_func_gsl_sf_lnbeta_e"
2607 if test "x$ac_cv_func_gsl_sf_lnbeta_e" = xyes; then :
2608 cat >>confdefs.h <<_ACEOF
2609 #define HAVE_GSL_SF_LNBETA_E 1
2610 @@ -5451,7 +6029,7 @@
2611
2612 for ac_func in gsl_sf_lnbeta_e
2613 do :
2614 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnbeta_e" "ac_cv_func_gsl_sf_lnbeta_e"
2615 + ac_fn_c_check_func "$LINENO" "gsl_sf_lnbeta_e" "ac_cv_func_gsl_sf_lnbeta_e"
2616 if test "x$ac_cv_func_gsl_sf_lnbeta_e" = xyes; then :
2617 cat >>confdefs.h <<_ACEOF
2618 #define HAVE_GSL_SF_LNBETA_E 1
2619 @@ -5464,7 +6042,7 @@
2620
2621 for ac_func in gsl_sf_hyperg_0F1_e
2622 do :
2623 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_0F1_e" "ac_cv_func_gsl_sf_hyperg_0F1_e"
2624 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_0F1_e" "ac_cv_func_gsl_sf_hyperg_0F1_e"
2625 if test "x$ac_cv_func_gsl_sf_hyperg_0F1_e" = xyes; then :
2626 cat >>confdefs.h <<_ACEOF
2627 #define HAVE_GSL_SF_HYPERG_0F1_E 1
2628 @@ -5477,7 +6055,7 @@
2629
2630 for ac_func in gsl_sf_hyperg_0F1_e
2631 do :
2632 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_0F1_e" "ac_cv_func_gsl_sf_hyperg_0F1_e"
2633 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_0F1_e" "ac_cv_func_gsl_sf_hyperg_0F1_e"
2634 if test "x$ac_cv_func_gsl_sf_hyperg_0F1_e" = xyes; then :
2635 cat >>confdefs.h <<_ACEOF
2636 #define HAVE_GSL_SF_HYPERG_0F1_E 1
2637 @@ -5490,7 +6068,7 @@
2638
2639 for ac_func in gsl_sf_conicalP_half_e
2640 do :
2641 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_half_e" "ac_cv_func_gsl_sf_conicalP_half_e"
2642 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_half_e" "ac_cv_func_gsl_sf_conicalP_half_e"
2643 if test "x$ac_cv_func_gsl_sf_conicalP_half_e" = xyes; then :
2644 cat >>confdefs.h <<_ACEOF
2645 #define HAVE_GSL_SF_CONICALP_HALF_E 1
2646 @@ -5503,7 +6081,7 @@
2647
2648 for ac_func in gsl_sf_conicalP_half_e
2649 do :
2650 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_half_e" "ac_cv_func_gsl_sf_conicalP_half_e"
2651 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_half_e" "ac_cv_func_gsl_sf_conicalP_half_e"
2652 if test "x$ac_cv_func_gsl_sf_conicalP_half_e" = xyes; then :
2653 cat >>confdefs.h <<_ACEOF
2654 #define HAVE_GSL_SF_CONICALP_HALF_E 1
2655 @@ -5516,7 +6094,7 @@
2656
2657 for ac_func in gsl_sf_conicalP_mhalf_e
2658 do :
2659 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_mhalf_e" "ac_cv_func_gsl_sf_conicalP_mhalf_e"
2660 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_mhalf_e" "ac_cv_func_gsl_sf_conicalP_mhalf_e"
2661 if test "x$ac_cv_func_gsl_sf_conicalP_mhalf_e" = xyes; then :
2662 cat >>confdefs.h <<_ACEOF
2663 #define HAVE_GSL_SF_CONICALP_MHALF_E 1
2664 @@ -5529,7 +6107,7 @@
2665
2666 for ac_func in gsl_sf_conicalP_mhalf_e
2667 do :
2668 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_mhalf_e" "ac_cv_func_gsl_sf_conicalP_mhalf_e"
2669 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_mhalf_e" "ac_cv_func_gsl_sf_conicalP_mhalf_e"
2670 if test "x$ac_cv_func_gsl_sf_conicalP_mhalf_e" = xyes; then :
2671 cat >>confdefs.h <<_ACEOF
2672 #define HAVE_GSL_SF_CONICALP_MHALF_E 1
2673 @@ -5542,7 +6120,7 @@
2674
2675 for ac_func in gsl_sf_conicalP_0_e
2676 do :
2677 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_0_e" "ac_cv_func_gsl_sf_conicalP_0_e"
2678 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_0_e" "ac_cv_func_gsl_sf_conicalP_0_e"
2679 if test "x$ac_cv_func_gsl_sf_conicalP_0_e" = xyes; then :
2680 cat >>confdefs.h <<_ACEOF
2681 #define HAVE_GSL_SF_CONICALP_0_E 1
2682 @@ -5555,7 +6133,7 @@
2683
2684 for ac_func in gsl_sf_conicalP_0_e
2685 do :
2686 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_0_e" "ac_cv_func_gsl_sf_conicalP_0_e"
2687 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_0_e" "ac_cv_func_gsl_sf_conicalP_0_e"
2688 if test "x$ac_cv_func_gsl_sf_conicalP_0_e" = xyes; then :
2689 cat >>confdefs.h <<_ACEOF
2690 #define HAVE_GSL_SF_CONICALP_0_E 1
2691 @@ -5568,7 +6146,7 @@
2692
2693 for ac_func in gsl_sf_conicalP_1_e
2694 do :
2695 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_1_e" "ac_cv_func_gsl_sf_conicalP_1_e"
2696 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_1_e" "ac_cv_func_gsl_sf_conicalP_1_e"
2697 if test "x$ac_cv_func_gsl_sf_conicalP_1_e" = xyes; then :
2698 cat >>confdefs.h <<_ACEOF
2699 #define HAVE_GSL_SF_CONICALP_1_E 1
2700 @@ -5581,7 +6159,7 @@
2701
2702 for ac_func in gsl_sf_conicalP_1_e
2703 do :
2704 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_1_e" "ac_cv_func_gsl_sf_conicalP_1_e"
2705 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_1_e" "ac_cv_func_gsl_sf_conicalP_1_e"
2706 if test "x$ac_cv_func_gsl_sf_conicalP_1_e" = xyes; then :
2707 cat >>confdefs.h <<_ACEOF
2708 #define HAVE_GSL_SF_CONICALP_1_E 1
2709 @@ -5594,7 +6172,7 @@
2710
2711 for ac_func in gsl_sf_airy_Ai_e
2712 do :
2713 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_e" "ac_cv_func_gsl_sf_airy_Ai_e"
2714 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Ai_e" "ac_cv_func_gsl_sf_airy_Ai_e"
2715 if test "x$ac_cv_func_gsl_sf_airy_Ai_e" = xyes; then :
2716 cat >>confdefs.h <<_ACEOF
2717 #define HAVE_GSL_SF_AIRY_AI_E 1
2718 @@ -5607,7 +6185,7 @@
2719
2720 for ac_func in gsl_sf_airy_Ai_e
2721 do :
2722 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_e" "ac_cv_func_gsl_sf_airy_Ai_e"
2723 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Ai_e" "ac_cv_func_gsl_sf_airy_Ai_e"
2724 if test "x$ac_cv_func_gsl_sf_airy_Ai_e" = xyes; then :
2725 cat >>confdefs.h <<_ACEOF
2726 #define HAVE_GSL_SF_AIRY_AI_E 1
2727 @@ -5620,7 +6198,7 @@
2728
2729 for ac_func in gsl_sf_airy_Bi_e
2730 do :
2731 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_e" "ac_cv_func_gsl_sf_airy_Bi_e"
2732 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Bi_e" "ac_cv_func_gsl_sf_airy_Bi_e"
2733 if test "x$ac_cv_func_gsl_sf_airy_Bi_e" = xyes; then :
2734 cat >>confdefs.h <<_ACEOF
2735 #define HAVE_GSL_SF_AIRY_BI_E 1
2736 @@ -5633,7 +6211,7 @@
2737
2738 for ac_func in gsl_sf_airy_Bi_e
2739 do :
2740 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_e" "ac_cv_func_gsl_sf_airy_Bi_e"
2741 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Bi_e" "ac_cv_func_gsl_sf_airy_Bi_e"
2742 if test "x$ac_cv_func_gsl_sf_airy_Bi_e" = xyes; then :
2743 cat >>confdefs.h <<_ACEOF
2744 #define HAVE_GSL_SF_AIRY_BI_E 1
2745 @@ -5646,7 +6224,7 @@
2746
2747 for ac_func in gsl_sf_airy_Ai_scaled_e
2748 do :
2749 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_scaled_e"
2750 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Ai_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_scaled_e"
2751 if test "x$ac_cv_func_gsl_sf_airy_Ai_scaled_e" = xyes; then :
2752 cat >>confdefs.h <<_ACEOF
2753 #define HAVE_GSL_SF_AIRY_AI_SCALED_E 1
2754 @@ -5659,7 +6237,7 @@
2755
2756 for ac_func in gsl_sf_airy_Ai_scaled_e
2757 do :
2758 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_scaled_e"
2759 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Ai_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_scaled_e"
2760 if test "x$ac_cv_func_gsl_sf_airy_Ai_scaled_e" = xyes; then :
2761 cat >>confdefs.h <<_ACEOF
2762 #define HAVE_GSL_SF_AIRY_AI_SCALED_E 1
2763 @@ -5672,7 +6250,7 @@
2764
2765 for ac_func in gsl_sf_airy_Bi_scaled_e
2766 do :
2767 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_scaled_e"
2768 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Bi_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_scaled_e"
2769 if test "x$ac_cv_func_gsl_sf_airy_Bi_scaled_e" = xyes; then :
2770 cat >>confdefs.h <<_ACEOF
2771 #define HAVE_GSL_SF_AIRY_BI_SCALED_E 1
2772 @@ -5685,7 +6263,7 @@
2773
2774 for ac_func in gsl_sf_airy_Bi_scaled_e
2775 do :
2776 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_scaled_e"
2777 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Bi_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_scaled_e"
2778 if test "x$ac_cv_func_gsl_sf_airy_Bi_scaled_e" = xyes; then :
2779 cat >>confdefs.h <<_ACEOF
2780 #define HAVE_GSL_SF_AIRY_BI_SCALED_E 1
2781 @@ -5698,7 +6276,7 @@
2782
2783 for ac_func in gsl_sf_airy_Ai_deriv_e
2784 do :
2785 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_e"
2786 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_e"
2787 if test "x$ac_cv_func_gsl_sf_airy_Ai_deriv_e" = xyes; then :
2788 cat >>confdefs.h <<_ACEOF
2789 #define HAVE_GSL_SF_AIRY_AI_DERIV_E 1
2790 @@ -5711,7 +6289,7 @@
2791
2792 for ac_func in gsl_sf_airy_Ai_deriv_e
2793 do :
2794 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_e"
2795 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_e"
2796 if test "x$ac_cv_func_gsl_sf_airy_Ai_deriv_e" = xyes; then :
2797 cat >>confdefs.h <<_ACEOF
2798 #define HAVE_GSL_SF_AIRY_AI_DERIV_E 1
2799 @@ -5724,7 +6302,7 @@
2800
2801 for ac_func in gsl_sf_airy_Bi_deriv_e
2802 do :
2803 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_e"
2804 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_e"
2805 if test "x$ac_cv_func_gsl_sf_airy_Bi_deriv_e" = xyes; then :
2806 cat >>confdefs.h <<_ACEOF
2807 #define HAVE_GSL_SF_AIRY_BI_DERIV_E 1
2808 @@ -5737,7 +6315,7 @@
2809
2810 for ac_func in gsl_sf_airy_Bi_deriv_e
2811 do :
2812 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_e"
2813 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_e"
2814 if test "x$ac_cv_func_gsl_sf_airy_Bi_deriv_e" = xyes; then :
2815 cat >>confdefs.h <<_ACEOF
2816 #define HAVE_GSL_SF_AIRY_BI_DERIV_E 1
2817 @@ -5750,7 +6328,7 @@
2818
2819 for ac_func in gsl_sf_airy_Ai_deriv_scaled_e
2820 do :
2821 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_scaled_e"
2822 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_scaled_e"
2823 if test "x$ac_cv_func_gsl_sf_airy_Ai_deriv_scaled_e" = xyes; then :
2824 cat >>confdefs.h <<_ACEOF
2825 #define HAVE_GSL_SF_AIRY_AI_DERIV_SCALED_E 1
2826 @@ -5763,7 +6341,7 @@
2827
2828 for ac_func in gsl_sf_airy_Ai_deriv_scaled_e
2829 do :
2830 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_scaled_e"
2831 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_scaled_e"
2832 if test "x$ac_cv_func_gsl_sf_airy_Ai_deriv_scaled_e" = xyes; then :
2833 cat >>confdefs.h <<_ACEOF
2834 #define HAVE_GSL_SF_AIRY_AI_DERIV_SCALED_E 1
2835 @@ -5776,7 +6354,7 @@
2836
2837 for ac_func in gsl_sf_airy_Bi_deriv_scaled_e
2838 do :
2839 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_scaled_e"
2840 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_scaled_e"
2841 if test "x$ac_cv_func_gsl_sf_airy_Bi_deriv_scaled_e" = xyes; then :
2842 cat >>confdefs.h <<_ACEOF
2843 #define HAVE_GSL_SF_AIRY_BI_DERIV_SCALED_E 1
2844 @@ -5789,7 +6367,7 @@
2845
2846 for ac_func in gsl_sf_airy_Bi_deriv_scaled_e
2847 do :
2848 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_scaled_e"
2849 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_scaled_e"
2850 if test "x$ac_cv_func_gsl_sf_airy_Bi_deriv_scaled_e" = xyes; then :
2851 cat >>confdefs.h <<_ACEOF
2852 #define HAVE_GSL_SF_AIRY_BI_DERIV_SCALED_E 1
2853 @@ -5802,7 +6380,7 @@
2854
2855 for ac_func in gsl_sf_ellint_Kcomp_e
2856 do :
2857 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_Kcomp_e" "ac_cv_func_gsl_sf_ellint_Kcomp_e"
2858 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_Kcomp_e" "ac_cv_func_gsl_sf_ellint_Kcomp_e"
2859 if test "x$ac_cv_func_gsl_sf_ellint_Kcomp_e" = xyes; then :
2860 cat >>confdefs.h <<_ACEOF
2861 #define HAVE_GSL_SF_ELLINT_KCOMP_E 1
2862 @@ -5815,7 +6393,7 @@
2863
2864 for ac_func in gsl_sf_ellint_Kcomp_e
2865 do :
2866 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_Kcomp_e" "ac_cv_func_gsl_sf_ellint_Kcomp_e"
2867 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_Kcomp_e" "ac_cv_func_gsl_sf_ellint_Kcomp_e"
2868 if test "x$ac_cv_func_gsl_sf_ellint_Kcomp_e" = xyes; then :
2869 cat >>confdefs.h <<_ACEOF
2870 #define HAVE_GSL_SF_ELLINT_KCOMP_E 1
2871 @@ -5828,7 +6406,7 @@
2872
2873 for ac_func in gsl_sf_ellint_Ecomp_e
2874 do :
2875 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_Ecomp_e" "ac_cv_func_gsl_sf_ellint_Ecomp_e"
2876 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_Ecomp_e" "ac_cv_func_gsl_sf_ellint_Ecomp_e"
2877 if test "x$ac_cv_func_gsl_sf_ellint_Ecomp_e" = xyes; then :
2878 cat >>confdefs.h <<_ACEOF
2879 #define HAVE_GSL_SF_ELLINT_ECOMP_E 1
2880 @@ -5841,7 +6419,7 @@
2881
2882 for ac_func in gsl_sf_ellint_Ecomp_e
2883 do :
2884 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_Ecomp_e" "ac_cv_func_gsl_sf_ellint_Ecomp_e"
2885 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_Ecomp_e" "ac_cv_func_gsl_sf_ellint_Ecomp_e"
2886 if test "x$ac_cv_func_gsl_sf_ellint_Ecomp_e" = xyes; then :
2887 cat >>confdefs.h <<_ACEOF
2888 #define HAVE_GSL_SF_ELLINT_ECOMP_E 1
2889 @@ -5854,7 +6432,7 @@
2890
2891 for ac_func in gsl_sf_ellint_E_e
2892 do :
2893 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_E_e" "ac_cv_func_gsl_sf_ellint_E_e"
2894 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_E_e" "ac_cv_func_gsl_sf_ellint_E_e"
2895 if test "x$ac_cv_func_gsl_sf_ellint_E_e" = xyes; then :
2896 cat >>confdefs.h <<_ACEOF
2897 #define HAVE_GSL_SF_ELLINT_E_E 1
2898 @@ -5867,7 +6445,7 @@
2899
2900 for ac_func in gsl_sf_ellint_F_e
2901 do :
2902 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_F_e" "ac_cv_func_gsl_sf_ellint_F_e"
2903 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_F_e" "ac_cv_func_gsl_sf_ellint_F_e"
2904 if test "x$ac_cv_func_gsl_sf_ellint_F_e" = xyes; then :
2905 cat >>confdefs.h <<_ACEOF
2906 #define HAVE_GSL_SF_ELLINT_F_E 1
2907 @@ -5880,7 +6458,7 @@
2908
2909 for ac_func in gsl_sf_ellint_Pcomp_e
2910 do :
2911 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_Pcomp_e" "ac_cv_func_gsl_sf_ellint_Pcomp_e"
2912 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_Pcomp_e" "ac_cv_func_gsl_sf_ellint_Pcomp_e"
2913 if test "x$ac_cv_func_gsl_sf_ellint_Pcomp_e" = xyes; then :
2914 cat >>confdefs.h <<_ACEOF
2915 #define HAVE_GSL_SF_ELLINT_PCOMP_E 1
2916 @@ -5893,7 +6471,7 @@
2917
2918 for ac_func in gsl_sf_ellint_RC_e
2919 do :
2920 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_RC_e" "ac_cv_func_gsl_sf_ellint_RC_e"
2921 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_RC_e" "ac_cv_func_gsl_sf_ellint_RC_e"
2922 if test "x$ac_cv_func_gsl_sf_ellint_RC_e" = xyes; then :
2923 cat >>confdefs.h <<_ACEOF
2924 #define HAVE_GSL_SF_ELLINT_RC_E 1
2925 @@ -5906,7 +6484,7 @@
2926
2927 for ac_func in gsl_sf_ellint_D_e
2928 do :
2929 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_D_e" "ac_cv_func_gsl_sf_ellint_D_e"
2930 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_D_e" "ac_cv_func_gsl_sf_ellint_D_e"
2931 if test "x$ac_cv_func_gsl_sf_ellint_D_e" = xyes; then :
2932 cat >>confdefs.h <<_ACEOF
2933 #define HAVE_GSL_SF_ELLINT_D_E 1
2934 @@ -5919,7 +6497,7 @@
2935
2936 for ac_func in gsl_sf_ellint_P_e
2937 do :
2938 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_P_e" "ac_cv_func_gsl_sf_ellint_P_e"
2939 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_P_e" "ac_cv_func_gsl_sf_ellint_P_e"
2940 if test "x$ac_cv_func_gsl_sf_ellint_P_e" = xyes; then :
2941 cat >>confdefs.h <<_ACEOF
2942 #define HAVE_GSL_SF_ELLINT_P_E 1
2943 @@ -5932,7 +6510,7 @@
2944
2945 for ac_func in gsl_sf_ellint_RD_e
2946 do :
2947 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_RD_e" "ac_cv_func_gsl_sf_ellint_RD_e"
2948 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_RD_e" "ac_cv_func_gsl_sf_ellint_RD_e"
2949 if test "x$ac_cv_func_gsl_sf_ellint_RD_e" = xyes; then :
2950 cat >>confdefs.h <<_ACEOF
2951 #define HAVE_GSL_SF_ELLINT_RD_E 1
2952 @@ -5945,7 +6523,7 @@
2953
2954 for ac_func in gsl_sf_ellint_RF_e
2955 do :
2956 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_RF_e" "ac_cv_func_gsl_sf_ellint_RF_e"
2957 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_RF_e" "ac_cv_func_gsl_sf_ellint_RF_e"
2958 if test "x$ac_cv_func_gsl_sf_ellint_RF_e" = xyes; then :
2959 cat >>confdefs.h <<_ACEOF
2960 #define HAVE_GSL_SF_ELLINT_RF_E 1
2961 @@ -5958,7 +6536,7 @@
2962
2963 for ac_func in gsl_sf_ellint_RJ_e
2964 do :
2965 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_RJ_e" "ac_cv_func_gsl_sf_ellint_RJ_e"
2966 + ac_fn_c_check_func "$LINENO" "gsl_sf_ellint_RJ_e" "ac_cv_func_gsl_sf_ellint_RJ_e"
2967 if test "x$ac_cv_func_gsl_sf_ellint_RJ_e" = xyes; then :
2968 cat >>confdefs.h <<_ACEOF
2969 #define HAVE_GSL_SF_ELLINT_RJ_E 1
2970 @@ -5971,7 +6549,7 @@
2971
2972 for ac_func in gsl_sf_airy_zero_Ai_e
2973 do :
2974 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Ai_e" "ac_cv_func_gsl_sf_airy_zero_Ai_e"
2975 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_zero_Ai_e" "ac_cv_func_gsl_sf_airy_zero_Ai_e"
2976 if test "x$ac_cv_func_gsl_sf_airy_zero_Ai_e" = xyes; then :
2977 cat >>confdefs.h <<_ACEOF
2978 #define HAVE_GSL_SF_AIRY_ZERO_AI_E 1
2979 @@ -5984,7 +6562,7 @@
2980
2981 for ac_func in gsl_sf_airy_zero_Ai_e
2982 do :
2983 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Ai_e" "ac_cv_func_gsl_sf_airy_zero_Ai_e"
2984 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_zero_Ai_e" "ac_cv_func_gsl_sf_airy_zero_Ai_e"
2985 if test "x$ac_cv_func_gsl_sf_airy_zero_Ai_e" = xyes; then :
2986 cat >>confdefs.h <<_ACEOF
2987 #define HAVE_GSL_SF_AIRY_ZERO_AI_E 1
2988 @@ -5997,7 +6575,7 @@
2989
2990 for ac_func in gsl_sf_airy_zero_Bi_e
2991 do :
2992 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Bi_e" "ac_cv_func_gsl_sf_airy_zero_Bi_e"
2993 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_zero_Bi_e" "ac_cv_func_gsl_sf_airy_zero_Bi_e"
2994 if test "x$ac_cv_func_gsl_sf_airy_zero_Bi_e" = xyes; then :
2995 cat >>confdefs.h <<_ACEOF
2996 #define HAVE_GSL_SF_AIRY_ZERO_BI_E 1
2997 @@ -6010,7 +6588,7 @@
2998
2999 for ac_func in gsl_sf_airy_zero_Bi_e
3000 do :
3001 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Bi_e" "ac_cv_func_gsl_sf_airy_zero_Bi_e"
3002 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_zero_Bi_e" "ac_cv_func_gsl_sf_airy_zero_Bi_e"
3003 if test "x$ac_cv_func_gsl_sf_airy_zero_Bi_e" = xyes; then :
3004 cat >>confdefs.h <<_ACEOF
3005 #define HAVE_GSL_SF_AIRY_ZERO_BI_E 1
3006 @@ -6023,7 +6601,7 @@
3007
3008 for ac_func in gsl_sf_airy_zero_Ai_deriv_e
3009 do :
3010 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_zero_Ai_deriv_e"
3011 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_zero_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_zero_Ai_deriv_e"
3012 if test "x$ac_cv_func_gsl_sf_airy_zero_Ai_deriv_e" = xyes; then :
3013 cat >>confdefs.h <<_ACEOF
3014 #define HAVE_GSL_SF_AIRY_ZERO_AI_DERIV_E 1
3015 @@ -6036,7 +6614,7 @@
3016
3017 for ac_func in gsl_sf_airy_zero_Ai_deriv_e
3018 do :
3019 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_zero_Ai_deriv_e"
3020 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_zero_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_zero_Ai_deriv_e"
3021 if test "x$ac_cv_func_gsl_sf_airy_zero_Ai_deriv_e" = xyes; then :
3022 cat >>confdefs.h <<_ACEOF
3023 #define HAVE_GSL_SF_AIRY_ZERO_AI_DERIV_E 1
3024 @@ -6049,7 +6627,7 @@
3025
3026 for ac_func in gsl_sf_airy_zero_Bi_deriv_e
3027 do :
3028 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_zero_Bi_deriv_e"
3029 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_zero_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_zero_Bi_deriv_e"
3030 if test "x$ac_cv_func_gsl_sf_airy_zero_Bi_deriv_e" = xyes; then :
3031 cat >>confdefs.h <<_ACEOF
3032 #define HAVE_GSL_SF_AIRY_ZERO_BI_DERIV_E 1
3033 @@ -6062,7 +6640,7 @@
3034
3035 for ac_func in gsl_sf_airy_zero_Bi_deriv_e
3036 do :
3037 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_zero_Bi_deriv_e"
3038 + ac_fn_c_check_func "$LINENO" "gsl_sf_airy_zero_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_zero_Bi_deriv_e"
3039 if test "x$ac_cv_func_gsl_sf_airy_zero_Bi_deriv_e" = xyes; then :
3040 cat >>confdefs.h <<_ACEOF
3041 #define HAVE_GSL_SF_AIRY_ZERO_BI_DERIV_E 1
3042 @@ -6075,7 +6653,7 @@
3043
3044 for ac_func in gsl_sf_bessel_zero_J0_e
3045 do :
3046 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_zero_J0_e" "ac_cv_func_gsl_sf_bessel_zero_J0_e"
3047 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_zero_J0_e" "ac_cv_func_gsl_sf_bessel_zero_J0_e"
3048 if test "x$ac_cv_func_gsl_sf_bessel_zero_J0_e" = xyes; then :
3049 cat >>confdefs.h <<_ACEOF
3050 #define HAVE_GSL_SF_BESSEL_ZERO_J0_E 1
3051 @@ -6088,7 +6666,7 @@
3052
3053 for ac_func in gsl_sf_bessel_zero_J0_e
3054 do :
3055 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_zero_J0_e" "ac_cv_func_gsl_sf_bessel_zero_J0_e"
3056 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_zero_J0_e" "ac_cv_func_gsl_sf_bessel_zero_J0_e"
3057 if test "x$ac_cv_func_gsl_sf_bessel_zero_J0_e" = xyes; then :
3058 cat >>confdefs.h <<_ACEOF
3059 #define HAVE_GSL_SF_BESSEL_ZERO_J0_E 1
3060 @@ -6101,7 +6679,7 @@
3061
3062 for ac_func in gsl_sf_bessel_zero_J1_e
3063 do :
3064 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_zero_J1_e" "ac_cv_func_gsl_sf_bessel_zero_J1_e"
3065 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_zero_J1_e" "ac_cv_func_gsl_sf_bessel_zero_J1_e"
3066 if test "x$ac_cv_func_gsl_sf_bessel_zero_J1_e" = xyes; then :
3067 cat >>confdefs.h <<_ACEOF
3068 #define HAVE_GSL_SF_BESSEL_ZERO_J1_E 1
3069 @@ -6114,7 +6692,7 @@
3070
3071 for ac_func in gsl_sf_bessel_zero_J1_e
3072 do :
3073 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_zero_J1_e" "ac_cv_func_gsl_sf_bessel_zero_J1_e"
3074 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_zero_J1_e" "ac_cv_func_gsl_sf_bessel_zero_J1_e"
3075 if test "x$ac_cv_func_gsl_sf_bessel_zero_J1_e" = xyes; then :
3076 cat >>confdefs.h <<_ACEOF
3077 #define HAVE_GSL_SF_BESSEL_ZERO_J1_E 1
3078 @@ -6127,7 +6705,7 @@
3079
3080 for ac_func in gsl_sf_psi_1_int_e
3081 do :
3082 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_1_int_e" "ac_cv_func_gsl_sf_psi_1_int_e"
3083 + ac_fn_c_check_func "$LINENO" "gsl_sf_psi_1_int_e" "ac_cv_func_gsl_sf_psi_1_int_e"
3084 if test "x$ac_cv_func_gsl_sf_psi_1_int_e" = xyes; then :
3085 cat >>confdefs.h <<_ACEOF
3086 #define HAVE_GSL_SF_PSI_1_INT_E 1
3087 @@ -6140,7 +6718,7 @@
3088
3089 for ac_func in gsl_sf_psi_1_int_e
3090 do :
3091 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_1_int_e" "ac_cv_func_gsl_sf_psi_1_int_e"
3092 + ac_fn_c_check_func "$LINENO" "gsl_sf_psi_1_int_e" "ac_cv_func_gsl_sf_psi_1_int_e"
3093 if test "x$ac_cv_func_gsl_sf_psi_1_int_e" = xyes; then :
3094 cat >>confdefs.h <<_ACEOF
3095 #define HAVE_GSL_SF_PSI_1_INT_E 1
3096 @@ -6153,7 +6731,7 @@
3097
3098 for ac_func in gsl_sf_conicalP_cyl_reg_e
3099 do :
3100 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_cyl_reg_e" "ac_cv_func_gsl_sf_conicalP_cyl_reg_e"
3101 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_cyl_reg_e" "ac_cv_func_gsl_sf_conicalP_cyl_reg_e"
3102 if test "x$ac_cv_func_gsl_sf_conicalP_cyl_reg_e" = xyes; then :
3103 cat >>confdefs.h <<_ACEOF
3104 #define HAVE_GSL_SF_CONICALP_CYL_REG_E 1
3105 @@ -6166,7 +6744,7 @@
3106
3107 for ac_func in gsl_sf_conicalP_sph_reg_e
3108 do :
3109 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_sph_reg_e" "ac_cv_func_gsl_sf_conicalP_sph_reg_e"
3110 + ac_fn_c_check_func "$LINENO" "gsl_sf_conicalP_sph_reg_e" "ac_cv_func_gsl_sf_conicalP_sph_reg_e"
3111 if test "x$ac_cv_func_gsl_sf_conicalP_sph_reg_e" = xyes; then :
3112 cat >>confdefs.h <<_ACEOF
3113 #define HAVE_GSL_SF_CONICALP_SPH_REG_E 1
3114 @@ -6179,7 +6757,7 @@
3115
3116 for ac_func in gsl_sf_gegenpoly_n_e
3117 do :
3118 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gegenpoly_n_e" "ac_cv_func_gsl_sf_gegenpoly_n_e"
3119 + ac_fn_c_check_func "$LINENO" "gsl_sf_gegenpoly_n_e" "ac_cv_func_gsl_sf_gegenpoly_n_e"
3120 if test "x$ac_cv_func_gsl_sf_gegenpoly_n_e" = xyes; then :
3121 cat >>confdefs.h <<_ACEOF
3122 #define HAVE_GSL_SF_GEGENPOLY_N_E 1
3123 @@ -6192,7 +6770,7 @@
3124
3125 for ac_func in gsl_sf_laguerre_n_e
3126 do :
3127 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_laguerre_n_e" "ac_cv_func_gsl_sf_laguerre_n_e"
3128 + ac_fn_c_check_func "$LINENO" "gsl_sf_laguerre_n_e" "ac_cv_func_gsl_sf_laguerre_n_e"
3129 if test "x$ac_cv_func_gsl_sf_laguerre_n_e" = xyes; then :
3130 cat >>confdefs.h <<_ACEOF
3131 #define HAVE_GSL_SF_LAGUERRE_N_E 1
3132 @@ -6205,7 +6783,7 @@
3133
3134 for ac_func in gsl_sf_mathieu_ce_e
3135 do :
3136 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_ce_e" "ac_cv_func_gsl_sf_mathieu_ce_e"
3137 + ac_fn_c_check_func "$LINENO" "gsl_sf_mathieu_ce_e" "ac_cv_func_gsl_sf_mathieu_ce_e"
3138 if test "x$ac_cv_func_gsl_sf_mathieu_ce_e" = xyes; then :
3139 cat >>confdefs.h <<_ACEOF
3140 #define HAVE_GSL_SF_MATHIEU_CE_E 1
3141 @@ -6218,7 +6796,7 @@
3142
3143 for ac_func in gsl_sf_mathieu_se_e
3144 do :
3145 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_se_e" "ac_cv_func_gsl_sf_mathieu_se_e"
3146 + ac_fn_c_check_func "$LINENO" "gsl_sf_mathieu_se_e" "ac_cv_func_gsl_sf_mathieu_se_e"
3147 if test "x$ac_cv_func_gsl_sf_mathieu_se_e" = xyes; then :
3148 cat >>confdefs.h <<_ACEOF
3149 #define HAVE_GSL_SF_MATHIEU_SE_E 1
3150 @@ -6231,7 +6809,7 @@
3151
3152 for ac_func in gsl_sf_hyperg_U_int_e
3153 do :
3154 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_U_int_e" "ac_cv_func_gsl_sf_hyperg_U_int_e"
3155 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_U_int_e" "ac_cv_func_gsl_sf_hyperg_U_int_e"
3156 if test "x$ac_cv_func_gsl_sf_hyperg_U_int_e" = xyes; then :
3157 cat >>confdefs.h <<_ACEOF
3158 #define HAVE_GSL_SF_HYPERG_U_INT_E 1
3159 @@ -6244,7 +6822,7 @@
3160
3161 for ac_func in gsl_sf_hyperg_1F1_int_e
3162 do :
3163 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_1F1_int_e" "ac_cv_func_gsl_sf_hyperg_1F1_int_e"
3164 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_1F1_int_e" "ac_cv_func_gsl_sf_hyperg_1F1_int_e"
3165 if test "x$ac_cv_func_gsl_sf_hyperg_1F1_int_e" = xyes; then :
3166 cat >>confdefs.h <<_ACEOF
3167 #define HAVE_GSL_SF_HYPERG_1F1_INT_E 1
3168 @@ -6257,7 +6835,7 @@
3169
3170 for ac_func in gsl_sf_legendre_Plm_e
3171 do :
3172 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Plm_e" "ac_cv_func_gsl_sf_legendre_Plm_e"
3173 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Plm_e" "ac_cv_func_gsl_sf_legendre_Plm_e"
3174 if test "x$ac_cv_func_gsl_sf_legendre_Plm_e" = xyes; then :
3175 cat >>confdefs.h <<_ACEOF
3176 #define HAVE_GSL_SF_LEGENDRE_PLM_E 1
3177 @@ -6268,7 +6846,7 @@
3178
3179 for ac_func in gsl_sf_legendre_Plm_e
3180 do :
3181 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Plm_e" "ac_cv_func_gsl_sf_legendre_Plm_e"
3182 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Plm_e" "ac_cv_func_gsl_sf_legendre_Plm_e"
3183 if test "x$ac_cv_func_gsl_sf_legendre_Plm_e" = xyes; then :
3184 cat >>confdefs.h <<_ACEOF
3185 #define HAVE_GSL_SF_LEGENDRE_PLM_E 1
3186 @@ -6279,7 +6857,7 @@
3187
3188 for ac_func in gsl_sf_legendre_sphPlm_e
3189 do :
3190 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_sphPlm_e" "ac_cv_func_gsl_sf_legendre_sphPlm_e"
3191 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_sphPlm_e" "ac_cv_func_gsl_sf_legendre_sphPlm_e"
3192 if test "x$ac_cv_func_gsl_sf_legendre_sphPlm_e" = xyes; then :
3193 cat >>confdefs.h <<_ACEOF
3194 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_E 1
3195 @@ -6290,7 +6868,7 @@
3196
3197 for ac_func in gsl_sf_legendre_sphPlm_e
3198 do :
3199 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_sphPlm_e" "ac_cv_func_gsl_sf_legendre_sphPlm_e"
3200 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_sphPlm_e" "ac_cv_func_gsl_sf_legendre_sphPlm_e"
3201 if test "x$ac_cv_func_gsl_sf_legendre_sphPlm_e" = xyes; then :
3202 cat >>confdefs.h <<_ACEOF
3203 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_E 1
3204 @@ -6301,7 +6879,7 @@
3205
3206 for ac_func in gsl_sf_hydrogenicR_e
3207 do :
3208 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hydrogenicR_e" "ac_cv_func_gsl_sf_hydrogenicR_e"
3209 + ac_fn_c_check_func "$LINENO" "gsl_sf_hydrogenicR_e" "ac_cv_func_gsl_sf_hydrogenicR_e"
3210 if test "x$ac_cv_func_gsl_sf_hydrogenicR_e" = xyes; then :
3211 cat >>confdefs.h <<_ACEOF
3212 #define HAVE_GSL_SF_HYDROGENICR_E 1
3213 @@ -6314,7 +6892,7 @@
3214
3215 for ac_func in gsl_sf_mathieu_Mc_e
3216 do :
3217 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_Mc_e" "ac_cv_func_gsl_sf_mathieu_Mc_e"
3218 + ac_fn_c_check_func "$LINENO" "gsl_sf_mathieu_Mc_e" "ac_cv_func_gsl_sf_mathieu_Mc_e"
3219 if test "x$ac_cv_func_gsl_sf_mathieu_Mc_e" = xyes; then :
3220 cat >>confdefs.h <<_ACEOF
3221 #define HAVE_GSL_SF_MATHIEU_MC_E 1
3222 @@ -6327,7 +6905,7 @@
3223
3224 for ac_func in gsl_sf_mathieu_Ms_e
3225 do :
3226 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_Ms_e" "ac_cv_func_gsl_sf_mathieu_Ms_e"
3227 + ac_fn_c_check_func "$LINENO" "gsl_sf_mathieu_Ms_e" "ac_cv_func_gsl_sf_mathieu_Ms_e"
3228 if test "x$ac_cv_func_gsl_sf_mathieu_Ms_e" = xyes; then :
3229 cat >>confdefs.h <<_ACEOF
3230 #define HAVE_GSL_SF_MATHIEU_MS_E 1
3231 @@ -6340,7 +6918,7 @@
3232
3233 for ac_func in gsl_sf_bessel_zero_Jnu_e
3234 do :
3235 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_zero_Jnu_e" "ac_cv_func_gsl_sf_bessel_zero_Jnu_e"
3236 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_zero_Jnu_e" "ac_cv_func_gsl_sf_bessel_zero_Jnu_e"
3237 if test "x$ac_cv_func_gsl_sf_bessel_zero_Jnu_e" = xyes; then :
3238 cat >>confdefs.h <<_ACEOF
3239 #define HAVE_GSL_SF_BESSEL_ZERO_JNU_E 1
3240 @@ -6353,7 +6931,7 @@
3241
3242 for ac_func in gsl_sf_hyperg_U_e
3243 do :
3244 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_U_e" "ac_cv_func_gsl_sf_hyperg_U_e"
3245 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_U_e" "ac_cv_func_gsl_sf_hyperg_U_e"
3246 if test "x$ac_cv_func_gsl_sf_hyperg_U_e" = xyes; then :
3247 cat >>confdefs.h <<_ACEOF
3248 #define HAVE_GSL_SF_HYPERG_U_E 1
3249 @@ -6366,7 +6944,7 @@
3250
3251 for ac_func in gsl_sf_hyperg_U_e
3252 do :
3253 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_U_e" "ac_cv_func_gsl_sf_hyperg_U_e"
3254 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_U_e" "ac_cv_func_gsl_sf_hyperg_U_e"
3255 if test "x$ac_cv_func_gsl_sf_hyperg_U_e" = xyes; then :
3256 cat >>confdefs.h <<_ACEOF
3257 #define HAVE_GSL_SF_HYPERG_U_E 1
3258 @@ -6379,7 +6957,7 @@
3259
3260 for ac_func in gsl_sf_hyperg_1F1_e
3261 do :
3262 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_1F1_e" "ac_cv_func_gsl_sf_hyperg_1F1_e"
3263 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_1F1_e" "ac_cv_func_gsl_sf_hyperg_1F1_e"
3264 if test "x$ac_cv_func_gsl_sf_hyperg_1F1_e" = xyes; then :
3265 cat >>confdefs.h <<_ACEOF
3266 #define HAVE_GSL_SF_HYPERG_1F1_E 1
3267 @@ -6392,7 +6970,7 @@
3268
3269 for ac_func in gsl_sf_hyperg_1F1_e
3270 do :
3271 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_1F1_e" "ac_cv_func_gsl_sf_hyperg_1F1_e"
3272 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_1F1_e" "ac_cv_func_gsl_sf_hyperg_1F1_e"
3273 if test "x$ac_cv_func_gsl_sf_hyperg_1F1_e" = xyes; then :
3274 cat >>confdefs.h <<_ACEOF
3275 #define HAVE_GSL_SF_HYPERG_1F1_E 1
3276 @@ -6405,7 +6983,7 @@
3277
3278 for ac_func in gsl_sf_hyperg_2F0_e
3279 do :
3280 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_2F0_e" "ac_cv_func_gsl_sf_hyperg_2F0_e"
3281 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_2F0_e" "ac_cv_func_gsl_sf_hyperg_2F0_e"
3282 if test "x$ac_cv_func_gsl_sf_hyperg_2F0_e" = xyes; then :
3283 cat >>confdefs.h <<_ACEOF
3284 #define HAVE_GSL_SF_HYPERG_2F0_E 1
3285 @@ -6418,7 +6996,7 @@
3286
3287 for ac_func in gsl_sf_hyperg_2F0_e
3288 do :
3289 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_2F0_e" "ac_cv_func_gsl_sf_hyperg_2F0_e"
3290 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_2F0_e" "ac_cv_func_gsl_sf_hyperg_2F0_e"
3291 if test "x$ac_cv_func_gsl_sf_hyperg_2F0_e" = xyes; then :
3292 cat >>confdefs.h <<_ACEOF
3293 #define HAVE_GSL_SF_HYPERG_2F0_E 1
3294 @@ -6431,7 +7009,7 @@
3295
3296 for ac_func in gsl_sf_beta_inc_e
3297 do :
3298 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_beta_inc_e" "ac_cv_func_gsl_sf_beta_inc_e"
3299 + ac_fn_c_check_func "$LINENO" "gsl_sf_beta_inc_e" "ac_cv_func_gsl_sf_beta_inc_e"
3300 if test "x$ac_cv_func_gsl_sf_beta_inc_e" = xyes; then :
3301 cat >>confdefs.h <<_ACEOF
3302 #define HAVE_GSL_SF_BETA_INC_E 1
3303 @@ -6444,7 +7022,7 @@
3304
3305 for ac_func in gsl_sf_hyperg_2F1_e
3306 do :
3307 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_2F1_e" "ac_cv_func_gsl_sf_hyperg_2F1_e"
3308 + ac_fn_c_check_func "$LINENO" "gsl_sf_hyperg_2F1_e" "ac_cv_func_gsl_sf_hyperg_2F1_e"
3309 if test "x$ac_cv_func_gsl_sf_hyperg_2F1_e" = xyes; then :
3310 cat >>confdefs.h <<_ACEOF
3311 #define HAVE_GSL_SF_HYPERG_2F1_E 1
3312 @@ -6457,7 +7035,7 @@
3313
3314 for ac_func in gsl_sf_fact_e
3315 do :
3316 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fact_e" "ac_cv_func_gsl_sf_fact_e"
3317 + ac_fn_c_check_func "$LINENO" "gsl_sf_fact_e" "ac_cv_func_gsl_sf_fact_e"
3318 if test "x$ac_cv_func_gsl_sf_fact_e" = xyes; then :
3319 cat >>confdefs.h <<_ACEOF
3320 #define HAVE_GSL_SF_FACT_E 1
3321 @@ -6470,7 +7048,7 @@
3322
3323 for ac_func in gsl_sf_doublefact_e
3324 do :
3325 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_doublefact_e" "ac_cv_func_gsl_sf_doublefact_e"
3326 + ac_fn_c_check_func "$LINENO" "gsl_sf_doublefact_e" "ac_cv_func_gsl_sf_doublefact_e"
3327 if test "x$ac_cv_func_gsl_sf_doublefact_e" = xyes; then :
3328 cat >>confdefs.h <<_ACEOF
3329 #define HAVE_GSL_SF_DOUBLEFACT_E 1
3330 @@ -6483,7 +7061,7 @@
3331
3332 for ac_func in gsl_sf_lnfact_e
3333 do :
3334 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnfact_e" "ac_cv_func_gsl_sf_lnfact_e"
3335 + ac_fn_c_check_func "$LINENO" "gsl_sf_lnfact_e" "ac_cv_func_gsl_sf_lnfact_e"
3336 if test "x$ac_cv_func_gsl_sf_lnfact_e" = xyes; then :
3337 cat >>confdefs.h <<_ACEOF
3338 #define HAVE_GSL_SF_LNFACT_E 1
3339 @@ -6496,7 +7074,7 @@
3340
3341 for ac_func in gsl_sf_lndoublefact_e
3342 do :
3343 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lndoublefact_e" "ac_cv_func_gsl_sf_lndoublefact_e"
3344 + ac_fn_c_check_func "$LINENO" "gsl_sf_lndoublefact_e" "ac_cv_func_gsl_sf_lndoublefact_e"
3345 if test "x$ac_cv_func_gsl_sf_lndoublefact_e" = xyes; then :
3346 cat >>confdefs.h <<_ACEOF
3347 #define HAVE_GSL_SF_LNDOUBLEFACT_E 1
3348 @@ -6509,7 +7087,7 @@
3349
3350 for ac_func in gsl_sf_choose_e
3351 do :
3352 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_choose_e" "ac_cv_func_gsl_sf_choose_e"
3353 + ac_fn_c_check_func "$LINENO" "gsl_sf_choose_e" "ac_cv_func_gsl_sf_choose_e"
3354 if test "x$ac_cv_func_gsl_sf_choose_e" = xyes; then :
3355 cat >>confdefs.h <<_ACEOF
3356 #define HAVE_GSL_SF_CHOOSE_E 1
3357 @@ -6522,7 +7100,7 @@
3358
3359 for ac_func in gsl_sf_lnchoose_e
3360 do :
3361 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnchoose_e" "ac_cv_func_gsl_sf_lnchoose_e"
3362 + ac_fn_c_check_func "$LINENO" "gsl_sf_lnchoose_e" "ac_cv_func_gsl_sf_lnchoose_e"
3363 if test "x$ac_cv_func_gsl_sf_lnchoose_e" = xyes; then :
3364 cat >>confdefs.h <<_ACEOF
3365 #define HAVE_GSL_SF_LNCHOOSE_E 1
3366 @@ -6535,7 +7113,7 @@
3367
3368 for ac_func in gsl_sf_coupling_3j_e
3369 do :
3370 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_3j_e" "ac_cv_func_gsl_sf_coupling_3j_e"
3371 + ac_fn_c_check_func "$LINENO" "gsl_sf_coupling_3j_e" "ac_cv_func_gsl_sf_coupling_3j_e"
3372 if test "x$ac_cv_func_gsl_sf_coupling_3j_e" = xyes; then :
3373 cat >>confdefs.h <<_ACEOF
3374 #define HAVE_GSL_SF_COUPLING_3J_E 1
3375 @@ -6548,7 +7126,7 @@
3376
3377 for ac_func in gsl_sf_coupling_3j_e
3378 do :
3379 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_3j_e" "ac_cv_func_gsl_sf_coupling_3j_e"
3380 + ac_fn_c_check_func "$LINENO" "gsl_sf_coupling_3j_e" "ac_cv_func_gsl_sf_coupling_3j_e"
3381 if test "x$ac_cv_func_gsl_sf_coupling_3j_e" = xyes; then :
3382 cat >>confdefs.h <<_ACEOF
3383 #define HAVE_GSL_SF_COUPLING_3J_E 1
3384 @@ -6561,7 +7139,7 @@
3385
3386 for ac_func in gsl_sf_coupling_6j_e
3387 do :
3388 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_6j_e" "ac_cv_func_gsl_sf_coupling_6j_e"
3389 + ac_fn_c_check_func "$LINENO" "gsl_sf_coupling_6j_e" "ac_cv_func_gsl_sf_coupling_6j_e"
3390 if test "x$ac_cv_func_gsl_sf_coupling_6j_e" = xyes; then :
3391 cat >>confdefs.h <<_ACEOF
3392 #define HAVE_GSL_SF_COUPLING_6J_E 1
3393 @@ -6574,7 +7152,7 @@
3394
3395 for ac_func in gsl_sf_coupling_6j_e
3396 do :
3397 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_6j_e" "ac_cv_func_gsl_sf_coupling_6j_e"
3398 + ac_fn_c_check_func "$LINENO" "gsl_sf_coupling_6j_e" "ac_cv_func_gsl_sf_coupling_6j_e"
3399 if test "x$ac_cv_func_gsl_sf_coupling_6j_e" = xyes; then :
3400 cat >>confdefs.h <<_ACEOF
3401 #define HAVE_GSL_SF_COUPLING_6J_E 1
3402 @@ -6587,7 +7165,7 @@
3403
3404 for ac_func in gsl_sf_coupling_9j_e
3405 do :
3406 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_9j_e" "ac_cv_func_gsl_sf_coupling_9j_e"
3407 + ac_fn_c_check_func "$LINENO" "gsl_sf_coupling_9j_e" "ac_cv_func_gsl_sf_coupling_9j_e"
3408 if test "x$ac_cv_func_gsl_sf_coupling_9j_e" = xyes; then :
3409 cat >>confdefs.h <<_ACEOF
3410 #define HAVE_GSL_SF_COUPLING_9J_E 1
3411 @@ -6600,7 +7178,7 @@
3412
3413 for ac_func in gsl_sf_coupling_9j_e
3414 do :
3415 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_9j_e" "ac_cv_func_gsl_sf_coupling_9j_e"
3416 + ac_fn_c_check_func "$LINENO" "gsl_sf_coupling_9j_e" "ac_cv_func_gsl_sf_coupling_9j_e"
3417 if test "x$ac_cv_func_gsl_sf_coupling_9j_e" = xyes; then :
3418 cat >>confdefs.h <<_ACEOF
3419 #define HAVE_GSL_SF_COUPLING_9J_E 1
3420 @@ -6613,7 +7191,7 @@
3421
3422 for ac_func in gsl_sf_bessel_jl_array
3423 do :
3424 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_jl_array" "ac_cv_func_gsl_sf_bessel_jl_array"
3425 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_jl_array" "ac_cv_func_gsl_sf_bessel_jl_array"
3426 if test "x$ac_cv_func_gsl_sf_bessel_jl_array" = xyes; then :
3427 cat >>confdefs.h <<_ACEOF
3428 #define HAVE_GSL_SF_BESSEL_JL_ARRAY 1
3429 @@ -6626,7 +7204,7 @@
3430
3431 for ac_func in gsl_sf_bessel_jl_steed_array
3432 do :
3433 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_jl_steed_array" "ac_cv_func_gsl_sf_bessel_jl_steed_array"
3434 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_jl_steed_array" "ac_cv_func_gsl_sf_bessel_jl_steed_array"
3435 if test "x$ac_cv_func_gsl_sf_bessel_jl_steed_array" = xyes; then :
3436 cat >>confdefs.h <<_ACEOF
3437 #define HAVE_GSL_SF_BESSEL_JL_STEED_ARRAY 1
3438 @@ -6639,7 +7217,7 @@
3439
3440 for ac_func in gsl_sf_bessel_il_scaled_array
3441 do :
3442 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_il_scaled_array" "ac_cv_func_gsl_sf_bessel_il_scaled_array"
3443 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_il_scaled_array" "ac_cv_func_gsl_sf_bessel_il_scaled_array"
3444 if test "x$ac_cv_func_gsl_sf_bessel_il_scaled_array" = xyes; then :
3445 cat >>confdefs.h <<_ACEOF
3446 #define HAVE_GSL_SF_BESSEL_IL_SCALED_ARRAY 1
3447 @@ -6652,7 +7230,7 @@
3448
3449 for ac_func in gsl_sf_bessel_kl_scaled_array
3450 do :
3451 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_kl_scaled_array" "ac_cv_func_gsl_sf_bessel_kl_scaled_array"
3452 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_kl_scaled_array" "ac_cv_func_gsl_sf_bessel_kl_scaled_array"
3453 if test "x$ac_cv_func_gsl_sf_bessel_kl_scaled_array" = xyes; then :
3454 cat >>confdefs.h <<_ACEOF
3455 #define HAVE_GSL_SF_BESSEL_KL_SCALED_ARRAY 1
3456 @@ -6665,7 +7243,7 @@
3457
3458 for ac_func in gsl_sf_bessel_yl_array
3459 do :
3460 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_yl_array" "ac_cv_func_gsl_sf_bessel_yl_array"
3461 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_yl_array" "ac_cv_func_gsl_sf_bessel_yl_array"
3462 if test "x$ac_cv_func_gsl_sf_bessel_yl_array" = xyes; then :
3463 cat >>confdefs.h <<_ACEOF
3464 #define HAVE_GSL_SF_BESSEL_YL_ARRAY 1
3465 @@ -6678,7 +7256,7 @@
3466
3467 for ac_func in gsl_sf_legendre_Pl_array
3468 do :
3469 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Pl_array" "ac_cv_func_gsl_sf_legendre_Pl_array"
3470 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Pl_array" "ac_cv_func_gsl_sf_legendre_Pl_array"
3471 if test "x$ac_cv_func_gsl_sf_legendre_Pl_array" = xyes; then :
3472 cat >>confdefs.h <<_ACEOF
3473 #define HAVE_GSL_SF_LEGENDRE_PL_ARRAY 1
3474 @@ -6691,7 +7269,7 @@
3475
3476 for ac_func in gsl_sf_gegenpoly_array
3477 do :
3478 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gegenpoly_array" "ac_cv_func_gsl_sf_gegenpoly_array"
3479 + ac_fn_c_check_func "$LINENO" "gsl_sf_gegenpoly_array" "ac_cv_func_gsl_sf_gegenpoly_array"
3480 if test "x$ac_cv_func_gsl_sf_gegenpoly_array" = xyes; then :
3481 cat >>confdefs.h <<_ACEOF
3482 #define HAVE_GSL_SF_GEGENPOLY_ARRAY 1
3483 @@ -6704,7 +7282,7 @@
3484
3485 for ac_func in gsl_sf_bessel_In_array
3486 do :
3487 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_array" "ac_cv_func_gsl_sf_bessel_In_array"
3488 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_In_array" "ac_cv_func_gsl_sf_bessel_In_array"
3489 if test "x$ac_cv_func_gsl_sf_bessel_In_array" = xyes; then :
3490 cat >>confdefs.h <<_ACEOF
3491 #define HAVE_GSL_SF_BESSEL_IN_ARRAY 1
3492 @@ -6717,7 +7295,7 @@
3493
3494 for ac_func in gsl_sf_bessel_In_scaled_array
3495 do :
3496 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_scaled_array" "ac_cv_func_gsl_sf_bessel_In_scaled_array"
3497 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_In_scaled_array" "ac_cv_func_gsl_sf_bessel_In_scaled_array"
3498 if test "x$ac_cv_func_gsl_sf_bessel_In_scaled_array" = xyes; then :
3499 cat >>confdefs.h <<_ACEOF
3500 #define HAVE_GSL_SF_BESSEL_IN_SCALED_ARRAY 1
3501 @@ -6730,7 +7308,7 @@
3502
3503 for ac_func in gsl_sf_bessel_Jn_array
3504 do :
3505 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Jn_array" "ac_cv_func_gsl_sf_bessel_Jn_array"
3506 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Jn_array" "ac_cv_func_gsl_sf_bessel_Jn_array"
3507 if test "x$ac_cv_func_gsl_sf_bessel_Jn_array" = xyes; then :
3508 cat >>confdefs.h <<_ACEOF
3509 #define HAVE_GSL_SF_BESSEL_JN_ARRAY 1
3510 @@ -6743,7 +7321,7 @@
3511
3512 for ac_func in gsl_sf_bessel_Kn_array
3513 do :
3514 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_array" "ac_cv_func_gsl_sf_bessel_Kn_array"
3515 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Kn_array" "ac_cv_func_gsl_sf_bessel_Kn_array"
3516 if test "x$ac_cv_func_gsl_sf_bessel_Kn_array" = xyes; then :
3517 cat >>confdefs.h <<_ACEOF
3518 #define HAVE_GSL_SF_BESSEL_KN_ARRAY 1
3519 @@ -6756,7 +7334,7 @@
3520
3521 for ac_func in gsl_sf_bessel_Kn_scaled_array
3522 do :
3523 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_scaled_array" "ac_cv_func_gsl_sf_bessel_Kn_scaled_array"
3524 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Kn_scaled_array" "ac_cv_func_gsl_sf_bessel_Kn_scaled_array"
3525 if test "x$ac_cv_func_gsl_sf_bessel_Kn_scaled_array" = xyes; then :
3526 cat >>confdefs.h <<_ACEOF
3527 #define HAVE_GSL_SF_BESSEL_KN_SCALED_ARRAY 1
3528 @@ -6769,7 +7347,7 @@
3529
3530 for ac_func in gsl_sf_bessel_Yn_array
3531 do :
3532 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Yn_array" "ac_cv_func_gsl_sf_bessel_Yn_array"
3533 + ac_fn_c_check_func "$LINENO" "gsl_sf_bessel_Yn_array" "ac_cv_func_gsl_sf_bessel_Yn_array"
3534 if test "x$ac_cv_func_gsl_sf_bessel_Yn_array" = xyes; then :
3535 cat >>confdefs.h <<_ACEOF
3536 #define HAVE_GSL_SF_BESSEL_YN_ARRAY 1
3537 @@ -6782,7 +7360,7 @@
3538
3539 for ac_func in gsl_sf_legendre_Plm_array
3540 do :
3541 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Plm_array" "ac_cv_func_gsl_sf_legendre_Plm_array"
3542 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Plm_array" "ac_cv_func_gsl_sf_legendre_Plm_array"
3543 if test "x$ac_cv_func_gsl_sf_legendre_Plm_array" = xyes; then :
3544 cat >>confdefs.h <<_ACEOF
3545 #define HAVE_GSL_SF_LEGENDRE_PLM_ARRAY 1
3546 @@ -6793,7 +7371,7 @@
3547
3548 for ac_func in gsl_sf_legendre_Plm_deriv_array
3549 do :
3550 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Plm_deriv_array" "ac_cv_func_gsl_sf_legendre_Plm_deriv_array"
3551 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_Plm_deriv_array" "ac_cv_func_gsl_sf_legendre_Plm_deriv_array"
3552 if test "x$ac_cv_func_gsl_sf_legendre_Plm_deriv_array" = xyes; then :
3553 cat >>confdefs.h <<_ACEOF
3554 #define HAVE_GSL_SF_LEGENDRE_PLM_DERIV_ARRAY 1
3555 @@ -6804,7 +7382,7 @@
3556
3557 for ac_func in gsl_sf_legendre_sphPlm_array
3558 do :
3559 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_sphPlm_array" "ac_cv_func_gsl_sf_legendre_sphPlm_array"
3560 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_sphPlm_array" "ac_cv_func_gsl_sf_legendre_sphPlm_array"
3561 if test "x$ac_cv_func_gsl_sf_legendre_sphPlm_array" = xyes; then :
3562 cat >>confdefs.h <<_ACEOF
3563 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_ARRAY 1
3564 @@ -6815,7 +7393,7 @@
3565
3566 for ac_func in gsl_sf_legendre_sphPlm_array
3567 do :
3568 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_sphPlm_array" "ac_cv_func_gsl_sf_legendre_sphPlm_array"
3569 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_sphPlm_array" "ac_cv_func_gsl_sf_legendre_sphPlm_array"
3570 if test "x$ac_cv_func_gsl_sf_legendre_sphPlm_array" = xyes; then :
3571 cat >>confdefs.h <<_ACEOF
3572 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_ARRAY 1
3573 @@ -6826,7 +7404,7 @@
3574
3575 for ac_func in gsl_sf_legendre_sphPlm_deriv_array
3576 do :
3577 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_sphPlm_deriv_array" "ac_cv_func_gsl_sf_legendre_sphPlm_deriv_array"
3578 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_sphPlm_deriv_array" "ac_cv_func_gsl_sf_legendre_sphPlm_deriv_array"
3579 if test "x$ac_cv_func_gsl_sf_legendre_sphPlm_deriv_array" = xyes; then :
3580 cat >>confdefs.h <<_ACEOF
3581 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_DERIV_ARRAY 1
3582 @@ -6837,7 +7415,7 @@
3583
3584 for ac_func in gsl_sf_legendre_array_e
3585 do :
3586 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_array_e" "ac_cv_func_gsl_sf_legendre_array_e"
3587 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_array_e" "ac_cv_func_gsl_sf_legendre_array_e"
3588 if test "x$ac_cv_func_gsl_sf_legendre_array_e" = xyes; then :
3589 cat >>confdefs.h <<_ACEOF
3590 #define HAVE_GSL_SF_LEGENDRE_ARRAY_E 1
3591 @@ -6850,7 +7428,7 @@
3592
3593 for ac_func in gsl_sf_legendre_deriv_array_e
3594 do :
3595 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_deriv_array_e" "ac_cv_func_gsl_sf_legendre_deriv_array_e"
3596 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_deriv_array_e" "ac_cv_func_gsl_sf_legendre_deriv_array_e"
3597 if test "x$ac_cv_func_gsl_sf_legendre_deriv_array_e" = xyes; then :
3598 cat >>confdefs.h <<_ACEOF
3599 #define HAVE_GSL_SF_LEGENDRE_DERIV_ARRAY_E 1
3600 @@ -6863,7 +7441,7 @@
3601
3602 for ac_func in gsl_sf_legendre_deriv2_array_e
3603 do :
3604 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_deriv2_array_e" "ac_cv_func_gsl_sf_legendre_deriv2_array_e"
3605 + ac_fn_c_check_func "$LINENO" "gsl_sf_legendre_deriv2_array_e" "ac_cv_func_gsl_sf_legendre_deriv2_array_e"
3606 if test "x$ac_cv_func_gsl_sf_legendre_deriv2_array_e" = xyes; then :
3607 cat >>confdefs.h <<_ACEOF
3608 #define HAVE_GSL_SF_LEGENDRE_DERIV2_ARRAY_E 1
3609 @@ -6876,7 +7454,7 @@
3610
3611 for ac_func in gsl_sf_zeta_e
3612 do :
3613 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zeta_e" "ac_cv_func_gsl_sf_zeta_e"
3614 + ac_fn_c_check_func "$LINENO" "gsl_sf_zeta_e" "ac_cv_func_gsl_sf_zeta_e"
3615 if test "x$ac_cv_func_gsl_sf_zeta_e" = xyes; then :
3616 cat >>confdefs.h <<_ACEOF
3617 #define HAVE_GSL_SF_ZETA_E 1
3618 @@ -6889,7 +7467,7 @@
3619
3620 for ac_func in gsl_sf_zeta_e
3621 do :
3622 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zeta_e" "ac_cv_func_gsl_sf_zeta_e"
3623 + ac_fn_c_check_func "$LINENO" "gsl_sf_zeta_e" "ac_cv_func_gsl_sf_zeta_e"
3624 if test "x$ac_cv_func_gsl_sf_zeta_e" = xyes; then :
3625 cat >>confdefs.h <<_ACEOF
3626 #define HAVE_GSL_SF_ZETA_E 1
3627 @@ -6902,7 +7480,7 @@
3628
3629 for ac_func in gsl_sf_zeta_e
3630 do :
3631 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zeta_e" "ac_cv_func_gsl_sf_zeta_e"
3632 + ac_fn_c_check_func "$LINENO" "gsl_sf_zeta_e" "ac_cv_func_gsl_sf_zeta_e"
3633 if test "x$ac_cv_func_gsl_sf_zeta_e" = xyes; then :
3634 cat >>confdefs.h <<_ACEOF
3635 #define HAVE_GSL_SF_ZETA_E 1
3636 @@ -6915,7 +7493,7 @@
3637
3638 for ac_func in gsl_sf_zeta_int_e
3639 do :
3640 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zeta_int_e" "ac_cv_func_gsl_sf_zeta_int_e"
3641 + ac_fn_c_check_func "$LINENO" "gsl_sf_zeta_int_e" "ac_cv_func_gsl_sf_zeta_int_e"
3642 if test "x$ac_cv_func_gsl_sf_zeta_int_e" = xyes; then :
3643 cat >>confdefs.h <<_ACEOF
3644 #define HAVE_GSL_SF_ZETA_INT_E 1
3645 @@ -6928,7 +7506,7 @@
3646
3647 for ac_func in gsl_sf_zeta_int_e
3648 do :
3649 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zeta_int_e" "ac_cv_func_gsl_sf_zeta_int_e"
3650 + ac_fn_c_check_func "$LINENO" "gsl_sf_zeta_int_e" "ac_cv_func_gsl_sf_zeta_int_e"
3651 if test "x$ac_cv_func_gsl_sf_zeta_int_e" = xyes; then :
3652 cat >>confdefs.h <<_ACEOF
3653 #define HAVE_GSL_SF_ZETA_INT_E 1
3654 @@ -6941,7 +7519,7 @@
3655
3656 for ac_func in gsl_sf_zetam1_e
3657 do :
3658 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zetam1_e" "ac_cv_func_gsl_sf_zetam1_e"
3659 + ac_fn_c_check_func "$LINENO" "gsl_sf_zetam1_e" "ac_cv_func_gsl_sf_zetam1_e"
3660 if test "x$ac_cv_func_gsl_sf_zetam1_e" = xyes; then :
3661 cat >>confdefs.h <<_ACEOF
3662 #define HAVE_GSL_SF_ZETAM1_E 1
3663 @@ -6954,7 +7532,7 @@
3664
3665 for ac_func in gsl_sf_zetam1_int_e
3666 do :
3667 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zetam1_int_e" "ac_cv_func_gsl_sf_zetam1_int_e"
3668 + ac_fn_c_check_func "$LINENO" "gsl_sf_zetam1_int_e" "ac_cv_func_gsl_sf_zetam1_int_e"
3669 if test "x$ac_cv_func_gsl_sf_zetam1_int_e" = xyes; then :
3670 cat >>confdefs.h <<_ACEOF
3671 #define HAVE_GSL_SF_ZETAM1_INT_E 1
3672 @@ -6967,7 +7545,7 @@
3673
3674 for ac_func in gsl_sf_eta_e
3675 do :
3676 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_eta_e" "ac_cv_func_gsl_sf_eta_e"
3677 + ac_fn_c_check_func "$LINENO" "gsl_sf_eta_e" "ac_cv_func_gsl_sf_eta_e"
3678 if test "x$ac_cv_func_gsl_sf_eta_e" = xyes; then :
3679 cat >>confdefs.h <<_ACEOF
3680 #define HAVE_GSL_SF_ETA_E 1
3681 @@ -6980,7 +7558,7 @@
3682
3683 for ac_func in gsl_sf_eta_e
3684 do :
3685 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_eta_e" "ac_cv_func_gsl_sf_eta_e"
3686 + ac_fn_c_check_func "$LINENO" "gsl_sf_eta_e" "ac_cv_func_gsl_sf_eta_e"
3687 if test "x$ac_cv_func_gsl_sf_eta_e" = xyes; then :
3688 cat >>confdefs.h <<_ACEOF
3689 #define HAVE_GSL_SF_ETA_E 1
3690 @@ -6993,7 +7571,7 @@
3691
3692 for ac_func in gsl_sf_eta_int_e
3693 do :
3694 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_eta_int_e" "ac_cv_func_gsl_sf_eta_int_e"
3695 + ac_fn_c_check_func "$LINENO" "gsl_sf_eta_int_e" "ac_cv_func_gsl_sf_eta_int_e"
3696 if test "x$ac_cv_func_gsl_sf_eta_int_e" = xyes; then :
3697 cat >>confdefs.h <<_ACEOF
3698 #define HAVE_GSL_SF_ETA_INT_E 1
3699 @@ -7006,7 +7584,7 @@
3700
3701 for ac_func in gsl_sf_eta_int_e
3702 do :
3703 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_eta_int_e" "ac_cv_func_gsl_sf_eta_int_e"
3704 + ac_fn_c_check_func "$LINENO" "gsl_sf_eta_int_e" "ac_cv_func_gsl_sf_eta_int_e"
3705 if test "x$ac_cv_func_gsl_sf_eta_int_e" = xyes; then :
3706 cat >>confdefs.h <<_ACEOF
3707 #define HAVE_GSL_SF_ETA_INT_E 1
3708 @@ -7019,7 +7597,7 @@
3709
3710 for ac_func in gsl_sf_hzeta_e
3711 do :
3712 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hzeta_e" "ac_cv_func_gsl_sf_hzeta_e"
3713 + ac_fn_c_check_func "$LINENO" "gsl_sf_hzeta_e" "ac_cv_func_gsl_sf_hzeta_e"
3714 if test "x$ac_cv_func_gsl_sf_hzeta_e" = xyes; then :
3715 cat >>confdefs.h <<_ACEOF
3716 #define HAVE_GSL_SF_HZETA_E 1
3717 @@ -7032,7 +7610,7 @@
3718
3719 for ac_func in gsl_sf_hzeta_e
3720 do :
3721 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hzeta_e" "ac_cv_func_gsl_sf_hzeta_e"
3722 + ac_fn_c_check_func "$LINENO" "gsl_sf_hzeta_e" "ac_cv_func_gsl_sf_hzeta_e"
3723 if test "x$ac_cv_func_gsl_sf_hzeta_e" = xyes; then :
3724 cat >>confdefs.h <<_ACEOF
3725 #define HAVE_GSL_SF_HZETA_E 1
3726 diff -ur gsl-2.1.1.orig/src/configure.ac gsl-2.1.1/src/configure.ac
3727 --- gsl-2.1.1.orig/src/configure.ac 2018-07-06 11:04:59.199071174 -0400
3728 +++ gsl-2.1.1/src/configure.ac 2018-07-06 11:55:14.309794063 -0400
3729 @@ -28,24 +28,23 @@
3730 AC_PATH_PROG([MKOCTFILE],[mkoctfile])
3731 test -z "$MKOCTFILE" && AC_MSG_ERROR([mkoctfile not found])
3732
3733 -dnl Check for octave (used to get cannical_host_type)
3734 -AC_PATH_PROG([OCTAVE],[octave])
3735 -test -z "$OCTAVE" && AC_MSG_ERROR([octave not found])
3736 -
3737 +dnl Check for octave-config
3738 +AC_CHECK_PROG([OCTAVE_CONFIG],[octave-config])
3739 +test -z "$OCTAVE_CONFIG" && AC_MSG_ERROR([octave-config not found])
3740 +
3741 +AC_DEFUN(OCTAVE_CONFIG_EVAL,
3742 +[AC_MSG_CHECKING([for $1 in octave-config])
3743 +$2=`$OCTAVE_CONFIG -p $1`
3744 +AC_MSG_RESULT($$2)
3745 +AC_SUBST($2)
3746 +])
3747
3748 dnl *****************************
3749 dnl *** System-specific stuff ***
3750 dnl *****************************
3751
3752 dnl Grab canonical host type so we can write system specific install stuff
3753 -AC_MSG_CHECKING([for Octave's canonical_host_type])
3754 -canonical_host_type=`$OCTAVE -qf --eval " \
3755 - if exist ('__octave_config_info__') \
3756 - disp (__octave_config_info__ ('canonical_host_type')) \
3757 - else \
3758 - disp (octave_config_info ('canonical_host_type')) \
3759 - end"`
3760 -AC_MSG_RESULT([${canonical_host_type}])
3761 +OCTAVE_CONFIG_EVAL(CANONICAL_HOST_TYPE,canonical_host_type)
3762
3763 dnl GSL specific preprocessor flags
3764 AC_SUBST([GSL_DEFINES])
3765 @@ -63,17 +62,23 @@
3766 dnl *********************************
3767
3768 dnl Find Octave's include directory
3769 -AC_MSG_CHECKING([for Octave's include directory])
3770 -octave_include_dir=`$OCTAVE -qf --eval " \
3771 - if exist ('__octave_config_info__') \
3772 - disp (__octave_config_info__ ('octincludedir')) \
3773 - else \
3774 - disp (octave_config_info ('octincludedir')) \
3775 - end"`
3776 -AC_MSG_RESULT([${octave_include_dir}])
3777 +OCTAVE_CONFIG_EVAL(OCTINCLUDEDIR,octave_include_dir)
3778 +
3779 +# let configure get CC and CXX so we cant override for tests
3780 +AC_PROG_CC
3781 +AC_PROG_CXX
3782 +
3783 +# set compiler and flags to values octave will be using
3784 +CC=`$MKOCTFILE -p CC`
3785 +CXX=`$MKOCTFILE -p CXX`
3786 +CFLAGS=`$MKOCTFILE -p CFLAGS`
3787 +CPPFLAGS=`$MKOCTFILE -p CPPFLAGS`
3788 +LDFLAGS=`$MKOCTFILE -p LDFLAGS`
3789 +LIBS=`$MKOCTFILE -p LIBS`
3790 +CXXFLAGS=`$MKOCTFILE -p CXXFLAGS`
3791
3792 dnl Save initial state
3793 -save_CPPFLAGS=${CPPFLAG}
3794 +save_CPPFLAGS=${CPPFLAGS}
3795 AC_LANG_PUSH([C++])
3796
3797 dnl Add octave include dir to CPPFLAGS
3798 @@ -120,7 +125,7 @@
3799 )
3800
3801 dnl Restore initial state
3802 -AC_LANG_PUSH([C++])
3803 +AC_LANG_POP([C++])
3804 CPPFLAGS=${save_CPPFLAGS}
3805
3806
3807 diff -ur gsl-2.1.1.orig/src/configure.ac.in gsl-2.1.1/src/configure.ac.in
3808 --- gsl-2.1.1.orig/src/configure.ac.in 2018-07-06 11:04:59.193071031 -0400
3809 +++ gsl-2.1.1/src/configure.ac.in 2018-07-06 11:55:10.080693352 -0400
3810 @@ -24,24 +24,23 @@
3811 AC_PATH_PROG([MKOCTFILE],[mkoctfile])
3812 test -z "$MKOCTFILE" && AC_MSG_ERROR([mkoctfile not found])
3813
3814 -dnl Check for octave (used to get cannical_host_type)
3815 -AC_PATH_PROG([OCTAVE],[octave])
3816 -test -z "$OCTAVE" && AC_MSG_ERROR([octave not found])
3817 -
3818 +dnl Check for octave-config
3819 +AC_CHECK_PROG([OCTAVE_CONFIG],[octave-config])
3820 +test -z "$OCTAVE_CONFIG" && AC_MSG_ERROR([octave-config not found])
3821 +
3822 +AC_DEFUN(OCTAVE_CONFIG_EVAL,
3823 +[AC_MSG_CHECKING([for $1 in octave-config])
3824 +$2=`$OCTAVE_CONFIG -p $1`
3825 +AC_MSG_RESULT($$2)
3826 +AC_SUBST($2)
3827 +])
3828
3829 dnl *****************************
3830 dnl *** System-specific stuff ***
3831 dnl *****************************
3832
3833 dnl Grab canonical host type so we can write system specific install stuff
3834 -AC_MSG_CHECKING([for Octave's canonical_host_type])
3835 -canonical_host_type=`$OCTAVE -qf --eval " \
3836 - if exist ('__octave_config_info__') \
3837 - disp (__octave_config_info__ ('canonical_host_type')) \
3838 - else \
3839 - disp (octave_config_info ('canonical_host_type')) \
3840 - end"`
3841 -AC_MSG_RESULT([${canonical_host_type}])
3842 +OCTAVE_CONFIG_EVAL(CANONICAL_HOST_TYPE,canonical_host_type)
3843
3844 dnl GSL specific preprocessor flags
3845 AC_SUBST([GSL_DEFINES])
3846 @@ -59,17 +58,23 @@
3847 dnl *********************************
3848
3849 dnl Find Octave's include directory
3850 -AC_MSG_CHECKING([for Octave's include directory])
3851 -octave_include_dir=`$OCTAVE -qf --eval " \
3852 - if exist ('__octave_config_info__') \
3853 - disp (__octave_config_info__ ('octincludedir')) \
3854 - else \
3855 - disp (octave_config_info ('octincludedir')) \
3856 - end"`
3857 -AC_MSG_RESULT([${octave_include_dir}])
3858 +OCTAVE_CONFIG_EVAL(OCTINCLUDEDIR,octave_include_dir)
3859 +
3860 +# let configure get CC and CXX so we cant override for tests
3861 +AC_PROG_CC
3862 +AC_PROG_CXX
3863 +
3864 +# set compiler and flags to values octave will be using
3865 +CC=`$MKOCTFILE -p CC`
3866 +CXX=`$MKOCTFILE -p CXX`
3867 +CFLAGS=`$MKOCTFILE -p CFLAGS`
3868 +CPPFLAGS=`$MKOCTFILE -p CPPFLAGS`
3869 +LDFLAGS=`$MKOCTFILE -p LDFLAGS`
3870 +LIBS=`$MKOCTFILE -p LIBS`
3871 +CXXFLAGS=`$MKOCTFILE -p CXXFLAGS`
3872
3873 dnl Save initial state
3874 -save_CPPFLAGS=${CPPFLAG}
3875 +save_CPPFLAGS=${CPPFLAGS}
3876 AC_LANG_PUSH([C++])
3877
3878 dnl Add octave include dir to CPPFLAGS
3879 @@ -116,7 +121,7 @@
3880 )
3881
3882 dnl Restore initial state
3883 -AC_LANG_PUSH([C++])
3884 +AC_LANG_POP([C++])
3885 CPPFLAGS=${save_CPPFLAGS}
3886
3887