comparison src/of-gsl-1-cross-fixes.patch @ 4764:464fa654b0b4

* src/of-gsl-1-cross-fixes.patch: update patch to allow native compile
author John Donoghue
date Fri, 06 Jul 2018 12:22:56 -0400
parents 90af5a37a76e
children
comparison
equal deleted inserted replaced
4763:90af5a37a76e 4764:464fa654b0b4
1 diff -ur gsl-2.1.1.orig/src/configure gsl-2.1.1/src/configure 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 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 3 +++ gsl-2.1.1/src/configure 2018-07-06 12:16:07.882705089 -0400
4 @@ -623,15 +623,20 @@ 4 @@ -623,15 +623,20 @@
5 EGREP 5 EGREP
6 GREP 6 GREP
7 CXXCPP 7 CXXCPP
8 +ac_ct_CXX 8 +ac_ct_CXX
210 -} # ac_fn_cxx_check_func 210 -} # ac_fn_cxx_check_func
211 +} # ac_fn_c_check_func 211 +} # ac_fn_c_check_func
212 cat >config.log <<_ACEOF 212 cat >config.log <<_ACEOF
213 This file contains any messages produced by compilers while 213 This file contains any messages produced by compilers while
214 running configure, to aid debugging if configure makes a mistake. 214 running configure, to aid debugging if configure makes a mistake.
215 @@ -2138,26 +2173,24 @@ 215 @@ -2138,16 +2173,16 @@
216 216
217 test -z "$MKOCTFILE" && as_fn_error $? "mkoctfile not found" "$LINENO" 5 217 test -z "$MKOCTFILE" && as_fn_error $? "mkoctfile not found" "$LINENO" 5
218 218
219 -# Extract the first word of "octave", so it can be a program name with args. 219 -# Extract the first word of "octave", so it can be a program name with args.
220 -set dummy octave; ac_word=$2 220 -set dummy octave; ac_word=$2
221 +# Extract the first word of "octave-config", so it can be a program name with args. 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 222 +set dummy octave-config; ac_word=$2
223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
224 $as_echo_n "checking for $ac_word... " >&6; } 224 $as_echo_n "checking for $ac_word... " >&6; }
225 -if ${ac_cv_path_OCTAVE+:} false; then : 225 -if ${ac_cv_path_OCTAVE+:} false; then :
226 +if ${ac_cv_prog_OCTAVE_CONFIG+:} false; then : 226 +if ${ac_cv_path_OCTAVE_CONFIG+:} false; then :
227 $as_echo_n "(cached) " >&6 227 $as_echo_n "(cached) " >&6
228 else 228 else
229 - case $OCTAVE in 229 - case $OCTAVE in
230 - [\\/]* | ?:[\\/]*) 230 + case $OCTAVE_CONFIG in
231 [\\/]* | ?:[\\/]*)
231 - ac_cv_path_OCTAVE="$OCTAVE" # Let the user override the test with a path. 232 - ac_cv_path_OCTAVE="$OCTAVE" # Let the user override the test with a path.
232 - ;; 233 + ac_cv_path_OCTAVE_CONFIG="$OCTAVE_CONFIG" # Let the user override the test with a path.
233 - *) 234 ;;
234 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 235 *)
235 + if test -n "$OCTAVE_CONFIG"; then 236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
236 + ac_cv_prog_OCTAVE_CONFIG="$OCTAVE_CONFIG" # Let the user override the test. 237 @@ -2157,7 +2192,7 @@
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=. 238 test -z "$as_dir" && as_dir=.
243 for ac_exec_ext in '' $ac_executable_extensions; do 239 for ac_exec_ext in '' $ac_executable_extensions; do
244 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 240 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" 241 - ac_cv_path_OCTAVE="$as_dir/$ac_word$ac_exec_ext"
246 + ac_cv_prog_OCTAVE_CONFIG="" 242 + ac_cv_path_OCTAVE_CONFIG="$as_dir/$ac_word$ac_exec_ext"
247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
248 break 2 244 break 2
249 fi 245 fi
250 @@ -2165,33 +2198,30 @@ 246 @@ -2168,30 +2203,28 @@
251 done 247 ;;
252 IFS=$as_save_IFS 248 esac
253
254 - ;;
255 -esac
256 fi 249 fi
257 -OCTAVE=$ac_cv_path_OCTAVE 250 -OCTAVE=$ac_cv_path_OCTAVE
258 -if test -n "$OCTAVE"; then 251 -if test -n "$OCTAVE"; then
259 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OCTAVE" >&5 252 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OCTAVE" >&5
260 -$as_echo "$OCTAVE" >&6; } 253 -$as_echo "$OCTAVE" >&6; }
261 +fi 254 +OCTAVE_CONFIG=$ac_cv_path_OCTAVE_CONFIG
262 +OCTAVE_CONFIG=$ac_cv_prog_OCTAVE_CONFIG
263 +if test -n "$OCTAVE_CONFIG"; then 255 +if test -n "$OCTAVE_CONFIG"; then
264 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OCTAVE_CONFIG" >&5 256 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OCTAVE_CONFIG" >&5
265 +$as_echo "$OCTAVE_CONFIG" >&6; } 257 +$as_echo "$OCTAVE_CONFIG" >&6; }
266 else 258 else
267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
293 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${canonical_host_type}" >&5 285 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${canonical_host_type}" >&5
294 -$as_echo "${canonical_host_type}" >&6; } 286 -$as_echo "${canonical_host_type}" >&6; }
295 287
296 288
297 289
298 @@ -2203,48 +2233,222 @@ 290 @@ -2203,48 +2236,222 @@
299 291
300 292
301 293
302 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Octave's include directory" >&5 294 -{ $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; } 295 -$as_echo_n "checking for Octave's include directory... " >&6; }
546 + if test -n "$CC"; then 538 + if test -n "$CC"; then
547 + ac_cv_prog_CC="$CC" # Let the user override the test. 539 + ac_cv_prog_CC="$CC" # Let the user override the test.
548 else 540 else
549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
550 for as_dir in $PATH 542 for as_dir in $PATH
551 @@ -2253,7 +2457,7 @@ 543 @@ -2253,7 +2460,7 @@
552 test -z "$as_dir" && as_dir=. 544 test -z "$as_dir" && as_dir=.
553 for ac_exec_ext in '' $ac_executable_extensions; do 545 for ac_exec_ext in '' $ac_executable_extensions; do
554 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 546 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
555 - ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 547 - ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
556 + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 548 + 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 549 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
558 break 2 550 break 2
559 fi 551 fi
560 @@ -2263,32 +2467,32 @@ 552 @@ -2263,32 +2470,32 @@
561 553
562 fi 554 fi
563 fi 555 fi
564 -CXX=$ac_cv_prog_CXX 556 -CXX=$ac_cv_prog_CXX
565 -if test -n "$CXX"; then 557 -if test -n "$CXX"; then
599 + if test -n "$ac_ct_CC"; then 591 + if test -n "$ac_ct_CC"; then
600 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 592 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
601 else 593 else
602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
603 for as_dir in $PATH 595 for as_dir in $PATH
604 @@ -2297,7 +2501,7 @@ 596 @@ -2297,7 +2504,7 @@
605 test -z "$as_dir" && as_dir=. 597 test -z "$as_dir" && as_dir=.
606 for ac_exec_ext in '' $ac_executable_extensions; do 598 for ac_exec_ext in '' $ac_executable_extensions; do
607 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 599 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
608 - ac_cv_prog_ac_ct_CXX="$ac_prog" 600 - ac_cv_prog_ac_ct_CXX="$ac_prog"
609 + ac_cv_prog_ac_ct_CC="$ac_prog" 601 + 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 602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
611 break 2 603 break 2
612 fi 604 fi
613 @@ -2307,21 +2511,21 @@ 605 @@ -2307,21 +2514,21 @@
614 606
615 fi 607 fi
616 fi 608 fi
617 -ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 609 -ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
618 -if test -n "$ac_ct_CXX"; then 610 -if test -n "$ac_ct_CXX"; then
637 + if test "x$ac_ct_CC" = x; then 629 + if test "x$ac_ct_CC" = x; then
638 + CC="" 630 + CC=""
639 else 631 else
640 case $cross_compiling:$ac_tool_warned in 632 case $cross_compiling:$ac_tool_warned in
641 yes:) 633 yes:)
642 @@ -2329,14 +2533,20 @@ 634 @@ -2329,14 +2536,20 @@
643 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 635 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
644 ac_tool_warned=yes ;; 636 ac_tool_warned=yes ;;
645 esac 637 esac
646 - CXX=$ac_ct_CXX 638 - CXX=$ac_ct_CXX
647 + CC=$ac_ct_CC 639 + CC=$ac_ct_CC
661 -$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 653 -$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 654 +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
663 set X $ac_compile 655 set X $ac_compile
664 ac_compiler=$2 656 ac_compiler=$2
665 for ac_option in --version -v -V -qversion; do 657 for ac_option in --version -v -V -qversion; do
666 @@ -2376,8 +2586,8 @@ 658 @@ -2376,8 +2589,8 @@
667 # Try to create an executable without -o first, disregard a.out. 659 # Try to create an executable without -o first, disregard a.out.
668 # It will help us diagnose broken compilers, and finding out an intuition 660 # It will help us diagnose broken compilers, and finding out an intuition
669 # of exeext. 661 # of exeext.
670 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5 662 -{ $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; } 663 -$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 664 +{ $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; } 665 +$as_echo_n "checking whether the C compiler works... " >&6; }
674 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 666 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
675 667
676 # The possible output files: 668 # The possible output files:
677 @@ -2447,14 +2657,14 @@ 669 @@ -2447,14 +2660,14 @@
678 670
679 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 671 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
680 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 672 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
681 -as_fn_error 77 "C++ compiler cannot create executables 673 -as_fn_error 77 "C++ compiler cannot create executables
682 +as_fn_error 77 "C compiler cannot create executables 674 +as_fn_error 77 "C compiler cannot create executables
690 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 682 +{ $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; } 683 +$as_echo_n "checking for C compiler default output file name... " >&6; }
692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
693 $as_echo "$ac_file" >&6; } 685 $as_echo "$ac_file" >&6; }
694 ac_exeext=$ac_cv_exeext 686 ac_exeext=$ac_cv_exeext
695 @@ -2548,7 +2758,7 @@ 687 @@ -2548,7 +2761,7 @@
696 else 688 else
697 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 689 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
698 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 690 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
699 -as_fn_error $? "cannot run C++ compiled programs. 691 -as_fn_error $? "cannot run C++ compiled programs.
700 +as_fn_error $? "cannot run C compiled programs. 692 +as_fn_error $? "cannot run C compiled programs.
701 If you meant to cross compile, use \`--host'. 693 If you meant to cross compile, use \`--host'.
702 See \`config.log' for more details" "$LINENO" 5; } 694 See \`config.log' for more details" "$LINENO" 5; }
703 fi 695 fi
704 @@ -2610,6 +2820,353 @@ 696 @@ -2610,6 +2823,353 @@
705 $as_echo "$ac_cv_objext" >&6; } 697 $as_echo "$ac_cv_objext" >&6; }
706 OBJEXT=$ac_cv_objext 698 OBJEXT=$ac_cv_objext
707 ac_objext=$OBJEXT 699 ac_objext=$OBJEXT
708 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 700 +{ $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; } 701 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
1053 +done 1045 +done
1054 + 1046 +
1055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 1047 { $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; } 1048 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
1057 if ${ac_cv_cxx_compiler_gnu+:} false; then : 1049 if ${ac_cv_cxx_compiler_gnu+:} false; then :
1058 @@ -2725,6 +3282,23 @@ 1050 @@ -2725,6 +3285,23 @@
1059 CXXFLAGS= 1051 CXXFLAGS=
1060 fi 1052 fi
1061 fi 1053 fi
1062 +ac_ext=c 1054 +ac_ext=c
1063 +ac_cpp='$CPP $CPPFLAGS' 1055 +ac_cpp='$CPP $CPPFLAGS'
1077 + 1069 +
1078 +save_CPPFLAGS=${CPPFLAGS} 1070 +save_CPPFLAGS=${CPPFLAGS}
1079 ac_ext=cpp 1071 ac_ext=cpp
1080 ac_cpp='$CXXCPP $CPPFLAGS' 1072 ac_cpp='$CXXCPP $CPPFLAGS'
1081 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1073 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1082 @@ -2732,6 +3306,9 @@ 1074 @@ -2732,6 +3309,9 @@
1083 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 1075 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
1084 1076
1085 1077
1086 +CPPFLAGS="-I${octave_include_dir} ${CPPFLAGS}" 1078 +CPPFLAGS="-I${octave_include_dir} ${CPPFLAGS}"
1087 + 1079 +
1088 + 1080 +
1089 ac_ext=cpp 1081 ac_ext=cpp
1090 ac_cpp='$CXXCPP $CPPFLAGS' 1082 ac_cpp='$CXXCPP $CPPFLAGS'
1091 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1083 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1092 @@ -3179,17 +3756,18 @@ 1084 @@ -3179,17 +3759,18 @@
1093 fi 1085 fi
1094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1095 1087
1096 -ac_ext=cpp 1088 -ac_ext=cpp
1097 -ac_cpp='$CXXCPP $CPPFLAGS' 1089 -ac_cpp='$CXXCPP $CPPFLAGS'
1111 1103
1112 + 1104 +
1113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5 1105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
1114 $as_echo_n "checking for cos in -lm... " >&6; } 1106 $as_echo_n "checking for cos in -lm... " >&6; }
1115 if ${ac_cv_lib_m_cos+:} false; then : 1107 if ${ac_cv_lib_m_cos+:} false; then :
1116 @@ -3215,7 +3793,7 @@ 1108 @@ -3215,7 +3796,7 @@
1117 return 0; 1109 return 0;
1118 } 1110 }
1119 _ACEOF 1111 _ACEOF
1120 -if ac_fn_cxx_try_link "$LINENO"; then : 1112 -if ac_fn_cxx_try_link "$LINENO"; then :
1121 +if ac_fn_c_try_link "$LINENO"; then : 1113 +if ac_fn_c_try_link "$LINENO"; then :
1122 ac_cv_lib_m_cos=yes 1114 ac_cv_lib_m_cos=yes
1123 else 1115 else
1124 ac_cv_lib_m_cos=no 1116 ac_cv_lib_m_cos=no
1125 @@ -3262,7 +3840,7 @@ 1117 @@ -3262,7 +3843,7 @@
1126 return 0; 1118 return 0;
1127 } 1119 }
1128 _ACEOF 1120 _ACEOF
1129 -if ac_fn_cxx_try_link "$LINENO"; then : 1121 -if ac_fn_cxx_try_link "$LINENO"; then :
1130 +if ac_fn_c_try_link "$LINENO"; then : 1122 +if ac_fn_c_try_link "$LINENO"; then :
1131 ac_cv_lib_gslcblas_cblas_dgemm=yes 1123 ac_cv_lib_gslcblas_cblas_dgemm=yes
1132 else 1124 else
1133 ac_cv_lib_gslcblas_cblas_dgemm=no 1125 ac_cv_lib_gslcblas_cblas_dgemm=no
1134 @@ -3309,7 +3887,7 @@ 1126 @@ -3309,7 +3890,7 @@
1135 return 0; 1127 return 0;
1136 } 1128 }
1137 _ACEOF 1129 _ACEOF
1138 -if ac_fn_cxx_try_link "$LINENO"; then : 1130 -if ac_fn_cxx_try_link "$LINENO"; then :
1139 +if ac_fn_c_try_link "$LINENO"; then : 1131 +if ac_fn_c_try_link "$LINENO"; then :
1140 ac_cv_lib_gsl_gsl_message=yes 1132 ac_cv_lib_gsl_gsl_message=yes
1141 else 1133 else
1142 ac_cv_lib_gsl_gsl_message=no 1134 ac_cv_lib_gsl_gsl_message=no
1143 @@ -3336,7 +3914,7 @@ 1135 @@ -3336,7 +3917,7 @@
1144 # Auto-generated tests for GSL functions 1136 # Auto-generated tests for GSL functions
1145 for ac_func in gsl_sf_clausen_e 1137 for ac_func in gsl_sf_clausen_e
1146 do : 1138 do :
1147 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_clausen_e" "ac_cv_func_gsl_sf_clausen_e" 1139 - 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" 1140 + 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 : 1141 if test "x$ac_cv_func_gsl_sf_clausen_e" = xyes; then :
1150 cat >>confdefs.h <<_ACEOF 1142 cat >>confdefs.h <<_ACEOF
1151 #define HAVE_GSL_SF_CLAUSEN_E 1 1143 #define HAVE_GSL_SF_CLAUSEN_E 1
1152 @@ -3349,7 +3927,7 @@ 1144 @@ -3349,7 +3930,7 @@
1153 1145
1154 for ac_func in gsl_sf_clausen_e 1146 for ac_func in gsl_sf_clausen_e
1155 do : 1147 do :
1156 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_clausen_e" "ac_cv_func_gsl_sf_clausen_e" 1148 - 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" 1149 + 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 : 1150 if test "x$ac_cv_func_gsl_sf_clausen_e" = xyes; then :
1159 cat >>confdefs.h <<_ACEOF 1151 cat >>confdefs.h <<_ACEOF
1160 #define HAVE_GSL_SF_CLAUSEN_E 1 1152 #define HAVE_GSL_SF_CLAUSEN_E 1
1161 @@ -3362,7 +3940,7 @@ 1153 @@ -3362,7 +3943,7 @@
1162 1154
1163 for ac_func in gsl_sf_dawson_e 1155 for ac_func in gsl_sf_dawson_e
1164 do : 1156 do :
1165 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_dawson_e" "ac_cv_func_gsl_sf_dawson_e" 1157 - 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" 1158 + 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 : 1159 if test "x$ac_cv_func_gsl_sf_dawson_e" = xyes; then :
1168 cat >>confdefs.h <<_ACEOF 1160 cat >>confdefs.h <<_ACEOF
1169 #define HAVE_GSL_SF_DAWSON_E 1 1161 #define HAVE_GSL_SF_DAWSON_E 1
1170 @@ -3375,7 +3953,7 @@ 1162 @@ -3375,7 +3956,7 @@
1171 1163
1172 for ac_func in gsl_sf_dawson_e 1164 for ac_func in gsl_sf_dawson_e
1173 do : 1165 do :
1174 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_dawson_e" "ac_cv_func_gsl_sf_dawson_e" 1166 - 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" 1167 + 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 : 1168 if test "x$ac_cv_func_gsl_sf_dawson_e" = xyes; then :
1177 cat >>confdefs.h <<_ACEOF 1169 cat >>confdefs.h <<_ACEOF
1178 #define HAVE_GSL_SF_DAWSON_E 1 1170 #define HAVE_GSL_SF_DAWSON_E 1
1179 @@ -3388,7 +3966,7 @@ 1171 @@ -3388,7 +3969,7 @@
1180 1172
1181 for ac_func in gsl_sf_debye_1_e 1173 for ac_func in gsl_sf_debye_1_e
1182 do : 1174 do :
1183 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_1_e" "ac_cv_func_gsl_sf_debye_1_e" 1175 - 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" 1176 + 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 : 1177 if test "x$ac_cv_func_gsl_sf_debye_1_e" = xyes; then :
1186 cat >>confdefs.h <<_ACEOF 1178 cat >>confdefs.h <<_ACEOF
1187 #define HAVE_GSL_SF_DEBYE_1_E 1 1179 #define HAVE_GSL_SF_DEBYE_1_E 1
1188 @@ -3401,7 +3979,7 @@ 1180 @@ -3401,7 +3982,7 @@
1189 1181
1190 for ac_func in gsl_sf_debye_1_e 1182 for ac_func in gsl_sf_debye_1_e
1191 do : 1183 do :
1192 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_1_e" "ac_cv_func_gsl_sf_debye_1_e" 1184 - 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" 1185 + 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 : 1186 if test "x$ac_cv_func_gsl_sf_debye_1_e" = xyes; then :
1195 cat >>confdefs.h <<_ACEOF 1187 cat >>confdefs.h <<_ACEOF
1196 #define HAVE_GSL_SF_DEBYE_1_E 1 1188 #define HAVE_GSL_SF_DEBYE_1_E 1
1197 @@ -3414,7 +3992,7 @@ 1189 @@ -3414,7 +3995,7 @@
1198 1190
1199 for ac_func in gsl_sf_debye_2_e 1191 for ac_func in gsl_sf_debye_2_e
1200 do : 1192 do :
1201 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_2_e" "ac_cv_func_gsl_sf_debye_2_e" 1193 - 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" 1194 + 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 : 1195 if test "x$ac_cv_func_gsl_sf_debye_2_e" = xyes; then :
1204 cat >>confdefs.h <<_ACEOF 1196 cat >>confdefs.h <<_ACEOF
1205 #define HAVE_GSL_SF_DEBYE_2_E 1 1197 #define HAVE_GSL_SF_DEBYE_2_E 1
1206 @@ -3427,7 +4005,7 @@ 1198 @@ -3427,7 +4008,7 @@
1207 1199
1208 for ac_func in gsl_sf_debye_2_e 1200 for ac_func in gsl_sf_debye_2_e
1209 do : 1201 do :
1210 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_2_e" "ac_cv_func_gsl_sf_debye_2_e" 1202 - 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" 1203 + 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 : 1204 if test "x$ac_cv_func_gsl_sf_debye_2_e" = xyes; then :
1213 cat >>confdefs.h <<_ACEOF 1205 cat >>confdefs.h <<_ACEOF
1214 #define HAVE_GSL_SF_DEBYE_2_E 1 1206 #define HAVE_GSL_SF_DEBYE_2_E 1
1215 @@ -3440,7 +4018,7 @@ 1207 @@ -3440,7 +4021,7 @@
1216 1208
1217 for ac_func in gsl_sf_debye_3_e 1209 for ac_func in gsl_sf_debye_3_e
1218 do : 1210 do :
1219 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_3_e" "ac_cv_func_gsl_sf_debye_3_e" 1211 - 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" 1212 + 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 : 1213 if test "x$ac_cv_func_gsl_sf_debye_3_e" = xyes; then :
1222 cat >>confdefs.h <<_ACEOF 1214 cat >>confdefs.h <<_ACEOF
1223 #define HAVE_GSL_SF_DEBYE_3_E 1 1215 #define HAVE_GSL_SF_DEBYE_3_E 1
1224 @@ -3453,7 +4031,7 @@ 1216 @@ -3453,7 +4034,7 @@
1225 1217
1226 for ac_func in gsl_sf_debye_3_e 1218 for ac_func in gsl_sf_debye_3_e
1227 do : 1219 do :
1228 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_3_e" "ac_cv_func_gsl_sf_debye_3_e" 1220 - 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" 1221 + 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 : 1222 if test "x$ac_cv_func_gsl_sf_debye_3_e" = xyes; then :
1231 cat >>confdefs.h <<_ACEOF 1223 cat >>confdefs.h <<_ACEOF
1232 #define HAVE_GSL_SF_DEBYE_3_E 1 1224 #define HAVE_GSL_SF_DEBYE_3_E 1
1233 @@ -3466,7 +4044,7 @@ 1225 @@ -3466,7 +4047,7 @@
1234 1226
1235 for ac_func in gsl_sf_debye_4_e 1227 for ac_func in gsl_sf_debye_4_e
1236 do : 1228 do :
1237 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_4_e" "ac_cv_func_gsl_sf_debye_4_e" 1229 - 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" 1230 + 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 : 1231 if test "x$ac_cv_func_gsl_sf_debye_4_e" = xyes; then :
1240 cat >>confdefs.h <<_ACEOF 1232 cat >>confdefs.h <<_ACEOF
1241 #define HAVE_GSL_SF_DEBYE_4_E 1 1233 #define HAVE_GSL_SF_DEBYE_4_E 1
1242 @@ -3479,7 +4057,7 @@ 1234 @@ -3479,7 +4060,7 @@
1243 1235
1244 for ac_func in gsl_sf_debye_4_e 1236 for ac_func in gsl_sf_debye_4_e
1245 do : 1237 do :
1246 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_4_e" "ac_cv_func_gsl_sf_debye_4_e" 1238 - 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" 1239 + 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 : 1240 if test "x$ac_cv_func_gsl_sf_debye_4_e" = xyes; then :
1249 cat >>confdefs.h <<_ACEOF 1241 cat >>confdefs.h <<_ACEOF
1250 #define HAVE_GSL_SF_DEBYE_4_E 1 1242 #define HAVE_GSL_SF_DEBYE_4_E 1
1251 @@ -3492,7 +4070,7 @@ 1243 @@ -3492,7 +4073,7 @@
1252 1244
1253 for ac_func in gsl_sf_debye_5_e 1245 for ac_func in gsl_sf_debye_5_e
1254 do : 1246 do :
1255 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_5_e" "ac_cv_func_gsl_sf_debye_5_e" 1247 - 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" 1248 + 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 : 1249 if test "x$ac_cv_func_gsl_sf_debye_5_e" = xyes; then :
1258 cat >>confdefs.h <<_ACEOF 1250 cat >>confdefs.h <<_ACEOF
1259 #define HAVE_GSL_SF_DEBYE_5_E 1 1251 #define HAVE_GSL_SF_DEBYE_5_E 1
1260 @@ -3505,7 +4083,7 @@ 1252 @@ -3505,7 +4086,7 @@
1261 1253
1262 for ac_func in gsl_sf_debye_6_e 1254 for ac_func in gsl_sf_debye_6_e
1263 do : 1255 do :
1264 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_debye_6_e" "ac_cv_func_gsl_sf_debye_6_e" 1256 - 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" 1257 + 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 : 1258 if test "x$ac_cv_func_gsl_sf_debye_6_e" = xyes; then :
1267 cat >>confdefs.h <<_ACEOF 1259 cat >>confdefs.h <<_ACEOF
1268 #define HAVE_GSL_SF_DEBYE_6_E 1 1260 #define HAVE_GSL_SF_DEBYE_6_E 1
1269 @@ -3518,7 +4096,7 @@ 1261 @@ -3518,7 +4099,7 @@
1270 1262
1271 for ac_func in gsl_sf_dilog_e 1263 for ac_func in gsl_sf_dilog_e
1272 do : 1264 do :
1273 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_dilog_e" "ac_cv_func_gsl_sf_dilog_e" 1265 - 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" 1266 + 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 : 1267 if test "x$ac_cv_func_gsl_sf_dilog_e" = xyes; then :
1276 cat >>confdefs.h <<_ACEOF 1268 cat >>confdefs.h <<_ACEOF
1277 #define HAVE_GSL_SF_DILOG_E 1 1269 #define HAVE_GSL_SF_DILOG_E 1
1278 @@ -3531,7 +4109,7 @@ 1270 @@ -3531,7 +4112,7 @@
1279 1271
1280 for ac_func in gsl_sf_erf_e 1272 for ac_func in gsl_sf_erf_e
1281 do : 1273 do :
1282 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_e" "ac_cv_func_gsl_sf_erf_e" 1274 - 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" 1275 + 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 : 1276 if test "x$ac_cv_func_gsl_sf_erf_e" = xyes; then :
1285 cat >>confdefs.h <<_ACEOF 1277 cat >>confdefs.h <<_ACEOF
1286 #define HAVE_GSL_SF_ERF_E 1 1278 #define HAVE_GSL_SF_ERF_E 1
1287 @@ -3544,7 +4122,7 @@ 1279 @@ -3544,7 +4125,7 @@
1288 1280
1289 for ac_func in gsl_sf_erf_e 1281 for ac_func in gsl_sf_erf_e
1290 do : 1282 do :
1291 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_e" "ac_cv_func_gsl_sf_erf_e" 1283 - 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" 1284 + 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 : 1285 if test "x$ac_cv_func_gsl_sf_erf_e" = xyes; then :
1294 cat >>confdefs.h <<_ACEOF 1286 cat >>confdefs.h <<_ACEOF
1295 #define HAVE_GSL_SF_ERF_E 1 1287 #define HAVE_GSL_SF_ERF_E 1
1296 @@ -3557,7 +4135,7 @@ 1288 @@ -3557,7 +4138,7 @@
1297 1289
1298 for ac_func in gsl_sf_erfc_e 1290 for ac_func in gsl_sf_erfc_e
1299 do : 1291 do :
1300 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erfc_e" "ac_cv_func_gsl_sf_erfc_e" 1292 - 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" 1293 + 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 : 1294 if test "x$ac_cv_func_gsl_sf_erfc_e" = xyes; then :
1303 cat >>confdefs.h <<_ACEOF 1295 cat >>confdefs.h <<_ACEOF
1304 #define HAVE_GSL_SF_ERFC_E 1 1296 #define HAVE_GSL_SF_ERFC_E 1
1305 @@ -3570,7 +4148,7 @@ 1297 @@ -3570,7 +4151,7 @@
1306 1298
1307 for ac_func in gsl_sf_erfc_e 1299 for ac_func in gsl_sf_erfc_e
1308 do : 1300 do :
1309 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erfc_e" "ac_cv_func_gsl_sf_erfc_e" 1301 - 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" 1302 + 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 : 1303 if test "x$ac_cv_func_gsl_sf_erfc_e" = xyes; then :
1312 cat >>confdefs.h <<_ACEOF 1304 cat >>confdefs.h <<_ACEOF
1313 #define HAVE_GSL_SF_ERFC_E 1 1305 #define HAVE_GSL_SF_ERFC_E 1
1314 @@ -3583,7 +4161,7 @@ 1306 @@ -3583,7 +4164,7 @@
1315 1307
1316 for ac_func in gsl_sf_log_erfc_e 1308 for ac_func in gsl_sf_log_erfc_e
1317 do : 1309 do :
1318 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_erfc_e" "ac_cv_func_gsl_sf_log_erfc_e" 1310 - 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" 1311 + 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 : 1312 if test "x$ac_cv_func_gsl_sf_log_erfc_e" = xyes; then :
1321 cat >>confdefs.h <<_ACEOF 1313 cat >>confdefs.h <<_ACEOF
1322 #define HAVE_GSL_SF_LOG_ERFC_E 1 1314 #define HAVE_GSL_SF_LOG_ERFC_E 1
1323 @@ -3596,7 +4174,7 @@ 1315 @@ -3596,7 +4177,7 @@
1324 1316
1325 for ac_func in gsl_sf_log_erfc_e 1317 for ac_func in gsl_sf_log_erfc_e
1326 do : 1318 do :
1327 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_erfc_e" "ac_cv_func_gsl_sf_log_erfc_e" 1319 - 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" 1320 + 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 : 1321 if test "x$ac_cv_func_gsl_sf_log_erfc_e" = xyes; then :
1330 cat >>confdefs.h <<_ACEOF 1322 cat >>confdefs.h <<_ACEOF
1331 #define HAVE_GSL_SF_LOG_ERFC_E 1 1323 #define HAVE_GSL_SF_LOG_ERFC_E 1
1332 @@ -3609,7 +4187,7 @@ 1324 @@ -3609,7 +4190,7 @@
1333 1325
1334 for ac_func in gsl_sf_erf_Z_e 1326 for ac_func in gsl_sf_erf_Z_e
1335 do : 1327 do :
1336 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_Z_e" "ac_cv_func_gsl_sf_erf_Z_e" 1328 - 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" 1329 + 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 : 1330 if test "x$ac_cv_func_gsl_sf_erf_Z_e" = xyes; then :
1339 cat >>confdefs.h <<_ACEOF 1331 cat >>confdefs.h <<_ACEOF
1340 #define HAVE_GSL_SF_ERF_Z_E 1 1332 #define HAVE_GSL_SF_ERF_Z_E 1
1341 @@ -3622,7 +4200,7 @@ 1333 @@ -3622,7 +4203,7 @@
1342 1334
1343 for ac_func in gsl_sf_erf_Z_e 1335 for ac_func in gsl_sf_erf_Z_e
1344 do : 1336 do :
1345 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_Z_e" "ac_cv_func_gsl_sf_erf_Z_e" 1337 - 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" 1338 + 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 : 1339 if test "x$ac_cv_func_gsl_sf_erf_Z_e" = xyes; then :
1348 cat >>confdefs.h <<_ACEOF 1340 cat >>confdefs.h <<_ACEOF
1349 #define HAVE_GSL_SF_ERF_Z_E 1 1341 #define HAVE_GSL_SF_ERF_Z_E 1
1350 @@ -3635,7 +4213,7 @@ 1342 @@ -3635,7 +4216,7 @@
1351 1343
1352 for ac_func in gsl_sf_erf_Q_e 1344 for ac_func in gsl_sf_erf_Q_e
1353 do : 1345 do :
1354 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_Q_e" "ac_cv_func_gsl_sf_erf_Q_e" 1346 - 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" 1347 + 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 : 1348 if test "x$ac_cv_func_gsl_sf_erf_Q_e" = xyes; then :
1357 cat >>confdefs.h <<_ACEOF 1349 cat >>confdefs.h <<_ACEOF
1358 #define HAVE_GSL_SF_ERF_Q_E 1 1350 #define HAVE_GSL_SF_ERF_Q_E 1
1359 @@ -3648,7 +4226,7 @@ 1351 @@ -3648,7 +4229,7 @@
1360 1352
1361 for ac_func in gsl_sf_erf_Q_e 1353 for ac_func in gsl_sf_erf_Q_e
1362 do : 1354 do :
1363 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_erf_Q_e" "ac_cv_func_gsl_sf_erf_Q_e" 1355 - 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" 1356 + 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 : 1357 if test "x$ac_cv_func_gsl_sf_erf_Q_e" = xyes; then :
1366 cat >>confdefs.h <<_ACEOF 1358 cat >>confdefs.h <<_ACEOF
1367 #define HAVE_GSL_SF_ERF_Q_E 1 1359 #define HAVE_GSL_SF_ERF_Q_E 1
1368 @@ -3661,7 +4239,7 @@ 1360 @@ -3661,7 +4242,7 @@
1369 1361
1370 for ac_func in gsl_sf_hazard_e 1362 for ac_func in gsl_sf_hazard_e
1371 do : 1363 do :
1372 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hazard_e" "ac_cv_func_gsl_sf_hazard_e" 1364 - 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" 1365 + 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 : 1366 if test "x$ac_cv_func_gsl_sf_hazard_e" = xyes; then :
1375 cat >>confdefs.h <<_ACEOF 1367 cat >>confdefs.h <<_ACEOF
1376 #define HAVE_GSL_SF_HAZARD_E 1 1368 #define HAVE_GSL_SF_HAZARD_E 1
1377 @@ -3674,7 +4252,7 @@ 1369 @@ -3674,7 +4255,7 @@
1378 1370
1379 for ac_func in gsl_sf_hazard_e 1371 for ac_func in gsl_sf_hazard_e
1380 do : 1372 do :
1381 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hazard_e" "ac_cv_func_gsl_sf_hazard_e" 1373 - 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" 1374 + 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 : 1375 if test "x$ac_cv_func_gsl_sf_hazard_e" = xyes; then :
1384 cat >>confdefs.h <<_ACEOF 1376 cat >>confdefs.h <<_ACEOF
1385 #define HAVE_GSL_SF_HAZARD_E 1 1377 #define HAVE_GSL_SF_HAZARD_E 1
1386 @@ -3687,7 +4265,7 @@ 1378 @@ -3687,7 +4268,7 @@
1387 1379
1388 for ac_func in gsl_sf_expm1_e 1380 for ac_func in gsl_sf_expm1_e
1389 do : 1381 do :
1390 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expm1_e" "ac_cv_func_gsl_sf_expm1_e" 1382 - 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" 1383 + 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 : 1384 if test "x$ac_cv_func_gsl_sf_expm1_e" = xyes; then :
1393 cat >>confdefs.h <<_ACEOF 1385 cat >>confdefs.h <<_ACEOF
1394 #define HAVE_GSL_SF_EXPM1_E 1 1386 #define HAVE_GSL_SF_EXPM1_E 1
1395 @@ -3700,7 +4278,7 @@ 1387 @@ -3700,7 +4281,7 @@
1396 1388
1397 for ac_func in gsl_sf_expm1_e 1389 for ac_func in gsl_sf_expm1_e
1398 do : 1390 do :
1399 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expm1_e" "ac_cv_func_gsl_sf_expm1_e" 1391 - 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" 1392 + 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 : 1393 if test "x$ac_cv_func_gsl_sf_expm1_e" = xyes; then :
1402 cat >>confdefs.h <<_ACEOF 1394 cat >>confdefs.h <<_ACEOF
1403 #define HAVE_GSL_SF_EXPM1_E 1 1395 #define HAVE_GSL_SF_EXPM1_E 1
1404 @@ -3713,7 +4291,7 @@ 1396 @@ -3713,7 +4294,7 @@
1405 1397
1406 for ac_func in gsl_sf_exprel_e 1398 for ac_func in gsl_sf_exprel_e
1407 do : 1399 do :
1408 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_e" "ac_cv_func_gsl_sf_exprel_e" 1400 - 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" 1401 + 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 : 1402 if test "x$ac_cv_func_gsl_sf_exprel_e" = xyes; then :
1411 cat >>confdefs.h <<_ACEOF 1403 cat >>confdefs.h <<_ACEOF
1412 #define HAVE_GSL_SF_EXPREL_E 1 1404 #define HAVE_GSL_SF_EXPREL_E 1
1413 @@ -3726,7 +4304,7 @@ 1405 @@ -3726,7 +4307,7 @@
1414 1406
1415 for ac_func in gsl_sf_exprel_e 1407 for ac_func in gsl_sf_exprel_e
1416 do : 1408 do :
1417 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_e" "ac_cv_func_gsl_sf_exprel_e" 1409 - 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" 1410 + 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 : 1411 if test "x$ac_cv_func_gsl_sf_exprel_e" = xyes; then :
1420 cat >>confdefs.h <<_ACEOF 1412 cat >>confdefs.h <<_ACEOF
1421 #define HAVE_GSL_SF_EXPREL_E 1 1413 #define HAVE_GSL_SF_EXPREL_E 1
1422 @@ -3739,7 +4317,7 @@ 1414 @@ -3739,7 +4320,7 @@
1423 1415
1424 for ac_func in gsl_sf_exprel_2_e 1416 for ac_func in gsl_sf_exprel_2_e
1425 do : 1417 do :
1426 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_2_e" "ac_cv_func_gsl_sf_exprel_2_e" 1418 - 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" 1419 + 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 : 1420 if test "x$ac_cv_func_gsl_sf_exprel_2_e" = xyes; then :
1429 cat >>confdefs.h <<_ACEOF 1421 cat >>confdefs.h <<_ACEOF
1430 #define HAVE_GSL_SF_EXPREL_2_E 1 1422 #define HAVE_GSL_SF_EXPREL_2_E 1
1431 @@ -3752,7 +4330,7 @@ 1423 @@ -3752,7 +4333,7 @@
1432 1424
1433 for ac_func in gsl_sf_exprel_2_e 1425 for ac_func in gsl_sf_exprel_2_e
1434 do : 1426 do :
1435 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_2_e" "ac_cv_func_gsl_sf_exprel_2_e" 1427 - 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" 1428 + 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 : 1429 if test "x$ac_cv_func_gsl_sf_exprel_2_e" = xyes; then :
1438 cat >>confdefs.h <<_ACEOF 1430 cat >>confdefs.h <<_ACEOF
1439 #define HAVE_GSL_SF_EXPREL_2_E 1 1431 #define HAVE_GSL_SF_EXPREL_2_E 1
1440 @@ -3765,7 +4343,7 @@ 1432 @@ -3765,7 +4346,7 @@
1441 1433
1442 for ac_func in gsl_sf_expint_E1_e 1434 for ac_func in gsl_sf_expint_E1_e
1443 do : 1435 do :
1444 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_E1_e" "ac_cv_func_gsl_sf_expint_E1_e" 1436 - 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" 1437 + 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 : 1438 if test "x$ac_cv_func_gsl_sf_expint_E1_e" = xyes; then :
1447 cat >>confdefs.h <<_ACEOF 1439 cat >>confdefs.h <<_ACEOF
1448 #define HAVE_GSL_SF_EXPINT_E1_E 1 1440 #define HAVE_GSL_SF_EXPINT_E1_E 1
1449 @@ -3778,7 +4356,7 @@ 1441 @@ -3778,7 +4359,7 @@
1450 1442
1451 for ac_func in gsl_sf_expint_E1_e 1443 for ac_func in gsl_sf_expint_E1_e
1452 do : 1444 do :
1453 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_E1_e" "ac_cv_func_gsl_sf_expint_E1_e" 1445 - 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" 1446 + 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 : 1447 if test "x$ac_cv_func_gsl_sf_expint_E1_e" = xyes; then :
1456 cat >>confdefs.h <<_ACEOF 1448 cat >>confdefs.h <<_ACEOF
1457 #define HAVE_GSL_SF_EXPINT_E1_E 1 1449 #define HAVE_GSL_SF_EXPINT_E1_E 1
1458 @@ -3791,7 +4369,7 @@ 1450 @@ -3791,7 +4372,7 @@
1459 1451
1460 for ac_func in gsl_sf_expint_E2_e 1452 for ac_func in gsl_sf_expint_E2_e
1461 do : 1453 do :
1462 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_E2_e" "ac_cv_func_gsl_sf_expint_E2_e" 1454 - 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" 1455 + 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 : 1456 if test "x$ac_cv_func_gsl_sf_expint_E2_e" = xyes; then :
1465 cat >>confdefs.h <<_ACEOF 1457 cat >>confdefs.h <<_ACEOF
1466 #define HAVE_GSL_SF_EXPINT_E2_E 1 1458 #define HAVE_GSL_SF_EXPINT_E2_E 1
1467 @@ -3804,7 +4382,7 @@ 1459 @@ -3804,7 +4385,7 @@
1468 1460
1469 for ac_func in gsl_sf_expint_E2_e 1461 for ac_func in gsl_sf_expint_E2_e
1470 do : 1462 do :
1471 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_E2_e" "ac_cv_func_gsl_sf_expint_E2_e" 1463 - 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" 1464 + 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 : 1465 if test "x$ac_cv_func_gsl_sf_expint_E2_e" = xyes; then :
1474 cat >>confdefs.h <<_ACEOF 1466 cat >>confdefs.h <<_ACEOF
1475 #define HAVE_GSL_SF_EXPINT_E2_E 1 1467 #define HAVE_GSL_SF_EXPINT_E2_E 1
1476 @@ -3817,7 +4395,7 @@ 1468 @@ -3817,7 +4398,7 @@
1477 1469
1478 for ac_func in gsl_sf_expint_Ei_e 1470 for ac_func in gsl_sf_expint_Ei_e
1479 do : 1471 do :
1480 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_Ei_e" "ac_cv_func_gsl_sf_expint_Ei_e" 1472 - 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" 1473 + 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 : 1474 if test "x$ac_cv_func_gsl_sf_expint_Ei_e" = xyes; then :
1483 cat >>confdefs.h <<_ACEOF 1475 cat >>confdefs.h <<_ACEOF
1484 #define HAVE_GSL_SF_EXPINT_EI_E 1 1476 #define HAVE_GSL_SF_EXPINT_EI_E 1
1485 @@ -3830,7 +4408,7 @@ 1477 @@ -3830,7 +4411,7 @@
1486 1478
1487 for ac_func in gsl_sf_expint_Ei_e 1479 for ac_func in gsl_sf_expint_Ei_e
1488 do : 1480 do :
1489 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_Ei_e" "ac_cv_func_gsl_sf_expint_Ei_e" 1481 - 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" 1482 + 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 : 1483 if test "x$ac_cv_func_gsl_sf_expint_Ei_e" = xyes; then :
1492 cat >>confdefs.h <<_ACEOF 1484 cat >>confdefs.h <<_ACEOF
1493 #define HAVE_GSL_SF_EXPINT_EI_E 1 1485 #define HAVE_GSL_SF_EXPINT_EI_E 1
1494 @@ -3843,7 +4421,7 @@ 1486 @@ -3843,7 +4424,7 @@
1495 1487
1496 for ac_func in gsl_sf_Shi_e 1488 for ac_func in gsl_sf_Shi_e
1497 do : 1489 do :
1498 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Shi_e" "ac_cv_func_gsl_sf_Shi_e" 1490 - 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" 1491 + 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 : 1492 if test "x$ac_cv_func_gsl_sf_Shi_e" = xyes; then :
1501 cat >>confdefs.h <<_ACEOF 1493 cat >>confdefs.h <<_ACEOF
1502 #define HAVE_GSL_SF_SHI_E 1 1494 #define HAVE_GSL_SF_SHI_E 1
1503 @@ -3856,7 +4434,7 @@ 1495 @@ -3856,7 +4437,7 @@
1504 1496
1505 for ac_func in gsl_sf_Shi_e 1497 for ac_func in gsl_sf_Shi_e
1506 do : 1498 do :
1507 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Shi_e" "ac_cv_func_gsl_sf_Shi_e" 1499 - 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" 1500 + 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 : 1501 if test "x$ac_cv_func_gsl_sf_Shi_e" = xyes; then :
1510 cat >>confdefs.h <<_ACEOF 1502 cat >>confdefs.h <<_ACEOF
1511 #define HAVE_GSL_SF_SHI_E 1 1503 #define HAVE_GSL_SF_SHI_E 1
1512 @@ -3869,7 +4447,7 @@ 1504 @@ -3869,7 +4450,7 @@
1513 1505
1514 for ac_func in gsl_sf_Chi_e 1506 for ac_func in gsl_sf_Chi_e
1515 do : 1507 do :
1516 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Chi_e" "ac_cv_func_gsl_sf_Chi_e" 1508 - 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" 1509 + 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 : 1510 if test "x$ac_cv_func_gsl_sf_Chi_e" = xyes; then :
1519 cat >>confdefs.h <<_ACEOF 1511 cat >>confdefs.h <<_ACEOF
1520 #define HAVE_GSL_SF_CHI_E 1 1512 #define HAVE_GSL_SF_CHI_E 1
1521 @@ -3882,7 +4460,7 @@ 1513 @@ -3882,7 +4463,7 @@
1522 1514
1523 for ac_func in gsl_sf_Chi_e 1515 for ac_func in gsl_sf_Chi_e
1524 do : 1516 do :
1525 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Chi_e" "ac_cv_func_gsl_sf_Chi_e" 1517 - 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" 1518 + 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 : 1519 if test "x$ac_cv_func_gsl_sf_Chi_e" = xyes; then :
1528 cat >>confdefs.h <<_ACEOF 1520 cat >>confdefs.h <<_ACEOF
1529 #define HAVE_GSL_SF_CHI_E 1 1521 #define HAVE_GSL_SF_CHI_E 1
1530 @@ -3895,7 +4473,7 @@ 1522 @@ -3895,7 +4476,7 @@
1531 1523
1532 for ac_func in gsl_sf_expint_3_e 1524 for ac_func in gsl_sf_expint_3_e
1533 do : 1525 do :
1534 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_3_e" "ac_cv_func_gsl_sf_expint_3_e" 1526 - 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" 1527 + 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 : 1528 if test "x$ac_cv_func_gsl_sf_expint_3_e" = xyes; then :
1537 cat >>confdefs.h <<_ACEOF 1529 cat >>confdefs.h <<_ACEOF
1538 #define HAVE_GSL_SF_EXPINT_3_E 1 1530 #define HAVE_GSL_SF_EXPINT_3_E 1
1539 @@ -3908,7 +4486,7 @@ 1531 @@ -3908,7 +4489,7 @@
1540 1532
1541 for ac_func in gsl_sf_expint_3_e 1533 for ac_func in gsl_sf_expint_3_e
1542 do : 1534 do :
1543 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_expint_3_e" "ac_cv_func_gsl_sf_expint_3_e" 1535 - 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" 1536 + 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 : 1537 if test "x$ac_cv_func_gsl_sf_expint_3_e" = xyes; then :
1546 cat >>confdefs.h <<_ACEOF 1538 cat >>confdefs.h <<_ACEOF
1547 #define HAVE_GSL_SF_EXPINT_3_E 1 1539 #define HAVE_GSL_SF_EXPINT_3_E 1
1548 @@ -3921,7 +4499,7 @@ 1540 @@ -3921,7 +4502,7 @@
1549 1541
1550 for ac_func in gsl_sf_Si_e 1542 for ac_func in gsl_sf_Si_e
1551 do : 1543 do :
1552 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Si_e" "ac_cv_func_gsl_sf_Si_e" 1544 - 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" 1545 + 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 : 1546 if test "x$ac_cv_func_gsl_sf_Si_e" = xyes; then :
1555 cat >>confdefs.h <<_ACEOF 1547 cat >>confdefs.h <<_ACEOF
1556 #define HAVE_GSL_SF_SI_E 1 1548 #define HAVE_GSL_SF_SI_E 1
1557 @@ -3934,7 +4512,7 @@ 1549 @@ -3934,7 +4515,7 @@
1558 1550
1559 for ac_func in gsl_sf_Si_e 1551 for ac_func in gsl_sf_Si_e
1560 do : 1552 do :
1561 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Si_e" "ac_cv_func_gsl_sf_Si_e" 1553 - 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" 1554 + 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 : 1555 if test "x$ac_cv_func_gsl_sf_Si_e" = xyes; then :
1564 cat >>confdefs.h <<_ACEOF 1556 cat >>confdefs.h <<_ACEOF
1565 #define HAVE_GSL_SF_SI_E 1 1557 #define HAVE_GSL_SF_SI_E 1
1566 @@ -3947,7 +4525,7 @@ 1558 @@ -3947,7 +4528,7 @@
1567 1559
1568 for ac_func in gsl_sf_Ci_e 1560 for ac_func in gsl_sf_Ci_e
1569 do : 1561 do :
1570 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Ci_e" "ac_cv_func_gsl_sf_Ci_e" 1562 - 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" 1563 + 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 : 1564 if test "x$ac_cv_func_gsl_sf_Ci_e" = xyes; then :
1573 cat >>confdefs.h <<_ACEOF 1565 cat >>confdefs.h <<_ACEOF
1574 #define HAVE_GSL_SF_CI_E 1 1566 #define HAVE_GSL_SF_CI_E 1
1575 @@ -3960,7 +4538,7 @@ 1567 @@ -3960,7 +4541,7 @@
1576 1568
1577 for ac_func in gsl_sf_Ci_e 1569 for ac_func in gsl_sf_Ci_e
1578 do : 1570 do :
1579 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_Ci_e" "ac_cv_func_gsl_sf_Ci_e" 1571 - 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" 1572 + 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 : 1573 if test "x$ac_cv_func_gsl_sf_Ci_e" = xyes; then :
1582 cat >>confdefs.h <<_ACEOF 1574 cat >>confdefs.h <<_ACEOF
1583 #define HAVE_GSL_SF_CI_E 1 1575 #define HAVE_GSL_SF_CI_E 1
1584 @@ -3973,7 +4551,7 @@ 1576 @@ -3973,7 +4554,7 @@
1585 1577
1586 for ac_func in gsl_sf_atanint_e 1578 for ac_func in gsl_sf_atanint_e
1587 do : 1579 do :
1588 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_atanint_e" "ac_cv_func_gsl_sf_atanint_e" 1580 - 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" 1581 + 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 : 1582 if test "x$ac_cv_func_gsl_sf_atanint_e" = xyes; then :
1591 cat >>confdefs.h <<_ACEOF 1583 cat >>confdefs.h <<_ACEOF
1592 #define HAVE_GSL_SF_ATANINT_E 1 1584 #define HAVE_GSL_SF_ATANINT_E 1
1593 @@ -3986,7 +4564,7 @@ 1585 @@ -3986,7 +4567,7 @@
1594 1586
1595 for ac_func in gsl_sf_atanint_e 1587 for ac_func in gsl_sf_atanint_e
1596 do : 1588 do :
1597 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_atanint_e" "ac_cv_func_gsl_sf_atanint_e" 1589 - 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" 1590 + 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 : 1591 if test "x$ac_cv_func_gsl_sf_atanint_e" = xyes; then :
1600 cat >>confdefs.h <<_ACEOF 1592 cat >>confdefs.h <<_ACEOF
1601 #define HAVE_GSL_SF_ATANINT_E 1 1593 #define HAVE_GSL_SF_ATANINT_E 1
1602 @@ -3999,7 +4577,7 @@ 1594 @@ -3999,7 +4580,7 @@
1603 1595
1604 for ac_func in gsl_sf_fermi_dirac_mhalf_e 1596 for ac_func in gsl_sf_fermi_dirac_mhalf_e
1605 do : 1597 do :
1606 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_mhalf_e" "ac_cv_func_gsl_sf_fermi_dirac_mhalf_e" 1598 - 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" 1599 + 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 : 1600 if test "x$ac_cv_func_gsl_sf_fermi_dirac_mhalf_e" = xyes; then :
1609 cat >>confdefs.h <<_ACEOF 1601 cat >>confdefs.h <<_ACEOF
1610 #define HAVE_GSL_SF_FERMI_DIRAC_MHALF_E 1 1602 #define HAVE_GSL_SF_FERMI_DIRAC_MHALF_E 1
1611 @@ -4012,7 +4590,7 @@ 1603 @@ -4012,7 +4593,7 @@
1612 1604
1613 for ac_func in gsl_sf_fermi_dirac_mhalf_e 1605 for ac_func in gsl_sf_fermi_dirac_mhalf_e
1614 do : 1606 do :
1615 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_mhalf_e" "ac_cv_func_gsl_sf_fermi_dirac_mhalf_e" 1607 - 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" 1608 + 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 : 1609 if test "x$ac_cv_func_gsl_sf_fermi_dirac_mhalf_e" = xyes; then :
1618 cat >>confdefs.h <<_ACEOF 1610 cat >>confdefs.h <<_ACEOF
1619 #define HAVE_GSL_SF_FERMI_DIRAC_MHALF_E 1 1611 #define HAVE_GSL_SF_FERMI_DIRAC_MHALF_E 1
1620 @@ -4025,7 +4603,7 @@ 1612 @@ -4025,7 +4606,7 @@
1621 1613
1622 for ac_func in gsl_sf_fermi_dirac_half_e 1614 for ac_func in gsl_sf_fermi_dirac_half_e
1623 do : 1615 do :
1624 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_half_e" "ac_cv_func_gsl_sf_fermi_dirac_half_e" 1616 - 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" 1617 + 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 : 1618 if test "x$ac_cv_func_gsl_sf_fermi_dirac_half_e" = xyes; then :
1627 cat >>confdefs.h <<_ACEOF 1619 cat >>confdefs.h <<_ACEOF
1628 #define HAVE_GSL_SF_FERMI_DIRAC_HALF_E 1 1620 #define HAVE_GSL_SF_FERMI_DIRAC_HALF_E 1
1629 @@ -4038,7 +4616,7 @@ 1621 @@ -4038,7 +4619,7 @@
1630 1622
1631 for ac_func in gsl_sf_fermi_dirac_half_e 1623 for ac_func in gsl_sf_fermi_dirac_half_e
1632 do : 1624 do :
1633 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_half_e" "ac_cv_func_gsl_sf_fermi_dirac_half_e" 1625 - 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" 1626 + 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 : 1627 if test "x$ac_cv_func_gsl_sf_fermi_dirac_half_e" = xyes; then :
1636 cat >>confdefs.h <<_ACEOF 1628 cat >>confdefs.h <<_ACEOF
1637 #define HAVE_GSL_SF_FERMI_DIRAC_HALF_E 1 1629 #define HAVE_GSL_SF_FERMI_DIRAC_HALF_E 1
1638 @@ -4051,7 +4629,7 @@ 1630 @@ -4051,7 +4632,7 @@
1639 1631
1640 for ac_func in gsl_sf_fermi_dirac_3half_e 1632 for ac_func in gsl_sf_fermi_dirac_3half_e
1641 do : 1633 do :
1642 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_3half_e" "ac_cv_func_gsl_sf_fermi_dirac_3half_e" 1634 - 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" 1635 + 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 : 1636 if test "x$ac_cv_func_gsl_sf_fermi_dirac_3half_e" = xyes; then :
1645 cat >>confdefs.h <<_ACEOF 1637 cat >>confdefs.h <<_ACEOF
1646 #define HAVE_GSL_SF_FERMI_DIRAC_3HALF_E 1 1638 #define HAVE_GSL_SF_FERMI_DIRAC_3HALF_E 1
1647 @@ -4064,7 +4642,7 @@ 1639 @@ -4064,7 +4645,7 @@
1648 1640
1649 for ac_func in gsl_sf_fermi_dirac_3half_e 1641 for ac_func in gsl_sf_fermi_dirac_3half_e
1650 do : 1642 do :
1651 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_3half_e" "ac_cv_func_gsl_sf_fermi_dirac_3half_e" 1643 - 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" 1644 + 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 : 1645 if test "x$ac_cv_func_gsl_sf_fermi_dirac_3half_e" = xyes; then :
1654 cat >>confdefs.h <<_ACEOF 1646 cat >>confdefs.h <<_ACEOF
1655 #define HAVE_GSL_SF_FERMI_DIRAC_3HALF_E 1 1647 #define HAVE_GSL_SF_FERMI_DIRAC_3HALF_E 1
1656 @@ -4077,7 +4655,7 @@ 1648 @@ -4077,7 +4658,7 @@
1657 1649
1658 for ac_func in gsl_sf_gamma_e 1650 for ac_func in gsl_sf_gamma_e
1659 do : 1651 do :
1660 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_e" "ac_cv_func_gsl_sf_gamma_e" 1652 - 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" 1653 + 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 : 1654 if test "x$ac_cv_func_gsl_sf_gamma_e" = xyes; then :
1663 cat >>confdefs.h <<_ACEOF 1655 cat >>confdefs.h <<_ACEOF
1664 #define HAVE_GSL_SF_GAMMA_E 1 1656 #define HAVE_GSL_SF_GAMMA_E 1
1665 @@ -4090,7 +4668,7 @@ 1657 @@ -4090,7 +4671,7 @@
1666 1658
1667 for ac_func in gsl_sf_gamma_e 1659 for ac_func in gsl_sf_gamma_e
1668 do : 1660 do :
1669 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_e" "ac_cv_func_gsl_sf_gamma_e" 1661 - 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" 1662 + 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 : 1663 if test "x$ac_cv_func_gsl_sf_gamma_e" = xyes; then :
1672 cat >>confdefs.h <<_ACEOF 1664 cat >>confdefs.h <<_ACEOF
1673 #define HAVE_GSL_SF_GAMMA_E 1 1665 #define HAVE_GSL_SF_GAMMA_E 1
1674 @@ -4103,7 +4681,7 @@ 1666 @@ -4103,7 +4684,7 @@
1675 1667
1676 for ac_func in gsl_sf_lngamma_e 1668 for ac_func in gsl_sf_lngamma_e
1677 do : 1669 do :
1678 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lngamma_e" "ac_cv_func_gsl_sf_lngamma_e" 1670 - 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" 1671 + 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 : 1672 if test "x$ac_cv_func_gsl_sf_lngamma_e" = xyes; then :
1681 cat >>confdefs.h <<_ACEOF 1673 cat >>confdefs.h <<_ACEOF
1682 #define HAVE_GSL_SF_LNGAMMA_E 1 1674 #define HAVE_GSL_SF_LNGAMMA_E 1
1683 @@ -4116,7 +4694,7 @@ 1675 @@ -4116,7 +4697,7 @@
1684 1676
1685 for ac_func in gsl_sf_lngamma_e 1677 for ac_func in gsl_sf_lngamma_e
1686 do : 1678 do :
1687 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lngamma_e" "ac_cv_func_gsl_sf_lngamma_e" 1679 - 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" 1680 + 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 : 1681 if test "x$ac_cv_func_gsl_sf_lngamma_e" = xyes; then :
1690 cat >>confdefs.h <<_ACEOF 1682 cat >>confdefs.h <<_ACEOF
1691 #define HAVE_GSL_SF_LNGAMMA_E 1 1683 #define HAVE_GSL_SF_LNGAMMA_E 1
1692 @@ -4129,7 +4707,7 @@ 1684 @@ -4129,7 +4710,7 @@
1693 1685
1694 for ac_func in gsl_sf_gammastar_e 1686 for ac_func in gsl_sf_gammastar_e
1695 do : 1687 do :
1696 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gammastar_e" "ac_cv_func_gsl_sf_gammastar_e" 1688 - 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" 1689 + 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 : 1690 if test "x$ac_cv_func_gsl_sf_gammastar_e" = xyes; then :
1699 cat >>confdefs.h <<_ACEOF 1691 cat >>confdefs.h <<_ACEOF
1700 #define HAVE_GSL_SF_GAMMASTAR_E 1 1692 #define HAVE_GSL_SF_GAMMASTAR_E 1
1701 @@ -4142,7 +4720,7 @@ 1693 @@ -4142,7 +4723,7 @@
1702 1694
1703 for ac_func in gsl_sf_gammastar_e 1695 for ac_func in gsl_sf_gammastar_e
1704 do : 1696 do :
1705 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gammastar_e" "ac_cv_func_gsl_sf_gammastar_e" 1697 - 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" 1698 + 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 : 1699 if test "x$ac_cv_func_gsl_sf_gammastar_e" = xyes; then :
1708 cat >>confdefs.h <<_ACEOF 1700 cat >>confdefs.h <<_ACEOF
1709 #define HAVE_GSL_SF_GAMMASTAR_E 1 1701 #define HAVE_GSL_SF_GAMMASTAR_E 1
1710 @@ -4155,7 +4733,7 @@ 1702 @@ -4155,7 +4736,7 @@
1711 1703
1712 for ac_func in gsl_sf_gammainv_e 1704 for ac_func in gsl_sf_gammainv_e
1713 do : 1705 do :
1714 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gammainv_e" "ac_cv_func_gsl_sf_gammainv_e" 1706 - 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" 1707 + 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 : 1708 if test "x$ac_cv_func_gsl_sf_gammainv_e" = xyes; then :
1717 cat >>confdefs.h <<_ACEOF 1709 cat >>confdefs.h <<_ACEOF
1718 #define HAVE_GSL_SF_GAMMAINV_E 1 1710 #define HAVE_GSL_SF_GAMMAINV_E 1
1719 @@ -4168,7 +4746,7 @@ 1711 @@ -4168,7 +4749,7 @@
1720 1712
1721 for ac_func in gsl_sf_gammainv_e 1713 for ac_func in gsl_sf_gammainv_e
1722 do : 1714 do :
1723 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gammainv_e" "ac_cv_func_gsl_sf_gammainv_e" 1715 - 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" 1716 + 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 : 1717 if test "x$ac_cv_func_gsl_sf_gammainv_e" = xyes; then :
1726 cat >>confdefs.h <<_ACEOF 1718 cat >>confdefs.h <<_ACEOF
1727 #define HAVE_GSL_SF_GAMMAINV_E 1 1719 #define HAVE_GSL_SF_GAMMAINV_E 1
1728 @@ -4181,7 +4759,7 @@ 1720 @@ -4181,7 +4762,7 @@
1729 1721
1730 for ac_func in gsl_sf_lambert_W0_e 1722 for ac_func in gsl_sf_lambert_W0_e
1731 do : 1723 do :
1732 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lambert_W0_e" "ac_cv_func_gsl_sf_lambert_W0_e" 1724 - 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" 1725 + 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 : 1726 if test "x$ac_cv_func_gsl_sf_lambert_W0_e" = xyes; then :
1735 cat >>confdefs.h <<_ACEOF 1727 cat >>confdefs.h <<_ACEOF
1736 #define HAVE_GSL_SF_LAMBERT_W0_E 1 1728 #define HAVE_GSL_SF_LAMBERT_W0_E 1
1737 @@ -4194,7 +4772,7 @@ 1729 @@ -4194,7 +4775,7 @@
1738 1730
1739 for ac_func in gsl_sf_gammastar_e 1731 for ac_func in gsl_sf_gammastar_e
1740 do : 1732 do :
1741 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gammastar_e" "ac_cv_func_gsl_sf_gammastar_e" 1733 - 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" 1734 + 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 : 1735 if test "x$ac_cv_func_gsl_sf_gammastar_e" = xyes; then :
1744 cat >>confdefs.h <<_ACEOF 1736 cat >>confdefs.h <<_ACEOF
1745 #define HAVE_GSL_SF_GAMMASTAR_E 1 1737 #define HAVE_GSL_SF_GAMMASTAR_E 1
1746 @@ -4207,7 +4785,7 @@ 1738 @@ -4207,7 +4788,7 @@
1747 1739
1748 for ac_func in gsl_sf_lambert_W0_e 1740 for ac_func in gsl_sf_lambert_W0_e
1749 do : 1741 do :
1750 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lambert_W0_e" "ac_cv_func_gsl_sf_lambert_W0_e" 1742 - 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" 1743 + 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 : 1744 if test "x$ac_cv_func_gsl_sf_lambert_W0_e" = xyes; then :
1753 cat >>confdefs.h <<_ACEOF 1745 cat >>confdefs.h <<_ACEOF
1754 #define HAVE_GSL_SF_LAMBERT_W0_E 1 1746 #define HAVE_GSL_SF_LAMBERT_W0_E 1
1755 @@ -4220,7 +4798,7 @@ 1747 @@ -4220,7 +4801,7 @@
1756 1748
1757 for ac_func in gsl_sf_lambert_Wm1_e 1749 for ac_func in gsl_sf_lambert_Wm1_e
1758 do : 1750 do :
1759 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lambert_Wm1_e" "ac_cv_func_gsl_sf_lambert_Wm1_e" 1751 - 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" 1752 + 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 : 1753 if test "x$ac_cv_func_gsl_sf_lambert_Wm1_e" = xyes; then :
1762 cat >>confdefs.h <<_ACEOF 1754 cat >>confdefs.h <<_ACEOF
1763 #define HAVE_GSL_SF_LAMBERT_WM1_E 1 1755 #define HAVE_GSL_SF_LAMBERT_WM1_E 1
1764 @@ -4233,7 +4811,7 @@ 1756 @@ -4233,7 +4814,7 @@
1765 1757
1766 for ac_func in gsl_sf_lambert_Wm1_e 1758 for ac_func in gsl_sf_lambert_Wm1_e
1767 do : 1759 do :
1768 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lambert_Wm1_e" "ac_cv_func_gsl_sf_lambert_Wm1_e" 1760 - 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" 1761 + 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 : 1762 if test "x$ac_cv_func_gsl_sf_lambert_Wm1_e" = xyes; then :
1771 cat >>confdefs.h <<_ACEOF 1763 cat >>confdefs.h <<_ACEOF
1772 #define HAVE_GSL_SF_LAMBERT_WM1_E 1 1764 #define HAVE_GSL_SF_LAMBERT_WM1_E 1
1773 @@ -4246,7 +4824,7 @@ 1765 @@ -4246,7 +4827,7 @@
1774 1766
1775 for ac_func in gsl_sf_log_1plusx_e 1767 for ac_func in gsl_sf_log_1plusx_e
1776 do : 1768 do :
1777 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_1plusx_e" "ac_cv_func_gsl_sf_log_1plusx_e" 1769 - 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" 1770 + 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 : 1771 if test "x$ac_cv_func_gsl_sf_log_1plusx_e" = xyes; then :
1780 cat >>confdefs.h <<_ACEOF 1772 cat >>confdefs.h <<_ACEOF
1781 #define HAVE_GSL_SF_LOG_1PLUSX_E 1 1773 #define HAVE_GSL_SF_LOG_1PLUSX_E 1
1782 @@ -4259,7 +4837,7 @@ 1774 @@ -4259,7 +4840,7 @@
1783 1775
1784 for ac_func in gsl_sf_log_1plusx_e 1776 for ac_func in gsl_sf_log_1plusx_e
1785 do : 1777 do :
1786 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_1plusx_e" "ac_cv_func_gsl_sf_log_1plusx_e" 1778 - 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" 1779 + 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 : 1780 if test "x$ac_cv_func_gsl_sf_log_1plusx_e" = xyes; then :
1789 cat >>confdefs.h <<_ACEOF 1781 cat >>confdefs.h <<_ACEOF
1790 #define HAVE_GSL_SF_LOG_1PLUSX_E 1 1782 #define HAVE_GSL_SF_LOG_1PLUSX_E 1
1791 @@ -4272,7 +4850,7 @@ 1783 @@ -4272,7 +4853,7 @@
1792 1784
1793 for ac_func in gsl_sf_log_1plusx_mx_e 1785 for ac_func in gsl_sf_log_1plusx_mx_e
1794 do : 1786 do :
1795 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_1plusx_mx_e" "ac_cv_func_gsl_sf_log_1plusx_mx_e" 1787 - 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" 1788 + 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 : 1789 if test "x$ac_cv_func_gsl_sf_log_1plusx_mx_e" = xyes; then :
1798 cat >>confdefs.h <<_ACEOF 1790 cat >>confdefs.h <<_ACEOF
1799 #define HAVE_GSL_SF_LOG_1PLUSX_MX_E 1 1791 #define HAVE_GSL_SF_LOG_1PLUSX_MX_E 1
1800 @@ -4285,7 +4863,7 @@ 1792 @@ -4285,7 +4866,7 @@
1801 1793
1802 for ac_func in gsl_sf_log_1plusx_mx_e 1794 for ac_func in gsl_sf_log_1plusx_mx_e
1803 do : 1795 do :
1804 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_log_1plusx_mx_e" "ac_cv_func_gsl_sf_log_1plusx_mx_e" 1796 - 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" 1797 + 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 : 1798 if test "x$ac_cv_func_gsl_sf_log_1plusx_mx_e" = xyes; then :
1807 cat >>confdefs.h <<_ACEOF 1799 cat >>confdefs.h <<_ACEOF
1808 #define HAVE_GSL_SF_LOG_1PLUSX_MX_E 1 1800 #define HAVE_GSL_SF_LOG_1PLUSX_MX_E 1
1809 @@ -4298,7 +4876,7 @@ 1801 @@ -4298,7 +4879,7 @@
1810 1802
1811 for ac_func in gsl_sf_psi_e 1803 for ac_func in gsl_sf_psi_e
1812 do : 1804 do :
1813 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_e" "ac_cv_func_gsl_sf_psi_e" 1805 - 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" 1806 + 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 : 1807 if test "x$ac_cv_func_gsl_sf_psi_e" = xyes; then :
1816 cat >>confdefs.h <<_ACEOF 1808 cat >>confdefs.h <<_ACEOF
1817 #define HAVE_GSL_SF_PSI_E 1 1809 #define HAVE_GSL_SF_PSI_E 1
1818 @@ -4311,7 +4889,7 @@ 1810 @@ -4311,7 +4892,7 @@
1819 1811
1820 for ac_func in gsl_sf_psi_e 1812 for ac_func in gsl_sf_psi_e
1821 do : 1813 do :
1822 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_e" "ac_cv_func_gsl_sf_psi_e" 1814 - 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" 1815 + 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 : 1816 if test "x$ac_cv_func_gsl_sf_psi_e" = xyes; then :
1825 cat >>confdefs.h <<_ACEOF 1817 cat >>confdefs.h <<_ACEOF
1826 #define HAVE_GSL_SF_PSI_E 1 1818 #define HAVE_GSL_SF_PSI_E 1
1827 @@ -4324,7 +4902,7 @@ 1819 @@ -4324,7 +4905,7 @@
1828 1820
1829 for ac_func in gsl_sf_psi_1piy_e 1821 for ac_func in gsl_sf_psi_1piy_e
1830 do : 1822 do :
1831 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_1piy_e" "ac_cv_func_gsl_sf_psi_1piy_e" 1823 - 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" 1824 + 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 : 1825 if test "x$ac_cv_func_gsl_sf_psi_1piy_e" = xyes; then :
1834 cat >>confdefs.h <<_ACEOF 1826 cat >>confdefs.h <<_ACEOF
1835 #define HAVE_GSL_SF_PSI_1PIY_E 1 1827 #define HAVE_GSL_SF_PSI_1PIY_E 1
1836 @@ -4337,7 +4915,7 @@ 1828 @@ -4337,7 +4918,7 @@
1837 1829
1838 for ac_func in gsl_sf_psi_1piy_e 1830 for ac_func in gsl_sf_psi_1piy_e
1839 do : 1831 do :
1840 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_1piy_e" "ac_cv_func_gsl_sf_psi_1piy_e" 1832 - 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" 1833 + 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 : 1834 if test "x$ac_cv_func_gsl_sf_psi_1piy_e" = xyes; then :
1843 cat >>confdefs.h <<_ACEOF 1835 cat >>confdefs.h <<_ACEOF
1844 #define HAVE_GSL_SF_PSI_1PIY_E 1 1836 #define HAVE_GSL_SF_PSI_1PIY_E 1
1845 @@ -4350,7 +4928,7 @@ 1837 @@ -4350,7 +4931,7 @@
1846 1838
1847 for ac_func in gsl_sf_synchrotron_1_e 1839 for ac_func in gsl_sf_synchrotron_1_e
1848 do : 1840 do :
1849 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_synchrotron_1_e" "ac_cv_func_gsl_sf_synchrotron_1_e" 1841 - 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" 1842 + 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 : 1843 if test "x$ac_cv_func_gsl_sf_synchrotron_1_e" = xyes; then :
1852 cat >>confdefs.h <<_ACEOF 1844 cat >>confdefs.h <<_ACEOF
1853 #define HAVE_GSL_SF_SYNCHROTRON_1_E 1 1845 #define HAVE_GSL_SF_SYNCHROTRON_1_E 1
1854 @@ -4363,7 +4941,7 @@ 1846 @@ -4363,7 +4944,7 @@
1855 1847
1856 for ac_func in gsl_sf_synchrotron_1_e 1848 for ac_func in gsl_sf_synchrotron_1_e
1857 do : 1849 do :
1858 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_synchrotron_1_e" "ac_cv_func_gsl_sf_synchrotron_1_e" 1850 - 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" 1851 + 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 : 1852 if test "x$ac_cv_func_gsl_sf_synchrotron_1_e" = xyes; then :
1861 cat >>confdefs.h <<_ACEOF 1853 cat >>confdefs.h <<_ACEOF
1862 #define HAVE_GSL_SF_SYNCHROTRON_1_E 1 1854 #define HAVE_GSL_SF_SYNCHROTRON_1_E 1
1863 @@ -4376,7 +4954,7 @@ 1855 @@ -4376,7 +4957,7 @@
1864 1856
1865 for ac_func in gsl_sf_synchrotron_2_e 1857 for ac_func in gsl_sf_synchrotron_2_e
1866 do : 1858 do :
1867 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_synchrotron_2_e" "ac_cv_func_gsl_sf_synchrotron_2_e" 1859 - 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" 1860 + 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 : 1861 if test "x$ac_cv_func_gsl_sf_synchrotron_2_e" = xyes; then :
1870 cat >>confdefs.h <<_ACEOF 1862 cat >>confdefs.h <<_ACEOF
1871 #define HAVE_GSL_SF_SYNCHROTRON_2_E 1 1863 #define HAVE_GSL_SF_SYNCHROTRON_2_E 1
1872 @@ -4389,7 +4967,7 @@ 1864 @@ -4389,7 +4970,7 @@
1873 1865
1874 for ac_func in gsl_sf_synchrotron_2_e 1866 for ac_func in gsl_sf_synchrotron_2_e
1875 do : 1867 do :
1876 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_synchrotron_2_e" "ac_cv_func_gsl_sf_synchrotron_2_e" 1868 - 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" 1869 + 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 : 1870 if test "x$ac_cv_func_gsl_sf_synchrotron_2_e" = xyes; then :
1879 cat >>confdefs.h <<_ACEOF 1871 cat >>confdefs.h <<_ACEOF
1880 #define HAVE_GSL_SF_SYNCHROTRON_2_E 1 1872 #define HAVE_GSL_SF_SYNCHROTRON_2_E 1
1881 @@ -4402,7 +4980,7 @@ 1873 @@ -4402,7 +4983,7 @@
1882 1874
1883 for ac_func in gsl_sf_transport_2_e 1875 for ac_func in gsl_sf_transport_2_e
1884 do : 1876 do :
1885 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_2_e" "ac_cv_func_gsl_sf_transport_2_e" 1877 - 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" 1878 + 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 : 1879 if test "x$ac_cv_func_gsl_sf_transport_2_e" = xyes; then :
1888 cat >>confdefs.h <<_ACEOF 1880 cat >>confdefs.h <<_ACEOF
1889 #define HAVE_GSL_SF_TRANSPORT_2_E 1 1881 #define HAVE_GSL_SF_TRANSPORT_2_E 1
1890 @@ -4415,7 +4993,7 @@ 1882 @@ -4415,7 +4996,7 @@
1891 1883
1892 for ac_func in gsl_sf_transport_2_e 1884 for ac_func in gsl_sf_transport_2_e
1893 do : 1885 do :
1894 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_2_e" "ac_cv_func_gsl_sf_transport_2_e" 1886 - 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" 1887 + 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 : 1888 if test "x$ac_cv_func_gsl_sf_transport_2_e" = xyes; then :
1897 cat >>confdefs.h <<_ACEOF 1889 cat >>confdefs.h <<_ACEOF
1898 #define HAVE_GSL_SF_TRANSPORT_2_E 1 1890 #define HAVE_GSL_SF_TRANSPORT_2_E 1
1899 @@ -4428,7 +5006,7 @@ 1891 @@ -4428,7 +5009,7 @@
1900 1892
1901 for ac_func in gsl_sf_transport_3_e 1893 for ac_func in gsl_sf_transport_3_e
1902 do : 1894 do :
1903 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_3_e" "ac_cv_func_gsl_sf_transport_3_e" 1895 - 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" 1896 + 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 : 1897 if test "x$ac_cv_func_gsl_sf_transport_3_e" = xyes; then :
1906 cat >>confdefs.h <<_ACEOF 1898 cat >>confdefs.h <<_ACEOF
1907 #define HAVE_GSL_SF_TRANSPORT_3_E 1 1899 #define HAVE_GSL_SF_TRANSPORT_3_E 1
1908 @@ -4441,7 +5019,7 @@ 1900 @@ -4441,7 +5022,7 @@
1909 1901
1910 for ac_func in gsl_sf_transport_3_e 1902 for ac_func in gsl_sf_transport_3_e
1911 do : 1903 do :
1912 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_3_e" "ac_cv_func_gsl_sf_transport_3_e" 1904 - 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" 1905 + 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 : 1906 if test "x$ac_cv_func_gsl_sf_transport_3_e" = xyes; then :
1915 cat >>confdefs.h <<_ACEOF 1907 cat >>confdefs.h <<_ACEOF
1916 #define HAVE_GSL_SF_TRANSPORT_3_E 1 1908 #define HAVE_GSL_SF_TRANSPORT_3_E 1
1917 @@ -4454,7 +5032,7 @@ 1909 @@ -4454,7 +5035,7 @@
1918 1910
1919 for ac_func in gsl_sf_transport_4_e 1911 for ac_func in gsl_sf_transport_4_e
1920 do : 1912 do :
1921 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_4_e" "ac_cv_func_gsl_sf_transport_4_e" 1913 - 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" 1914 + 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 : 1915 if test "x$ac_cv_func_gsl_sf_transport_4_e" = xyes; then :
1924 cat >>confdefs.h <<_ACEOF 1916 cat >>confdefs.h <<_ACEOF
1925 #define HAVE_GSL_SF_TRANSPORT_4_E 1 1917 #define HAVE_GSL_SF_TRANSPORT_4_E 1
1926 @@ -4467,7 +5045,7 @@ 1918 @@ -4467,7 +5048,7 @@
1927 1919
1928 for ac_func in gsl_sf_transport_4_e 1920 for ac_func in gsl_sf_transport_4_e
1929 do : 1921 do :
1930 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_4_e" "ac_cv_func_gsl_sf_transport_4_e" 1922 - 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" 1923 + 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 : 1924 if test "x$ac_cv_func_gsl_sf_transport_4_e" = xyes; then :
1933 cat >>confdefs.h <<_ACEOF 1925 cat >>confdefs.h <<_ACEOF
1934 #define HAVE_GSL_SF_TRANSPORT_4_E 1 1926 #define HAVE_GSL_SF_TRANSPORT_4_E 1
1935 @@ -4480,7 +5058,7 @@ 1927 @@ -4480,7 +5061,7 @@
1936 1928
1937 for ac_func in gsl_sf_transport_5_e 1929 for ac_func in gsl_sf_transport_5_e
1938 do : 1930 do :
1939 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_5_e" "ac_cv_func_gsl_sf_transport_5_e" 1931 - 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" 1932 + 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 : 1933 if test "x$ac_cv_func_gsl_sf_transport_5_e" = xyes; then :
1942 cat >>confdefs.h <<_ACEOF 1934 cat >>confdefs.h <<_ACEOF
1943 #define HAVE_GSL_SF_TRANSPORT_5_E 1 1935 #define HAVE_GSL_SF_TRANSPORT_5_E 1
1944 @@ -4493,7 +5071,7 @@ 1936 @@ -4493,7 +5074,7 @@
1945 1937
1946 for ac_func in gsl_sf_transport_5_e 1938 for ac_func in gsl_sf_transport_5_e
1947 do : 1939 do :
1948 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_transport_5_e" "ac_cv_func_gsl_sf_transport_5_e" 1940 - 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" 1941 + 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 : 1942 if test "x$ac_cv_func_gsl_sf_transport_5_e" = xyes; then :
1951 cat >>confdefs.h <<_ACEOF 1943 cat >>confdefs.h <<_ACEOF
1952 #define HAVE_GSL_SF_TRANSPORT_5_E 1 1944 #define HAVE_GSL_SF_TRANSPORT_5_E 1
1953 @@ -4506,7 +5084,7 @@ 1945 @@ -4506,7 +5087,7 @@
1954 1946
1955 for ac_func in gsl_sf_sinc_e 1947 for ac_func in gsl_sf_sinc_e
1956 do : 1948 do :
1957 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_sinc_e" "ac_cv_func_gsl_sf_sinc_e" 1949 - 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" 1950 + 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 : 1951 if test "x$ac_cv_func_gsl_sf_sinc_e" = xyes; then :
1960 cat >>confdefs.h <<_ACEOF 1952 cat >>confdefs.h <<_ACEOF
1961 #define HAVE_GSL_SF_SINC_E 1 1953 #define HAVE_GSL_SF_SINC_E 1
1962 @@ -4519,7 +5097,7 @@ 1954 @@ -4519,7 +5100,7 @@
1963 1955
1964 for ac_func in gsl_sf_sinc_e 1956 for ac_func in gsl_sf_sinc_e
1965 do : 1957 do :
1966 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_sinc_e" "ac_cv_func_gsl_sf_sinc_e" 1958 - 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" 1959 + 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 : 1960 if test "x$ac_cv_func_gsl_sf_sinc_e" = xyes; then :
1969 cat >>confdefs.h <<_ACEOF 1961 cat >>confdefs.h <<_ACEOF
1970 #define HAVE_GSL_SF_SINC_E 1 1962 #define HAVE_GSL_SF_SINC_E 1
1971 @@ -4532,7 +5110,7 @@ 1963 @@ -4532,7 +5113,7 @@
1972 1964
1973 for ac_func in gsl_sf_lnsinh_e 1965 for ac_func in gsl_sf_lnsinh_e
1974 do : 1966 do :
1975 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnsinh_e" "ac_cv_func_gsl_sf_lnsinh_e" 1967 - 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" 1968 + 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 : 1969 if test "x$ac_cv_func_gsl_sf_lnsinh_e" = xyes; then :
1978 cat >>confdefs.h <<_ACEOF 1970 cat >>confdefs.h <<_ACEOF
1979 #define HAVE_GSL_SF_LNSINH_E 1 1971 #define HAVE_GSL_SF_LNSINH_E 1
1980 @@ -4545,7 +5123,7 @@ 1972 @@ -4545,7 +5126,7 @@
1981 1973
1982 for ac_func in gsl_sf_lnsinh_e 1974 for ac_func in gsl_sf_lnsinh_e
1983 do : 1975 do :
1984 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnsinh_e" "ac_cv_func_gsl_sf_lnsinh_e" 1976 - 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" 1977 + 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 : 1978 if test "x$ac_cv_func_gsl_sf_lnsinh_e" = xyes; then :
1987 cat >>confdefs.h <<_ACEOF 1979 cat >>confdefs.h <<_ACEOF
1988 #define HAVE_GSL_SF_LNSINH_E 1 1980 #define HAVE_GSL_SF_LNSINH_E 1
1989 @@ -4558,7 +5136,7 @@ 1981 @@ -4558,7 +5139,7 @@
1990 1982
1991 for ac_func in gsl_sf_lncosh_e 1983 for ac_func in gsl_sf_lncosh_e
1992 do : 1984 do :
1993 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lncosh_e" "ac_cv_func_gsl_sf_lncosh_e" 1985 - 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" 1986 + 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 : 1987 if test "x$ac_cv_func_gsl_sf_lncosh_e" = xyes; then :
1996 cat >>confdefs.h <<_ACEOF 1988 cat >>confdefs.h <<_ACEOF
1997 #define HAVE_GSL_SF_LNCOSH_E 1 1989 #define HAVE_GSL_SF_LNCOSH_E 1
1998 @@ -4571,7 +5149,7 @@ 1990 @@ -4571,7 +5152,7 @@
1999 1991
2000 for ac_func in gsl_sf_lncosh_e 1992 for ac_func in gsl_sf_lncosh_e
2001 do : 1993 do :
2002 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lncosh_e" "ac_cv_func_gsl_sf_lncosh_e" 1994 - 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" 1995 + 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 : 1996 if test "x$ac_cv_func_gsl_sf_lncosh_e" = xyes; then :
2005 cat >>confdefs.h <<_ACEOF 1997 cat >>confdefs.h <<_ACEOF
2006 #define HAVE_GSL_SF_LNCOSH_E 1 1998 #define HAVE_GSL_SF_LNCOSH_E 1
2007 @@ -4584,7 +5162,7 @@ 1999 @@ -4584,7 +5165,7 @@
2008 2000
2009 for ac_func in gsl_sf_bessel_Jn_e 2001 for ac_func in gsl_sf_bessel_Jn_e
2010 do : 2002 do :
2011 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Jn_e" "ac_cv_func_gsl_sf_bessel_Jn_e" 2003 - 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" 2004 + 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 : 2005 if test "x$ac_cv_func_gsl_sf_bessel_Jn_e" = xyes; then :
2014 cat >>confdefs.h <<_ACEOF 2006 cat >>confdefs.h <<_ACEOF
2015 #define HAVE_GSL_SF_BESSEL_JN_E 1 2007 #define HAVE_GSL_SF_BESSEL_JN_E 1
2016 @@ -4597,7 +5175,7 @@ 2008 @@ -4597,7 +5178,7 @@
2017 2009
2018 for ac_func in gsl_sf_bessel_Jn_e 2010 for ac_func in gsl_sf_bessel_Jn_e
2019 do : 2011 do :
2020 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Jn_e" "ac_cv_func_gsl_sf_bessel_Jn_e" 2012 - 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" 2013 + 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 : 2014 if test "x$ac_cv_func_gsl_sf_bessel_Jn_e" = xyes; then :
2023 cat >>confdefs.h <<_ACEOF 2015 cat >>confdefs.h <<_ACEOF
2024 #define HAVE_GSL_SF_BESSEL_JN_E 1 2016 #define HAVE_GSL_SF_BESSEL_JN_E 1
2025 @@ -4610,7 +5188,7 @@ 2017 @@ -4610,7 +5191,7 @@
2026 2018
2027 for ac_func in gsl_sf_bessel_Yn_e 2019 for ac_func in gsl_sf_bessel_Yn_e
2028 do : 2020 do :
2029 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Yn_e" "ac_cv_func_gsl_sf_bessel_Yn_e" 2021 - 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" 2022 + 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 : 2023 if test "x$ac_cv_func_gsl_sf_bessel_Yn_e" = xyes; then :
2032 cat >>confdefs.h <<_ACEOF 2024 cat >>confdefs.h <<_ACEOF
2033 #define HAVE_GSL_SF_BESSEL_YN_E 1 2025 #define HAVE_GSL_SF_BESSEL_YN_E 1
2034 @@ -4623,7 +5201,7 @@ 2026 @@ -4623,7 +5204,7 @@
2035 2027
2036 for ac_func in gsl_sf_bessel_Yn_e 2028 for ac_func in gsl_sf_bessel_Yn_e
2037 do : 2029 do :
2038 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Yn_e" "ac_cv_func_gsl_sf_bessel_Yn_e" 2030 - 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" 2031 + 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 : 2032 if test "x$ac_cv_func_gsl_sf_bessel_Yn_e" = xyes; then :
2041 cat >>confdefs.h <<_ACEOF 2033 cat >>confdefs.h <<_ACEOF
2042 #define HAVE_GSL_SF_BESSEL_YN_E 1 2034 #define HAVE_GSL_SF_BESSEL_YN_E 1
2043 @@ -4636,7 +5214,7 @@ 2035 @@ -4636,7 +5217,7 @@
2044 2036
2045 for ac_func in gsl_sf_bessel_In_e 2037 for ac_func in gsl_sf_bessel_In_e
2046 do : 2038 do :
2047 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_e" "ac_cv_func_gsl_sf_bessel_In_e" 2039 - 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" 2040 + 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 : 2041 if test "x$ac_cv_func_gsl_sf_bessel_In_e" = xyes; then :
2050 cat >>confdefs.h <<_ACEOF 2042 cat >>confdefs.h <<_ACEOF
2051 #define HAVE_GSL_SF_BESSEL_IN_E 1 2043 #define HAVE_GSL_SF_BESSEL_IN_E 1
2052 @@ -4649,7 +5227,7 @@ 2044 @@ -4649,7 +5230,7 @@
2053 2045
2054 for ac_func in gsl_sf_bessel_In_e 2046 for ac_func in gsl_sf_bessel_In_e
2055 do : 2047 do :
2056 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_e" "ac_cv_func_gsl_sf_bessel_In_e" 2048 - 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" 2049 + 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 : 2050 if test "x$ac_cv_func_gsl_sf_bessel_In_e" = xyes; then :
2059 cat >>confdefs.h <<_ACEOF 2051 cat >>confdefs.h <<_ACEOF
2060 #define HAVE_GSL_SF_BESSEL_IN_E 1 2052 #define HAVE_GSL_SF_BESSEL_IN_E 1
2061 @@ -4662,7 +5240,7 @@ 2053 @@ -4662,7 +5243,7 @@
2062 2054
2063 for ac_func in gsl_sf_bessel_In_scaled_e 2055 for ac_func in gsl_sf_bessel_In_scaled_e
2064 do : 2056 do :
2065 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_scaled_e" "ac_cv_func_gsl_sf_bessel_In_scaled_e" 2057 - 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" 2058 + 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 : 2059 if test "x$ac_cv_func_gsl_sf_bessel_In_scaled_e" = xyes; then :
2068 cat >>confdefs.h <<_ACEOF 2060 cat >>confdefs.h <<_ACEOF
2069 #define HAVE_GSL_SF_BESSEL_IN_SCALED_E 1 2061 #define HAVE_GSL_SF_BESSEL_IN_SCALED_E 1
2070 @@ -4675,7 +5253,7 @@ 2062 @@ -4675,7 +5256,7 @@
2071 2063
2072 for ac_func in gsl_sf_bessel_In_scaled_e 2064 for ac_func in gsl_sf_bessel_In_scaled_e
2073 do : 2065 do :
2074 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_scaled_e" "ac_cv_func_gsl_sf_bessel_In_scaled_e" 2066 - 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" 2067 + 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 : 2068 if test "x$ac_cv_func_gsl_sf_bessel_In_scaled_e" = xyes; then :
2077 cat >>confdefs.h <<_ACEOF 2069 cat >>confdefs.h <<_ACEOF
2078 #define HAVE_GSL_SF_BESSEL_IN_SCALED_E 1 2070 #define HAVE_GSL_SF_BESSEL_IN_SCALED_E 1
2079 @@ -4688,7 +5266,7 @@ 2071 @@ -4688,7 +5269,7 @@
2080 2072
2081 for ac_func in gsl_sf_bessel_Kn_e 2073 for ac_func in gsl_sf_bessel_Kn_e
2082 do : 2074 do :
2083 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_e" "ac_cv_func_gsl_sf_bessel_Kn_e" 2075 - 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" 2076 + 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 : 2077 if test "x$ac_cv_func_gsl_sf_bessel_Kn_e" = xyes; then :
2086 cat >>confdefs.h <<_ACEOF 2078 cat >>confdefs.h <<_ACEOF
2087 #define HAVE_GSL_SF_BESSEL_KN_E 1 2079 #define HAVE_GSL_SF_BESSEL_KN_E 1
2088 @@ -4701,7 +5279,7 @@ 2080 @@ -4701,7 +5282,7 @@
2089 2081
2090 for ac_func in gsl_sf_bessel_Kn_e 2082 for ac_func in gsl_sf_bessel_Kn_e
2091 do : 2083 do :
2092 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_e" "ac_cv_func_gsl_sf_bessel_Kn_e" 2084 - 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" 2085 + 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 : 2086 if test "x$ac_cv_func_gsl_sf_bessel_Kn_e" = xyes; then :
2095 cat >>confdefs.h <<_ACEOF 2087 cat >>confdefs.h <<_ACEOF
2096 #define HAVE_GSL_SF_BESSEL_KN_E 1 2088 #define HAVE_GSL_SF_BESSEL_KN_E 1
2097 @@ -4714,7 +5292,7 @@ 2089 @@ -4714,7 +5295,7 @@
2098 2090
2099 for ac_func in gsl_sf_bessel_Kn_scaled_e 2091 for ac_func in gsl_sf_bessel_Kn_scaled_e
2100 do : 2092 do :
2101 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_scaled_e" "ac_cv_func_gsl_sf_bessel_Kn_scaled_e" 2093 - 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" 2094 + 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 : 2095 if test "x$ac_cv_func_gsl_sf_bessel_Kn_scaled_e" = xyes; then :
2104 cat >>confdefs.h <<_ACEOF 2096 cat >>confdefs.h <<_ACEOF
2105 #define HAVE_GSL_SF_BESSEL_KN_SCALED_E 1 2097 #define HAVE_GSL_SF_BESSEL_KN_SCALED_E 1
2106 @@ -4727,7 +5305,7 @@ 2098 @@ -4727,7 +5308,7 @@
2107 2099
2108 for ac_func in gsl_sf_bessel_Kn_scaled_e 2100 for ac_func in gsl_sf_bessel_Kn_scaled_e
2109 do : 2101 do :
2110 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_scaled_e" "ac_cv_func_gsl_sf_bessel_Kn_scaled_e" 2102 - 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" 2103 + 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 : 2104 if test "x$ac_cv_func_gsl_sf_bessel_Kn_scaled_e" = xyes; then :
2113 cat >>confdefs.h <<_ACEOF 2105 cat >>confdefs.h <<_ACEOF
2114 #define HAVE_GSL_SF_BESSEL_KN_SCALED_E 1 2106 #define HAVE_GSL_SF_BESSEL_KN_SCALED_E 1
2115 @@ -4740,7 +5318,7 @@ 2107 @@ -4740,7 +5321,7 @@
2116 2108
2117 for ac_func in gsl_sf_bessel_jl_e 2109 for ac_func in gsl_sf_bessel_jl_e
2118 do : 2110 do :
2119 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_jl_e" "ac_cv_func_gsl_sf_bessel_jl_e" 2111 - 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" 2112 + 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 : 2113 if test "x$ac_cv_func_gsl_sf_bessel_jl_e" = xyes; then :
2122 cat >>confdefs.h <<_ACEOF 2114 cat >>confdefs.h <<_ACEOF
2123 #define HAVE_GSL_SF_BESSEL_JL_E 1 2115 #define HAVE_GSL_SF_BESSEL_JL_E 1
2124 @@ -4753,7 +5331,7 @@ 2116 @@ -4753,7 +5334,7 @@
2125 2117
2126 for ac_func in gsl_sf_bessel_jl_e 2118 for ac_func in gsl_sf_bessel_jl_e
2127 do : 2119 do :
2128 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_jl_e" "ac_cv_func_gsl_sf_bessel_jl_e" 2120 - 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" 2121 + 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 : 2122 if test "x$ac_cv_func_gsl_sf_bessel_jl_e" = xyes; then :
2131 cat >>confdefs.h <<_ACEOF 2123 cat >>confdefs.h <<_ACEOF
2132 #define HAVE_GSL_SF_BESSEL_JL_E 1 2124 #define HAVE_GSL_SF_BESSEL_JL_E 1
2133 @@ -4766,7 +5344,7 @@ 2125 @@ -4766,7 +5347,7 @@
2134 2126
2135 for ac_func in gsl_sf_bessel_yl_e 2127 for ac_func in gsl_sf_bessel_yl_e
2136 do : 2128 do :
2137 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_yl_e" "ac_cv_func_gsl_sf_bessel_yl_e" 2129 - 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" 2130 + 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 : 2131 if test "x$ac_cv_func_gsl_sf_bessel_yl_e" = xyes; then :
2140 cat >>confdefs.h <<_ACEOF 2132 cat >>confdefs.h <<_ACEOF
2141 #define HAVE_GSL_SF_BESSEL_YL_E 1 2133 #define HAVE_GSL_SF_BESSEL_YL_E 1
2142 @@ -4779,7 +5357,7 @@ 2134 @@ -4779,7 +5360,7 @@
2143 2135
2144 for ac_func in gsl_sf_bessel_yl_e 2136 for ac_func in gsl_sf_bessel_yl_e
2145 do : 2137 do :
2146 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_yl_e" "ac_cv_func_gsl_sf_bessel_yl_e" 2138 - 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" 2139 + 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 : 2140 if test "x$ac_cv_func_gsl_sf_bessel_yl_e" = xyes; then :
2149 cat >>confdefs.h <<_ACEOF 2141 cat >>confdefs.h <<_ACEOF
2150 #define HAVE_GSL_SF_BESSEL_YL_E 1 2142 #define HAVE_GSL_SF_BESSEL_YL_E 1
2151 @@ -4792,7 +5370,7 @@ 2143 @@ -4792,7 +5373,7 @@
2152 2144
2153 for ac_func in gsl_sf_bessel_il_scaled_e 2145 for ac_func in gsl_sf_bessel_il_scaled_e
2154 do : 2146 do :
2155 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_il_scaled_e" "ac_cv_func_gsl_sf_bessel_il_scaled_e" 2147 - 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" 2148 + 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 : 2149 if test "x$ac_cv_func_gsl_sf_bessel_il_scaled_e" = xyes; then :
2158 cat >>confdefs.h <<_ACEOF 2150 cat >>confdefs.h <<_ACEOF
2159 #define HAVE_GSL_SF_BESSEL_IL_SCALED_E 1 2151 #define HAVE_GSL_SF_BESSEL_IL_SCALED_E 1
2160 @@ -4805,7 +5383,7 @@ 2152 @@ -4805,7 +5386,7 @@
2161 2153
2162 for ac_func in gsl_sf_bessel_il_scaled_e 2154 for ac_func in gsl_sf_bessel_il_scaled_e
2163 do : 2155 do :
2164 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_il_scaled_e" "ac_cv_func_gsl_sf_bessel_il_scaled_e" 2156 - 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" 2157 + 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 : 2158 if test "x$ac_cv_func_gsl_sf_bessel_il_scaled_e" = xyes; then :
2167 cat >>confdefs.h <<_ACEOF 2159 cat >>confdefs.h <<_ACEOF
2168 #define HAVE_GSL_SF_BESSEL_IL_SCALED_E 1 2160 #define HAVE_GSL_SF_BESSEL_IL_SCALED_E 1
2169 @@ -4818,7 +5396,7 @@ 2161 @@ -4818,7 +5399,7 @@
2170 2162
2171 for ac_func in gsl_sf_bessel_kl_scaled_e 2163 for ac_func in gsl_sf_bessel_kl_scaled_e
2172 do : 2164 do :
2173 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_kl_scaled_e" "ac_cv_func_gsl_sf_bessel_kl_scaled_e" 2165 - 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" 2166 + 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 : 2167 if test "x$ac_cv_func_gsl_sf_bessel_kl_scaled_e" = xyes; then :
2176 cat >>confdefs.h <<_ACEOF 2168 cat >>confdefs.h <<_ACEOF
2177 #define HAVE_GSL_SF_BESSEL_KL_SCALED_E 1 2169 #define HAVE_GSL_SF_BESSEL_KL_SCALED_E 1
2178 @@ -4831,7 +5409,7 @@ 2170 @@ -4831,7 +5412,7 @@
2179 2171
2180 for ac_func in gsl_sf_bessel_kl_scaled_e 2172 for ac_func in gsl_sf_bessel_kl_scaled_e
2181 do : 2173 do :
2182 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_kl_scaled_e" "ac_cv_func_gsl_sf_bessel_kl_scaled_e" 2174 - 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" 2175 + 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 : 2176 if test "x$ac_cv_func_gsl_sf_bessel_kl_scaled_e" = xyes; then :
2185 cat >>confdefs.h <<_ACEOF 2177 cat >>confdefs.h <<_ACEOF
2186 #define HAVE_GSL_SF_BESSEL_KL_SCALED_E 1 2178 #define HAVE_GSL_SF_BESSEL_KL_SCALED_E 1
2187 @@ -4844,7 +5422,7 @@ 2179 @@ -4844,7 +5425,7 @@
2188 2180
2189 for ac_func in gsl_sf_exprel_n_e 2181 for ac_func in gsl_sf_exprel_n_e
2190 do : 2182 do :
2191 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_n_e" "ac_cv_func_gsl_sf_exprel_n_e" 2183 - 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" 2184 + 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 : 2185 if test "x$ac_cv_func_gsl_sf_exprel_n_e" = xyes; then :
2194 cat >>confdefs.h <<_ACEOF 2186 cat >>confdefs.h <<_ACEOF
2195 #define HAVE_GSL_SF_EXPREL_N_E 1 2187 #define HAVE_GSL_SF_EXPREL_N_E 1
2196 @@ -4857,7 +5435,7 @@ 2188 @@ -4857,7 +5438,7 @@
2197 2189
2198 for ac_func in gsl_sf_exprel_n_e 2190 for ac_func in gsl_sf_exprel_n_e
2199 do : 2191 do :
2200 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exprel_n_e" "ac_cv_func_gsl_sf_exprel_n_e" 2192 - 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" 2193 + 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 : 2194 if test "x$ac_cv_func_gsl_sf_exprel_n_e" = xyes; then :
2203 cat >>confdefs.h <<_ACEOF 2195 cat >>confdefs.h <<_ACEOF
2204 #define HAVE_GSL_SF_EXPREL_N_E 1 2196 #define HAVE_GSL_SF_EXPREL_N_E 1
2205 @@ -4870,7 +5448,7 @@ 2197 @@ -4870,7 +5451,7 @@
2206 2198
2207 for ac_func in gsl_sf_fermi_dirac_int_e 2199 for ac_func in gsl_sf_fermi_dirac_int_e
2208 do : 2200 do :
2209 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_int_e" "ac_cv_func_gsl_sf_fermi_dirac_int_e" 2201 - 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" 2202 + 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 : 2203 if test "x$ac_cv_func_gsl_sf_fermi_dirac_int_e" = xyes; then :
2212 cat >>confdefs.h <<_ACEOF 2204 cat >>confdefs.h <<_ACEOF
2213 #define HAVE_GSL_SF_FERMI_DIRAC_INT_E 1 2205 #define HAVE_GSL_SF_FERMI_DIRAC_INT_E 1
2214 @@ -4883,7 +5461,7 @@ 2206 @@ -4883,7 +5464,7 @@
2215 2207
2216 for ac_func in gsl_sf_fermi_dirac_int_e 2208 for ac_func in gsl_sf_fermi_dirac_int_e
2217 do : 2209 do :
2218 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fermi_dirac_int_e" "ac_cv_func_gsl_sf_fermi_dirac_int_e" 2210 - 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" 2211 + 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 : 2212 if test "x$ac_cv_func_gsl_sf_fermi_dirac_int_e" = xyes; then :
2221 cat >>confdefs.h <<_ACEOF 2213 cat >>confdefs.h <<_ACEOF
2222 #define HAVE_GSL_SF_FERMI_DIRAC_INT_E 1 2214 #define HAVE_GSL_SF_FERMI_DIRAC_INT_E 1
2223 @@ -4896,7 +5474,7 @@ 2215 @@ -4896,7 +5477,7 @@
2224 2216
2225 for ac_func in gsl_sf_taylorcoeff_e 2217 for ac_func in gsl_sf_taylorcoeff_e
2226 do : 2218 do :
2227 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_taylorcoeff_e" "ac_cv_func_gsl_sf_taylorcoeff_e" 2219 - 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" 2220 + 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 : 2221 if test "x$ac_cv_func_gsl_sf_taylorcoeff_e" = xyes; then :
2230 cat >>confdefs.h <<_ACEOF 2222 cat >>confdefs.h <<_ACEOF
2231 #define HAVE_GSL_SF_TAYLORCOEFF_E 1 2223 #define HAVE_GSL_SF_TAYLORCOEFF_E 1
2232 @@ -4909,7 +5487,7 @@ 2224 @@ -4909,7 +5490,7 @@
2233 2225
2234 for ac_func in gsl_sf_taylorcoeff_e 2226 for ac_func in gsl_sf_taylorcoeff_e
2235 do : 2227 do :
2236 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_taylorcoeff_e" "ac_cv_func_gsl_sf_taylorcoeff_e" 2228 - 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" 2229 + 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 : 2230 if test "x$ac_cv_func_gsl_sf_taylorcoeff_e" = xyes; then :
2239 cat >>confdefs.h <<_ACEOF 2231 cat >>confdefs.h <<_ACEOF
2240 #define HAVE_GSL_SF_TAYLORCOEFF_E 1 2232 #define HAVE_GSL_SF_TAYLORCOEFF_E 1
2241 @@ -4922,7 +5500,7 @@ 2233 @@ -4922,7 +5503,7 @@
2242 2234
2243 for ac_func in gsl_sf_legendre_Pl_e 2235 for ac_func in gsl_sf_legendre_Pl_e
2244 do : 2236 do :
2245 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Pl_e" "ac_cv_func_gsl_sf_legendre_Pl_e" 2237 - 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" 2238 + 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 : 2239 if test "x$ac_cv_func_gsl_sf_legendre_Pl_e" = xyes; then :
2248 cat >>confdefs.h <<_ACEOF 2240 cat >>confdefs.h <<_ACEOF
2249 #define HAVE_GSL_SF_LEGENDRE_PL_E 1 2241 #define HAVE_GSL_SF_LEGENDRE_PL_E 1
2250 @@ -4933,7 +5511,7 @@ 2242 @@ -4933,7 +5514,7 @@
2251 2243
2252 for ac_func in gsl_sf_legendre_Pl_e 2244 for ac_func in gsl_sf_legendre_Pl_e
2253 do : 2245 do :
2254 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Pl_e" "ac_cv_func_gsl_sf_legendre_Pl_e" 2246 - 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" 2247 + 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 : 2248 if test "x$ac_cv_func_gsl_sf_legendre_Pl_e" = xyes; then :
2257 cat >>confdefs.h <<_ACEOF 2249 cat >>confdefs.h <<_ACEOF
2258 #define HAVE_GSL_SF_LEGENDRE_PL_E 1 2250 #define HAVE_GSL_SF_LEGENDRE_PL_E 1
2259 @@ -4944,7 +5522,7 @@ 2251 @@ -4944,7 +5525,7 @@
2260 2252
2261 for ac_func in gsl_sf_legendre_Ql_e 2253 for ac_func in gsl_sf_legendre_Ql_e
2262 do : 2254 do :
2263 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Ql_e" "ac_cv_func_gsl_sf_legendre_Ql_e" 2255 - 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" 2256 + 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 : 2257 if test "x$ac_cv_func_gsl_sf_legendre_Ql_e" = xyes; then :
2266 cat >>confdefs.h <<_ACEOF 2258 cat >>confdefs.h <<_ACEOF
2267 #define HAVE_GSL_SF_LEGENDRE_QL_E 1 2259 #define HAVE_GSL_SF_LEGENDRE_QL_E 1
2268 @@ -4957,7 +5535,7 @@ 2260 @@ -4957,7 +5538,7 @@
2269 2261
2270 for ac_func in gsl_sf_legendre_Ql_e 2262 for ac_func in gsl_sf_legendre_Ql_e
2271 do : 2263 do :
2272 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Ql_e" "ac_cv_func_gsl_sf_legendre_Ql_e" 2264 - 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" 2265 + 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 : 2266 if test "x$ac_cv_func_gsl_sf_legendre_Ql_e" = xyes; then :
2275 cat >>confdefs.h <<_ACEOF 2267 cat >>confdefs.h <<_ACEOF
2276 #define HAVE_GSL_SF_LEGENDRE_QL_E 1 2268 #define HAVE_GSL_SF_LEGENDRE_QL_E 1
2277 @@ -4970,7 +5548,7 @@ 2269 @@ -4970,7 +5551,7 @@
2278 2270
2279 for ac_func in gsl_sf_mathieu_a_e 2271 for ac_func in gsl_sf_mathieu_a_e
2280 do : 2272 do :
2281 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_a_e" "ac_cv_func_gsl_sf_mathieu_a_e" 2273 - 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" 2274 + 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 : 2275 if test "x$ac_cv_func_gsl_sf_mathieu_a_e" = xyes; then :
2284 cat >>confdefs.h <<_ACEOF 2276 cat >>confdefs.h <<_ACEOF
2285 #define HAVE_GSL_SF_MATHIEU_A_E 1 2277 #define HAVE_GSL_SF_MATHIEU_A_E 1
2286 @@ -4983,7 +5561,7 @@ 2278 @@ -4983,7 +5564,7 @@
2287 2279
2288 for ac_func in gsl_sf_mathieu_b_e 2280 for ac_func in gsl_sf_mathieu_b_e
2289 do : 2281 do :
2290 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_b_e" "ac_cv_func_gsl_sf_mathieu_b_e" 2282 - 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" 2283 + 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 : 2284 if test "x$ac_cv_func_gsl_sf_mathieu_b_e" = xyes; then :
2293 cat >>confdefs.h <<_ACEOF 2285 cat >>confdefs.h <<_ACEOF
2294 #define HAVE_GSL_SF_MATHIEU_B_E 1 2286 #define HAVE_GSL_SF_MATHIEU_B_E 1
2295 @@ -4996,7 +5574,7 @@ 2287 @@ -4996,7 +5577,7 @@
2296 2288
2297 for ac_func in gsl_sf_psi_n_e 2289 for ac_func in gsl_sf_psi_n_e
2298 do : 2290 do :
2299 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_n_e" "ac_cv_func_gsl_sf_psi_n_e" 2291 - 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" 2292 + 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 : 2293 if test "x$ac_cv_func_gsl_sf_psi_n_e" = xyes; then :
2302 cat >>confdefs.h <<_ACEOF 2294 cat >>confdefs.h <<_ACEOF
2303 #define HAVE_GSL_SF_PSI_N_E 1 2295 #define HAVE_GSL_SF_PSI_N_E 1
2304 @@ -5009,7 +5587,7 @@ 2296 @@ -5009,7 +5590,7 @@
2305 2297
2306 for ac_func in gsl_sf_psi_n_e 2298 for ac_func in gsl_sf_psi_n_e
2307 do : 2299 do :
2308 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_n_e" "ac_cv_func_gsl_sf_psi_n_e" 2300 - 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" 2301 + 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 : 2302 if test "x$ac_cv_func_gsl_sf_psi_n_e" = xyes; then :
2311 cat >>confdefs.h <<_ACEOF 2303 cat >>confdefs.h <<_ACEOF
2312 #define HAVE_GSL_SF_PSI_N_E 1 2304 #define HAVE_GSL_SF_PSI_N_E 1
2313 @@ -5022,7 +5600,7 @@ 2305 @@ -5022,7 +5603,7 @@
2314 2306
2315 for ac_func in gsl_sf_bessel_Jnu_e 2307 for ac_func in gsl_sf_bessel_Jnu_e
2316 do : 2308 do :
2317 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Jnu_e" "ac_cv_func_gsl_sf_bessel_Jnu_e" 2309 - 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" 2310 + 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 : 2311 if test "x$ac_cv_func_gsl_sf_bessel_Jnu_e" = xyes; then :
2320 cat >>confdefs.h <<_ACEOF 2312 cat >>confdefs.h <<_ACEOF
2321 #define HAVE_GSL_SF_BESSEL_JNU_E 1 2313 #define HAVE_GSL_SF_BESSEL_JNU_E 1
2322 @@ -5035,7 +5613,7 @@ 2314 @@ -5035,7 +5616,7 @@
2323 2315
2324 for ac_func in gsl_sf_bessel_Jnu_e 2316 for ac_func in gsl_sf_bessel_Jnu_e
2325 do : 2317 do :
2326 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Jnu_e" "ac_cv_func_gsl_sf_bessel_Jnu_e" 2318 - 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" 2319 + 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 : 2320 if test "x$ac_cv_func_gsl_sf_bessel_Jnu_e" = xyes; then :
2329 cat >>confdefs.h <<_ACEOF 2321 cat >>confdefs.h <<_ACEOF
2330 #define HAVE_GSL_SF_BESSEL_JNU_E 1 2322 #define HAVE_GSL_SF_BESSEL_JNU_E 1
2331 @@ -5048,7 +5626,7 @@ 2323 @@ -5048,7 +5629,7 @@
2332 2324
2333 for ac_func in gsl_sf_bessel_Ynu_e 2325 for ac_func in gsl_sf_bessel_Ynu_e
2334 do : 2326 do :
2335 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Ynu_e" "ac_cv_func_gsl_sf_bessel_Ynu_e" 2327 - 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" 2328 + 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 : 2329 if test "x$ac_cv_func_gsl_sf_bessel_Ynu_e" = xyes; then :
2338 cat >>confdefs.h <<_ACEOF 2330 cat >>confdefs.h <<_ACEOF
2339 #define HAVE_GSL_SF_BESSEL_YNU_E 1 2331 #define HAVE_GSL_SF_BESSEL_YNU_E 1
2340 @@ -5061,7 +5639,7 @@ 2332 @@ -5061,7 +5642,7 @@
2341 2333
2342 for ac_func in gsl_sf_bessel_Ynu_e 2334 for ac_func in gsl_sf_bessel_Ynu_e
2343 do : 2335 do :
2344 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Ynu_e" "ac_cv_func_gsl_sf_bessel_Ynu_e" 2336 - 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" 2337 + 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 : 2338 if test "x$ac_cv_func_gsl_sf_bessel_Ynu_e" = xyes; then :
2347 cat >>confdefs.h <<_ACEOF 2339 cat >>confdefs.h <<_ACEOF
2348 #define HAVE_GSL_SF_BESSEL_YNU_E 1 2340 #define HAVE_GSL_SF_BESSEL_YNU_E 1
2349 @@ -5074,7 +5652,7 @@ 2341 @@ -5074,7 +5655,7 @@
2350 2342
2351 for ac_func in gsl_sf_bessel_Inu_e 2343 for ac_func in gsl_sf_bessel_Inu_e
2352 do : 2344 do :
2353 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Inu_e" "ac_cv_func_gsl_sf_bessel_Inu_e" 2345 - 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" 2346 + 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 : 2347 if test "x$ac_cv_func_gsl_sf_bessel_Inu_e" = xyes; then :
2356 cat >>confdefs.h <<_ACEOF 2348 cat >>confdefs.h <<_ACEOF
2357 #define HAVE_GSL_SF_BESSEL_INU_E 1 2349 #define HAVE_GSL_SF_BESSEL_INU_E 1
2358 @@ -5087,7 +5665,7 @@ 2350 @@ -5087,7 +5668,7 @@
2359 2351
2360 for ac_func in gsl_sf_bessel_Inu_e 2352 for ac_func in gsl_sf_bessel_Inu_e
2361 do : 2353 do :
2362 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Inu_e" "ac_cv_func_gsl_sf_bessel_Inu_e" 2354 - 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" 2355 + 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 : 2356 if test "x$ac_cv_func_gsl_sf_bessel_Inu_e" = xyes; then :
2365 cat >>confdefs.h <<_ACEOF 2357 cat >>confdefs.h <<_ACEOF
2366 #define HAVE_GSL_SF_BESSEL_INU_E 1 2358 #define HAVE_GSL_SF_BESSEL_INU_E 1
2367 @@ -5100,7 +5678,7 @@ 2359 @@ -5100,7 +5681,7 @@
2368 2360
2369 for ac_func in gsl_sf_bessel_Inu_scaled_e 2361 for ac_func in gsl_sf_bessel_Inu_scaled_e
2370 do : 2362 do :
2371 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Inu_scaled_e" "ac_cv_func_gsl_sf_bessel_Inu_scaled_e" 2363 - 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" 2364 + 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 : 2365 if test "x$ac_cv_func_gsl_sf_bessel_Inu_scaled_e" = xyes; then :
2374 cat >>confdefs.h <<_ACEOF 2366 cat >>confdefs.h <<_ACEOF
2375 #define HAVE_GSL_SF_BESSEL_INU_SCALED_E 1 2367 #define HAVE_GSL_SF_BESSEL_INU_SCALED_E 1
2376 @@ -5113,7 +5691,7 @@ 2368 @@ -5113,7 +5694,7 @@
2377 2369
2378 for ac_func in gsl_sf_bessel_Inu_scaled_e 2370 for ac_func in gsl_sf_bessel_Inu_scaled_e
2379 do : 2371 do :
2380 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Inu_scaled_e" "ac_cv_func_gsl_sf_bessel_Inu_scaled_e" 2372 - 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" 2373 + 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 : 2374 if test "x$ac_cv_func_gsl_sf_bessel_Inu_scaled_e" = xyes; then :
2383 cat >>confdefs.h <<_ACEOF 2375 cat >>confdefs.h <<_ACEOF
2384 #define HAVE_GSL_SF_BESSEL_INU_SCALED_E 1 2376 #define HAVE_GSL_SF_BESSEL_INU_SCALED_E 1
2385 @@ -5126,7 +5704,7 @@ 2377 @@ -5126,7 +5707,7 @@
2386 2378
2387 for ac_func in gsl_sf_bessel_Knu_e 2379 for ac_func in gsl_sf_bessel_Knu_e
2388 do : 2380 do :
2389 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Knu_e" "ac_cv_func_gsl_sf_bessel_Knu_e" 2381 - 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" 2382 + 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 : 2383 if test "x$ac_cv_func_gsl_sf_bessel_Knu_e" = xyes; then :
2392 cat >>confdefs.h <<_ACEOF 2384 cat >>confdefs.h <<_ACEOF
2393 #define HAVE_GSL_SF_BESSEL_KNU_E 1 2385 #define HAVE_GSL_SF_BESSEL_KNU_E 1
2394 @@ -5139,7 +5717,7 @@ 2386 @@ -5139,7 +5720,7 @@
2395 2387
2396 for ac_func in gsl_sf_bessel_Knu_e 2388 for ac_func in gsl_sf_bessel_Knu_e
2397 do : 2389 do :
2398 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Knu_e" "ac_cv_func_gsl_sf_bessel_Knu_e" 2390 - 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" 2391 + 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 : 2392 if test "x$ac_cv_func_gsl_sf_bessel_Knu_e" = xyes; then :
2401 cat >>confdefs.h <<_ACEOF 2393 cat >>confdefs.h <<_ACEOF
2402 #define HAVE_GSL_SF_BESSEL_KNU_E 1 2394 #define HAVE_GSL_SF_BESSEL_KNU_E 1
2403 @@ -5152,7 +5730,7 @@ 2395 @@ -5152,7 +5733,7 @@
2404 2396
2405 for ac_func in gsl_sf_bessel_lnKnu_e 2397 for ac_func in gsl_sf_bessel_lnKnu_e
2406 do : 2398 do :
2407 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_lnKnu_e" "ac_cv_func_gsl_sf_bessel_lnKnu_e" 2399 - 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" 2400 + 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 : 2401 if test "x$ac_cv_func_gsl_sf_bessel_lnKnu_e" = xyes; then :
2410 cat >>confdefs.h <<_ACEOF 2402 cat >>confdefs.h <<_ACEOF
2411 #define HAVE_GSL_SF_BESSEL_LNKNU_E 1 2403 #define HAVE_GSL_SF_BESSEL_LNKNU_E 1
2412 @@ -5165,7 +5743,7 @@ 2404 @@ -5165,7 +5746,7 @@
2413 2405
2414 for ac_func in gsl_sf_bessel_lnKnu_e 2406 for ac_func in gsl_sf_bessel_lnKnu_e
2415 do : 2407 do :
2416 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_lnKnu_e" "ac_cv_func_gsl_sf_bessel_lnKnu_e" 2408 - 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" 2409 + 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 : 2410 if test "x$ac_cv_func_gsl_sf_bessel_lnKnu_e" = xyes; then :
2419 cat >>confdefs.h <<_ACEOF 2411 cat >>confdefs.h <<_ACEOF
2420 #define HAVE_GSL_SF_BESSEL_LNKNU_E 1 2412 #define HAVE_GSL_SF_BESSEL_LNKNU_E 1
2421 @@ -5178,7 +5756,7 @@ 2413 @@ -5178,7 +5759,7 @@
2422 2414
2423 for ac_func in gsl_sf_bessel_Knu_scaled_e 2415 for ac_func in gsl_sf_bessel_Knu_scaled_e
2424 do : 2416 do :
2425 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Knu_scaled_e" "ac_cv_func_gsl_sf_bessel_Knu_scaled_e" 2417 - 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" 2418 + 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 : 2419 if test "x$ac_cv_func_gsl_sf_bessel_Knu_scaled_e" = xyes; then :
2428 cat >>confdefs.h <<_ACEOF 2420 cat >>confdefs.h <<_ACEOF
2429 #define HAVE_GSL_SF_BESSEL_KNU_SCALED_E 1 2421 #define HAVE_GSL_SF_BESSEL_KNU_SCALED_E 1
2430 @@ -5191,7 +5769,7 @@ 2422 @@ -5191,7 +5772,7 @@
2431 2423
2432 for ac_func in gsl_sf_bessel_Knu_scaled_e 2424 for ac_func in gsl_sf_bessel_Knu_scaled_e
2433 do : 2425 do :
2434 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Knu_scaled_e" "ac_cv_func_gsl_sf_bessel_Knu_scaled_e" 2426 - 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" 2427 + 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 : 2428 if test "x$ac_cv_func_gsl_sf_bessel_Knu_scaled_e" = xyes; then :
2437 cat >>confdefs.h <<_ACEOF 2429 cat >>confdefs.h <<_ACEOF
2438 #define HAVE_GSL_SF_BESSEL_KNU_SCALED_E 1 2430 #define HAVE_GSL_SF_BESSEL_KNU_SCALED_E 1
2439 @@ -5204,7 +5782,7 @@ 2431 @@ -5204,7 +5785,7 @@
2440 2432
2441 for ac_func in gsl_sf_exp_mult_e 2433 for ac_func in gsl_sf_exp_mult_e
2442 do : 2434 do :
2443 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exp_mult_e" "ac_cv_func_gsl_sf_exp_mult_e" 2435 - 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" 2436 + 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 : 2437 if test "x$ac_cv_func_gsl_sf_exp_mult_e" = xyes; then :
2446 cat >>confdefs.h <<_ACEOF 2438 cat >>confdefs.h <<_ACEOF
2447 #define HAVE_GSL_SF_EXP_MULT_E 1 2439 #define HAVE_GSL_SF_EXP_MULT_E 1
2448 @@ -5217,7 +5795,7 @@ 2440 @@ -5217,7 +5798,7 @@
2449 2441
2450 for ac_func in gsl_sf_exp_mult_e 2442 for ac_func in gsl_sf_exp_mult_e
2451 do : 2443 do :
2452 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_exp_mult_e" "ac_cv_func_gsl_sf_exp_mult_e" 2444 - 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" 2445 + 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 : 2446 if test "x$ac_cv_func_gsl_sf_exp_mult_e" = xyes; then :
2455 cat >>confdefs.h <<_ACEOF 2447 cat >>confdefs.h <<_ACEOF
2456 #define HAVE_GSL_SF_EXP_MULT_E 1 2448 #define HAVE_GSL_SF_EXP_MULT_E 1
2457 @@ -5230,7 +5808,7 @@ 2449 @@ -5230,7 +5811,7 @@
2458 2450
2459 for ac_func in gsl_sf_fermi_dirac_inc_0_e 2451 for ac_func in gsl_sf_fermi_dirac_inc_0_e
2460 do : 2452 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" 2453 - 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" 2454 + 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 : 2455 if test "x$ac_cv_func_gsl_sf_fermi_dirac_inc_0_e" = xyes; then :
2464 cat >>confdefs.h <<_ACEOF 2456 cat >>confdefs.h <<_ACEOF
2465 #define HAVE_GSL_SF_FERMI_DIRAC_INC_0_E 1 2457 #define HAVE_GSL_SF_FERMI_DIRAC_INC_0_E 1
2466 @@ -5243,7 +5821,7 @@ 2458 @@ -5243,7 +5824,7 @@
2467 2459
2468 for ac_func in gsl_sf_fermi_dirac_inc_0_e 2460 for ac_func in gsl_sf_fermi_dirac_inc_0_e
2469 do : 2461 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" 2462 - 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" 2463 + 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 : 2464 if test "x$ac_cv_func_gsl_sf_fermi_dirac_inc_0_e" = xyes; then :
2473 cat >>confdefs.h <<_ACEOF 2465 cat >>confdefs.h <<_ACEOF
2474 #define HAVE_GSL_SF_FERMI_DIRAC_INC_0_E 1 2466 #define HAVE_GSL_SF_FERMI_DIRAC_INC_0_E 1
2475 @@ -5256,7 +5834,7 @@ 2467 @@ -5256,7 +5837,7 @@
2476 2468
2477 for ac_func in gsl_sf_poch_e 2469 for ac_func in gsl_sf_poch_e
2478 do : 2470 do :
2479 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_poch_e" "ac_cv_func_gsl_sf_poch_e" 2471 - 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" 2472 + 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 : 2473 if test "x$ac_cv_func_gsl_sf_poch_e" = xyes; then :
2482 cat >>confdefs.h <<_ACEOF 2474 cat >>confdefs.h <<_ACEOF
2483 #define HAVE_GSL_SF_POCH_E 1 2475 #define HAVE_GSL_SF_POCH_E 1
2484 @@ -5269,7 +5847,7 @@ 2476 @@ -5269,7 +5850,7 @@
2485 2477
2486 for ac_func in gsl_sf_poch_e 2478 for ac_func in gsl_sf_poch_e
2487 do : 2479 do :
2488 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_poch_e" "ac_cv_func_gsl_sf_poch_e" 2480 - 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" 2481 + 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 : 2482 if test "x$ac_cv_func_gsl_sf_poch_e" = xyes; then :
2491 cat >>confdefs.h <<_ACEOF 2483 cat >>confdefs.h <<_ACEOF
2492 #define HAVE_GSL_SF_POCH_E 1 2484 #define HAVE_GSL_SF_POCH_E 1
2493 @@ -5282,7 +5860,7 @@ 2485 @@ -5282,7 +5863,7 @@
2494 2486
2495 for ac_func in gsl_sf_lnpoch_e 2487 for ac_func in gsl_sf_lnpoch_e
2496 do : 2488 do :
2497 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnpoch_e" "ac_cv_func_gsl_sf_lnpoch_e" 2489 - 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" 2490 + 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 : 2491 if test "x$ac_cv_func_gsl_sf_lnpoch_e" = xyes; then :
2500 cat >>confdefs.h <<_ACEOF 2492 cat >>confdefs.h <<_ACEOF
2501 #define HAVE_GSL_SF_LNPOCH_E 1 2493 #define HAVE_GSL_SF_LNPOCH_E 1
2502 @@ -5295,7 +5873,7 @@ 2494 @@ -5295,7 +5876,7 @@
2503 2495
2504 for ac_func in gsl_sf_lnpoch_e 2496 for ac_func in gsl_sf_lnpoch_e
2505 do : 2497 do :
2506 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnpoch_e" "ac_cv_func_gsl_sf_lnpoch_e" 2498 - 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" 2499 + 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 : 2500 if test "x$ac_cv_func_gsl_sf_lnpoch_e" = xyes; then :
2509 cat >>confdefs.h <<_ACEOF 2501 cat >>confdefs.h <<_ACEOF
2510 #define HAVE_GSL_SF_LNPOCH_E 1 2502 #define HAVE_GSL_SF_LNPOCH_E 1
2511 @@ -5308,7 +5886,7 @@ 2503 @@ -5308,7 +5889,7 @@
2512 2504
2513 for ac_func in gsl_sf_pochrel_e 2505 for ac_func in gsl_sf_pochrel_e
2514 do : 2506 do :
2515 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_pochrel_e" "ac_cv_func_gsl_sf_pochrel_e" 2507 - 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" 2508 + 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 : 2509 if test "x$ac_cv_func_gsl_sf_pochrel_e" = xyes; then :
2518 cat >>confdefs.h <<_ACEOF 2510 cat >>confdefs.h <<_ACEOF
2519 #define HAVE_GSL_SF_POCHREL_E 1 2511 #define HAVE_GSL_SF_POCHREL_E 1
2520 @@ -5321,7 +5899,7 @@ 2512 @@ -5321,7 +5902,7 @@
2521 2513
2522 for ac_func in gsl_sf_pochrel_e 2514 for ac_func in gsl_sf_pochrel_e
2523 do : 2515 do :
2524 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_pochrel_e" "ac_cv_func_gsl_sf_pochrel_e" 2516 - 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" 2517 + 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 : 2518 if test "x$ac_cv_func_gsl_sf_pochrel_e" = xyes; then :
2527 cat >>confdefs.h <<_ACEOF 2519 cat >>confdefs.h <<_ACEOF
2528 #define HAVE_GSL_SF_POCHREL_E 1 2520 #define HAVE_GSL_SF_POCHREL_E 1
2529 @@ -5334,7 +5912,7 @@ 2521 @@ -5334,7 +5915,7 @@
2530 2522
2531 for ac_func in gsl_sf_gamma_inc_Q_e 2523 for ac_func in gsl_sf_gamma_inc_Q_e
2532 do : 2524 do :
2533 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_Q_e" "ac_cv_func_gsl_sf_gamma_inc_Q_e" 2525 - 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" 2526 + 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 : 2527 if test "x$ac_cv_func_gsl_sf_gamma_inc_Q_e" = xyes; then :
2536 cat >>confdefs.h <<_ACEOF 2528 cat >>confdefs.h <<_ACEOF
2537 #define HAVE_GSL_SF_GAMMA_INC_Q_E 1 2529 #define HAVE_GSL_SF_GAMMA_INC_Q_E 1
2538 @@ -5347,7 +5925,7 @@ 2530 @@ -5347,7 +5928,7 @@
2539 2531
2540 for ac_func in gsl_sf_gamma_inc_Q_e 2532 for ac_func in gsl_sf_gamma_inc_Q_e
2541 do : 2533 do :
2542 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_Q_e" "ac_cv_func_gsl_sf_gamma_inc_Q_e" 2534 - 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" 2535 + 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 : 2536 if test "x$ac_cv_func_gsl_sf_gamma_inc_Q_e" = xyes; then :
2545 cat >>confdefs.h <<_ACEOF 2537 cat >>confdefs.h <<_ACEOF
2546 #define HAVE_GSL_SF_GAMMA_INC_Q_E 1 2538 #define HAVE_GSL_SF_GAMMA_INC_Q_E 1
2547 @@ -5360,7 +5938,7 @@ 2539 @@ -5360,7 +5941,7 @@
2548 2540
2549 for ac_func in gsl_sf_gamma_inc_P_e 2541 for ac_func in gsl_sf_gamma_inc_P_e
2550 do : 2542 do :
2551 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_P_e" "ac_cv_func_gsl_sf_gamma_inc_P_e" 2543 - 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" 2544 + 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 : 2545 if test "x$ac_cv_func_gsl_sf_gamma_inc_P_e" = xyes; then :
2554 cat >>confdefs.h <<_ACEOF 2546 cat >>confdefs.h <<_ACEOF
2555 #define HAVE_GSL_SF_GAMMA_INC_P_E 1 2547 #define HAVE_GSL_SF_GAMMA_INC_P_E 1
2556 @@ -5373,7 +5951,7 @@ 2548 @@ -5373,7 +5954,7 @@
2557 2549
2558 for ac_func in gsl_sf_gamma_inc_P_e 2550 for ac_func in gsl_sf_gamma_inc_P_e
2559 do : 2551 do :
2560 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_P_e" "ac_cv_func_gsl_sf_gamma_inc_P_e" 2552 - 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" 2553 + 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 : 2554 if test "x$ac_cv_func_gsl_sf_gamma_inc_P_e" = xyes; then :
2563 cat >>confdefs.h <<_ACEOF 2555 cat >>confdefs.h <<_ACEOF
2564 #define HAVE_GSL_SF_GAMMA_INC_P_E 1 2556 #define HAVE_GSL_SF_GAMMA_INC_P_E 1
2565 @@ -5386,7 +5964,7 @@ 2557 @@ -5386,7 +5967,7 @@
2566 2558
2567 for ac_func in gsl_sf_gamma_inc_e 2559 for ac_func in gsl_sf_gamma_inc_e
2568 do : 2560 do :
2569 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_e" "ac_cv_func_gsl_sf_gamma_inc_e" 2561 - 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" 2562 + 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 : 2563 if test "x$ac_cv_func_gsl_sf_gamma_inc_e" = xyes; then :
2572 cat >>confdefs.h <<_ACEOF 2564 cat >>confdefs.h <<_ACEOF
2573 #define HAVE_GSL_SF_GAMMA_INC_E 1 2565 #define HAVE_GSL_SF_GAMMA_INC_E 1
2574 @@ -5399,7 +5977,7 @@ 2566 @@ -5399,7 +5980,7 @@
2575 2567
2576 for ac_func in gsl_sf_gamma_inc_e 2568 for ac_func in gsl_sf_gamma_inc_e
2577 do : 2569 do :
2578 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gamma_inc_e" "ac_cv_func_gsl_sf_gamma_inc_e" 2570 - 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" 2571 + 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 : 2572 if test "x$ac_cv_func_gsl_sf_gamma_inc_e" = xyes; then :
2581 cat >>confdefs.h <<_ACEOF 2573 cat >>confdefs.h <<_ACEOF
2582 #define HAVE_GSL_SF_GAMMA_INC_E 1 2574 #define HAVE_GSL_SF_GAMMA_INC_E 1
2583 @@ -5412,7 +5990,7 @@ 2575 @@ -5412,7 +5993,7 @@
2584 2576
2585 for ac_func in gsl_sf_beta_e 2577 for ac_func in gsl_sf_beta_e
2586 do : 2578 do :
2587 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_beta_e" "ac_cv_func_gsl_sf_beta_e" 2579 - 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" 2580 + 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 : 2581 if test "x$ac_cv_func_gsl_sf_beta_e" = xyes; then :
2590 cat >>confdefs.h <<_ACEOF 2582 cat >>confdefs.h <<_ACEOF
2591 #define HAVE_GSL_SF_BETA_E 1 2583 #define HAVE_GSL_SF_BETA_E 1
2592 @@ -5425,7 +6003,7 @@ 2584 @@ -5425,7 +6006,7 @@
2593 2585
2594 for ac_func in gsl_sf_beta_e 2586 for ac_func in gsl_sf_beta_e
2595 do : 2587 do :
2596 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_beta_e" "ac_cv_func_gsl_sf_beta_e" 2588 - 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" 2589 + 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 : 2590 if test "x$ac_cv_func_gsl_sf_beta_e" = xyes; then :
2599 cat >>confdefs.h <<_ACEOF 2591 cat >>confdefs.h <<_ACEOF
2600 #define HAVE_GSL_SF_BETA_E 1 2592 #define HAVE_GSL_SF_BETA_E 1
2601 @@ -5438,7 +6016,7 @@ 2593 @@ -5438,7 +6019,7 @@
2602 2594
2603 for ac_func in gsl_sf_lnbeta_e 2595 for ac_func in gsl_sf_lnbeta_e
2604 do : 2596 do :
2605 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnbeta_e" "ac_cv_func_gsl_sf_lnbeta_e" 2597 - 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" 2598 + 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 : 2599 if test "x$ac_cv_func_gsl_sf_lnbeta_e" = xyes; then :
2608 cat >>confdefs.h <<_ACEOF 2600 cat >>confdefs.h <<_ACEOF
2609 #define HAVE_GSL_SF_LNBETA_E 1 2601 #define HAVE_GSL_SF_LNBETA_E 1
2610 @@ -5451,7 +6029,7 @@ 2602 @@ -5451,7 +6032,7 @@
2611 2603
2612 for ac_func in gsl_sf_lnbeta_e 2604 for ac_func in gsl_sf_lnbeta_e
2613 do : 2605 do :
2614 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnbeta_e" "ac_cv_func_gsl_sf_lnbeta_e" 2606 - 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" 2607 + 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 : 2608 if test "x$ac_cv_func_gsl_sf_lnbeta_e" = xyes; then :
2617 cat >>confdefs.h <<_ACEOF 2609 cat >>confdefs.h <<_ACEOF
2618 #define HAVE_GSL_SF_LNBETA_E 1 2610 #define HAVE_GSL_SF_LNBETA_E 1
2619 @@ -5464,7 +6042,7 @@ 2611 @@ -5464,7 +6045,7 @@
2620 2612
2621 for ac_func in gsl_sf_hyperg_0F1_e 2613 for ac_func in gsl_sf_hyperg_0F1_e
2622 do : 2614 do :
2623 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_0F1_e" "ac_cv_func_gsl_sf_hyperg_0F1_e" 2615 - 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" 2616 + 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 : 2617 if test "x$ac_cv_func_gsl_sf_hyperg_0F1_e" = xyes; then :
2626 cat >>confdefs.h <<_ACEOF 2618 cat >>confdefs.h <<_ACEOF
2627 #define HAVE_GSL_SF_HYPERG_0F1_E 1 2619 #define HAVE_GSL_SF_HYPERG_0F1_E 1
2628 @@ -5477,7 +6055,7 @@ 2620 @@ -5477,7 +6058,7 @@
2629 2621
2630 for ac_func in gsl_sf_hyperg_0F1_e 2622 for ac_func in gsl_sf_hyperg_0F1_e
2631 do : 2623 do :
2632 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_0F1_e" "ac_cv_func_gsl_sf_hyperg_0F1_e" 2624 - 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" 2625 + 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 : 2626 if test "x$ac_cv_func_gsl_sf_hyperg_0F1_e" = xyes; then :
2635 cat >>confdefs.h <<_ACEOF 2627 cat >>confdefs.h <<_ACEOF
2636 #define HAVE_GSL_SF_HYPERG_0F1_E 1 2628 #define HAVE_GSL_SF_HYPERG_0F1_E 1
2637 @@ -5490,7 +6068,7 @@ 2629 @@ -5490,7 +6071,7 @@
2638 2630
2639 for ac_func in gsl_sf_conicalP_half_e 2631 for ac_func in gsl_sf_conicalP_half_e
2640 do : 2632 do :
2641 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_half_e" "ac_cv_func_gsl_sf_conicalP_half_e" 2633 - 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" 2634 + 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 : 2635 if test "x$ac_cv_func_gsl_sf_conicalP_half_e" = xyes; then :
2644 cat >>confdefs.h <<_ACEOF 2636 cat >>confdefs.h <<_ACEOF
2645 #define HAVE_GSL_SF_CONICALP_HALF_E 1 2637 #define HAVE_GSL_SF_CONICALP_HALF_E 1
2646 @@ -5503,7 +6081,7 @@ 2638 @@ -5503,7 +6084,7 @@
2647 2639
2648 for ac_func in gsl_sf_conicalP_half_e 2640 for ac_func in gsl_sf_conicalP_half_e
2649 do : 2641 do :
2650 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_half_e" "ac_cv_func_gsl_sf_conicalP_half_e" 2642 - 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" 2643 + 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 : 2644 if test "x$ac_cv_func_gsl_sf_conicalP_half_e" = xyes; then :
2653 cat >>confdefs.h <<_ACEOF 2645 cat >>confdefs.h <<_ACEOF
2654 #define HAVE_GSL_SF_CONICALP_HALF_E 1 2646 #define HAVE_GSL_SF_CONICALP_HALF_E 1
2655 @@ -5516,7 +6094,7 @@ 2647 @@ -5516,7 +6097,7 @@
2656 2648
2657 for ac_func in gsl_sf_conicalP_mhalf_e 2649 for ac_func in gsl_sf_conicalP_mhalf_e
2658 do : 2650 do :
2659 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_mhalf_e" "ac_cv_func_gsl_sf_conicalP_mhalf_e" 2651 - 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" 2652 + 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 : 2653 if test "x$ac_cv_func_gsl_sf_conicalP_mhalf_e" = xyes; then :
2662 cat >>confdefs.h <<_ACEOF 2654 cat >>confdefs.h <<_ACEOF
2663 #define HAVE_GSL_SF_CONICALP_MHALF_E 1 2655 #define HAVE_GSL_SF_CONICALP_MHALF_E 1
2664 @@ -5529,7 +6107,7 @@ 2656 @@ -5529,7 +6110,7 @@
2665 2657
2666 for ac_func in gsl_sf_conicalP_mhalf_e 2658 for ac_func in gsl_sf_conicalP_mhalf_e
2667 do : 2659 do :
2668 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_mhalf_e" "ac_cv_func_gsl_sf_conicalP_mhalf_e" 2660 - 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" 2661 + 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 : 2662 if test "x$ac_cv_func_gsl_sf_conicalP_mhalf_e" = xyes; then :
2671 cat >>confdefs.h <<_ACEOF 2663 cat >>confdefs.h <<_ACEOF
2672 #define HAVE_GSL_SF_CONICALP_MHALF_E 1 2664 #define HAVE_GSL_SF_CONICALP_MHALF_E 1
2673 @@ -5542,7 +6120,7 @@ 2665 @@ -5542,7 +6123,7 @@
2674 2666
2675 for ac_func in gsl_sf_conicalP_0_e 2667 for ac_func in gsl_sf_conicalP_0_e
2676 do : 2668 do :
2677 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_0_e" "ac_cv_func_gsl_sf_conicalP_0_e" 2669 - 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" 2670 + 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 : 2671 if test "x$ac_cv_func_gsl_sf_conicalP_0_e" = xyes; then :
2680 cat >>confdefs.h <<_ACEOF 2672 cat >>confdefs.h <<_ACEOF
2681 #define HAVE_GSL_SF_CONICALP_0_E 1 2673 #define HAVE_GSL_SF_CONICALP_0_E 1
2682 @@ -5555,7 +6133,7 @@ 2674 @@ -5555,7 +6136,7 @@
2683 2675
2684 for ac_func in gsl_sf_conicalP_0_e 2676 for ac_func in gsl_sf_conicalP_0_e
2685 do : 2677 do :
2686 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_0_e" "ac_cv_func_gsl_sf_conicalP_0_e" 2678 - 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" 2679 + 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 : 2680 if test "x$ac_cv_func_gsl_sf_conicalP_0_e" = xyes; then :
2689 cat >>confdefs.h <<_ACEOF 2681 cat >>confdefs.h <<_ACEOF
2690 #define HAVE_GSL_SF_CONICALP_0_E 1 2682 #define HAVE_GSL_SF_CONICALP_0_E 1
2691 @@ -5568,7 +6146,7 @@ 2683 @@ -5568,7 +6149,7 @@
2692 2684
2693 for ac_func in gsl_sf_conicalP_1_e 2685 for ac_func in gsl_sf_conicalP_1_e
2694 do : 2686 do :
2695 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_1_e" "ac_cv_func_gsl_sf_conicalP_1_e" 2687 - 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" 2688 + 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 : 2689 if test "x$ac_cv_func_gsl_sf_conicalP_1_e" = xyes; then :
2698 cat >>confdefs.h <<_ACEOF 2690 cat >>confdefs.h <<_ACEOF
2699 #define HAVE_GSL_SF_CONICALP_1_E 1 2691 #define HAVE_GSL_SF_CONICALP_1_E 1
2700 @@ -5581,7 +6159,7 @@ 2692 @@ -5581,7 +6162,7 @@
2701 2693
2702 for ac_func in gsl_sf_conicalP_1_e 2694 for ac_func in gsl_sf_conicalP_1_e
2703 do : 2695 do :
2704 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_1_e" "ac_cv_func_gsl_sf_conicalP_1_e" 2696 - 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" 2697 + 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 : 2698 if test "x$ac_cv_func_gsl_sf_conicalP_1_e" = xyes; then :
2707 cat >>confdefs.h <<_ACEOF 2699 cat >>confdefs.h <<_ACEOF
2708 #define HAVE_GSL_SF_CONICALP_1_E 1 2700 #define HAVE_GSL_SF_CONICALP_1_E 1
2709 @@ -5594,7 +6172,7 @@ 2701 @@ -5594,7 +6175,7 @@
2710 2702
2711 for ac_func in gsl_sf_airy_Ai_e 2703 for ac_func in gsl_sf_airy_Ai_e
2712 do : 2704 do :
2713 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_e" "ac_cv_func_gsl_sf_airy_Ai_e" 2705 - 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" 2706 + 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 : 2707 if test "x$ac_cv_func_gsl_sf_airy_Ai_e" = xyes; then :
2716 cat >>confdefs.h <<_ACEOF 2708 cat >>confdefs.h <<_ACEOF
2717 #define HAVE_GSL_SF_AIRY_AI_E 1 2709 #define HAVE_GSL_SF_AIRY_AI_E 1
2718 @@ -5607,7 +6185,7 @@ 2710 @@ -5607,7 +6188,7 @@
2719 2711
2720 for ac_func in gsl_sf_airy_Ai_e 2712 for ac_func in gsl_sf_airy_Ai_e
2721 do : 2713 do :
2722 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_e" "ac_cv_func_gsl_sf_airy_Ai_e" 2714 - 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" 2715 + 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 : 2716 if test "x$ac_cv_func_gsl_sf_airy_Ai_e" = xyes; then :
2725 cat >>confdefs.h <<_ACEOF 2717 cat >>confdefs.h <<_ACEOF
2726 #define HAVE_GSL_SF_AIRY_AI_E 1 2718 #define HAVE_GSL_SF_AIRY_AI_E 1
2727 @@ -5620,7 +6198,7 @@ 2719 @@ -5620,7 +6201,7 @@
2728 2720
2729 for ac_func in gsl_sf_airy_Bi_e 2721 for ac_func in gsl_sf_airy_Bi_e
2730 do : 2722 do :
2731 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_e" "ac_cv_func_gsl_sf_airy_Bi_e" 2723 - 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" 2724 + 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 : 2725 if test "x$ac_cv_func_gsl_sf_airy_Bi_e" = xyes; then :
2734 cat >>confdefs.h <<_ACEOF 2726 cat >>confdefs.h <<_ACEOF
2735 #define HAVE_GSL_SF_AIRY_BI_E 1 2727 #define HAVE_GSL_SF_AIRY_BI_E 1
2736 @@ -5633,7 +6211,7 @@ 2728 @@ -5633,7 +6214,7 @@
2737 2729
2738 for ac_func in gsl_sf_airy_Bi_e 2730 for ac_func in gsl_sf_airy_Bi_e
2739 do : 2731 do :
2740 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_e" "ac_cv_func_gsl_sf_airy_Bi_e" 2732 - 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" 2733 + 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 : 2734 if test "x$ac_cv_func_gsl_sf_airy_Bi_e" = xyes; then :
2743 cat >>confdefs.h <<_ACEOF 2735 cat >>confdefs.h <<_ACEOF
2744 #define HAVE_GSL_SF_AIRY_BI_E 1 2736 #define HAVE_GSL_SF_AIRY_BI_E 1
2745 @@ -5646,7 +6224,7 @@ 2737 @@ -5646,7 +6227,7 @@
2746 2738
2747 for ac_func in gsl_sf_airy_Ai_scaled_e 2739 for ac_func in gsl_sf_airy_Ai_scaled_e
2748 do : 2740 do :
2749 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_scaled_e" 2741 - 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" 2742 + 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 : 2743 if test "x$ac_cv_func_gsl_sf_airy_Ai_scaled_e" = xyes; then :
2752 cat >>confdefs.h <<_ACEOF 2744 cat >>confdefs.h <<_ACEOF
2753 #define HAVE_GSL_SF_AIRY_AI_SCALED_E 1 2745 #define HAVE_GSL_SF_AIRY_AI_SCALED_E 1
2754 @@ -5659,7 +6237,7 @@ 2746 @@ -5659,7 +6240,7 @@
2755 2747
2756 for ac_func in gsl_sf_airy_Ai_scaled_e 2748 for ac_func in gsl_sf_airy_Ai_scaled_e
2757 do : 2749 do :
2758 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_scaled_e" "ac_cv_func_gsl_sf_airy_Ai_scaled_e" 2750 - 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" 2751 + 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 : 2752 if test "x$ac_cv_func_gsl_sf_airy_Ai_scaled_e" = xyes; then :
2761 cat >>confdefs.h <<_ACEOF 2753 cat >>confdefs.h <<_ACEOF
2762 #define HAVE_GSL_SF_AIRY_AI_SCALED_E 1 2754 #define HAVE_GSL_SF_AIRY_AI_SCALED_E 1
2763 @@ -5672,7 +6250,7 @@ 2755 @@ -5672,7 +6253,7 @@
2764 2756
2765 for ac_func in gsl_sf_airy_Bi_scaled_e 2757 for ac_func in gsl_sf_airy_Bi_scaled_e
2766 do : 2758 do :
2767 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_scaled_e" 2759 - 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" 2760 + 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 : 2761 if test "x$ac_cv_func_gsl_sf_airy_Bi_scaled_e" = xyes; then :
2770 cat >>confdefs.h <<_ACEOF 2762 cat >>confdefs.h <<_ACEOF
2771 #define HAVE_GSL_SF_AIRY_BI_SCALED_E 1 2763 #define HAVE_GSL_SF_AIRY_BI_SCALED_E 1
2772 @@ -5685,7 +6263,7 @@ 2764 @@ -5685,7 +6266,7 @@
2773 2765
2774 for ac_func in gsl_sf_airy_Bi_scaled_e 2766 for ac_func in gsl_sf_airy_Bi_scaled_e
2775 do : 2767 do :
2776 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_scaled_e" "ac_cv_func_gsl_sf_airy_Bi_scaled_e" 2768 - 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" 2769 + 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 : 2770 if test "x$ac_cv_func_gsl_sf_airy_Bi_scaled_e" = xyes; then :
2779 cat >>confdefs.h <<_ACEOF 2771 cat >>confdefs.h <<_ACEOF
2780 #define HAVE_GSL_SF_AIRY_BI_SCALED_E 1 2772 #define HAVE_GSL_SF_AIRY_BI_SCALED_E 1
2781 @@ -5698,7 +6276,7 @@ 2773 @@ -5698,7 +6279,7 @@
2782 2774
2783 for ac_func in gsl_sf_airy_Ai_deriv_e 2775 for ac_func in gsl_sf_airy_Ai_deriv_e
2784 do : 2776 do :
2785 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_e" 2777 - 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" 2778 + 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 : 2779 if test "x$ac_cv_func_gsl_sf_airy_Ai_deriv_e" = xyes; then :
2788 cat >>confdefs.h <<_ACEOF 2780 cat >>confdefs.h <<_ACEOF
2789 #define HAVE_GSL_SF_AIRY_AI_DERIV_E 1 2781 #define HAVE_GSL_SF_AIRY_AI_DERIV_E 1
2790 @@ -5711,7 +6289,7 @@ 2782 @@ -5711,7 +6292,7 @@
2791 2783
2792 for ac_func in gsl_sf_airy_Ai_deriv_e 2784 for ac_func in gsl_sf_airy_Ai_deriv_e
2793 do : 2785 do :
2794 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Ai_deriv_e" "ac_cv_func_gsl_sf_airy_Ai_deriv_e" 2786 - 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" 2787 + 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 : 2788 if test "x$ac_cv_func_gsl_sf_airy_Ai_deriv_e" = xyes; then :
2797 cat >>confdefs.h <<_ACEOF 2789 cat >>confdefs.h <<_ACEOF
2798 #define HAVE_GSL_SF_AIRY_AI_DERIV_E 1 2790 #define HAVE_GSL_SF_AIRY_AI_DERIV_E 1
2799 @@ -5724,7 +6302,7 @@ 2791 @@ -5724,7 +6305,7 @@
2800 2792
2801 for ac_func in gsl_sf_airy_Bi_deriv_e 2793 for ac_func in gsl_sf_airy_Bi_deriv_e
2802 do : 2794 do :
2803 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_e" 2795 - 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" 2796 + 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 : 2797 if test "x$ac_cv_func_gsl_sf_airy_Bi_deriv_e" = xyes; then :
2806 cat >>confdefs.h <<_ACEOF 2798 cat >>confdefs.h <<_ACEOF
2807 #define HAVE_GSL_SF_AIRY_BI_DERIV_E 1 2799 #define HAVE_GSL_SF_AIRY_BI_DERIV_E 1
2808 @@ -5737,7 +6315,7 @@ 2800 @@ -5737,7 +6318,7 @@
2809 2801
2810 for ac_func in gsl_sf_airy_Bi_deriv_e 2802 for ac_func in gsl_sf_airy_Bi_deriv_e
2811 do : 2803 do :
2812 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_Bi_deriv_e" "ac_cv_func_gsl_sf_airy_Bi_deriv_e" 2804 - 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" 2805 + 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 : 2806 if test "x$ac_cv_func_gsl_sf_airy_Bi_deriv_e" = xyes; then :
2815 cat >>confdefs.h <<_ACEOF 2807 cat >>confdefs.h <<_ACEOF
2816 #define HAVE_GSL_SF_AIRY_BI_DERIV_E 1 2808 #define HAVE_GSL_SF_AIRY_BI_DERIV_E 1
2817 @@ -5750,7 +6328,7 @@ 2809 @@ -5750,7 +6331,7 @@
2818 2810
2819 for ac_func in gsl_sf_airy_Ai_deriv_scaled_e 2811 for ac_func in gsl_sf_airy_Ai_deriv_scaled_e
2820 do : 2812 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" 2813 - 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" 2814 + 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 : 2815 if test "x$ac_cv_func_gsl_sf_airy_Ai_deriv_scaled_e" = xyes; then :
2824 cat >>confdefs.h <<_ACEOF 2816 cat >>confdefs.h <<_ACEOF
2825 #define HAVE_GSL_SF_AIRY_AI_DERIV_SCALED_E 1 2817 #define HAVE_GSL_SF_AIRY_AI_DERIV_SCALED_E 1
2826 @@ -5763,7 +6341,7 @@ 2818 @@ -5763,7 +6344,7 @@
2827 2819
2828 for ac_func in gsl_sf_airy_Ai_deriv_scaled_e 2820 for ac_func in gsl_sf_airy_Ai_deriv_scaled_e
2829 do : 2821 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" 2822 - 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" 2823 + 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 : 2824 if test "x$ac_cv_func_gsl_sf_airy_Ai_deriv_scaled_e" = xyes; then :
2833 cat >>confdefs.h <<_ACEOF 2825 cat >>confdefs.h <<_ACEOF
2834 #define HAVE_GSL_SF_AIRY_AI_DERIV_SCALED_E 1 2826 #define HAVE_GSL_SF_AIRY_AI_DERIV_SCALED_E 1
2835 @@ -5776,7 +6354,7 @@ 2827 @@ -5776,7 +6357,7 @@
2836 2828
2837 for ac_func in gsl_sf_airy_Bi_deriv_scaled_e 2829 for ac_func in gsl_sf_airy_Bi_deriv_scaled_e
2838 do : 2830 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" 2831 - 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" 2832 + 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 : 2833 if test "x$ac_cv_func_gsl_sf_airy_Bi_deriv_scaled_e" = xyes; then :
2842 cat >>confdefs.h <<_ACEOF 2834 cat >>confdefs.h <<_ACEOF
2843 #define HAVE_GSL_SF_AIRY_BI_DERIV_SCALED_E 1 2835 #define HAVE_GSL_SF_AIRY_BI_DERIV_SCALED_E 1
2844 @@ -5789,7 +6367,7 @@ 2836 @@ -5789,7 +6370,7 @@
2845 2837
2846 for ac_func in gsl_sf_airy_Bi_deriv_scaled_e 2838 for ac_func in gsl_sf_airy_Bi_deriv_scaled_e
2847 do : 2839 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" 2840 - 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" 2841 + 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 : 2842 if test "x$ac_cv_func_gsl_sf_airy_Bi_deriv_scaled_e" = xyes; then :
2851 cat >>confdefs.h <<_ACEOF 2843 cat >>confdefs.h <<_ACEOF
2852 #define HAVE_GSL_SF_AIRY_BI_DERIV_SCALED_E 1 2844 #define HAVE_GSL_SF_AIRY_BI_DERIV_SCALED_E 1
2853 @@ -5802,7 +6380,7 @@ 2845 @@ -5802,7 +6383,7 @@
2854 2846
2855 for ac_func in gsl_sf_ellint_Kcomp_e 2847 for ac_func in gsl_sf_ellint_Kcomp_e
2856 do : 2848 do :
2857 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_Kcomp_e" "ac_cv_func_gsl_sf_ellint_Kcomp_e" 2849 - 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" 2850 + 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 : 2851 if test "x$ac_cv_func_gsl_sf_ellint_Kcomp_e" = xyes; then :
2860 cat >>confdefs.h <<_ACEOF 2852 cat >>confdefs.h <<_ACEOF
2861 #define HAVE_GSL_SF_ELLINT_KCOMP_E 1 2853 #define HAVE_GSL_SF_ELLINT_KCOMP_E 1
2862 @@ -5815,7 +6393,7 @@ 2854 @@ -5815,7 +6396,7 @@
2863 2855
2864 for ac_func in gsl_sf_ellint_Kcomp_e 2856 for ac_func in gsl_sf_ellint_Kcomp_e
2865 do : 2857 do :
2866 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_Kcomp_e" "ac_cv_func_gsl_sf_ellint_Kcomp_e" 2858 - 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" 2859 + 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 : 2860 if test "x$ac_cv_func_gsl_sf_ellint_Kcomp_e" = xyes; then :
2869 cat >>confdefs.h <<_ACEOF 2861 cat >>confdefs.h <<_ACEOF
2870 #define HAVE_GSL_SF_ELLINT_KCOMP_E 1 2862 #define HAVE_GSL_SF_ELLINT_KCOMP_E 1
2871 @@ -5828,7 +6406,7 @@ 2863 @@ -5828,7 +6409,7 @@
2872 2864
2873 for ac_func in gsl_sf_ellint_Ecomp_e 2865 for ac_func in gsl_sf_ellint_Ecomp_e
2874 do : 2866 do :
2875 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_Ecomp_e" "ac_cv_func_gsl_sf_ellint_Ecomp_e" 2867 - 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" 2868 + 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 : 2869 if test "x$ac_cv_func_gsl_sf_ellint_Ecomp_e" = xyes; then :
2878 cat >>confdefs.h <<_ACEOF 2870 cat >>confdefs.h <<_ACEOF
2879 #define HAVE_GSL_SF_ELLINT_ECOMP_E 1 2871 #define HAVE_GSL_SF_ELLINT_ECOMP_E 1
2880 @@ -5841,7 +6419,7 @@ 2872 @@ -5841,7 +6422,7 @@
2881 2873
2882 for ac_func in gsl_sf_ellint_Ecomp_e 2874 for ac_func in gsl_sf_ellint_Ecomp_e
2883 do : 2875 do :
2884 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_Ecomp_e" "ac_cv_func_gsl_sf_ellint_Ecomp_e" 2876 - 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" 2877 + 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 : 2878 if test "x$ac_cv_func_gsl_sf_ellint_Ecomp_e" = xyes; then :
2887 cat >>confdefs.h <<_ACEOF 2879 cat >>confdefs.h <<_ACEOF
2888 #define HAVE_GSL_SF_ELLINT_ECOMP_E 1 2880 #define HAVE_GSL_SF_ELLINT_ECOMP_E 1
2889 @@ -5854,7 +6432,7 @@ 2881 @@ -5854,7 +6435,7 @@
2890 2882
2891 for ac_func in gsl_sf_ellint_E_e 2883 for ac_func in gsl_sf_ellint_E_e
2892 do : 2884 do :
2893 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_E_e" "ac_cv_func_gsl_sf_ellint_E_e" 2885 - 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" 2886 + 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 : 2887 if test "x$ac_cv_func_gsl_sf_ellint_E_e" = xyes; then :
2896 cat >>confdefs.h <<_ACEOF 2888 cat >>confdefs.h <<_ACEOF
2897 #define HAVE_GSL_SF_ELLINT_E_E 1 2889 #define HAVE_GSL_SF_ELLINT_E_E 1
2898 @@ -5867,7 +6445,7 @@ 2890 @@ -5867,7 +6448,7 @@
2899 2891
2900 for ac_func in gsl_sf_ellint_F_e 2892 for ac_func in gsl_sf_ellint_F_e
2901 do : 2893 do :
2902 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_F_e" "ac_cv_func_gsl_sf_ellint_F_e" 2894 - 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" 2895 + 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 : 2896 if test "x$ac_cv_func_gsl_sf_ellint_F_e" = xyes; then :
2905 cat >>confdefs.h <<_ACEOF 2897 cat >>confdefs.h <<_ACEOF
2906 #define HAVE_GSL_SF_ELLINT_F_E 1 2898 #define HAVE_GSL_SF_ELLINT_F_E 1
2907 @@ -5880,7 +6458,7 @@ 2899 @@ -5880,7 +6461,7 @@
2908 2900
2909 for ac_func in gsl_sf_ellint_Pcomp_e 2901 for ac_func in gsl_sf_ellint_Pcomp_e
2910 do : 2902 do :
2911 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_Pcomp_e" "ac_cv_func_gsl_sf_ellint_Pcomp_e" 2903 - 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" 2904 + 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 : 2905 if test "x$ac_cv_func_gsl_sf_ellint_Pcomp_e" = xyes; then :
2914 cat >>confdefs.h <<_ACEOF 2906 cat >>confdefs.h <<_ACEOF
2915 #define HAVE_GSL_SF_ELLINT_PCOMP_E 1 2907 #define HAVE_GSL_SF_ELLINT_PCOMP_E 1
2916 @@ -5893,7 +6471,7 @@ 2908 @@ -5893,7 +6474,7 @@
2917 2909
2918 for ac_func in gsl_sf_ellint_RC_e 2910 for ac_func in gsl_sf_ellint_RC_e
2919 do : 2911 do :
2920 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_RC_e" "ac_cv_func_gsl_sf_ellint_RC_e" 2912 - 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" 2913 + 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 : 2914 if test "x$ac_cv_func_gsl_sf_ellint_RC_e" = xyes; then :
2923 cat >>confdefs.h <<_ACEOF 2915 cat >>confdefs.h <<_ACEOF
2924 #define HAVE_GSL_SF_ELLINT_RC_E 1 2916 #define HAVE_GSL_SF_ELLINT_RC_E 1
2925 @@ -5906,7 +6484,7 @@ 2917 @@ -5906,7 +6487,7 @@
2926 2918
2927 for ac_func in gsl_sf_ellint_D_e 2919 for ac_func in gsl_sf_ellint_D_e
2928 do : 2920 do :
2929 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_D_e" "ac_cv_func_gsl_sf_ellint_D_e" 2921 - 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" 2922 + 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 : 2923 if test "x$ac_cv_func_gsl_sf_ellint_D_e" = xyes; then :
2932 cat >>confdefs.h <<_ACEOF 2924 cat >>confdefs.h <<_ACEOF
2933 #define HAVE_GSL_SF_ELLINT_D_E 1 2925 #define HAVE_GSL_SF_ELLINT_D_E 1
2934 @@ -5919,7 +6497,7 @@ 2926 @@ -5919,7 +6500,7 @@
2935 2927
2936 for ac_func in gsl_sf_ellint_P_e 2928 for ac_func in gsl_sf_ellint_P_e
2937 do : 2929 do :
2938 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_P_e" "ac_cv_func_gsl_sf_ellint_P_e" 2930 - 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" 2931 + 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 : 2932 if test "x$ac_cv_func_gsl_sf_ellint_P_e" = xyes; then :
2941 cat >>confdefs.h <<_ACEOF 2933 cat >>confdefs.h <<_ACEOF
2942 #define HAVE_GSL_SF_ELLINT_P_E 1 2934 #define HAVE_GSL_SF_ELLINT_P_E 1
2943 @@ -5932,7 +6510,7 @@ 2935 @@ -5932,7 +6513,7 @@
2944 2936
2945 for ac_func in gsl_sf_ellint_RD_e 2937 for ac_func in gsl_sf_ellint_RD_e
2946 do : 2938 do :
2947 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_RD_e" "ac_cv_func_gsl_sf_ellint_RD_e" 2939 - 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" 2940 + 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 : 2941 if test "x$ac_cv_func_gsl_sf_ellint_RD_e" = xyes; then :
2950 cat >>confdefs.h <<_ACEOF 2942 cat >>confdefs.h <<_ACEOF
2951 #define HAVE_GSL_SF_ELLINT_RD_E 1 2943 #define HAVE_GSL_SF_ELLINT_RD_E 1
2952 @@ -5945,7 +6523,7 @@ 2944 @@ -5945,7 +6526,7 @@
2953 2945
2954 for ac_func in gsl_sf_ellint_RF_e 2946 for ac_func in gsl_sf_ellint_RF_e
2955 do : 2947 do :
2956 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_RF_e" "ac_cv_func_gsl_sf_ellint_RF_e" 2948 - 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" 2949 + 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 : 2950 if test "x$ac_cv_func_gsl_sf_ellint_RF_e" = xyes; then :
2959 cat >>confdefs.h <<_ACEOF 2951 cat >>confdefs.h <<_ACEOF
2960 #define HAVE_GSL_SF_ELLINT_RF_E 1 2952 #define HAVE_GSL_SF_ELLINT_RF_E 1
2961 @@ -5958,7 +6536,7 @@ 2953 @@ -5958,7 +6539,7 @@
2962 2954
2963 for ac_func in gsl_sf_ellint_RJ_e 2955 for ac_func in gsl_sf_ellint_RJ_e
2964 do : 2956 do :
2965 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_ellint_RJ_e" "ac_cv_func_gsl_sf_ellint_RJ_e" 2957 - 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" 2958 + 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 : 2959 if test "x$ac_cv_func_gsl_sf_ellint_RJ_e" = xyes; then :
2968 cat >>confdefs.h <<_ACEOF 2960 cat >>confdefs.h <<_ACEOF
2969 #define HAVE_GSL_SF_ELLINT_RJ_E 1 2961 #define HAVE_GSL_SF_ELLINT_RJ_E 1
2970 @@ -5971,7 +6549,7 @@ 2962 @@ -5971,7 +6552,7 @@
2971 2963
2972 for ac_func in gsl_sf_airy_zero_Ai_e 2964 for ac_func in gsl_sf_airy_zero_Ai_e
2973 do : 2965 do :
2974 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Ai_e" "ac_cv_func_gsl_sf_airy_zero_Ai_e" 2966 - 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" 2967 + 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 : 2968 if test "x$ac_cv_func_gsl_sf_airy_zero_Ai_e" = xyes; then :
2977 cat >>confdefs.h <<_ACEOF 2969 cat >>confdefs.h <<_ACEOF
2978 #define HAVE_GSL_SF_AIRY_ZERO_AI_E 1 2970 #define HAVE_GSL_SF_AIRY_ZERO_AI_E 1
2979 @@ -5984,7 +6562,7 @@ 2971 @@ -5984,7 +6565,7 @@
2980 2972
2981 for ac_func in gsl_sf_airy_zero_Ai_e 2973 for ac_func in gsl_sf_airy_zero_Ai_e
2982 do : 2974 do :
2983 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Ai_e" "ac_cv_func_gsl_sf_airy_zero_Ai_e" 2975 - 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" 2976 + 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 : 2977 if test "x$ac_cv_func_gsl_sf_airy_zero_Ai_e" = xyes; then :
2986 cat >>confdefs.h <<_ACEOF 2978 cat >>confdefs.h <<_ACEOF
2987 #define HAVE_GSL_SF_AIRY_ZERO_AI_E 1 2979 #define HAVE_GSL_SF_AIRY_ZERO_AI_E 1
2988 @@ -5997,7 +6575,7 @@ 2980 @@ -5997,7 +6578,7 @@
2989 2981
2990 for ac_func in gsl_sf_airy_zero_Bi_e 2982 for ac_func in gsl_sf_airy_zero_Bi_e
2991 do : 2983 do :
2992 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Bi_e" "ac_cv_func_gsl_sf_airy_zero_Bi_e" 2984 - 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" 2985 + 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 : 2986 if test "x$ac_cv_func_gsl_sf_airy_zero_Bi_e" = xyes; then :
2995 cat >>confdefs.h <<_ACEOF 2987 cat >>confdefs.h <<_ACEOF
2996 #define HAVE_GSL_SF_AIRY_ZERO_BI_E 1 2988 #define HAVE_GSL_SF_AIRY_ZERO_BI_E 1
2997 @@ -6010,7 +6588,7 @@ 2989 @@ -6010,7 +6591,7 @@
2998 2990
2999 for ac_func in gsl_sf_airy_zero_Bi_e 2991 for ac_func in gsl_sf_airy_zero_Bi_e
3000 do : 2992 do :
3001 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_airy_zero_Bi_e" "ac_cv_func_gsl_sf_airy_zero_Bi_e" 2993 - 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" 2994 + 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 : 2995 if test "x$ac_cv_func_gsl_sf_airy_zero_Bi_e" = xyes; then :
3004 cat >>confdefs.h <<_ACEOF 2996 cat >>confdefs.h <<_ACEOF
3005 #define HAVE_GSL_SF_AIRY_ZERO_BI_E 1 2997 #define HAVE_GSL_SF_AIRY_ZERO_BI_E 1
3006 @@ -6023,7 +6601,7 @@ 2998 @@ -6023,7 +6604,7 @@
3007 2999
3008 for ac_func in gsl_sf_airy_zero_Ai_deriv_e 3000 for ac_func in gsl_sf_airy_zero_Ai_deriv_e
3009 do : 3001 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" 3002 - 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" 3003 + 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 : 3004 if test "x$ac_cv_func_gsl_sf_airy_zero_Ai_deriv_e" = xyes; then :
3013 cat >>confdefs.h <<_ACEOF 3005 cat >>confdefs.h <<_ACEOF
3014 #define HAVE_GSL_SF_AIRY_ZERO_AI_DERIV_E 1 3006 #define HAVE_GSL_SF_AIRY_ZERO_AI_DERIV_E 1
3015 @@ -6036,7 +6614,7 @@ 3007 @@ -6036,7 +6617,7 @@
3016 3008
3017 for ac_func in gsl_sf_airy_zero_Ai_deriv_e 3009 for ac_func in gsl_sf_airy_zero_Ai_deriv_e
3018 do : 3010 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" 3011 - 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" 3012 + 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 : 3013 if test "x$ac_cv_func_gsl_sf_airy_zero_Ai_deriv_e" = xyes; then :
3022 cat >>confdefs.h <<_ACEOF 3014 cat >>confdefs.h <<_ACEOF
3023 #define HAVE_GSL_SF_AIRY_ZERO_AI_DERIV_E 1 3015 #define HAVE_GSL_SF_AIRY_ZERO_AI_DERIV_E 1
3024 @@ -6049,7 +6627,7 @@ 3016 @@ -6049,7 +6630,7 @@
3025 3017
3026 for ac_func in gsl_sf_airy_zero_Bi_deriv_e 3018 for ac_func in gsl_sf_airy_zero_Bi_deriv_e
3027 do : 3019 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" 3020 - 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" 3021 + 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 : 3022 if test "x$ac_cv_func_gsl_sf_airy_zero_Bi_deriv_e" = xyes; then :
3031 cat >>confdefs.h <<_ACEOF 3023 cat >>confdefs.h <<_ACEOF
3032 #define HAVE_GSL_SF_AIRY_ZERO_BI_DERIV_E 1 3024 #define HAVE_GSL_SF_AIRY_ZERO_BI_DERIV_E 1
3033 @@ -6062,7 +6640,7 @@ 3025 @@ -6062,7 +6643,7 @@
3034 3026
3035 for ac_func in gsl_sf_airy_zero_Bi_deriv_e 3027 for ac_func in gsl_sf_airy_zero_Bi_deriv_e
3036 do : 3028 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" 3029 - 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" 3030 + 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 : 3031 if test "x$ac_cv_func_gsl_sf_airy_zero_Bi_deriv_e" = xyes; then :
3040 cat >>confdefs.h <<_ACEOF 3032 cat >>confdefs.h <<_ACEOF
3041 #define HAVE_GSL_SF_AIRY_ZERO_BI_DERIV_E 1 3033 #define HAVE_GSL_SF_AIRY_ZERO_BI_DERIV_E 1
3042 @@ -6075,7 +6653,7 @@ 3034 @@ -6075,7 +6656,7 @@
3043 3035
3044 for ac_func in gsl_sf_bessel_zero_J0_e 3036 for ac_func in gsl_sf_bessel_zero_J0_e
3045 do : 3037 do :
3046 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_zero_J0_e" "ac_cv_func_gsl_sf_bessel_zero_J0_e" 3038 - 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" 3039 + 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 : 3040 if test "x$ac_cv_func_gsl_sf_bessel_zero_J0_e" = xyes; then :
3049 cat >>confdefs.h <<_ACEOF 3041 cat >>confdefs.h <<_ACEOF
3050 #define HAVE_GSL_SF_BESSEL_ZERO_J0_E 1 3042 #define HAVE_GSL_SF_BESSEL_ZERO_J0_E 1
3051 @@ -6088,7 +6666,7 @@ 3043 @@ -6088,7 +6669,7 @@
3052 3044
3053 for ac_func in gsl_sf_bessel_zero_J0_e 3045 for ac_func in gsl_sf_bessel_zero_J0_e
3054 do : 3046 do :
3055 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_zero_J0_e" "ac_cv_func_gsl_sf_bessel_zero_J0_e" 3047 - 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" 3048 + 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 : 3049 if test "x$ac_cv_func_gsl_sf_bessel_zero_J0_e" = xyes; then :
3058 cat >>confdefs.h <<_ACEOF 3050 cat >>confdefs.h <<_ACEOF
3059 #define HAVE_GSL_SF_BESSEL_ZERO_J0_E 1 3051 #define HAVE_GSL_SF_BESSEL_ZERO_J0_E 1
3060 @@ -6101,7 +6679,7 @@ 3052 @@ -6101,7 +6682,7 @@
3061 3053
3062 for ac_func in gsl_sf_bessel_zero_J1_e 3054 for ac_func in gsl_sf_bessel_zero_J1_e
3063 do : 3055 do :
3064 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_zero_J1_e" "ac_cv_func_gsl_sf_bessel_zero_J1_e" 3056 - 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" 3057 + 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 : 3058 if test "x$ac_cv_func_gsl_sf_bessel_zero_J1_e" = xyes; then :
3067 cat >>confdefs.h <<_ACEOF 3059 cat >>confdefs.h <<_ACEOF
3068 #define HAVE_GSL_SF_BESSEL_ZERO_J1_E 1 3060 #define HAVE_GSL_SF_BESSEL_ZERO_J1_E 1
3069 @@ -6114,7 +6692,7 @@ 3061 @@ -6114,7 +6695,7 @@
3070 3062
3071 for ac_func in gsl_sf_bessel_zero_J1_e 3063 for ac_func in gsl_sf_bessel_zero_J1_e
3072 do : 3064 do :
3073 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_zero_J1_e" "ac_cv_func_gsl_sf_bessel_zero_J1_e" 3065 - 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" 3066 + 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 : 3067 if test "x$ac_cv_func_gsl_sf_bessel_zero_J1_e" = xyes; then :
3076 cat >>confdefs.h <<_ACEOF 3068 cat >>confdefs.h <<_ACEOF
3077 #define HAVE_GSL_SF_BESSEL_ZERO_J1_E 1 3069 #define HAVE_GSL_SF_BESSEL_ZERO_J1_E 1
3078 @@ -6127,7 +6705,7 @@ 3070 @@ -6127,7 +6708,7 @@
3079 3071
3080 for ac_func in gsl_sf_psi_1_int_e 3072 for ac_func in gsl_sf_psi_1_int_e
3081 do : 3073 do :
3082 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_1_int_e" "ac_cv_func_gsl_sf_psi_1_int_e" 3074 - 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" 3075 + 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 : 3076 if test "x$ac_cv_func_gsl_sf_psi_1_int_e" = xyes; then :
3085 cat >>confdefs.h <<_ACEOF 3077 cat >>confdefs.h <<_ACEOF
3086 #define HAVE_GSL_SF_PSI_1_INT_E 1 3078 #define HAVE_GSL_SF_PSI_1_INT_E 1
3087 @@ -6140,7 +6718,7 @@ 3079 @@ -6140,7 +6721,7 @@
3088 3080
3089 for ac_func in gsl_sf_psi_1_int_e 3081 for ac_func in gsl_sf_psi_1_int_e
3090 do : 3082 do :
3091 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_psi_1_int_e" "ac_cv_func_gsl_sf_psi_1_int_e" 3083 - 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" 3084 + 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 : 3085 if test "x$ac_cv_func_gsl_sf_psi_1_int_e" = xyes; then :
3094 cat >>confdefs.h <<_ACEOF 3086 cat >>confdefs.h <<_ACEOF
3095 #define HAVE_GSL_SF_PSI_1_INT_E 1 3087 #define HAVE_GSL_SF_PSI_1_INT_E 1
3096 @@ -6153,7 +6731,7 @@ 3088 @@ -6153,7 +6734,7 @@
3097 3089
3098 for ac_func in gsl_sf_conicalP_cyl_reg_e 3090 for ac_func in gsl_sf_conicalP_cyl_reg_e
3099 do : 3091 do :
3100 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_cyl_reg_e" "ac_cv_func_gsl_sf_conicalP_cyl_reg_e" 3092 - 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" 3093 + 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 : 3094 if test "x$ac_cv_func_gsl_sf_conicalP_cyl_reg_e" = xyes; then :
3103 cat >>confdefs.h <<_ACEOF 3095 cat >>confdefs.h <<_ACEOF
3104 #define HAVE_GSL_SF_CONICALP_CYL_REG_E 1 3096 #define HAVE_GSL_SF_CONICALP_CYL_REG_E 1
3105 @@ -6166,7 +6744,7 @@ 3097 @@ -6166,7 +6747,7 @@
3106 3098
3107 for ac_func in gsl_sf_conicalP_sph_reg_e 3099 for ac_func in gsl_sf_conicalP_sph_reg_e
3108 do : 3100 do :
3109 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_conicalP_sph_reg_e" "ac_cv_func_gsl_sf_conicalP_sph_reg_e" 3101 - 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" 3102 + 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 : 3103 if test "x$ac_cv_func_gsl_sf_conicalP_sph_reg_e" = xyes; then :
3112 cat >>confdefs.h <<_ACEOF 3104 cat >>confdefs.h <<_ACEOF
3113 #define HAVE_GSL_SF_CONICALP_SPH_REG_E 1 3105 #define HAVE_GSL_SF_CONICALP_SPH_REG_E 1
3114 @@ -6179,7 +6757,7 @@ 3106 @@ -6179,7 +6760,7 @@
3115 3107
3116 for ac_func in gsl_sf_gegenpoly_n_e 3108 for ac_func in gsl_sf_gegenpoly_n_e
3117 do : 3109 do :
3118 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gegenpoly_n_e" "ac_cv_func_gsl_sf_gegenpoly_n_e" 3110 - 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" 3111 + 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 : 3112 if test "x$ac_cv_func_gsl_sf_gegenpoly_n_e" = xyes; then :
3121 cat >>confdefs.h <<_ACEOF 3113 cat >>confdefs.h <<_ACEOF
3122 #define HAVE_GSL_SF_GEGENPOLY_N_E 1 3114 #define HAVE_GSL_SF_GEGENPOLY_N_E 1
3123 @@ -6192,7 +6770,7 @@ 3115 @@ -6192,7 +6773,7 @@
3124 3116
3125 for ac_func in gsl_sf_laguerre_n_e 3117 for ac_func in gsl_sf_laguerre_n_e
3126 do : 3118 do :
3127 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_laguerre_n_e" "ac_cv_func_gsl_sf_laguerre_n_e" 3119 - 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" 3120 + 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 : 3121 if test "x$ac_cv_func_gsl_sf_laguerre_n_e" = xyes; then :
3130 cat >>confdefs.h <<_ACEOF 3122 cat >>confdefs.h <<_ACEOF
3131 #define HAVE_GSL_SF_LAGUERRE_N_E 1 3123 #define HAVE_GSL_SF_LAGUERRE_N_E 1
3132 @@ -6205,7 +6783,7 @@ 3124 @@ -6205,7 +6786,7 @@
3133 3125
3134 for ac_func in gsl_sf_mathieu_ce_e 3126 for ac_func in gsl_sf_mathieu_ce_e
3135 do : 3127 do :
3136 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_ce_e" "ac_cv_func_gsl_sf_mathieu_ce_e" 3128 - 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" 3129 + 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 : 3130 if test "x$ac_cv_func_gsl_sf_mathieu_ce_e" = xyes; then :
3139 cat >>confdefs.h <<_ACEOF 3131 cat >>confdefs.h <<_ACEOF
3140 #define HAVE_GSL_SF_MATHIEU_CE_E 1 3132 #define HAVE_GSL_SF_MATHIEU_CE_E 1
3141 @@ -6218,7 +6796,7 @@ 3133 @@ -6218,7 +6799,7 @@
3142 3134
3143 for ac_func in gsl_sf_mathieu_se_e 3135 for ac_func in gsl_sf_mathieu_se_e
3144 do : 3136 do :
3145 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_se_e" "ac_cv_func_gsl_sf_mathieu_se_e" 3137 - 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" 3138 + 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 : 3139 if test "x$ac_cv_func_gsl_sf_mathieu_se_e" = xyes; then :
3148 cat >>confdefs.h <<_ACEOF 3140 cat >>confdefs.h <<_ACEOF
3149 #define HAVE_GSL_SF_MATHIEU_SE_E 1 3141 #define HAVE_GSL_SF_MATHIEU_SE_E 1
3150 @@ -6231,7 +6809,7 @@ 3142 @@ -6231,7 +6812,7 @@
3151 3143
3152 for ac_func in gsl_sf_hyperg_U_int_e 3144 for ac_func in gsl_sf_hyperg_U_int_e
3153 do : 3145 do :
3154 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_U_int_e" "ac_cv_func_gsl_sf_hyperg_U_int_e" 3146 - 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" 3147 + 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 : 3148 if test "x$ac_cv_func_gsl_sf_hyperg_U_int_e" = xyes; then :
3157 cat >>confdefs.h <<_ACEOF 3149 cat >>confdefs.h <<_ACEOF
3158 #define HAVE_GSL_SF_HYPERG_U_INT_E 1 3150 #define HAVE_GSL_SF_HYPERG_U_INT_E 1
3159 @@ -6244,7 +6822,7 @@ 3151 @@ -6244,7 +6825,7 @@
3160 3152
3161 for ac_func in gsl_sf_hyperg_1F1_int_e 3153 for ac_func in gsl_sf_hyperg_1F1_int_e
3162 do : 3154 do :
3163 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_1F1_int_e" "ac_cv_func_gsl_sf_hyperg_1F1_int_e" 3155 - 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" 3156 + 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 : 3157 if test "x$ac_cv_func_gsl_sf_hyperg_1F1_int_e" = xyes; then :
3166 cat >>confdefs.h <<_ACEOF 3158 cat >>confdefs.h <<_ACEOF
3167 #define HAVE_GSL_SF_HYPERG_1F1_INT_E 1 3159 #define HAVE_GSL_SF_HYPERG_1F1_INT_E 1
3168 @@ -6257,7 +6835,7 @@ 3160 @@ -6257,7 +6838,7 @@
3169 3161
3170 for ac_func in gsl_sf_legendre_Plm_e 3162 for ac_func in gsl_sf_legendre_Plm_e
3171 do : 3163 do :
3172 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Plm_e" "ac_cv_func_gsl_sf_legendre_Plm_e" 3164 - 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" 3165 + 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 : 3166 if test "x$ac_cv_func_gsl_sf_legendre_Plm_e" = xyes; then :
3175 cat >>confdefs.h <<_ACEOF 3167 cat >>confdefs.h <<_ACEOF
3176 #define HAVE_GSL_SF_LEGENDRE_PLM_E 1 3168 #define HAVE_GSL_SF_LEGENDRE_PLM_E 1
3177 @@ -6268,7 +6846,7 @@ 3169 @@ -6268,7 +6849,7 @@
3178 3170
3179 for ac_func in gsl_sf_legendre_Plm_e 3171 for ac_func in gsl_sf_legendre_Plm_e
3180 do : 3172 do :
3181 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Plm_e" "ac_cv_func_gsl_sf_legendre_Plm_e" 3173 - 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" 3174 + 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 : 3175 if test "x$ac_cv_func_gsl_sf_legendre_Plm_e" = xyes; then :
3184 cat >>confdefs.h <<_ACEOF 3176 cat >>confdefs.h <<_ACEOF
3185 #define HAVE_GSL_SF_LEGENDRE_PLM_E 1 3177 #define HAVE_GSL_SF_LEGENDRE_PLM_E 1
3186 @@ -6279,7 +6857,7 @@ 3178 @@ -6279,7 +6860,7 @@
3187 3179
3188 for ac_func in gsl_sf_legendre_sphPlm_e 3180 for ac_func in gsl_sf_legendre_sphPlm_e
3189 do : 3181 do :
3190 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_sphPlm_e" "ac_cv_func_gsl_sf_legendre_sphPlm_e" 3182 - 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" 3183 + 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 : 3184 if test "x$ac_cv_func_gsl_sf_legendre_sphPlm_e" = xyes; then :
3193 cat >>confdefs.h <<_ACEOF 3185 cat >>confdefs.h <<_ACEOF
3194 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_E 1 3186 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_E 1
3195 @@ -6290,7 +6868,7 @@ 3187 @@ -6290,7 +6871,7 @@
3196 3188
3197 for ac_func in gsl_sf_legendre_sphPlm_e 3189 for ac_func in gsl_sf_legendre_sphPlm_e
3198 do : 3190 do :
3199 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_sphPlm_e" "ac_cv_func_gsl_sf_legendre_sphPlm_e" 3191 - 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" 3192 + 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 : 3193 if test "x$ac_cv_func_gsl_sf_legendre_sphPlm_e" = xyes; then :
3202 cat >>confdefs.h <<_ACEOF 3194 cat >>confdefs.h <<_ACEOF
3203 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_E 1 3195 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_E 1
3204 @@ -6301,7 +6879,7 @@ 3196 @@ -6301,7 +6882,7 @@
3205 3197
3206 for ac_func in gsl_sf_hydrogenicR_e 3198 for ac_func in gsl_sf_hydrogenicR_e
3207 do : 3199 do :
3208 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hydrogenicR_e" "ac_cv_func_gsl_sf_hydrogenicR_e" 3200 - 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" 3201 + 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 : 3202 if test "x$ac_cv_func_gsl_sf_hydrogenicR_e" = xyes; then :
3211 cat >>confdefs.h <<_ACEOF 3203 cat >>confdefs.h <<_ACEOF
3212 #define HAVE_GSL_SF_HYDROGENICR_E 1 3204 #define HAVE_GSL_SF_HYDROGENICR_E 1
3213 @@ -6314,7 +6892,7 @@ 3205 @@ -6314,7 +6895,7 @@
3214 3206
3215 for ac_func in gsl_sf_mathieu_Mc_e 3207 for ac_func in gsl_sf_mathieu_Mc_e
3216 do : 3208 do :
3217 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_Mc_e" "ac_cv_func_gsl_sf_mathieu_Mc_e" 3209 - 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" 3210 + 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 : 3211 if test "x$ac_cv_func_gsl_sf_mathieu_Mc_e" = xyes; then :
3220 cat >>confdefs.h <<_ACEOF 3212 cat >>confdefs.h <<_ACEOF
3221 #define HAVE_GSL_SF_MATHIEU_MC_E 1 3213 #define HAVE_GSL_SF_MATHIEU_MC_E 1
3222 @@ -6327,7 +6905,7 @@ 3214 @@ -6327,7 +6908,7 @@
3223 3215
3224 for ac_func in gsl_sf_mathieu_Ms_e 3216 for ac_func in gsl_sf_mathieu_Ms_e
3225 do : 3217 do :
3226 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_mathieu_Ms_e" "ac_cv_func_gsl_sf_mathieu_Ms_e" 3218 - 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" 3219 + 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 : 3220 if test "x$ac_cv_func_gsl_sf_mathieu_Ms_e" = xyes; then :
3229 cat >>confdefs.h <<_ACEOF 3221 cat >>confdefs.h <<_ACEOF
3230 #define HAVE_GSL_SF_MATHIEU_MS_E 1 3222 #define HAVE_GSL_SF_MATHIEU_MS_E 1
3231 @@ -6340,7 +6918,7 @@ 3223 @@ -6340,7 +6921,7 @@
3232 3224
3233 for ac_func in gsl_sf_bessel_zero_Jnu_e 3225 for ac_func in gsl_sf_bessel_zero_Jnu_e
3234 do : 3226 do :
3235 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_zero_Jnu_e" "ac_cv_func_gsl_sf_bessel_zero_Jnu_e" 3227 - 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" 3228 + 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 : 3229 if test "x$ac_cv_func_gsl_sf_bessel_zero_Jnu_e" = xyes; then :
3238 cat >>confdefs.h <<_ACEOF 3230 cat >>confdefs.h <<_ACEOF
3239 #define HAVE_GSL_SF_BESSEL_ZERO_JNU_E 1 3231 #define HAVE_GSL_SF_BESSEL_ZERO_JNU_E 1
3240 @@ -6353,7 +6931,7 @@ 3232 @@ -6353,7 +6934,7 @@
3241 3233
3242 for ac_func in gsl_sf_hyperg_U_e 3234 for ac_func in gsl_sf_hyperg_U_e
3243 do : 3235 do :
3244 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_U_e" "ac_cv_func_gsl_sf_hyperg_U_e" 3236 - 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" 3237 + 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 : 3238 if test "x$ac_cv_func_gsl_sf_hyperg_U_e" = xyes; then :
3247 cat >>confdefs.h <<_ACEOF 3239 cat >>confdefs.h <<_ACEOF
3248 #define HAVE_GSL_SF_HYPERG_U_E 1 3240 #define HAVE_GSL_SF_HYPERG_U_E 1
3249 @@ -6366,7 +6944,7 @@ 3241 @@ -6366,7 +6947,7 @@
3250 3242
3251 for ac_func in gsl_sf_hyperg_U_e 3243 for ac_func in gsl_sf_hyperg_U_e
3252 do : 3244 do :
3253 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_U_e" "ac_cv_func_gsl_sf_hyperg_U_e" 3245 - 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" 3246 + 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 : 3247 if test "x$ac_cv_func_gsl_sf_hyperg_U_e" = xyes; then :
3256 cat >>confdefs.h <<_ACEOF 3248 cat >>confdefs.h <<_ACEOF
3257 #define HAVE_GSL_SF_HYPERG_U_E 1 3249 #define HAVE_GSL_SF_HYPERG_U_E 1
3258 @@ -6379,7 +6957,7 @@ 3250 @@ -6379,7 +6960,7 @@
3259 3251
3260 for ac_func in gsl_sf_hyperg_1F1_e 3252 for ac_func in gsl_sf_hyperg_1F1_e
3261 do : 3253 do :
3262 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_1F1_e" "ac_cv_func_gsl_sf_hyperg_1F1_e" 3254 - 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" 3255 + 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 : 3256 if test "x$ac_cv_func_gsl_sf_hyperg_1F1_e" = xyes; then :
3265 cat >>confdefs.h <<_ACEOF 3257 cat >>confdefs.h <<_ACEOF
3266 #define HAVE_GSL_SF_HYPERG_1F1_E 1 3258 #define HAVE_GSL_SF_HYPERG_1F1_E 1
3267 @@ -6392,7 +6970,7 @@ 3259 @@ -6392,7 +6973,7 @@
3268 3260
3269 for ac_func in gsl_sf_hyperg_1F1_e 3261 for ac_func in gsl_sf_hyperg_1F1_e
3270 do : 3262 do :
3271 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_1F1_e" "ac_cv_func_gsl_sf_hyperg_1F1_e" 3263 - 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" 3264 + 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 : 3265 if test "x$ac_cv_func_gsl_sf_hyperg_1F1_e" = xyes; then :
3274 cat >>confdefs.h <<_ACEOF 3266 cat >>confdefs.h <<_ACEOF
3275 #define HAVE_GSL_SF_HYPERG_1F1_E 1 3267 #define HAVE_GSL_SF_HYPERG_1F1_E 1
3276 @@ -6405,7 +6983,7 @@ 3268 @@ -6405,7 +6986,7 @@
3277 3269
3278 for ac_func in gsl_sf_hyperg_2F0_e 3270 for ac_func in gsl_sf_hyperg_2F0_e
3279 do : 3271 do :
3280 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_2F0_e" "ac_cv_func_gsl_sf_hyperg_2F0_e" 3272 - 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" 3273 + 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 : 3274 if test "x$ac_cv_func_gsl_sf_hyperg_2F0_e" = xyes; then :
3283 cat >>confdefs.h <<_ACEOF 3275 cat >>confdefs.h <<_ACEOF
3284 #define HAVE_GSL_SF_HYPERG_2F0_E 1 3276 #define HAVE_GSL_SF_HYPERG_2F0_E 1
3285 @@ -6418,7 +6996,7 @@ 3277 @@ -6418,7 +6999,7 @@
3286 3278
3287 for ac_func in gsl_sf_hyperg_2F0_e 3279 for ac_func in gsl_sf_hyperg_2F0_e
3288 do : 3280 do :
3289 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_2F0_e" "ac_cv_func_gsl_sf_hyperg_2F0_e" 3281 - 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" 3282 + 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 : 3283 if test "x$ac_cv_func_gsl_sf_hyperg_2F0_e" = xyes; then :
3292 cat >>confdefs.h <<_ACEOF 3284 cat >>confdefs.h <<_ACEOF
3293 #define HAVE_GSL_SF_HYPERG_2F0_E 1 3285 #define HAVE_GSL_SF_HYPERG_2F0_E 1
3294 @@ -6431,7 +7009,7 @@ 3286 @@ -6431,7 +7012,7 @@
3295 3287
3296 for ac_func in gsl_sf_beta_inc_e 3288 for ac_func in gsl_sf_beta_inc_e
3297 do : 3289 do :
3298 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_beta_inc_e" "ac_cv_func_gsl_sf_beta_inc_e" 3290 - 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" 3291 + 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 : 3292 if test "x$ac_cv_func_gsl_sf_beta_inc_e" = xyes; then :
3301 cat >>confdefs.h <<_ACEOF 3293 cat >>confdefs.h <<_ACEOF
3302 #define HAVE_GSL_SF_BETA_INC_E 1 3294 #define HAVE_GSL_SF_BETA_INC_E 1
3303 @@ -6444,7 +7022,7 @@ 3295 @@ -6444,7 +7025,7 @@
3304 3296
3305 for ac_func in gsl_sf_hyperg_2F1_e 3297 for ac_func in gsl_sf_hyperg_2F1_e
3306 do : 3298 do :
3307 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hyperg_2F1_e" "ac_cv_func_gsl_sf_hyperg_2F1_e" 3299 - 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" 3300 + 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 : 3301 if test "x$ac_cv_func_gsl_sf_hyperg_2F1_e" = xyes; then :
3310 cat >>confdefs.h <<_ACEOF 3302 cat >>confdefs.h <<_ACEOF
3311 #define HAVE_GSL_SF_HYPERG_2F1_E 1 3303 #define HAVE_GSL_SF_HYPERG_2F1_E 1
3312 @@ -6457,7 +7035,7 @@ 3304 @@ -6457,7 +7038,7 @@
3313 3305
3314 for ac_func in gsl_sf_fact_e 3306 for ac_func in gsl_sf_fact_e
3315 do : 3307 do :
3316 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_fact_e" "ac_cv_func_gsl_sf_fact_e" 3308 - 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" 3309 + 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 : 3310 if test "x$ac_cv_func_gsl_sf_fact_e" = xyes; then :
3319 cat >>confdefs.h <<_ACEOF 3311 cat >>confdefs.h <<_ACEOF
3320 #define HAVE_GSL_SF_FACT_E 1 3312 #define HAVE_GSL_SF_FACT_E 1
3321 @@ -6470,7 +7048,7 @@ 3313 @@ -6470,7 +7051,7 @@
3322 3314
3323 for ac_func in gsl_sf_doublefact_e 3315 for ac_func in gsl_sf_doublefact_e
3324 do : 3316 do :
3325 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_doublefact_e" "ac_cv_func_gsl_sf_doublefact_e" 3317 - 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" 3318 + 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 : 3319 if test "x$ac_cv_func_gsl_sf_doublefact_e" = xyes; then :
3328 cat >>confdefs.h <<_ACEOF 3320 cat >>confdefs.h <<_ACEOF
3329 #define HAVE_GSL_SF_DOUBLEFACT_E 1 3321 #define HAVE_GSL_SF_DOUBLEFACT_E 1
3330 @@ -6483,7 +7061,7 @@ 3322 @@ -6483,7 +7064,7 @@
3331 3323
3332 for ac_func in gsl_sf_lnfact_e 3324 for ac_func in gsl_sf_lnfact_e
3333 do : 3325 do :
3334 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnfact_e" "ac_cv_func_gsl_sf_lnfact_e" 3326 - 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" 3327 + 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 : 3328 if test "x$ac_cv_func_gsl_sf_lnfact_e" = xyes; then :
3337 cat >>confdefs.h <<_ACEOF 3329 cat >>confdefs.h <<_ACEOF
3338 #define HAVE_GSL_SF_LNFACT_E 1 3330 #define HAVE_GSL_SF_LNFACT_E 1
3339 @@ -6496,7 +7074,7 @@ 3331 @@ -6496,7 +7077,7 @@
3340 3332
3341 for ac_func in gsl_sf_lndoublefact_e 3333 for ac_func in gsl_sf_lndoublefact_e
3342 do : 3334 do :
3343 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lndoublefact_e" "ac_cv_func_gsl_sf_lndoublefact_e" 3335 - 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" 3336 + 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 : 3337 if test "x$ac_cv_func_gsl_sf_lndoublefact_e" = xyes; then :
3346 cat >>confdefs.h <<_ACEOF 3338 cat >>confdefs.h <<_ACEOF
3347 #define HAVE_GSL_SF_LNDOUBLEFACT_E 1 3339 #define HAVE_GSL_SF_LNDOUBLEFACT_E 1
3348 @@ -6509,7 +7087,7 @@ 3340 @@ -6509,7 +7090,7 @@
3349 3341
3350 for ac_func in gsl_sf_choose_e 3342 for ac_func in gsl_sf_choose_e
3351 do : 3343 do :
3352 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_choose_e" "ac_cv_func_gsl_sf_choose_e" 3344 - 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" 3345 + 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 : 3346 if test "x$ac_cv_func_gsl_sf_choose_e" = xyes; then :
3355 cat >>confdefs.h <<_ACEOF 3347 cat >>confdefs.h <<_ACEOF
3356 #define HAVE_GSL_SF_CHOOSE_E 1 3348 #define HAVE_GSL_SF_CHOOSE_E 1
3357 @@ -6522,7 +7100,7 @@ 3349 @@ -6522,7 +7103,7 @@
3358 3350
3359 for ac_func in gsl_sf_lnchoose_e 3351 for ac_func in gsl_sf_lnchoose_e
3360 do : 3352 do :
3361 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_lnchoose_e" "ac_cv_func_gsl_sf_lnchoose_e" 3353 - 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" 3354 + 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 : 3355 if test "x$ac_cv_func_gsl_sf_lnchoose_e" = xyes; then :
3364 cat >>confdefs.h <<_ACEOF 3356 cat >>confdefs.h <<_ACEOF
3365 #define HAVE_GSL_SF_LNCHOOSE_E 1 3357 #define HAVE_GSL_SF_LNCHOOSE_E 1
3366 @@ -6535,7 +7113,7 @@ 3358 @@ -6535,7 +7116,7 @@
3367 3359
3368 for ac_func in gsl_sf_coupling_3j_e 3360 for ac_func in gsl_sf_coupling_3j_e
3369 do : 3361 do :
3370 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_3j_e" "ac_cv_func_gsl_sf_coupling_3j_e" 3362 - 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" 3363 + 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 : 3364 if test "x$ac_cv_func_gsl_sf_coupling_3j_e" = xyes; then :
3373 cat >>confdefs.h <<_ACEOF 3365 cat >>confdefs.h <<_ACEOF
3374 #define HAVE_GSL_SF_COUPLING_3J_E 1 3366 #define HAVE_GSL_SF_COUPLING_3J_E 1
3375 @@ -6548,7 +7126,7 @@ 3367 @@ -6548,7 +7129,7 @@
3376 3368
3377 for ac_func in gsl_sf_coupling_3j_e 3369 for ac_func in gsl_sf_coupling_3j_e
3378 do : 3370 do :
3379 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_3j_e" "ac_cv_func_gsl_sf_coupling_3j_e" 3371 - 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" 3372 + 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 : 3373 if test "x$ac_cv_func_gsl_sf_coupling_3j_e" = xyes; then :
3382 cat >>confdefs.h <<_ACEOF 3374 cat >>confdefs.h <<_ACEOF
3383 #define HAVE_GSL_SF_COUPLING_3J_E 1 3375 #define HAVE_GSL_SF_COUPLING_3J_E 1
3384 @@ -6561,7 +7139,7 @@ 3376 @@ -6561,7 +7142,7 @@
3385 3377
3386 for ac_func in gsl_sf_coupling_6j_e 3378 for ac_func in gsl_sf_coupling_6j_e
3387 do : 3379 do :
3388 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_6j_e" "ac_cv_func_gsl_sf_coupling_6j_e" 3380 - 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" 3381 + 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 : 3382 if test "x$ac_cv_func_gsl_sf_coupling_6j_e" = xyes; then :
3391 cat >>confdefs.h <<_ACEOF 3383 cat >>confdefs.h <<_ACEOF
3392 #define HAVE_GSL_SF_COUPLING_6J_E 1 3384 #define HAVE_GSL_SF_COUPLING_6J_E 1
3393 @@ -6574,7 +7152,7 @@ 3385 @@ -6574,7 +7155,7 @@
3394 3386
3395 for ac_func in gsl_sf_coupling_6j_e 3387 for ac_func in gsl_sf_coupling_6j_e
3396 do : 3388 do :
3397 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_6j_e" "ac_cv_func_gsl_sf_coupling_6j_e" 3389 - 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" 3390 + 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 : 3391 if test "x$ac_cv_func_gsl_sf_coupling_6j_e" = xyes; then :
3400 cat >>confdefs.h <<_ACEOF 3392 cat >>confdefs.h <<_ACEOF
3401 #define HAVE_GSL_SF_COUPLING_6J_E 1 3393 #define HAVE_GSL_SF_COUPLING_6J_E 1
3402 @@ -6587,7 +7165,7 @@ 3394 @@ -6587,7 +7168,7 @@
3403 3395
3404 for ac_func in gsl_sf_coupling_9j_e 3396 for ac_func in gsl_sf_coupling_9j_e
3405 do : 3397 do :
3406 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_9j_e" "ac_cv_func_gsl_sf_coupling_9j_e" 3398 - 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" 3399 + 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 : 3400 if test "x$ac_cv_func_gsl_sf_coupling_9j_e" = xyes; then :
3409 cat >>confdefs.h <<_ACEOF 3401 cat >>confdefs.h <<_ACEOF
3410 #define HAVE_GSL_SF_COUPLING_9J_E 1 3402 #define HAVE_GSL_SF_COUPLING_9J_E 1
3411 @@ -6600,7 +7178,7 @@ 3403 @@ -6600,7 +7181,7 @@
3412 3404
3413 for ac_func in gsl_sf_coupling_9j_e 3405 for ac_func in gsl_sf_coupling_9j_e
3414 do : 3406 do :
3415 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_coupling_9j_e" "ac_cv_func_gsl_sf_coupling_9j_e" 3407 - 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" 3408 + 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 : 3409 if test "x$ac_cv_func_gsl_sf_coupling_9j_e" = xyes; then :
3418 cat >>confdefs.h <<_ACEOF 3410 cat >>confdefs.h <<_ACEOF
3419 #define HAVE_GSL_SF_COUPLING_9J_E 1 3411 #define HAVE_GSL_SF_COUPLING_9J_E 1
3420 @@ -6613,7 +7191,7 @@ 3412 @@ -6613,7 +7194,7 @@
3421 3413
3422 for ac_func in gsl_sf_bessel_jl_array 3414 for ac_func in gsl_sf_bessel_jl_array
3423 do : 3415 do :
3424 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_jl_array" "ac_cv_func_gsl_sf_bessel_jl_array" 3416 - 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" 3417 + 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 : 3418 if test "x$ac_cv_func_gsl_sf_bessel_jl_array" = xyes; then :
3427 cat >>confdefs.h <<_ACEOF 3419 cat >>confdefs.h <<_ACEOF
3428 #define HAVE_GSL_SF_BESSEL_JL_ARRAY 1 3420 #define HAVE_GSL_SF_BESSEL_JL_ARRAY 1
3429 @@ -6626,7 +7204,7 @@ 3421 @@ -6626,7 +7207,7 @@
3430 3422
3431 for ac_func in gsl_sf_bessel_jl_steed_array 3423 for ac_func in gsl_sf_bessel_jl_steed_array
3432 do : 3424 do :
3433 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_jl_steed_array" "ac_cv_func_gsl_sf_bessel_jl_steed_array" 3425 - 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" 3426 + 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 : 3427 if test "x$ac_cv_func_gsl_sf_bessel_jl_steed_array" = xyes; then :
3436 cat >>confdefs.h <<_ACEOF 3428 cat >>confdefs.h <<_ACEOF
3437 #define HAVE_GSL_SF_BESSEL_JL_STEED_ARRAY 1 3429 #define HAVE_GSL_SF_BESSEL_JL_STEED_ARRAY 1
3438 @@ -6639,7 +7217,7 @@ 3430 @@ -6639,7 +7220,7 @@
3439 3431
3440 for ac_func in gsl_sf_bessel_il_scaled_array 3432 for ac_func in gsl_sf_bessel_il_scaled_array
3441 do : 3433 do :
3442 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_il_scaled_array" "ac_cv_func_gsl_sf_bessel_il_scaled_array" 3434 - 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" 3435 + 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 : 3436 if test "x$ac_cv_func_gsl_sf_bessel_il_scaled_array" = xyes; then :
3445 cat >>confdefs.h <<_ACEOF 3437 cat >>confdefs.h <<_ACEOF
3446 #define HAVE_GSL_SF_BESSEL_IL_SCALED_ARRAY 1 3438 #define HAVE_GSL_SF_BESSEL_IL_SCALED_ARRAY 1
3447 @@ -6652,7 +7230,7 @@ 3439 @@ -6652,7 +7233,7 @@
3448 3440
3449 for ac_func in gsl_sf_bessel_kl_scaled_array 3441 for ac_func in gsl_sf_bessel_kl_scaled_array
3450 do : 3442 do :
3451 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_kl_scaled_array" "ac_cv_func_gsl_sf_bessel_kl_scaled_array" 3443 - 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" 3444 + 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 : 3445 if test "x$ac_cv_func_gsl_sf_bessel_kl_scaled_array" = xyes; then :
3454 cat >>confdefs.h <<_ACEOF 3446 cat >>confdefs.h <<_ACEOF
3455 #define HAVE_GSL_SF_BESSEL_KL_SCALED_ARRAY 1 3447 #define HAVE_GSL_SF_BESSEL_KL_SCALED_ARRAY 1
3456 @@ -6665,7 +7243,7 @@ 3448 @@ -6665,7 +7246,7 @@
3457 3449
3458 for ac_func in gsl_sf_bessel_yl_array 3450 for ac_func in gsl_sf_bessel_yl_array
3459 do : 3451 do :
3460 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_yl_array" "ac_cv_func_gsl_sf_bessel_yl_array" 3452 - 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" 3453 + 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 : 3454 if test "x$ac_cv_func_gsl_sf_bessel_yl_array" = xyes; then :
3463 cat >>confdefs.h <<_ACEOF 3455 cat >>confdefs.h <<_ACEOF
3464 #define HAVE_GSL_SF_BESSEL_YL_ARRAY 1 3456 #define HAVE_GSL_SF_BESSEL_YL_ARRAY 1
3465 @@ -6678,7 +7256,7 @@ 3457 @@ -6678,7 +7259,7 @@
3466 3458
3467 for ac_func in gsl_sf_legendre_Pl_array 3459 for ac_func in gsl_sf_legendre_Pl_array
3468 do : 3460 do :
3469 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Pl_array" "ac_cv_func_gsl_sf_legendre_Pl_array" 3461 - 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" 3462 + 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 : 3463 if test "x$ac_cv_func_gsl_sf_legendre_Pl_array" = xyes; then :
3472 cat >>confdefs.h <<_ACEOF 3464 cat >>confdefs.h <<_ACEOF
3473 #define HAVE_GSL_SF_LEGENDRE_PL_ARRAY 1 3465 #define HAVE_GSL_SF_LEGENDRE_PL_ARRAY 1
3474 @@ -6691,7 +7269,7 @@ 3466 @@ -6691,7 +7272,7 @@
3475 3467
3476 for ac_func in gsl_sf_gegenpoly_array 3468 for ac_func in gsl_sf_gegenpoly_array
3477 do : 3469 do :
3478 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_gegenpoly_array" "ac_cv_func_gsl_sf_gegenpoly_array" 3470 - 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" 3471 + 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 : 3472 if test "x$ac_cv_func_gsl_sf_gegenpoly_array" = xyes; then :
3481 cat >>confdefs.h <<_ACEOF 3473 cat >>confdefs.h <<_ACEOF
3482 #define HAVE_GSL_SF_GEGENPOLY_ARRAY 1 3474 #define HAVE_GSL_SF_GEGENPOLY_ARRAY 1
3483 @@ -6704,7 +7282,7 @@ 3475 @@ -6704,7 +7285,7 @@
3484 3476
3485 for ac_func in gsl_sf_bessel_In_array 3477 for ac_func in gsl_sf_bessel_In_array
3486 do : 3478 do :
3487 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_array" "ac_cv_func_gsl_sf_bessel_In_array" 3479 - 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" 3480 + 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 : 3481 if test "x$ac_cv_func_gsl_sf_bessel_In_array" = xyes; then :
3490 cat >>confdefs.h <<_ACEOF 3482 cat >>confdefs.h <<_ACEOF
3491 #define HAVE_GSL_SF_BESSEL_IN_ARRAY 1 3483 #define HAVE_GSL_SF_BESSEL_IN_ARRAY 1
3492 @@ -6717,7 +7295,7 @@ 3484 @@ -6717,7 +7298,7 @@
3493 3485
3494 for ac_func in gsl_sf_bessel_In_scaled_array 3486 for ac_func in gsl_sf_bessel_In_scaled_array
3495 do : 3487 do :
3496 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_In_scaled_array" "ac_cv_func_gsl_sf_bessel_In_scaled_array" 3488 - 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" 3489 + 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 : 3490 if test "x$ac_cv_func_gsl_sf_bessel_In_scaled_array" = xyes; then :
3499 cat >>confdefs.h <<_ACEOF 3491 cat >>confdefs.h <<_ACEOF
3500 #define HAVE_GSL_SF_BESSEL_IN_SCALED_ARRAY 1 3492 #define HAVE_GSL_SF_BESSEL_IN_SCALED_ARRAY 1
3501 @@ -6730,7 +7308,7 @@ 3493 @@ -6730,7 +7311,7 @@
3502 3494
3503 for ac_func in gsl_sf_bessel_Jn_array 3495 for ac_func in gsl_sf_bessel_Jn_array
3504 do : 3496 do :
3505 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Jn_array" "ac_cv_func_gsl_sf_bessel_Jn_array" 3497 - 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" 3498 + 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 : 3499 if test "x$ac_cv_func_gsl_sf_bessel_Jn_array" = xyes; then :
3508 cat >>confdefs.h <<_ACEOF 3500 cat >>confdefs.h <<_ACEOF
3509 #define HAVE_GSL_SF_BESSEL_JN_ARRAY 1 3501 #define HAVE_GSL_SF_BESSEL_JN_ARRAY 1
3510 @@ -6743,7 +7321,7 @@ 3502 @@ -6743,7 +7324,7 @@
3511 3503
3512 for ac_func in gsl_sf_bessel_Kn_array 3504 for ac_func in gsl_sf_bessel_Kn_array
3513 do : 3505 do :
3514 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_array" "ac_cv_func_gsl_sf_bessel_Kn_array" 3506 - 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" 3507 + 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 : 3508 if test "x$ac_cv_func_gsl_sf_bessel_Kn_array" = xyes; then :
3517 cat >>confdefs.h <<_ACEOF 3509 cat >>confdefs.h <<_ACEOF
3518 #define HAVE_GSL_SF_BESSEL_KN_ARRAY 1 3510 #define HAVE_GSL_SF_BESSEL_KN_ARRAY 1
3519 @@ -6756,7 +7334,7 @@ 3511 @@ -6756,7 +7337,7 @@
3520 3512
3521 for ac_func in gsl_sf_bessel_Kn_scaled_array 3513 for ac_func in gsl_sf_bessel_Kn_scaled_array
3522 do : 3514 do :
3523 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Kn_scaled_array" "ac_cv_func_gsl_sf_bessel_Kn_scaled_array" 3515 - 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" 3516 + 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 : 3517 if test "x$ac_cv_func_gsl_sf_bessel_Kn_scaled_array" = xyes; then :
3526 cat >>confdefs.h <<_ACEOF 3518 cat >>confdefs.h <<_ACEOF
3527 #define HAVE_GSL_SF_BESSEL_KN_SCALED_ARRAY 1 3519 #define HAVE_GSL_SF_BESSEL_KN_SCALED_ARRAY 1
3528 @@ -6769,7 +7347,7 @@ 3520 @@ -6769,7 +7350,7 @@
3529 3521
3530 for ac_func in gsl_sf_bessel_Yn_array 3522 for ac_func in gsl_sf_bessel_Yn_array
3531 do : 3523 do :
3532 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_bessel_Yn_array" "ac_cv_func_gsl_sf_bessel_Yn_array" 3524 - 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" 3525 + 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 : 3526 if test "x$ac_cv_func_gsl_sf_bessel_Yn_array" = xyes; then :
3535 cat >>confdefs.h <<_ACEOF 3527 cat >>confdefs.h <<_ACEOF
3536 #define HAVE_GSL_SF_BESSEL_YN_ARRAY 1 3528 #define HAVE_GSL_SF_BESSEL_YN_ARRAY 1
3537 @@ -6782,7 +7360,7 @@ 3529 @@ -6782,7 +7363,7 @@
3538 3530
3539 for ac_func in gsl_sf_legendre_Plm_array 3531 for ac_func in gsl_sf_legendre_Plm_array
3540 do : 3532 do :
3541 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Plm_array" "ac_cv_func_gsl_sf_legendre_Plm_array" 3533 - 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" 3534 + 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 : 3535 if test "x$ac_cv_func_gsl_sf_legendre_Plm_array" = xyes; then :
3544 cat >>confdefs.h <<_ACEOF 3536 cat >>confdefs.h <<_ACEOF
3545 #define HAVE_GSL_SF_LEGENDRE_PLM_ARRAY 1 3537 #define HAVE_GSL_SF_LEGENDRE_PLM_ARRAY 1
3546 @@ -6793,7 +7371,7 @@ 3538 @@ -6793,7 +7374,7 @@
3547 3539
3548 for ac_func in gsl_sf_legendre_Plm_deriv_array 3540 for ac_func in gsl_sf_legendre_Plm_deriv_array
3549 do : 3541 do :
3550 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_Plm_deriv_array" "ac_cv_func_gsl_sf_legendre_Plm_deriv_array" 3542 - 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" 3543 + 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 : 3544 if test "x$ac_cv_func_gsl_sf_legendre_Plm_deriv_array" = xyes; then :
3553 cat >>confdefs.h <<_ACEOF 3545 cat >>confdefs.h <<_ACEOF
3554 #define HAVE_GSL_SF_LEGENDRE_PLM_DERIV_ARRAY 1 3546 #define HAVE_GSL_SF_LEGENDRE_PLM_DERIV_ARRAY 1
3555 @@ -6804,7 +7382,7 @@ 3547 @@ -6804,7 +7385,7 @@
3556 3548
3557 for ac_func in gsl_sf_legendre_sphPlm_array 3549 for ac_func in gsl_sf_legendre_sphPlm_array
3558 do : 3550 do :
3559 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_sphPlm_array" "ac_cv_func_gsl_sf_legendre_sphPlm_array" 3551 - 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" 3552 + 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 : 3553 if test "x$ac_cv_func_gsl_sf_legendre_sphPlm_array" = xyes; then :
3562 cat >>confdefs.h <<_ACEOF 3554 cat >>confdefs.h <<_ACEOF
3563 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_ARRAY 1 3555 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_ARRAY 1
3564 @@ -6815,7 +7393,7 @@ 3556 @@ -6815,7 +7396,7 @@
3565 3557
3566 for ac_func in gsl_sf_legendre_sphPlm_array 3558 for ac_func in gsl_sf_legendre_sphPlm_array
3567 do : 3559 do :
3568 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_sphPlm_array" "ac_cv_func_gsl_sf_legendre_sphPlm_array" 3560 - 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" 3561 + 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 : 3562 if test "x$ac_cv_func_gsl_sf_legendre_sphPlm_array" = xyes; then :
3571 cat >>confdefs.h <<_ACEOF 3563 cat >>confdefs.h <<_ACEOF
3572 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_ARRAY 1 3564 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_ARRAY 1
3573 @@ -6826,7 +7404,7 @@ 3565 @@ -6826,7 +7407,7 @@
3574 3566
3575 for ac_func in gsl_sf_legendre_sphPlm_deriv_array 3567 for ac_func in gsl_sf_legendre_sphPlm_deriv_array
3576 do : 3568 do :
3577 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_sphPlm_deriv_array" "ac_cv_func_gsl_sf_legendre_sphPlm_deriv_array" 3569 - 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" 3570 + 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 : 3571 if test "x$ac_cv_func_gsl_sf_legendre_sphPlm_deriv_array" = xyes; then :
3580 cat >>confdefs.h <<_ACEOF 3572 cat >>confdefs.h <<_ACEOF
3581 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_DERIV_ARRAY 1 3573 #define HAVE_GSL_SF_LEGENDRE_SPHPLM_DERIV_ARRAY 1
3582 @@ -6837,7 +7415,7 @@ 3574 @@ -6837,7 +7418,7 @@
3583 3575
3584 for ac_func in gsl_sf_legendre_array_e 3576 for ac_func in gsl_sf_legendre_array_e
3585 do : 3577 do :
3586 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_array_e" "ac_cv_func_gsl_sf_legendre_array_e" 3578 - 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" 3579 + 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 : 3580 if test "x$ac_cv_func_gsl_sf_legendre_array_e" = xyes; then :
3589 cat >>confdefs.h <<_ACEOF 3581 cat >>confdefs.h <<_ACEOF
3590 #define HAVE_GSL_SF_LEGENDRE_ARRAY_E 1 3582 #define HAVE_GSL_SF_LEGENDRE_ARRAY_E 1
3591 @@ -6850,7 +7428,7 @@ 3583 @@ -6850,7 +7431,7 @@
3592 3584
3593 for ac_func in gsl_sf_legendre_deriv_array_e 3585 for ac_func in gsl_sf_legendre_deriv_array_e
3594 do : 3586 do :
3595 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_deriv_array_e" "ac_cv_func_gsl_sf_legendre_deriv_array_e" 3587 - 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" 3588 + 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 : 3589 if test "x$ac_cv_func_gsl_sf_legendre_deriv_array_e" = xyes; then :
3598 cat >>confdefs.h <<_ACEOF 3590 cat >>confdefs.h <<_ACEOF
3599 #define HAVE_GSL_SF_LEGENDRE_DERIV_ARRAY_E 1 3591 #define HAVE_GSL_SF_LEGENDRE_DERIV_ARRAY_E 1
3600 @@ -6863,7 +7441,7 @@ 3592 @@ -6863,7 +7444,7 @@
3601 3593
3602 for ac_func in gsl_sf_legendre_deriv2_array_e 3594 for ac_func in gsl_sf_legendre_deriv2_array_e
3603 do : 3595 do :
3604 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_legendre_deriv2_array_e" "ac_cv_func_gsl_sf_legendre_deriv2_array_e" 3596 - 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" 3597 + 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 : 3598 if test "x$ac_cv_func_gsl_sf_legendre_deriv2_array_e" = xyes; then :
3607 cat >>confdefs.h <<_ACEOF 3599 cat >>confdefs.h <<_ACEOF
3608 #define HAVE_GSL_SF_LEGENDRE_DERIV2_ARRAY_E 1 3600 #define HAVE_GSL_SF_LEGENDRE_DERIV2_ARRAY_E 1
3609 @@ -6876,7 +7454,7 @@ 3601 @@ -6876,7 +7457,7 @@
3610 3602
3611 for ac_func in gsl_sf_zeta_e 3603 for ac_func in gsl_sf_zeta_e
3612 do : 3604 do :
3613 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zeta_e" "ac_cv_func_gsl_sf_zeta_e" 3605 - 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" 3606 + 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 : 3607 if test "x$ac_cv_func_gsl_sf_zeta_e" = xyes; then :
3616 cat >>confdefs.h <<_ACEOF 3608 cat >>confdefs.h <<_ACEOF
3617 #define HAVE_GSL_SF_ZETA_E 1 3609 #define HAVE_GSL_SF_ZETA_E 1
3618 @@ -6889,7 +7467,7 @@ 3610 @@ -6889,7 +7470,7 @@
3619 3611
3620 for ac_func in gsl_sf_zeta_e 3612 for ac_func in gsl_sf_zeta_e
3621 do : 3613 do :
3622 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zeta_e" "ac_cv_func_gsl_sf_zeta_e" 3614 - 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" 3615 + 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 : 3616 if test "x$ac_cv_func_gsl_sf_zeta_e" = xyes; then :
3625 cat >>confdefs.h <<_ACEOF 3617 cat >>confdefs.h <<_ACEOF
3626 #define HAVE_GSL_SF_ZETA_E 1 3618 #define HAVE_GSL_SF_ZETA_E 1
3627 @@ -6902,7 +7480,7 @@ 3619 @@ -6902,7 +7483,7 @@
3628 3620
3629 for ac_func in gsl_sf_zeta_e 3621 for ac_func in gsl_sf_zeta_e
3630 do : 3622 do :
3631 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zeta_e" "ac_cv_func_gsl_sf_zeta_e" 3623 - 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" 3624 + 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 : 3625 if test "x$ac_cv_func_gsl_sf_zeta_e" = xyes; then :
3634 cat >>confdefs.h <<_ACEOF 3626 cat >>confdefs.h <<_ACEOF
3635 #define HAVE_GSL_SF_ZETA_E 1 3627 #define HAVE_GSL_SF_ZETA_E 1
3636 @@ -6915,7 +7493,7 @@ 3628 @@ -6915,7 +7496,7 @@
3637 3629
3638 for ac_func in gsl_sf_zeta_int_e 3630 for ac_func in gsl_sf_zeta_int_e
3639 do : 3631 do :
3640 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zeta_int_e" "ac_cv_func_gsl_sf_zeta_int_e" 3632 - 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" 3633 + 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 : 3634 if test "x$ac_cv_func_gsl_sf_zeta_int_e" = xyes; then :
3643 cat >>confdefs.h <<_ACEOF 3635 cat >>confdefs.h <<_ACEOF
3644 #define HAVE_GSL_SF_ZETA_INT_E 1 3636 #define HAVE_GSL_SF_ZETA_INT_E 1
3645 @@ -6928,7 +7506,7 @@ 3637 @@ -6928,7 +7509,7 @@
3646 3638
3647 for ac_func in gsl_sf_zeta_int_e 3639 for ac_func in gsl_sf_zeta_int_e
3648 do : 3640 do :
3649 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zeta_int_e" "ac_cv_func_gsl_sf_zeta_int_e" 3641 - 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" 3642 + 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 : 3643 if test "x$ac_cv_func_gsl_sf_zeta_int_e" = xyes; then :
3652 cat >>confdefs.h <<_ACEOF 3644 cat >>confdefs.h <<_ACEOF
3653 #define HAVE_GSL_SF_ZETA_INT_E 1 3645 #define HAVE_GSL_SF_ZETA_INT_E 1
3654 @@ -6941,7 +7519,7 @@ 3646 @@ -6941,7 +7522,7 @@
3655 3647
3656 for ac_func in gsl_sf_zetam1_e 3648 for ac_func in gsl_sf_zetam1_e
3657 do : 3649 do :
3658 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zetam1_e" "ac_cv_func_gsl_sf_zetam1_e" 3650 - 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" 3651 + 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 : 3652 if test "x$ac_cv_func_gsl_sf_zetam1_e" = xyes; then :
3661 cat >>confdefs.h <<_ACEOF 3653 cat >>confdefs.h <<_ACEOF
3662 #define HAVE_GSL_SF_ZETAM1_E 1 3654 #define HAVE_GSL_SF_ZETAM1_E 1
3663 @@ -6954,7 +7532,7 @@ 3655 @@ -6954,7 +7535,7 @@
3664 3656
3665 for ac_func in gsl_sf_zetam1_int_e 3657 for ac_func in gsl_sf_zetam1_int_e
3666 do : 3658 do :
3667 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_zetam1_int_e" "ac_cv_func_gsl_sf_zetam1_int_e" 3659 - 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" 3660 + 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 : 3661 if test "x$ac_cv_func_gsl_sf_zetam1_int_e" = xyes; then :
3670 cat >>confdefs.h <<_ACEOF 3662 cat >>confdefs.h <<_ACEOF
3671 #define HAVE_GSL_SF_ZETAM1_INT_E 1 3663 #define HAVE_GSL_SF_ZETAM1_INT_E 1
3672 @@ -6967,7 +7545,7 @@ 3664 @@ -6967,7 +7548,7 @@
3673 3665
3674 for ac_func in gsl_sf_eta_e 3666 for ac_func in gsl_sf_eta_e
3675 do : 3667 do :
3676 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_eta_e" "ac_cv_func_gsl_sf_eta_e" 3668 - 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" 3669 + 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 : 3670 if test "x$ac_cv_func_gsl_sf_eta_e" = xyes; then :
3679 cat >>confdefs.h <<_ACEOF 3671 cat >>confdefs.h <<_ACEOF
3680 #define HAVE_GSL_SF_ETA_E 1 3672 #define HAVE_GSL_SF_ETA_E 1
3681 @@ -6980,7 +7558,7 @@ 3673 @@ -6980,7 +7561,7 @@
3682 3674
3683 for ac_func in gsl_sf_eta_e 3675 for ac_func in gsl_sf_eta_e
3684 do : 3676 do :
3685 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_eta_e" "ac_cv_func_gsl_sf_eta_e" 3677 - 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" 3678 + 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 : 3679 if test "x$ac_cv_func_gsl_sf_eta_e" = xyes; then :
3688 cat >>confdefs.h <<_ACEOF 3680 cat >>confdefs.h <<_ACEOF
3689 #define HAVE_GSL_SF_ETA_E 1 3681 #define HAVE_GSL_SF_ETA_E 1
3690 @@ -6993,7 +7571,7 @@ 3682 @@ -6993,7 +7574,7 @@
3691 3683
3692 for ac_func in gsl_sf_eta_int_e 3684 for ac_func in gsl_sf_eta_int_e
3693 do : 3685 do :
3694 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_eta_int_e" "ac_cv_func_gsl_sf_eta_int_e" 3686 - 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" 3687 + 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 : 3688 if test "x$ac_cv_func_gsl_sf_eta_int_e" = xyes; then :
3697 cat >>confdefs.h <<_ACEOF 3689 cat >>confdefs.h <<_ACEOF
3698 #define HAVE_GSL_SF_ETA_INT_E 1 3690 #define HAVE_GSL_SF_ETA_INT_E 1
3699 @@ -7006,7 +7584,7 @@ 3691 @@ -7006,7 +7587,7 @@
3700 3692
3701 for ac_func in gsl_sf_eta_int_e 3693 for ac_func in gsl_sf_eta_int_e
3702 do : 3694 do :
3703 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_eta_int_e" "ac_cv_func_gsl_sf_eta_int_e" 3695 - 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" 3696 + 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 : 3697 if test "x$ac_cv_func_gsl_sf_eta_int_e" = xyes; then :
3706 cat >>confdefs.h <<_ACEOF 3698 cat >>confdefs.h <<_ACEOF
3707 #define HAVE_GSL_SF_ETA_INT_E 1 3699 #define HAVE_GSL_SF_ETA_INT_E 1
3708 @@ -7019,7 +7597,7 @@ 3700 @@ -7019,7 +7600,7 @@
3709 3701
3710 for ac_func in gsl_sf_hzeta_e 3702 for ac_func in gsl_sf_hzeta_e
3711 do : 3703 do :
3712 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hzeta_e" "ac_cv_func_gsl_sf_hzeta_e" 3704 - 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" 3705 + 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 : 3706 if test "x$ac_cv_func_gsl_sf_hzeta_e" = xyes; then :
3715 cat >>confdefs.h <<_ACEOF 3707 cat >>confdefs.h <<_ACEOF
3716 #define HAVE_GSL_SF_HZETA_E 1 3708 #define HAVE_GSL_SF_HZETA_E 1
3717 @@ -7032,7 +7610,7 @@ 3709 @@ -7032,7 +7613,7 @@
3718 3710
3719 for ac_func in gsl_sf_hzeta_e 3711 for ac_func in gsl_sf_hzeta_e
3720 do : 3712 do :
3721 - ac_fn_cxx_check_func "$LINENO" "gsl_sf_hzeta_e" "ac_cv_func_gsl_sf_hzeta_e" 3713 - 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" 3714 + 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 : 3715 if test "x$ac_cv_func_gsl_sf_hzeta_e" = xyes; then :
3724 cat >>confdefs.h <<_ACEOF 3716 cat >>confdefs.h <<_ACEOF
3725 #define HAVE_GSL_SF_HZETA_E 1 3717 #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 3718 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 3719 --- 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 3720 +++ gsl-2.1.1/src/configure.ac 2018-07-06 12:16:06.825679865 -0400
3729 @@ -28,24 +28,23 @@ 3721 @@ -28,24 +28,23 @@
3730 AC_PATH_PROG([MKOCTFILE],[mkoctfile]) 3722 AC_PATH_PROG([MKOCTFILE],[mkoctfile])
3731 test -z "$MKOCTFILE" && AC_MSG_ERROR([mkoctfile not found]) 3723 test -z "$MKOCTFILE" && AC_MSG_ERROR([mkoctfile not found])
3732 3724
3733 -dnl Check for octave (used to get cannical_host_type) 3725 -dnl Check for octave (used to get cannical_host_type)
3734 -AC_PATH_PROG([OCTAVE],[octave]) 3726 -AC_PATH_PROG([OCTAVE],[octave])
3735 -test -z "$OCTAVE" && AC_MSG_ERROR([octave not found]) 3727 -test -z "$OCTAVE" && AC_MSG_ERROR([octave not found])
3736 - 3728 -
3737 +dnl Check for octave-config 3729 +dnl Check for octave-config
3738 +AC_CHECK_PROG([OCTAVE_CONFIG],[octave-config]) 3730 +AC_PATH_PROG([OCTAVE_CONFIG],[octave-config])
3739 +test -z "$OCTAVE_CONFIG" && AC_MSG_ERROR([octave-config not found]) 3731 +test -z "$OCTAVE_CONFIG" && AC_MSG_ERROR([octave-config not found])
3740 + 3732 +
3741 +AC_DEFUN(OCTAVE_CONFIG_EVAL, 3733 +AC_DEFUN(OCTAVE_CONFIG_EVAL,
3742 +[AC_MSG_CHECKING([for $1 in octave-config]) 3734 +[AC_MSG_CHECKING([for $1 in octave-config])
3743 +$2=`$OCTAVE_CONFIG -p $1` 3735 +$2=`$OCTAVE_CONFIG -p $1`
3804 CPPFLAGS=${save_CPPFLAGS} 3796 CPPFLAGS=${save_CPPFLAGS}
3805 3797
3806 3798
3807 diff -ur gsl-2.1.1.orig/src/configure.ac.in gsl-2.1.1/src/configure.ac.in 3799 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 3800 --- 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 3801 +++ gsl-2.1.1/src/configure.ac.in 2018-07-06 12:16:00.987540545 -0400
3810 @@ -24,24 +24,23 @@ 3802 @@ -24,24 +24,23 @@
3811 AC_PATH_PROG([MKOCTFILE],[mkoctfile]) 3803 AC_PATH_PROG([MKOCTFILE],[mkoctfile])
3812 test -z "$MKOCTFILE" && AC_MSG_ERROR([mkoctfile not found]) 3804 test -z "$MKOCTFILE" && AC_MSG_ERROR([mkoctfile not found])
3813 3805
3814 -dnl Check for octave (used to get cannical_host_type) 3806 -dnl Check for octave (used to get cannical_host_type)
3815 -AC_PATH_PROG([OCTAVE],[octave]) 3807 -AC_PATH_PROG([OCTAVE],[octave])
3816 -test -z "$OCTAVE" && AC_MSG_ERROR([octave not found]) 3808 -test -z "$OCTAVE" && AC_MSG_ERROR([octave not found])
3817 - 3809 -
3818 +dnl Check for octave-config 3810 +dnl Check for octave-config
3819 +AC_CHECK_PROG([OCTAVE_CONFIG],[octave-config]) 3811 +AC_PATH_PROG([OCTAVE_CONFIG],[octave-config])
3820 +test -z "$OCTAVE_CONFIG" && AC_MSG_ERROR([octave-config not found]) 3812 +test -z "$OCTAVE_CONFIG" && AC_MSG_ERROR([octave-config not found])
3821 + 3813 +
3822 +AC_DEFUN(OCTAVE_CONFIG_EVAL, 3814 +AC_DEFUN(OCTAVE_CONFIG_EVAL,
3823 +[AC_MSG_CHECKING([for $1 in octave-config]) 3815 +[AC_MSG_CHECKING([for $1 in octave-config])
3824 +$2=`$OCTAVE_CONFIG -p $1` 3816 +$2=`$OCTAVE_CONFIG -p $1`