Update.
[glibc.git] / sysdeps / generic / configure
blob9dae57acb4c2a8a42cccf9ecc7e4b7b55d0b8901
1  
2 if test -z "$inhibit_glue"; then
3 # For signame.c, used in make_siglist.
4 for ac_func in psignal
5 do
6 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8   echo $ac_n "(cached) $ac_c" 1>&6
9 else
10   cat > conftest.$ac_ext <<EOF
11 #line 12 "configure"
12 #include "confdefs.h"
13 /* System header to define __stub macros and hopefully few prototypes,
14     which can conflict with char $ac_func(); below.  */
15 #include <assert.h>
16 /* Override any gcc2 internal prototype to avoid an error.  */
17 char $ac_func(); 
19 int main() { return 0; }
20 int t() {
22 /* The GNU C library defines this for functions which it implements
23     to always fail with ENOSYS.  Some functions are actually named
24     something starting with __ and the normal name is an alias.  */
25 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26 choke me
27 #else
28 $ac_func();
29 #endif
31 ; return 0; }
32 EOF
33 if eval $ac_link; then
34   rm -rf conftest*
35   eval "ac_cv_func_$ac_func=yes"
36 else
37   rm -rf conftest*
38   eval "ac_cv_func_$ac_func=no"
40 rm -f conftest*
43 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
44   echo "$ac_t""yes" 1>&6
45     ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
46   cat >> confdefs.h <<EOF
47 #define $ac_tr_func 1
48 EOF
50 else
51   echo "$ac_t""no" 1>&6
53 done