diff options
-rw-r--r-- | meta/site/arm-common | 4 | ||||
-rw-r--r-- | meta/site/arm-linux | 5 | ||||
-rw-r--r-- | meta/site/arm-linux-uclibc | 5 | ||||
-rw-r--r-- | meta/site/armeb-linux | 5 | ||||
-rw-r--r-- | meta/site/armeb-linux-uclibc | 5 | ||||
-rw-r--r-- | meta/site/common-glibc | 7 | ||||
-rw-r--r-- | meta/site/common-uclibc | 7 | ||||
-rw-r--r-- | meta/site/ix86-common | 6 | ||||
-rw-r--r-- | meta/site/mips-linux | 6 | ||||
-rw-r--r-- | meta/site/mips-linux-uclibc | 6 | ||||
-rw-r--r-- | meta/site/mipsel-linux | 6 | ||||
-rw-r--r-- | meta/site/mipsel-linux-uclibc | 4 | ||||
-rw-r--r-- | meta/site/powerpc-linux | 6 | ||||
-rw-r--r-- | meta/site/sh-common | 4 | ||||
-rw-r--r-- | meta/site/sparc-linux | 4 | ||||
-rw-r--r-- | meta/site/x86_64-linux | 6 | ||||
-rw-r--r-- | meta/site/x86_64-linux-uclibc | 5 |
17 files changed, 14 insertions, 77 deletions
diff --git a/meta/site/arm-common b/meta/site/arm-common index c216b578ee..04d116463a 100644 --- a/meta/site/arm-common +++ b/meta/site/arm-common | |||
@@ -48,9 +48,6 @@ ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} | |||
48 | # gettext | 48 | # gettext |
49 | am_cv_func_working_getline=${am_cv_func_working_getline=yes} | 49 | am_cv_func_working_getline=${am_cv_func_working_getline=yes} |
50 | 50 | ||
51 | # gio | ||
52 | ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes} | ||
53 | |||
54 | # glib | 51 | # glib |
55 | glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} | 52 | glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} |
56 | glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4} | 53 | glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4} |
@@ -67,7 +64,6 @@ glib_cv_va_copy=${glib_cv_va_copy=yes} | |||
67 | glib_cv_va_val_copy=${glib_cv_va_val_copy=yes} | 64 | glib_cv_va_val_copy=${glib_cv_va_val_copy=yes} |
68 | glib_cv___va_copy=${glib_cv___va_copy=yes} | 65 | glib_cv___va_copy=${glib_cv___va_copy=yes} |
69 | glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no} | 66 | glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no} |
70 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} | ||
71 | glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes} | 67 | glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes} |
72 | glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes} | 68 | glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes} |
73 | glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes} | 69 | glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes} |
diff --git a/meta/site/arm-linux b/meta/site/arm-linux index 2442f72d85..22b455a7ef 100644 --- a/meta/site/arm-linux +++ b/meta/site/arm-linux | |||
@@ -1,8 +1,3 @@ | |||
1 | ac_cv_func_getpgrp_void=yes | ||
2 | ac_cv_func_setpgrp_void=yes | ||
3 | ac_cv_func_setgrent_void=yes | ||
4 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
5 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | ||
6 | ac_cv_func_setvbuf_reversed=no | 1 | ac_cv_func_setvbuf_reversed=no |
7 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} | 2 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} |
8 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} | 3 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} |
diff --git a/meta/site/arm-linux-uclibc b/meta/site/arm-linux-uclibc index 70d09088a0..6ae7c6e09d 100644 --- a/meta/site/arm-linux-uclibc +++ b/meta/site/arm-linux-uclibc | |||
@@ -1,8 +1,3 @@ | |||
1 | ac_cv_func_getpgrp_void=yes | ||
2 | ac_cv_func_setpgrp_void=yes | ||
3 | ac_cv_func_setgrent_void=yes | ||
4 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
5 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_getgrgid_r=yes} | ||
6 | ac_cv_func_setvbuf_reversed=no | 1 | ac_cv_func_setvbuf_reversed=no |
7 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} | 2 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} |
8 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} | 3 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} |
diff --git a/meta/site/armeb-linux b/meta/site/armeb-linux index ecff3da294..6521ff584a 100644 --- a/meta/site/armeb-linux +++ b/meta/site/armeb-linux | |||
@@ -1,8 +1,3 @@ | |||
1 | ac_cv_func_getpgrp_void=yes | ||
2 | ac_cv_func_setpgrp_void=yes | ||
3 | ac_cv_func_setgrent_void=yes | ||
4 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
5 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | ||
6 | ac_cv_func_setvbuf_reversed=no | 1 | ac_cv_func_setvbuf_reversed=no |
7 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} | 2 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} |
8 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} | 3 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} |
diff --git a/meta/site/armeb-linux-uclibc b/meta/site/armeb-linux-uclibc index 836581084c..731e857dc2 100644 --- a/meta/site/armeb-linux-uclibc +++ b/meta/site/armeb-linux-uclibc | |||
@@ -1,8 +1,3 @@ | |||
1 | ac_cv_func_getpgrp_void=yes | ||
2 | ac_cv_func_setpgrp_void=yes | ||
3 | ac_cv_func_setgrent_void=yes | ||
4 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
5 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | ||
6 | ac_cv_func_setvbuf_reversed=no | 1 | ac_cv_func_setvbuf_reversed=no |
7 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} | 2 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} |
8 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} | 3 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} |
diff --git a/meta/site/common-glibc b/meta/site/common-glibc index 9339655352..8cfa695872 100644 --- a/meta/site/common-glibc +++ b/meta/site/common-glibc | |||
@@ -5,6 +5,13 @@ ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} | |||
5 | ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes} | 5 | ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes} |
6 | ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} | 6 | ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} |
7 | ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes} | 7 | ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes} |
8 | ac_cv_func_getpgrp_void=yes | ||
9 | ac_cv_func_setpgrp_void=yes | ||
10 | ac_cv_func_setgrent_void=yes | ||
11 | ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes} | ||
12 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} | ||
13 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
14 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | ||
8 | ac_cv_type_uid_t={ac_cv_type_uid_t=yes} | 15 | ac_cv_type_uid_t={ac_cv_type_uid_t=yes} |
9 | 16 | ||
10 | # bash | 17 | # bash |
diff --git a/meta/site/common-uclibc b/meta/site/common-uclibc index 8ea192ca0a..093f60ee7b 100644 --- a/meta/site/common-uclibc +++ b/meta/site/common-uclibc | |||
@@ -4,6 +4,13 @@ ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes} | |||
4 | ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} | 4 | ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes} |
5 | ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes} | 5 | ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes} |
6 | ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} | 6 | ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} |
7 | ac_cv_func_getpgrp_void=yes | ||
8 | ac_cv_func_setpgrp_void=yes | ||
9 | ac_cv_func_setgrent_void=yes | ||
10 | ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes} | ||
11 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} | ||
12 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
13 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | ||
7 | 14 | ||
8 | # glib | 15 | # glib |
9 | glib_cv_strlcpy=${glib_cv_strlcpy=no} | 16 | glib_cv_strlcpy=${glib_cv_strlcpy=no} |
diff --git a/meta/site/ix86-common b/meta/site/ix86-common index 11f556ad74..7a7e253f21 100644 --- a/meta/site/ix86-common +++ b/meta/site/ix86-common | |||
@@ -21,15 +21,11 @@ ac_cv_sizeof_uid_t=${ac_cv_sizeof_uid_t=4} | |||
21 | ac_cv_sizeof_gid_t=${ac_cv_sizeof_gid_t=4} | 21 | ac_cv_sizeof_gid_t=${ac_cv_sizeof_gid_t=4} |
22 | ac_cv_sizeof_ino_t=${ac_cv_sizeof_ino_t=4} | 22 | ac_cv_sizeof_ino_t=${ac_cv_sizeof_ino_t=4} |
23 | ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8} | 23 | ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8} |
24 | ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} | ||
25 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} | ||
26 | ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} | 24 | ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} |
27 | ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} | 25 | ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} |
28 | ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes} | 26 | ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes} |
29 | ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes} | ||
30 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} | 27 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} |
31 | ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} | 28 | ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} |
32 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
33 | ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} | 29 | ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} |
34 | 30 | ||
35 | ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no} | 31 | ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no} |
@@ -106,9 +102,7 @@ glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=yes} | |||
106 | # glib-2.0 | 102 | # glib-2.0 |
107 | glib_cv_stack_grows=${glib_cv_stack_grows=no} | 103 | glib_cv_stack_grows=${glib_cv_stack_grows=no} |
108 | utils_cv_sys_open_max=${utils_cv_sys_open_max=1015} | 104 | utils_cv_sys_open_max=${utils_cv_sys_open_max=1015} |
109 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
110 | glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} | 105 | glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} |
111 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | ||
112 | 106 | ||
113 | # guile | 107 | # guile |
114 | ac_cv_uchar=${ac_cv_uchar=no} | 108 | ac_cv_uchar=${ac_cv_uchar=no} |
diff --git a/meta/site/mips-linux b/meta/site/mips-linux index a3f445c167..807e55219a 100644 --- a/meta/site/mips-linux +++ b/meta/site/mips-linux | |||
@@ -1,7 +1,4 @@ | |||
1 | |||
2 | ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} | ||
3 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} | 1 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} |
4 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
5 | 2 | ||
6 | # bash | 3 | # bash |
7 | ac_cv_c_long_double=${ac_cv_c_long_double=no} | 4 | ac_cv_c_long_double=${ac_cv_c_long_double=no} |
@@ -35,9 +32,7 @@ glib_cv_va_val_copy=${glib_cv_va_val_copy=yes} | |||
35 | # glib-2.0 | 32 | # glib-2.0 |
36 | glib_cv_stack_grows=${glib_cv_stack_grows=no} | 33 | glib_cv_stack_grows=${glib_cv_stack_grows=no} |
37 | utils_cv_sys_open_max=${utils_cv_sys_open_max=1015} | 34 | utils_cv_sys_open_max=${utils_cv_sys_open_max=1015} |
38 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
39 | glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} | 35 | glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} |
40 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | ||
41 | 36 | ||
42 | # libpcap | 37 | # libpcap |
43 | ac_cv_linux_vers=${ac_cv_linux_vers=2} | 38 | ac_cv_linux_vers=${ac_cv_linux_vers=2} |
@@ -55,7 +50,6 @@ lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} | |||
55 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | 50 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} |
56 | 51 | ||
57 | # ncftp | 52 | # ncftp |
58 | ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes} | ||
59 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} | 53 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} |
60 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} | 54 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} |
61 | wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes} | 55 | wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes} |
diff --git a/meta/site/mips-linux-uclibc b/meta/site/mips-linux-uclibc index a3f445c167..807e55219a 100644 --- a/meta/site/mips-linux-uclibc +++ b/meta/site/mips-linux-uclibc | |||
@@ -1,7 +1,4 @@ | |||
1 | |||
2 | ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} | ||
3 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} | 1 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} |
4 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
5 | 2 | ||
6 | # bash | 3 | # bash |
7 | ac_cv_c_long_double=${ac_cv_c_long_double=no} | 4 | ac_cv_c_long_double=${ac_cv_c_long_double=no} |
@@ -35,9 +32,7 @@ glib_cv_va_val_copy=${glib_cv_va_val_copy=yes} | |||
35 | # glib-2.0 | 32 | # glib-2.0 |
36 | glib_cv_stack_grows=${glib_cv_stack_grows=no} | 33 | glib_cv_stack_grows=${glib_cv_stack_grows=no} |
37 | utils_cv_sys_open_max=${utils_cv_sys_open_max=1015} | 34 | utils_cv_sys_open_max=${utils_cv_sys_open_max=1015} |
38 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
39 | glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} | 35 | glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} |
40 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | ||
41 | 36 | ||
42 | # libpcap | 37 | # libpcap |
43 | ac_cv_linux_vers=${ac_cv_linux_vers=2} | 38 | ac_cv_linux_vers=${ac_cv_linux_vers=2} |
@@ -55,7 +50,6 @@ lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} | |||
55 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | 50 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} |
56 | 51 | ||
57 | # ncftp | 52 | # ncftp |
58 | ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes} | ||
59 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} | 53 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} |
60 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} | 54 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} |
61 | wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes} | 55 | wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes} |
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux index 248523c338..c59d85fe62 100644 --- a/meta/site/mipsel-linux +++ b/meta/site/mipsel-linux | |||
@@ -1,7 +1,5 @@ | |||
1 | 1 | ||
2 | ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} | ||
3 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} | 2 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} |
4 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
5 | 3 | ||
6 | # bash | 4 | # bash |
7 | ac_cv_c_long_double=${ac_cv_c_long_double=no} | 5 | ac_cv_c_long_double=${ac_cv_c_long_double=no} |
@@ -35,10 +33,7 @@ glib_cv_va_val_copy=${glib_cv_va_val_copy=yes} | |||
35 | # glib-2.0 | 33 | # glib-2.0 |
36 | glib_cv_stack_grows=${glib_cv_stack_grows=no} | 34 | glib_cv_stack_grows=${glib_cv_stack_grows=no} |
37 | utils_cv_sys_open_max=${utils_cv_sys_open_max=1015} | 35 | utils_cv_sys_open_max=${utils_cv_sys_open_max=1015} |
38 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
39 | glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} | 36 | glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} |
40 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | ||
41 | |||
42 | 37 | ||
43 | # libpcap | 38 | # libpcap |
44 | ac_cv_linux_vers=${ac_cv_linux_vers=2} | 39 | ac_cv_linux_vers=${ac_cv_linux_vers=2} |
@@ -56,7 +51,6 @@ lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} | |||
56 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | 51 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} |
57 | 52 | ||
58 | # ncftp | 53 | # ncftp |
59 | ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes} | ||
60 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} | 54 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} |
61 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} | 55 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} |
62 | wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes} | 56 | wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes} |
diff --git a/meta/site/mipsel-linux-uclibc b/meta/site/mipsel-linux-uclibc index c5abe2b867..3c8f41e4a3 100644 --- a/meta/site/mipsel-linux-uclibc +++ b/meta/site/mipsel-linux-uclibc | |||
@@ -1,7 +1,4 @@ | |||
1 | |||
2 | ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} | ||
3 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} | 1 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} |
4 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
5 | 2 | ||
6 | # bash | 3 | # bash |
7 | ac_cv_c_long_double=${ac_cv_c_long_double=no} | 4 | ac_cv_c_long_double=${ac_cv_c_long_double=no} |
@@ -48,7 +45,6 @@ lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} | |||
48 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | 45 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} |
49 | 46 | ||
50 | # ncftp | 47 | # ncftp |
51 | ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes} | ||
52 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} | 48 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} |
53 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} | 49 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} |
54 | wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes} | 50 | wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes} |
diff --git a/meta/site/powerpc-linux b/meta/site/powerpc-linux index 93a94f59bc..74eb0a71f8 100644 --- a/meta/site/powerpc-linux +++ b/meta/site/powerpc-linux | |||
@@ -1,9 +1,3 @@ | |||
1 | ac_cv_func_getpgrp_void=yes | ||
2 | ac_cv_func_setpgrp_void=yes | ||
3 | ac_cv_func_setgrent_void=yes | ||
4 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
5 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | ||
6 | |||
7 | # startup-notification | 1 | # startup-notification |
8 | lf_cv_sane_realloc=yes | 2 | lf_cv_sane_realloc=yes |
9 | 3 | ||
diff --git a/meta/site/sh-common b/meta/site/sh-common index c335f318e1..26a612ad43 100644 --- a/meta/site/sh-common +++ b/meta/site/sh-common | |||
@@ -1,6 +1,3 @@ | |||
1 | ac_cv_func_setpgrp_void=yes | ||
2 | ac_cv_func_setgrent_void=yes | ||
3 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
4 | ac_cv_func_setvbuf_reversed=no | 1 | ac_cv_func_setvbuf_reversed=no |
5 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} | 2 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} |
6 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} | 3 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} |
@@ -127,7 +124,6 @@ glib_cv_va_copy=${glib_cv_va_copy=no} | |||
127 | glib_cv_va_val_copy=${glib_cv_va_val_copy=yes} | 124 | glib_cv_va_val_copy=${glib_cv_va_val_copy=yes} |
128 | glib_cv___va_copy=${glib_cv___va_copy=yes} | 125 | glib_cv___va_copy=${glib_cv___va_copy=yes} |
129 | glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no} | 126 | glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no} |
130 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} | ||
131 | glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes} | 127 | glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes} |
132 | glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes} | 128 | glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes} |
133 | glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes} | 129 | glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes} |
diff --git a/meta/site/sparc-linux b/meta/site/sparc-linux index a0ac8d1b4e..49d0d9a3d6 100644 --- a/meta/site/sparc-linux +++ b/meta/site/sparc-linux | |||
@@ -1,7 +1,3 @@ | |||
1 | ac_cv_func_getpgrp_void=yes | ||
2 | ac_cv_func_setpgrp_void=yes | ||
3 | ac_cv_func_setgrent_void=yes | ||
4 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
5 | ac_cv_func_setvbuf_reversed=no | 1 | ac_cv_func_setvbuf_reversed=no |
6 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} | 2 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} |
7 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} | 3 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} |
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux index 48e94da825..968dedcb3f 100644 --- a/meta/site/x86_64-linux +++ b/meta/site/x86_64-linux | |||
@@ -1,10 +1,6 @@ | |||
1 | ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} | ||
2 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} | ||
3 | ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} | 1 | ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} |
4 | ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} | 2 | ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} |
5 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | 3 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} |
6 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
7 | ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes} | ||
8 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} | 4 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} |
9 | ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} | 5 | ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} |
10 | ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} | 6 | ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} |
@@ -96,8 +92,6 @@ ac_cv_alignof_CORBA_short=2 | |||
96 | ac_cv_alignof_CORBA_struct=1 | 92 | ac_cv_alignof_CORBA_struct=1 |
97 | ac_cv_alignof_CORBA_wchar=2 | 93 | ac_cv_alignof_CORBA_wchar=2 |
98 | 94 | ||
99 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | ||
100 | |||
101 | sudo_cv_uid_t=${sudo_cv_uid_t_len=10} | 95 | sudo_cv_uid_t=${sudo_cv_uid_t_len=10} |
102 | lf_cv_sane_realloc=yes | 96 | lf_cv_sane_realloc=yes |
103 | as_cv_unaligned_access=${as_cv_unaligned_access=yes} | 97 | as_cv_unaligned_access=${as_cv_unaligned_access=yes} |
diff --git a/meta/site/x86_64-linux-uclibc b/meta/site/x86_64-linux-uclibc index be74642024..469924061b 100644 --- a/meta/site/x86_64-linux-uclibc +++ b/meta/site/x86_64-linux-uclibc | |||
@@ -1,10 +1,6 @@ | |||
1 | ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} | ||
2 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} | ||
3 | ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} | 1 | ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} |
4 | ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} | 2 | ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} |
5 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | 3 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} |
6 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
7 | ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes} | ||
8 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} | 4 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} |
9 | ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} | 5 | ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} |
10 | ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} | 6 | ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} |
@@ -65,7 +61,6 @@ am_cv_func_working_getline=${am_cv_func_working_getline=yes} | |||
65 | 61 | ||
66 | # glib-2.0 | 62 | # glib-2.0 |
67 | glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} | 63 | glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} |
68 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | ||
69 | 64 | ||
70 | # libidl | 65 | # libidl |
71 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | 66 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} |