Changeset 5ffbc97e759f4e44a9ac33567901de1f5ff5528a
- Timestamp:
- 19/08/02 23:31:11
(6 years ago)
- Author:
- Christophe Massiot <massiot@videolan.org>
- git-committer:
- Christophe Massiot <massiot@videolan.org> 1029792671 +0000
- git-parent:
[91b103c21b6055d031d9613fbdef3319c8d3be8b]
- git-author:
- Christophe Massiot <massiot@videolan.org> 1029792671 +0000
- Message:
* ./configure: Fixed double detection of gethostbyname.
* Major changes in the handling of dates in the audio output ; still buggy,
but differently.
* Fixed a major bug in the aout pre-filters, preventing to run any other
decoder than liba52.
* p_aout->output.pf_play now has only one argument.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9c669a9 |
r5ffbc97 |
|
| 3770 | 3770 | else |
|---|
| 3771 | 3771 | echo "$ac_t""no" 1>&6 |
|---|
| 3772 | | fi |
|---|
| 3773 | | |
|---|
| 3774 | | |
|---|
| 3775 | | fi |
|---|
| 3776 | | |
|---|
| 3777 | | echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 |
|---|
| 3778 | | echo "configure:3779: checking for gethostbyname" >&5 |
|---|
| 3779 | | if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then |
|---|
| 3780 | | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 3781 | | else |
|---|
| 3782 | | cat > conftest.$ac_ext <<EOF |
|---|
| 3783 | | #line 3784 "configure" |
|---|
| 3784 | | #include "confdefs.h" |
|---|
| 3785 | | /* System header to define __stub macros and hopefully few prototypes, |
|---|
| 3786 | | which can conflict with char gethostbyname(); below. */ |
|---|
| 3787 | | #include <assert.h> |
|---|
| | 3772 | |
|---|
| | 3773 | echo $ac_n "checking for gethostbyname in -lbind""... $ac_c" 1>&6 |
|---|
| | 3774 | echo "configure:3775: checking for gethostbyname in -lbind" >&5 |
|---|
| | 3775 | ac_lib_var=`echo bind'_'gethostbyname | sed 'y%./+-%__p_%'` |
|---|
| | 3776 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|---|
| | 3777 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| | 3778 | else |
|---|
| | 3779 | ac_save_LIBS="$LIBS" |
|---|
| | 3780 | LIBS="-lbind $LIBS" |
|---|
| | 3781 | cat > conftest.$ac_ext <<EOF |
|---|
| | 3782 | #line 3783 "configure" |
|---|
| | 3783 | #include "confdefs.h" |
|---|
| 3788 | 3784 | /* Override any gcc2 internal prototype to avoid an error. */ |
|---|
| 3789 | 3785 | /* We use char because int might match the return type of a gcc2 |
|---|
| … | … | |
| 3792 | 3788 | |
|---|
| 3793 | 3789 | int main() { |
|---|
| 3794 | | |
|---|
| 3795 | | /* The GNU C library defines this for functions which it implements |
|---|
| 3796 | | to always fail with ENOSYS. Some functions are actually named |
|---|
| 3797 | | something starting with __ and the normal name is an alias. */ |
|---|
| 3798 | | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) |
|---|
| 3799 | | choke me |
|---|
| 3800 | | #else |
|---|
| 3801 | | gethostbyname(); |
|---|
| 3802 | | #endif |
|---|
| 3803 | | |
|---|
| 3804 | | ; return 0; } |
|---|
| 3805 | | EOF |
|---|
| 3806 | | if { (eval echo configure:3807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 3807 | | rm -rf conftest* |
|---|
| 3808 | | eval "ac_cv_func_gethostbyname=yes" |
|---|
| 3809 | | else |
|---|
| 3810 | | echo "configure: failed program was:" >&5 |
|---|
| 3811 | | cat conftest.$ac_ext >&5 |
|---|
| 3812 | | rm -rf conftest* |
|---|
| 3813 | | eval "ac_cv_func_gethostbyname=no" |
|---|
| 3814 | | fi |
|---|
| 3815 | | rm -f conftest* |
|---|
| 3816 | | fi |
|---|
| 3817 | | |
|---|
| 3818 | | if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then |
|---|
| 3819 | | echo "$ac_t""yes" 1>&6 |
|---|
| 3820 | | : |
|---|
| 3821 | | else |
|---|
| 3822 | | echo "$ac_t""no" 1>&6 |
|---|
| 3823 | | |
|---|
| 3824 | | echo $ac_n "checking for gethostbyname in -lbind""... $ac_c" 1>&6 |
|---|
| 3825 | | echo "configure:3826: checking for gethostbyname in -lbind" >&5 |
|---|
| 3826 | | ac_lib_var=`echo bind'_'gethostbyname | sed 'y%./+-%__p_%'` |
|---|
| 3827 | | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|---|
| 3828 | | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 3829 | | else |
|---|
| 3830 | | ac_save_LIBS="$LIBS" |
|---|
| 3831 | | LIBS="-lbind $LIBS" |
|---|
| 3832 | | cat > conftest.$ac_ext <<EOF |
|---|
| 3833 | | #line 3834 "configure" |
|---|
| 3834 | | #include "confdefs.h" |
|---|
| 3835 | | /* Override any gcc2 internal prototype to avoid an error. */ |
|---|
| 3836 | | /* We use char because int might match the return type of a gcc2 |
|---|
| 3837 | | builtin and then its argument prototype would still apply. */ |
|---|
| 3838 | | char gethostbyname(); |
|---|
| 3839 | | |
|---|
| 3840 | | int main() { |
|---|
| 3841 | 3790 | gethostbyname() |
|---|
| 3842 | 3791 | ; return 0; } |
|---|
| 3843 | 3792 | EOF |
|---|
| 3844 | | if { (eval echo configure:3845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 3793 | if { (eval echo configure:3794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 3845 | 3794 | rm -rf conftest* |
|---|
| 3846 | 3795 | eval "ac_cv_lib_$ac_lib_var=yes" |
|---|
| … | … | |
| 3862 | 3811 | fi |
|---|
| 3863 | 3812 | |
|---|
| | 3813 | fi |
|---|
| | 3814 | |
|---|
| 3864 | 3815 | |
|---|
| 3865 | 3816 | fi |
|---|
| … | … | |
| 3867 | 3818 | have_nanosleep=0 |
|---|
| 3868 | 3819 | echo $ac_n "checking for nanosleep""... $ac_c" 1>&6 |
|---|
| 3869 | | echo "configure:3870: checking for nanosleep" >&5 |
|---|
| | 3820 | echo "configure:3821: checking for nanosleep" >&5 |
|---|
| 3870 | 3821 | if eval "test \"`echo '$''{'ac_cv_func_nanosleep'+set}'`\" = set"; then |
|---|
| 3871 | 3822 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 3872 | 3823 | else |
|---|
| 3873 | 3824 | cat > conftest.$ac_ext <<EOF |
|---|
| 3874 | | #line 3875 "configure" |
|---|
| | 3825 | #line 3826 "configure" |
|---|
| 3875 | 3826 | #include "confdefs.h" |
|---|
| 3876 | 3827 | /* System header to define __stub macros and hopefully few prototypes, |
|---|
| … | … | |
| 3895 | 3846 | ; return 0; } |
|---|
| 3896 | 3847 | EOF |
|---|
| 3897 | | if { (eval echo configure:3898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 3848 | if { (eval echo configure:3849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 3898 | 3849 | rm -rf conftest* |
|---|
| 3899 | 3850 | eval "ac_cv_func_nanosleep=yes" |
|---|
| … | … | |
| 3914 | 3865 | |
|---|
| 3915 | 3866 | echo $ac_n "checking for nanosleep in -lrt""... $ac_c" 1>&6 |
|---|
| 3916 | | echo "configure:3917: checking for nanosleep in -lrt" >&5 |
|---|
| | 3867 | echo "configure:3868: checking for nanosleep in -lrt" >&5 |
|---|
| 3917 | 3868 | ac_lib_var=`echo rt'_'nanosleep | sed 'y%./+-%__p_%'` |
|---|
| 3918 | 3869 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|---|
| … | … | |
| 3922 | 3873 | LIBS="-lrt $LIBS" |
|---|
| 3923 | 3874 | cat > conftest.$ac_ext <<EOF |
|---|
| 3924 | | #line 3925 "configure" |
|---|
| | 3875 | #line 3876 "configure" |
|---|
| 3925 | 3876 | #include "confdefs.h" |
|---|
| 3926 | 3877 | /* Override any gcc2 internal prototype to avoid an error. */ |
|---|
| … | … | |
| 3933 | 3884 | ; return 0; } |
|---|
| 3934 | 3885 | EOF |
|---|
| 3935 | | if { (eval echo configure:3936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 3886 | if { (eval echo configure:3887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 3936 | 3887 | rm -rf conftest* |
|---|
| 3937 | 3888 | eval "ac_cv_lib_$ac_lib_var=yes" |
|---|
| … | … | |
| 3952 | 3903 | echo "$ac_t""no" 1>&6 |
|---|
| 3953 | 3904 | echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6 |
|---|
| 3954 | | echo "configure:3955: checking for nanosleep in -lposix4" >&5 |
|---|
| | 3905 | echo "configure:3906: checking for nanosleep in -lposix4" >&5 |
|---|
| 3955 | 3906 | ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'` |
|---|
| 3956 | 3907 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|---|
| … | … | |
| 3960 | 3911 | LIBS="-lposix4 $LIBS" |
|---|
| 3961 | 3912 | cat > conftest.$ac_ext <<EOF |
|---|
| 3962 | | #line 3963 "configure" |
|---|
| | 3913 | #line 3914 "configure" |
|---|
| 3963 | 3914 | #include "confdefs.h" |
|---|
| 3964 | 3915 | /* Override any gcc2 internal prototype to avoid an error. */ |
|---|
| … | … | |
| 3971 | 3922 | ; return 0; } |
|---|
| 3972 | 3923 | EOF |
|---|
| 3973 | | if { (eval echo configure:3974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 3924 | if { (eval echo configure:3925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 3974 | 3925 | rm -rf conftest* |
|---|
| 3975 | 3926 | eval "ac_cv_lib_$ac_lib_var=yes" |
|---|
| … | … | |
| 4005 | 3956 | # HP/UX port |
|---|
| 4006 | 3957 | echo $ac_n "checking for sem_init in -lrt""... $ac_c" 1>&6 |
|---|
| 4007 | | echo "configure:4008: checking for sem_init in -lrt" >&5 |
|---|
| | 3958 | echo "configure:3959: checking for sem_init in -lrt" >&5 |
|---|
| 4008 | 3959 | ac_lib_var=`echo rt'_'sem_init | sed 'y%./+-%__p_%'` |
|---|
| 4009 | 3960 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|---|
| … | … | |
| 4013 | 3964 | LIBS="-lrt $LIBS" |
|---|
| 4014 | 3965 | cat > conftest.$ac_ext <<EOF |
|---|
| 4015 | | #line 4016 "configure" |
|---|
| | 3966 | #line 3967 "configure" |
|---|
| 4016 | 3967 | #include "confdefs.h" |
|---|
| 4017 | 3968 | /* Override any gcc2 internal prototype to avoid an error. */ |
|---|
| … | … | |
| 4024 | 3975 | ; return 0; } |
|---|
| 4025 | 3976 | EOF |
|---|
| 4026 | | if { (eval echo configure:4027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 3977 | if { (eval echo configure:3978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 4027 | 3978 | rm -rf conftest* |
|---|
| 4028 | 3979 | eval "ac_cv_lib_$ac_lib_var=yes" |
|---|
| … | … | |
| 4046 | 3997 | |
|---|
| 4047 | 3998 | echo $ac_n "checking for inet_aton""... $ac_c" 1>&6 |
|---|
| 4048 | | echo "configure:4049: checking for inet_aton" >&5 |
|---|
| | 3999 | echo "configure:4000: checking for inet_aton" >&5 |
|---|
| 4049 | 4000 | if eval "test \"`echo '$''{'ac_cv_func_inet_aton'+set}'`\" = set"; then |
|---|
| 4050 | 4001 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 4051 | 4002 | else |
|---|
| 4052 | 4003 | cat > conftest.$ac_ext <<EOF |
|---|
| 4053 | | #line 4054 "configure" |
|---|
| | 4004 | #line 4005 "configure" |
|---|
| 4054 | 4005 | #include "confdefs.h" |
|---|
| 4055 | 4006 | /* System header to define __stub macros and hopefully few prototypes, |
|---|
| … | … | |
| 4074 | 4025 | ; return 0; } |
|---|
| 4075 | 4026 | EOF |
|---|
| 4076 | | if { (eval echo configure:4077: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 4027 | if { (eval echo configure:4028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 4077 | 4028 | rm -rf conftest* |
|---|
| 4078 | 4029 | eval "ac_cv_func_inet_aton=yes" |
|---|
| … | … | |
| 4093 | 4044 | |
|---|
| 4094 | 4045 | echo $ac_n "checking for inet_aton in -lresolv""... $ac_c" 1>&6 |
|---|
| 4095 | | echo "configure:4096: checking for inet_aton in -lresolv" >&5 |
|---|
| | 4046 | echo "configure:4047: checking for inet_aton in -lresolv" >&5 |
|---|
| 4096 | 4047 | ac_lib_var=`echo resolv'_'inet_aton | sed 'y%./+-%__p_%'` |
|---|
| 4097 | 4048 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|---|
| … | … | |
| 4101 | 4052 | LIBS="-lresolv $LIBS" |
|---|
| 4102 | 4053 | cat > conftest.$ac_ext <<EOF |
|---|
| 4103 | | #line 4104 "configure" |
|---|
| | 4054 | #line 4055 "configure" |
|---|
| 4104 | 4055 | #include "confdefs.h" |
|---|
| 4105 | 4056 | /* Override any gcc2 internal prototype to avoid an error. */ |
|---|
| … | … | |
| 4112 | 4063 | ; return 0; } |
|---|
| 4113 | 4064 | EOF |
|---|
| 4114 | | if { (eval echo configure:4115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 4065 | if { (eval echo configure:4066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 4115 | 4066 | rm -rf conftest* |
|---|
| 4116 | 4067 | eval "ac_cv_lib_$ac_lib_var=yes" |
|---|
| … | … | |
| 4136 | 4087 | |
|---|
| 4137 | 4088 | echo $ac_n "checking for textdomain""... $ac_c" 1>&6 |
|---|
| 4138 | | echo "configure:4139: checking for textdomain" >&5 |
|---|
| | 4089 | echo "configure:4090: checking for textdomain" >&5 |
|---|
| 4139 | 4090 | if eval "test \"`echo '$''{'ac_cv_func_textdomain'+set}'`\" = set"; then |
|---|
| 4140 | 4091 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 4141 | 4092 | else |
|---|
| 4142 | 4093 | cat > conftest.$ac_ext <<EOF |
|---|
| 4143 | | #line 4144 "configure" |
|---|
| | 4094 | #line 4095 "configure" |
|---|
| 4144 | 4095 | #include "confdefs.h" |
|---|
| 4145 | 4096 | /* System header to define __stub macros and hopefully few prototypes, |
|---|
| … | … | |
| 4164 | 4115 | ; return 0; } |
|---|
| 4165 | 4116 | EOF |
|---|
| 4166 | | if { (eval echo configure:4167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 4117 | if { (eval echo configure:4118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 4167 | 4118 | rm -rf conftest* |
|---|
| 4168 | 4119 | eval "ac_cv_func_textdomain=yes" |
|---|
| … | … | |
| 4183 | 4134 | |
|---|
| 4184 | 4135 | echo $ac_n "checking for textdomain in -lintl""... $ac_c" 1>&6 |
|---|
| 4185 | | echo "configure:4186: checking for textdomain in -lintl" >&5 |
|---|
| | 4136 | echo "configure:4137: checking for textdomain in -lintl" >&5 |
|---|
| 4186 | 4137 | ac_lib_var=`echo intl'_'textdomain | sed 'y%./+-%__p_%'` |
|---|
| 4187 | 4138 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|---|
| … | … | |
| 4191 | 4142 | LIBS="-lintl $LIBS" |
|---|
| 4192 | 4143 | cat > conftest.$ac_ext <<EOF |
|---|
| 4193 | | #line 4194 "configure" |
|---|
| | 4144 | #line 4145 "configure" |
|---|
| 4194 | 4145 | #include "confdefs.h" |
|---|
| 4195 | 4146 | /* Override any gcc2 internal prototype to avoid an error. */ |
|---|
| … | … | |
| 4202 | 4153 | ; return 0; } |
|---|
| 4203 | 4154 | EOF |
|---|
| 4204 | | if { (eval echo configure:4205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 4155 | if { (eval echo configure:4156: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 4205 | 4156 | rm -rf conftest* |
|---|
| 4206 | 4157 | eval "ac_cv_lib_$ac_lib_var=yes" |
|---|
| … | … | |
| 4230 | 4181 | NEED_GETOPT=0 |
|---|
| 4231 | 4182 | echo $ac_n "checking for getopt_long""... $ac_c" 1>&6 |
|---|
| 4232 | | echo "configure:4233: checking for getopt_long" >&5 |
|---|
| | 4183 | echo "configure:4184: checking for getopt_long" >&5 |
|---|
| 4233 | 4184 | if eval "test \"`echo '$''{'ac_cv_func_getopt_long'+set}'`\" = set"; then |
|---|
| 4234 | 4185 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 4235 | 4186 | else |
|---|
| 4236 | 4187 | cat > conftest.$ac_ext <<EOF |
|---|
| 4237 | | #line 4238 "configure" |
|---|
| | 4188 | #line 4189 "configure" |
|---|
| 4238 | 4189 | #include "confdefs.h" |
|---|
| 4239 | 4190 | /* System header to define __stub macros and hopefully few prototypes, |
|---|
| … | … | |
| 4258 | 4209 | ; return 0; } |
|---|
| 4259 | 4210 | EOF |
|---|
| 4260 | | if { (eval echo configure:4261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 4211 | if { (eval echo configure:4212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 4261 | 4212 | rm -rf conftest* |
|---|
| 4262 | 4213 | eval "ac_cv_func_getopt_long=yes" |
|---|
| … | … | |
| 4280 | 4231 | # FreeBSD has a gnugetopt library for this: |
|---|
| 4281 | 4232 | echo $ac_n "checking for getopt_long in -lgnugetopt""... $ac_c" 1>&6 |
|---|
| 4282 | | echo "configure:4283: checking for getopt_long in -lgnugetopt" >&5 |
|---|
| | 4233 | echo "configure:4234: checking for getopt_long in -lgnugetopt" >&5 |
|---|
| 4283 | 4234 | ac_lib_var=`echo gnugetopt'_'getopt_long | sed 'y%./+-%__p_%'` |
|---|
| 4284 | 4235 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|---|
| … | … | |
| 4288 | 4239 | LIBS="-lgnugetopt $LIBS" |
|---|
| 4289 | 4240 | cat > conftest.$ac_ext <<EOF |
|---|
| 4290 | | #line 4291 "configure" |
|---|
| | 4241 | #line 4242 "configure" |
|---|
| 4291 | 4242 | #include "confdefs.h" |
|---|
| 4292 | 4243 | /* Override any gcc2 internal prototype to avoid an error. */ |
|---|
| … | … | |
| 4299 | 4250 | ; return 0; } |
|---|
| 4300 | 4251 | EOF |
|---|
| 4301 | | if { (eval echo configure:4302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 4252 | if { (eval echo configure:4253: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 4302 | 4253 | rm -rf conftest* |
|---|
| 4303 | 4254 | eval "ac_cv_lib_$ac_lib_var=yes" |
|---|
| … | … | |
| 4327 | 4278 | |
|---|
| 4328 | 4279 | echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 |
|---|
| 4329 | | echo "configure:4330: checking return type of signal handlers" >&5 |
|---|
| | 4280 | echo "configure:4281: checking return type of signal handlers" >&5 |
|---|
| 4330 | 4281 | if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then |
|---|
| 4331 | 4282 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 4332 | 4283 | else |
|---|
| 4333 | 4284 | cat > conftest.$ac_ext <<EOF |
|---|
| 4334 | | #line 4335 "configure" |
|---|
| | 4285 | #line 4286 "configure" |
|---|
| 4335 | 4286 | #include "confdefs.h" |
|---|
| 4336 | 4287 | #include <sys/types.h> |
|---|
| … | … | |
| 4349 | 4300 | ; return 0; } |
|---|
| 4350 | 4301 | EOF |
|---|
| 4351 | | if { (eval echo configure:4352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 4302 | if { (eval echo configure:4303: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 4352 | 4303 | rm -rf conftest* |
|---|
| 4353 | 4304 | ac_cv_type_signal=void |
|---|
| … | … | |
| 4368 | 4319 | |
|---|
| 4369 | 4320 | echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 |
|---|
| 4370 | | echo "configure:4371: checking for dlopen in -ldl" >&5 |
|---|
| | 4321 | echo "configure:4322: checking for dlopen in -ldl" >&5 |
|---|
| 4371 | 4322 | ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` |
|---|
| 4372 | 4323 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|---|
| … | … | |
| 4376 | 4327 | LIBS="-ldl $LIBS" |
|---|
| 4377 | 4328 | cat > conftest.$ac_ext <<EOF |
|---|
| 4378 | | #line 4379 "configure" |
|---|
| | 4329 | #line 4330 "configure" |
|---|
| 4379 | 4330 | #include "confdefs.h" |
|---|
| 4380 | 4331 | /* Override any gcc2 internal prototype to avoid an error. */ |
|---|
| … | … | |
| 4387 | 4338 | ; return 0; } |
|---|
| 4388 | 4339 | EOF |
|---|
| 4389 | | if { (eval echo configure:4390: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 4340 | if { (eval echo configure:4341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 4390 | 4341 | rm -rf conftest* |
|---|
| 4391 | 4342 | eval "ac_cv_lib_$ac_lib_var=yes" |
|---|
| … | … | |
| 4408 | 4359 | |
|---|
| 4409 | 4360 | echo $ac_n "checking for cos in -lm""... $ac_c" 1>&6 |
|---|
| 4410 | | echo "configure:4411: checking for cos in -lm" >&5 |
|---|
| | 4361 | echo "configure:4362: checking for cos in -lm" >&5 |
|---|
| 4411 | 4362 | ac_lib_var=`echo m'_'cos | sed 'y%./+-%__p_%'` |
|---|
| 4412 | 4363 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|---|
| … | … | |
| 4416 | 4367 | LIBS="-lm $LIBS" |
|---|
| 4417 | 4368 | cat > conftest.$ac_ext <<EOF |
|---|
| 4418 | | #line 4419 "configure" |
|---|
| | 4369 | #line 4370 "configure" |
|---|
| 4419 | 4370 | #include "confdefs.h" |
|---|
| 4420 | 4371 | /* Override any gcc2 internal prototype to avoid an error. */ |
|---|
| … | … | |
| 4427 | 4378 | ; return 0; } |
|---|
| 4428 | 4379 | EOF |
|---|
| 4429 | | if { (eval echo configure:4430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 4380 | if { (eval echo configure:4381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 4430 | 4381 | rm -rf conftest* |
|---|
| 4431 | 4382 | eval "ac_cv_lib_$ac_lib_var=yes" |
|---|
| … | … | |
| 4449 | 4400 | |
|---|
| 4450 | 4401 | echo $ac_n "checking for pow in -lm""... $ac_c" 1>&6 |
|---|
| 4451 | | echo "configure:4452: checking for pow in -lm" >&5 |
|---|
| | 4402 | echo "configure:4403: checking for pow in -lm" >&5 |
|---|
| 4452 | 4403 | ac_lib_var=`echo m'_'pow | sed 'y%./+-%__p_%'` |
|---|
| 4453 | 4404 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|---|
| … | … | |
| 4457 | 4408 | LIBS="-lm $LIBS" |
|---|
| 4458 | 4409 | cat > conftest.$ac_ext <<EOF |
|---|
| 4459 | | #line 4460 "configure" |
|---|
| | 4410 | #line 4411 "configure" |
|---|
| 4460 | 4411 | #include "confdefs.h" |
|---|
| 4461 | 4412 | /* Override any gcc2 internal prototype to avoid an error. */ |
|---|
| … | … | |
| 4468 | 4419 | ; return 0; } |
|---|
| 4469 | 4420 | EOF |
|---|
| 4470 | | if { (eval echo configure:4471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 4421 | if { (eval echo configure:4422: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 4471 | 4422 | rm -rf conftest* |
|---|
| 4472 | 4423 | eval "ac_cv_lib_$ac_lib_var=yes" |
|---|
| … | … | |
| 4498 | 4449 | if test "x${THREAD_LIB}" = "xerror"; then |
|---|
| 4499 | 4450 | echo $ac_n "checking for main in -lpthread""... $ac_c" 1>&6 |
|---|
| 4500 | | echo "configure:4501: checking for main in -lpthread" >&5 |
|---|
| | 4451 | echo "configure:4452: checking for main in -lpthread" >&5 |
|---|
| 4501 | 4452 | ac_lib_var=`echo pthread'_'main | sed 'y%./+-%__p_%'` |
|---|
| 4502 | 4453 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|---|
| … | … | |
| 4506 | 4457 | LIBS="-lpthread $LIBS" |
|---|
| 4507 | 4458 | cat > conftest.$ac_ext <<EOF |
|---|
| 4508 | | #line 4509 "configure" |
|---|
| | 4459 | #line 4460 "configure" |
|---|
| 4509 | 4460 | #include "confdefs.h" |
|---|
| 4510 | 4461 | |
|---|
| … | … | |
| 4513 | 4464 | ; return 0; } |
|---|
| 4514 | 4465 | EOF |
|---|
| 4515 | | if { (eval echo configure:4516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 4466 | if { (eval echo configure:4467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 4516 | 4467 | rm -rf conftest* |
|---|
| 4517 | 4468 | eval "ac_cv_lib_$ac_lib_var=yes" |
|---|
| … | … | |
| 4536 | 4487 | if test "x${THREAD_LIB}" = "xerror"; then |
|---|
| 4537 | 4488 | echo $ac_n "checking for main in -lpthreads""... $ac_c" 1>&6 |
|---|
| 4538 | | echo "configure:4539: checking for main in -lpthreads" >&5 |
|---|
| | 4489 | echo "configure:4490: checking for main in -lpthreads" >&5 |
|---|
| 4539 | 4490 | ac_lib_var=`echo pthreads'_'main | sed 'y%./+-%__p_%'` |
|---|
| 4540 | 4491 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|---|
| … | … | |
| 4544 | 4495 | LIBS="-lpthreads $LIBS" |
|---|
| 4545 | 4496 | cat > conftest.$ac_ext <<EOF |
|---|
| 4546 | | #line 4547 "configure" |
|---|
| | 4497 | #line 4498 "configure" |
|---|
| 4547 | 4498 | #include "confdefs.h" |
|---|
| 4548 | 4499 | |
|---|
| … | … | |
| 4551 | 4502 | ; return 0; } |
|---|
| 4552 | 4503 | EOF |
|---|
| 4553 | | if { (eval echo configure:4554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 4504 | if { (eval echo configure:4505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 4554 | 4505 | rm -rf conftest* |
|---|
| 4555 | 4506 | eval "ac_cv_lib_$ac_lib_var=yes" |
|---|
| … | … | |
| 4574 | 4525 | if test "x${THREAD_LIB}" = "xerror"; then |
|---|
| 4575 | 4526 | echo $ac_n "checking for main in -lc_r""... $ac_c" 1>&6 |
|---|
| 4576 | | echo "configure:4577: checking for main in -lc_r" >&5 |
|---|
| | 4527 | echo "configure:4528: checking for main in -lc_r" >&5 |
|---|
| 4577 | 4528 | ac_lib_var=`echo c_r'_'main | sed 'y%./+-%__p_%'` |
|---|
| 4578 | 4529 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|---|
| … | … | |
| 4582 | 4533 | LIBS="-lc_r $LIBS" |
|---|
| 4583 | 4534 | cat > conftest.$ac_ext <<EOF |
|---|
| 4584 | | #line 4585 "configure" |
|---|
| | 4535 | #line 4536 "configure" |
|---|
| 4585 | 4536 | #include "confdefs.h" |
|---|
| 4586 | 4537 | |
|---|
| … | … | |
| 4589 | 4540 | ; return 0; } |
|---|
| 4590 | 4541 | EOF |
|---|
| 4591 | | if { (eval echo configure:4592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 4542 | if { (eval echo configure:4543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 4592 | 4543 | rm -rf conftest* |
|---|
| 4593 | 4544 | eval "ac_cv_lib_$ac_lib_var=yes" |
|---|
| … | … | |
| 4612 | 4563 | if test "x${THREAD_LIB}" = "xerror"; then |
|---|
| 4613 | 4564 | echo $ac_n "checking for pthread_mutex_lock""... $ac_c" 1>&6 |
|---|
| 4614 | | echo "configure:4615: checking for pthread_mutex_lock" >&5 |
|---|
| | 4565 | echo "configure:4566: checking for pthread_mutex_lock" >&5 |
|---|
| 4615 | 4566 | if eval "test \"`echo '$''{'ac_cv_func_pthread_mutex_lock'+set}'`\" = set"; then |
|---|
| 4616 | 4567 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 4617 | 4568 | else |
|---|
| 4618 | 4569 | cat > conftest.$ac_ext <<EOF |
|---|
| 4619 | | #line 4620 "configure" |
|---|
| | 4570 | #line 4571 "configure" |
|---|
| 4620 | 4571 | #include "confdefs.h" |
|---|
| 4621 | 4572 | /* System header to define __stub macros and hopefully few prototypes, |
|---|
| … | … | |
| 4640 | 4591 | ; return 0; } |
|---|
| 4641 | 4592 | EOF |
|---|
| 4642 | | if { (eval echo configure:4643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 4593 | if { (eval echo configure:4594: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 4643 | 4594 | rm -rf conftest* |
|---|
| 4644 | 4595 | eval "ac_cv_func_pthread_mutex_lock=yes" |
|---|
| … | … | |
| 4663 | 4614 | |
|---|
| 4664 | 4615 | echo $ac_n "checking for cthread_fork in -lthreads""... $ac_c" 1>&6 |
|---|
| 4665 | | echo "configure:4666: checking for cthread_fork in -lthreads" >&5 |
|---|
| | 4616 | echo "configure:4617: checking for cthread_fork in -lthreads" >&5 |
|---|
| 4666 | 4617 | ac_lib_var=`echo threads'_'cthread_fork | sed 'y%./+-%__p_%'` |
|---|
| 4667 | 4618 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|---|
| … | … | |
| 4671 | 4622 | LIBS="-lthreads $LIBS" |
|---|
| 4672 | 4623 | cat > conftest.$ac_ext <<EOF |
|---|
| 4673 | | #line 4674 "configure" |
|---|
| | 4624 | #line 4625 "configure" |
|---|
| 4674 | 4625 | #include "confdefs.h" |
|---|
| 4675 | 4626 | /* Override any gcc2 internal prototype to avoid an error. */ |
|---|
| … | … | |
| 4682 | 4633 | ; return 0; } |
|---|
| 4683 | 4634 | EOF |
|---|
| 4684 | | if { (eval echo configure:4685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 4635 | if { (eval echo configure:4636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 4685 | 4636 | rm -rf conftest* |
|---|
| 4686 | 4637 | eval "ac_cv_lib_$ac_lib_var=yes" |
|---|
| … | … | |
| 4704 | 4655 | |
|---|
| 4705 | 4656 | cat > conftest.$ac_ext <<EOF |
|---|
| 4706 | | #line 4707 "configure" |
|---|
| | 4657 | #line 4658 "configure" |
|---|
| 4707 | 4658 | #include "confdefs.h" |
|---|
| 4708 | 4659 | #include <pthread.h> |
|---|
| … | … | |
| 4720 | 4671 | |
|---|
| 4721 | 4672 | cat > conftest.$ac_ext <<EOF |
|---|
| 4722 | | #line 4723 "configure" |
|---|
| | 4673 | #line 4674 "configure" |
|---|
| 4723 | 4674 | #include "confdefs.h" |
|---|
| 4724 | 4675 | #include <pthread.h> |
|---|
| … | … | |
| 4736 | 4687 | |
|---|
| 4737 | 4688 | cat > conftest.$ac_ext <<EOF |
|---|
| 4738 | | #line 4739 "configure" |
|---|
| | 4689 | #line 4690 "configure" |
|---|
| 4739 | 4690 | #include "confdefs.h" |
|---|
| 4740 | 4691 | #include <strings.h> |
|---|
| … | … | |
| 4756 | 4707 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|---|
| 4757 | 4708 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|---|
| 4758 | | echo "configure:4759: checking for $ac_hdr" >&5 |
|---|
| | 4709 | echo "configure:4710: checking for $ac_hdr" >&5 |
|---|
| 4759 | 4710 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|---|
| 4760 | 4711 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 4761 | 4712 | else |
|---|
| 4762 | 4713 | cat > conftest.$ac_ext <<EOF |
|---|
| 4763 | | #line 4764 "configure" |
|---|
| | 4714 | #line 4715 "configure" |
|---|
| 4764 | 4715 | #include "confdefs.h" |
|---|
| 4765 | 4716 | #include <$ac_hdr> |
|---|
| 4766 | 4717 | EOF |
|---|
| 4767 | 4718 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|---|
| 4768 | | { (eval echo configure:4769: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| | 4719 | { (eval echo configure:4720: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| 4769 | 4720 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 4770 | 4721 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 4796 | 4747 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|---|
| 4797 | 4748 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|---|
| 4798 | | echo "configure:4799: checking for $ac_hdr" >&5 |
|---|
| | 4749 | echo "configure:4750: checking for $ac_hdr" >&5 |
|---|
| 4799 | 4750 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|---|
| 4800 | 4751 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 4801 | 4752 | else |
|---|
| 4802 | 4753 | cat > conftest.$ac_ext <<EOF |
|---|
| 4803 | | #line 4804 "configure" |
|---|
| | 4754 | #line 4755 "configure" |
|---|
| 4804 | 4755 | #include "confdefs.h" |
|---|
| 4805 | 4756 | #include <$ac_hdr> |
|---|
| 4806 | 4757 | EOF |
|---|
| 4807 | 4758 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|---|
| 4808 | | { (eval echo configure:4809: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| | 4759 | { (eval echo configure:4760: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| 4809 | 4760 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 4810 | 4761 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 4836 | 4787 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|---|
| 4837 | 4788 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|---|
| 4838 | | echo "configure:4839: checking for $ac_hdr" >&5 |
|---|
| | 4789 | echo "configure:4790: checking for $ac_hdr" >&5 |
|---|
| 4839 | 4790 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|---|
| 4840 | 4791 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 4841 | 4792 | else |
|---|
| 4842 | 4793 | cat > conftest.$ac_ext <<EOF |
|---|
| 4843 | | #line 4844 "configure" |
|---|
| | 4794 | #line 4795 "configure" |
|---|
| 4844 | 4795 | #include "confdefs.h" |
|---|
| 4845 | 4796 | #include <$ac_hdr> |
|---|
| 4846 | 4797 | EOF |
|---|
| 4847 | 4798 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|---|
| 4848 | | { (eval echo configure:4849: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| | 4799 | { (eval echo configure:4800: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| 4849 | 4800 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 4850 | 4801 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 4876 | 4827 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|---|
| 4877 | 4828 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|---|
| 4878 | | echo "configure:4879: checking for $ac_hdr" >&5 |
|---|
| | 4829 | echo "configure:4830: checking for $ac_hdr" >&5 |
|---|
| 4879 | 4830 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|---|
| 4880 | 4831 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 4881 | 4832 | else |
|---|
| 4882 | 4833 | cat > conftest.$ac_ext <<EOF |
|---|
| 4883 | | #line 4884 "configure" |
|---|
| | 4834 | #line 4835 "configure" |
|---|
| 4884 | 4835 | #include "confdefs.h" |
|---|
| 4885 | 4836 | #include <$ac_hdr> |
|---|
| 4886 | 4837 | EOF |
|---|
| 4887 | 4838 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|---|
| 4888 | | { (eval echo configure:4889: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| | 4839 | { (eval echo configure:4840: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| 4889 | 4840 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 4890 | 4841 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 4916 | 4867 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|---|
| 4917 | 4868 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|---|
| 4918 | | echo "configure:4919: checking for $ac_hdr" >&5 |
|---|
| | 4869 | echo "configure:4870: checking for $ac_hdr" >&5 |
|---|
| 4919 | 4870 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|---|
| 4920 | 4871 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 4921 | 4872 | else |
|---|
| 4922 | 4873 | cat > conftest.$ac_ext <<EOF |
|---|
| 4923 | | #line 4924 "configure" |
|---|
| | 4874 | #line 4875 "configure" |
|---|
| 4924 | 4875 | #include "confdefs.h" |
|---|
| 4925 | 4876 | #include <$ac_hdr> |
|---|
| 4926 | 4877 | EOF |
|---|
| 4927 | 4878 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|---|
| 4928 | | { (eval echo configure:4929: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| | 4879 | { (eval echo configure:4880: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| 4929 | 4880 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 4930 | 4881 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 4956 | 4907 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|---|
| 4957 | 4908 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|---|
| 4958 | | echo "configure:4959: checking for $ac_hdr" >&5 |
|---|
| | 4909 | echo "configure:4910: checking for $ac_hdr" >&5 |
|---|
| 4959 | 4910 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|---|
| 4960 | 4911 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 4961 | 4912 | else |
|---|
| 4962 | 4913 | cat > conftest.$ac_ext <<EOF |
|---|
| 4963 | | #line 4964 "configure" |
|---|
| | 4914 | #line 4915 "configure" |
|---|
| 4964 | 4915 | #include "confdefs.h" |
|---|
| 4965 | 4916 | #include <$ac_hdr> |
|---|
| 4966 | 4917 | EOF |
|---|
| 4967 | 4918 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|---|
| 4968 | | { (eval echo configure:4969: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| | 4919 | { (eval echo configure:4920: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| 4969 | 4920 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 4970 | 4921 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 4994 | 4945 | |
|---|
| 4995 | 4946 | echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 |
|---|
| 4996 | | echo "configure:4997: checking whether time.h and sys/time.h may both be included" >&5 |
|---|
| | 4947 | echo "configure:4948: checking whether time.h and sys/time.h may both be included" >&5 |
|---|
| 4997 | 4948 | if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then |
|---|
| 4998 | 4949 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 4999 | 4950 | else |
|---|
| 5000 | 4951 | cat > conftest.$ac_ext <<EOF |
|---|
| 5001 | | #line 5002 "configure" |
|---|
| | 4952 | #line 4953 "configure" |
|---|
| 5002 | 4953 | #include "confdefs.h" |
|---|
| 5003 | 4954 | #include <sys/types.h> |
|---|
| … | … | |
| 5008 | 4959 | ; return 0; } |
|---|
| 5009 | 4960 | EOF |
|---|
| 5010 | | if { (eval echo configure:5011: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 4961 | if { (eval echo configure:4962: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 5011 | 4962 | rm -rf conftest* |
|---|
| 5012 | 4963 | ac_cv_header_time=yes |
|---|
| … | … | |
| 5030 | 4981 | |
|---|
| 5031 | 4982 | cat > conftest.$ac_ext <<EOF |
|---|
| 5032 | | #line 5033 "configure" |
|---|
| | 4983 | #line 4984 "configure" |
|---|
| 5033 | 4984 | #include "confdefs.h" |
|---|
| 5034 | 4985 | #include <time.h> |
|---|
| … | … | |
| 5048 | 4999 | |
|---|
| 5049 | 5000 | cat > conftest.$ac_ext <<EOF |
|---|
| 5050 | | #line 5051 "configure" |
|---|
| | 5001 | #line 5002 "configure" |
|---|
| 5051 | 5002 | #include "confdefs.h" |
|---|
| 5052 | 5003 | #include <sys/time.h> |
|---|
| … | … | |
| 5069 | 5020 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|---|
| 5070 | 5021 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|---|
| 5071 | | echo "configure:5072: checking for $ac_hdr" >&5 |
|---|
| | 5022 | echo "configure:5023: checking for $ac_hdr" >&5 |
|---|
| 5072 | 5023 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|---|
| 5073 | 5024 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 5074 | 5025 | else |
|---|
| 5075 | 5026 | cat > conftest.$ac_ext <<EOF |
|---|
| 5076 | | #line 5077 "configure" |
|---|
| | 5027 | #line 5028 "configure" |
|---|
| 5077 | 5028 | #include "confdefs.h" |
|---|
| 5078 | 5029 | #include <$ac_hdr> |
|---|
| 5079 | 5030 | EOF |
|---|
| 5080 | 5031 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|---|
| 5081 | | { (eval echo configure:5082: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| | 5032 | { (eval echo configure:5033: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| 5082 | 5033 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 5083 | 5034 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 5120 | 5071 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|---|
| 5121 | 5072 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|---|
| 5122 | | echo "configure:5123: checking for $ac_hdr" >&5 |
|---|
| | 5073 | echo "configure:5074: checking for $ac_hdr" >&5 |
|---|
| 5123 | 5074 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|---|
| 5124 | 5075 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 5125 | 5076 | else |
|---|
| 5126 | 5077 | cat > conftest.$ac_ext <<EOF |
|---|
| 5127 | | #line 5128 "configure" |
|---|
| | 5078 | #line 5079 "configure" |
|---|
| 5128 | 5079 | #include "confdefs.h" |
|---|
| 5129 | 5080 | #include <$ac_hdr> |
|---|
| 5130 | 5081 | EOF |
|---|
| 5131 | 5082 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|---|
| 5132 | | { (eval echo configure:5133: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| | 5083 | { (eval echo configure:5084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| 5133 | 5084 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 5134 | 5085 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 5152 | 5103 | |
|---|
| 5153 | 5104 | cat > conftest.$ac_ext <<EOF |
|---|
| 5154 | | #line 5155 "configure" |
|---|
| | 5105 | #line 5106 "configure" |
|---|
| 5155 | 5106 | #include "confdefs.h" |
|---|
| 5156 | 5107 | #include <X11/extensions/dpms.h> |
|---|
| … | … | |
| 5178 | 5129 | |
|---|
| 5179 | 5130 | echo $ac_n "checking for ntohl in sys/param.h""... $ac_c" 1>&6 |
|---|
| 5180 | | echo "configure:5181: checking for ntohl in sys/param.h" >&5 |
|---|
| | 5131 | echo "configure:5132: checking for ntohl in sys/param.h" >&5 |
|---|
| 5181 | 5132 | if eval "test \"`echo '$''{'ac_cv_c_ntohl_sys_param_h'+set}'`\" = set"; then |
|---|
| 5182 | 5133 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 5184 | 5135 | CFLAGS="${save_CFLAGS} -Wall -Werror" |
|---|
| 5185 | 5136 | cat > conftest.$ac_ext <<EOF |
|---|
| 5186 | | #line 5187 "configure" |
|---|
| | 5137 | #line 5138 "configure" |
|---|
| 5187 | 5138 | #include "confdefs.h" |
|---|
| 5188 | 5139 | #include <sys/param.h> |
|---|
| … | … | |
| 5191 | 5142 | ; return 0; } |
|---|
| 5192 | 5143 | EOF |
|---|
| 5193 | | if { (eval echo configure:5194: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 5144 | if { (eval echo configure:5145: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 5194 | 5145 | rm -rf conftest* |
|---|
| 5195 | 5146 | ac_cv_c_ntohl_sys_param_h=yes |
|---|
| … | … | |
| 5212 | 5163 | |
|---|
| 5213 | 5164 | echo $ac_n "checking if \$CC accepts -finline-limit""... $ac_c" 1>&6 |
|---|
| 5214 | | echo "configure:5215: checking if \$CC accepts -finline-limit" >&5 |
|---|
| | 5165 | echo "configure:5166: checking if \$CC accepts -finline-limit" >&5 |
|---|
| 5215 | 5166 | if eval "test \"`echo '$''{'ac_cv_c_inline_limit'+set}'`\" = set"; then |
|---|
| 5216 | 5167 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 5218 | 5169 | CFLAGS="${save_CFLAGS} -finline-limit-30000" |
|---|
| 5219 | 5170 | cat > conftest.$ac_ext <<EOF |
|---|
| 5220 | | #line 5221 "configure" |
|---|
| | 5171 | #line 5172 "configure" |
|---|
| 5221 | 5172 | #include "confdefs.h" |
|---|
| 5222 | 5173 | |
|---|
| … | … | |
| 5225 | 5176 | ; return 0; } |
|---|
| 5226 | 5177 | EOF |
|---|
| 5227 | | if { (eval echo configure:5228: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 5178 | if { (eval echo configure:5179: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 5228 | 5179 | rm -rf conftest* |
|---|
| 5229 | 5180 | ac_cv_c_inline_limit=yes |
|---|
| … | … | |
| 5243 | 5194 | |
|---|
| 5244 | 5195 | echo $ac_n "checking if \$CC accepts -Wall -Winline""... $ac_c" 1>&6 |
|---|
| 5245 | | echo "configure:5246: checking if \$CC accepts -Wall -Winline" >&5 |
|---|
| | 5196 | echo "configure:5197: checking if \$CC accepts -Wall -Winline" >&5 |
|---|
| 5246 | 5197 | if eval "test \"`echo '$''{'ac_cv_c_Wall_Winline'+set}'`\" = set"; then |
|---|
| 5247 | 5198 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 5249 | 5200 | CFLAGS="-Wall -Winline ${save_CFLAGS}" |
|---|
| 5250 | 5201 | cat > conftest.$ac_ext <<EOF |
|---|
| 5251 | | #line 5252 "configure" |
|---|
| | 5202 | #line 5203 "configure" |
|---|
| 5252 | 5203 | #include "confdefs.h" |
|---|
| 5253 | 5204 | |
|---|
| … | … | |
| 5256 | 5207 | ; return 0; } |
|---|
| 5257 | 5208 | EOF |
|---|
| 5258 | | if { (eval echo configure:5259: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 5209 | if { (eval echo configure:5210: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 5259 | 5210 | rm -rf conftest* |
|---|
| 5260 | 5211 | ac_cv_c_Wall_Winline=yes |
|---|
| … | … | |
| 5273 | 5224 | else |
|---|
| 5274 | 5225 | echo $ac_n "checking if \$CC accepts -wall -winline""... $ac_c" 1>&6 |
|---|
| 5275 | | echo "configure:5276: checking if \$CC accepts -wall -winline" >&5 |
|---|
| | 5226 | echo "configure:5227: checking if \$CC accepts -wall -winline" >&5 |
|---|
| 5276 | 5227 | if eval "test \"`echo '$''{'ac_cv_c_wall_winline'+set}'`\" = set"; then |
|---|
| 5277 | 5228 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 5279 | 5230 | CFLAGS="-wall -winline ${save_CFLAGS}" |
|---|
| 5280 | 5231 | cat > conftest.$ac_ext <<EOF |
|---|
| 5281 | | #line 5282 "configure" |
|---|
| | 5232 | #line 5233 "configure" |
|---|
| 5282 | 5233 | #include "confdefs.h" |
|---|
| 5283 | 5234 | |
|---|
| … | … | |
| 5286 | 5237 | ; return 0; } |
|---|
| 5287 | 5238 | EOF |
|---|
| 5288 | | if { (eval echo configure:5289: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 5239 | if { (eval echo configure:5240: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 5289 | 5240 | rm -rf conftest* |
|---|
| 5290 | 5241 | ac_cv_c_wall_winline=yes |
|---|
| … | … | |
| 5305 | 5256 | |
|---|
| 5306 | 5257 | echo $ac_n "checking if \$CC accepts -pipe""... $ac_c" 1>&6 |
|---|
| 5307 | | echo "configure:5308: checking if \$CC accepts -pipe" >&5 |
|---|
| | 5258 | echo "configure:5259: checking if \$CC accepts -pipe" >&5 |
|---|
| 5308 | 5259 | if eval "test \"`echo '$''{'ac_cv_c_pipe'+set}'`\" = set"; then |
|---|
| 5309 | 5260 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 5311 | 5262 | CFLAGS="${save_CFLAGS} -pipe" |
|---|
| 5312 | 5263 | cat > conftest.$ac_ext <<EOF |
|---|
| 5313 | | #line 5314 "configure" |
|---|
| | 5264 | #line 5265 "configure" |
|---|
| 5314 | 5265 | #include "confdefs.h" |
|---|
| 5315 | 5266 | |
|---|
| … | … | |
| 5318 | 5269 | ; return 0; } |
|---|
| 5319 | 5270 | EOF |
|---|
| 5320 | | if { (eval echo configure:5321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 5271 | if { (eval echo configure:5272: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 5321 | 5272 | rm -rf conftest* |
|---|
| 5322 | 5273 | ac_cv_c_pipe=yes |
|---|
| … | … | |
| 5336 | 5287 | |
|---|
| 5337 | 5288 | echo $ac_n "checking if \$CC accepts -O3""... $ac_c" 1>&6 |
|---|
| 5338 | | echo "configure:5339: checking if \$CC accepts -O3" >&5 |
|---|
| | 5289 | echo "configure:5290: checking if \$CC accepts -O3" >&5 |
|---|
| 5339 | 5290 | if eval "test \"`echo '$''{'ac_cv_c_o3'+set}'`\" = set"; then |
|---|
| 5340 | 5291 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 5342 | 5293 | CFLAGS="${save_CFLAGS} -O3" |
|---|
| 5343 | 5294 | cat > conftest.$ac_ext <<EOF |
|---|
| 5344 | | #line 5345 "configure" |
|---|
| | 5295 | #line 5296 "configure" |
|---|
| 5345 | 5296 | #include "confdefs.h" |
|---|
| 5346 | 5297 | |
|---|
| … | … | |
| 5349 | 5300 | ; return 0; } |
|---|
| 5350 | 5301 | EOF |
|---|
| 5351 | | if { (eval echo configure:5352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 5302 | if { (eval echo configure:5303: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 5352 | 5303 | rm -rf conftest* |
|---|
| 5353 | 5304 | ac_cv_c_o3=yes |
|---|
| … | … | |
| 5366 | 5317 | else |
|---|
| 5367 | 5318 | echo $ac_n "checking if \$CC accepts -O2""... $ac_c" 1>&6 |
|---|
| 5368 | | echo "configure:5369: checking if \$CC accepts -O2" >&5 |
|---|
| | 5319 | echo "configure:5320: checking if \$CC accepts -O2" >&5 |
|---|
| 5369 | 5320 | if eval "test \"`echo '$''{'ac_cv_c_o2'+set}'`\" = set"; then |
|---|
| 5370 | 5321 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 5372 | 5323 | CFLAGS="${save_CFLAGS} -O2" |
|---|
| 5373 | 5324 | cat > conftest.$ac_ext <<EOF |
|---|
| 5374 | | #line 5375 "configure" |
|---|
| | 5325 | #line 5326 "configure" |
|---|
| 5375 | 5326 | #include "confdefs.h" |
|---|
| 5376 | 5327 | |
|---|
| … | … | |
| 5379 | 5330 | ; return 0; } |
|---|
| 5380 | 5331 | EOF |
|---|
| 5381 | | if { (eval echo configure:5382: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 5332 | if { (eval echo configure:5333: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 5382 | 5333 | rm -rf conftest* |
|---|
| 5383 | 5334 | ac_cv_c_o2=yes |
|---|
| … | … | |
| 5396 | 5347 | else |
|---|
| 5397 | 5348 | echo $ac_n "checking if \$CC accepts -O""... $ac_c" 1>&6 |
|---|
| 5398 | | echo "configure:5399: checking if \$CC accepts -O" >&5 |
|---|
| | 5349 | echo "configure:5350: checking if \$CC accepts -O" >&5 |
|---|
| 5399 | 5350 | if eval "test \"`echo '$''{'ac_cv_c_o'+set}'`\" = set"; then |
|---|
| 5400 | 5351 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 5402 | 5353 | CFLAGS="${save_CFLAGS} -O" |
|---|
| 5403 | 5354 | cat > conftest.$ac_ext <<EOF |
|---|
| 5404 | | #line 5405 "configure" |
|---|
| | 5355 | #line 5356 "configure" |
|---|
| 5405 | 5356 | #include "confdefs.h" |
|---|
| 5406 | 5357 | |
|---|
| … | … | |
| 5409 | 5360 | ; return 0; } |
|---|
| 5410 | 5361 | EOF |
|---|
| 5411 | | if { (eval echo configure:5412: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 5362 | if { (eval echo configure:5363: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 5412 | 5363 | rm -rf conftest* |
|---|
| 5413 | 5364 | ac_cv_c_o=yes |
|---|
| … | … | |
| 5429 | 5380 | |
|---|
| 5430 | 5381 | echo $ac_n "checking if \$CC accepts -ffast-math""... $ac_c" 1>&6 |
|---|
| 5431 | | echo "configure:5432: checking if \$CC accepts -ffast-math" >&5 |
|---|
| | 5382 | echo "configure:5383: checking if \$CC accepts -ffast-math" >&5 |
|---|
| 5432 | 5383 | if eval "test \"`echo '$''{'ac_cv_c_fast_math'+set}'`\" = set"; then |
|---|
| 5433 | 5384 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … |   |