diff options
Diffstat (limited to 'shells/pdksh/files/configure')
-rwxr-xr-x | shells/pdksh/files/configure | 200 |
1 files changed, 100 insertions, 100 deletions
diff --git a/shells/pdksh/files/configure b/shells/pdksh/files/configure index ee34802a195..28e975fcacd 100755 --- a/shells/pdksh/files/configure +++ b/shells/pdksh/files/configure @@ -1985,12 +1985,12 @@ EOF fi echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 -echo "configure:2057: checking return type of signal handlers" >&5 +echo "configure:1989: checking return type of signal handlers" >&5 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2062 "configure" +#line 1994 "configure" #include "confdefs.h" #include <sys/types.h> #include <signal.h> @@ -2007,7 +2007,7 @@ int main() { int i; ; return 0; } EOF -if { (eval echo configure:2079: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2011: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_type_signal=void else @@ -2036,7 +2036,7 @@ cat >> confdefs.h <<EOF EOF echo $ac_n "checking size of int""... $ac_c" 1>&6 -echo "configure:2108: checking size of int" >&5 +echo "configure:2040: checking size of int" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2044,7 +2044,7 @@ else { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext <<EOF -#line 2116 "configure" +#line 2048 "configure" #include "confdefs.h" #include <stdio.h> main() @@ -2071,7 +2071,7 @@ EOF echo $ac_n "checking size of long""... $ac_c" 1>&6 -echo "configure:2143: checking size of long" >&5 +echo "configure:2075: checking size of long" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2079,7 +2079,7 @@ else { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext <<EOF -#line 2151 "configure" +#line 2083 "configure" #include "confdefs.h" #include <stdio.h> main() @@ -2106,12 +2106,12 @@ EOF echo $ac_n "checking for clock_t in any of <sys/types.h>, <sys/times.h> and <sys/time.h>""... $ac_c" 1>&6 -echo "configure:2178: checking for clock_t in any of <sys/types.h>, <sys/times.h> and <sys/time.h>" >&5 +echo "configure:2110: checking for clock_t in any of <sys/types.h>, <sys/times.h> and <sys/time.h>" >&5 if eval "test \"`echo '$''{'ac_cv_type_clock_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2183 "configure" +#line 2115 "configure" #include "confdefs.h" #include <sys/types.h> #if STDC_HEADERS @@ -2146,12 +2146,12 @@ EOF fi echo $ac_n "checking for sigset_t in <sys/types.h> and <signal.h>""... $ac_c" 1>&6 -echo "configure:2218: checking for sigset_t in <sys/types.h> and <signal.h>" >&5 +echo "configure:2150: checking for sigset_t in <sys/types.h> and <signal.h>" >&5 if eval "test \"`echo '$''{'ac_cv_type_sigset_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2223 "configure" +#line 2155 "configure" #include "confdefs.h" #include <sys/types.h> #if STDC_HEADERS @@ -2181,12 +2181,12 @@ EOF fi echo $ac_n "checking for rlim_t in <sys/types.h> and <sys/resource.h>""... $ac_c" 1>&6 -echo "configure:2253: checking for rlim_t in <sys/types.h> and <sys/resource.h>" >&5 +echo "configure:2185: checking for rlim_t in <sys/types.h> and <sys/resource.h>" >&5 if eval "test \"`echo '$''{'ac_cv_type_rlim_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2258 "configure" +#line 2190 "configure" #include "confdefs.h" #include <sys/types.h> #if STDC_HEADERS @@ -2212,7 +2212,7 @@ fi echo "$ac_t""$ac_cv_type_rlim_t" 1>&6 if test $ac_cv_type_rlim_t = no; then echo $ac_n "checking what to set rlim_t to""... $ac_c" 1>&6 -echo "configure:2284: checking what to set rlim_t to" >&5 +echo "configure:2216: checking what to set rlim_t to" >&5 if test $ac_cv_header_sys_resource_h = yes; then if eval "test \"`echo '$''{'ksh_cv_rlim_check'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -2222,7 +2222,7 @@ else else cat > conftest.$ac_ext <<EOF -#line 2294 "configure" +#line 2226 "configure" #include "confdefs.h" #include <sys/types.h> @@ -2257,7 +2257,7 @@ EOF fi echo $ac_n "checking for working memmove""... $ac_c" 1>&6 -echo "configure:2329: checking for working memmove" >&5 +echo "configure:2261: checking for working memmove" >&5 if eval "test \"`echo '$''{'ksh_cv_func_memmove'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2265,7 +2265,7 @@ else echo "configure: warning: assuming memmove broken" 1>&2; ksh_cv_func_memmove=no else cat > conftest.$ac_ext <<EOF -#line 2337 "configure" +#line 2269 "configure" #include "confdefs.h" #ifdef HAVE_STRING_H @@ -2309,7 +2309,7 @@ EOF else echo $ac_n "checking for working bcopy""... $ac_c" 1>&6 -echo "configure:2381: checking for working bcopy" >&5 +echo "configure:2313: checking for working bcopy" >&5 if eval "test \"`echo '$''{'ksh_cv_func_bcopy'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2317,7 +2317,7 @@ else echo "configure: warning: assuming bcopy broken" 1>&2; ksh_cv_func_bcopy=no else cat > conftest.$ac_ext <<EOF -#line 2389 "configure" +#line 2321 "configure" #include "confdefs.h" #ifdef HAVE_STRING_H @@ -2362,12 +2362,12 @@ EOF fi echo $ac_n "checking for memset""... $ac_c" 1>&6 -echo "configure:2434: checking for memset" >&5 +echo "configure:2366: checking for memset" >&5 if eval "test \"`echo '$''{'ksh_cv_func_memset'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2439 "configure" +#line 2371 "configure" #include "confdefs.h" #ifdef HAVE_STRING_H @@ -2384,7 +2384,7 @@ int main() { char buf[16]; memset(buf, 'x', 7); printf("%7s", buf); ; return 0; } EOF -if { (eval echo configure:2456: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ksh_cv_func_memset=yes else @@ -2406,15 +2406,15 @@ EOF for ac_func in confstr dup2 flock getcwd getwd killpg nice \ setrlimit strerror strcasecmp strstr sysconf tcsetpgrp \ - ulimit waitpid wait3 + ulimit waitpid wait3 strlcpy strlcat do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:2481: checking for $ac_func" >&5 +echo "configure:2413: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2486 "configure" +#line 2418 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func(); below. */ @@ -2437,7 +2437,7 @@ $ac_func(); ; return 0; } EOF -if { (eval echo configure:2509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2464,12 +2464,12 @@ done for ac_func in sigsetjmp _setjmp do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:2536: checking for $ac_func" >&5 +echo "configure:2468: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2541 "configure" +#line 2473 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func(); below. */ @@ -2492,7 +2492,7 @@ $ac_func(); ; return 0; } EOF -if { (eval echo configure:2564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2519,12 +2519,12 @@ done for ac_func in valloc getpagesize do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:2591: checking for $ac_func" >&5 +echo "configure:2523: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2596 "configure" +#line 2528 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func(); below. */ @@ -2547,7 +2547,7 @@ $ac_func(); ; return 0; } EOF -if { (eval echo configure:2619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2551: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2572,7 +2572,7 @@ fi done echo $ac_n "checking for working mmap""... $ac_c" 1>&6 -echo "configure:2644: checking for working mmap" >&5 +echo "configure:2576: checking for working mmap" >&5 if eval "test \"`echo '$''{'ac_cv_func_mmap'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2580,7 +2580,7 @@ else ac_cv_func_mmap=no else cat > conftest.$ac_ext <<EOF -#line 2652 "configure" +#line 2584 "configure" #include "confdefs.h" /* Thanks to Mike Haertel and Jim Avera for this test. */ @@ -2672,12 +2672,12 @@ EOF fi echo $ac_n "checking for lstat""... $ac_c" 1>&6 -echo "configure:2744: checking for lstat" >&5 +echo "configure:2676: checking for lstat" >&5 if eval "test \"`echo '$''{'ksh_cv_func_lstat'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2749 "configure" +#line 2681 "configure" #include "confdefs.h" #include <sys/types.h> @@ -2690,7 +2690,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:2762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ksh_cv_func_lstat=yes else @@ -2711,19 +2711,19 @@ EOF fi echo $ac_n "checking for sys_errlist declaration in errno.h""... $ac_c" 1>&6 -echo "configure:2783: checking for sys_errlist declaration in errno.h" >&5 +echo "configure:2715: checking for sys_errlist declaration in errno.h" >&5 if eval "test \"`echo '$''{'ksh_cv_decl_sys_errlist'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2788 "configure" +#line 2720 "configure" #include "confdefs.h" #include <errno.h> int main() { char *msg = *(sys_errlist + 1); if (msg && *msg) return 12; ; return 0; } EOF -if { (eval echo configure:2795: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2727: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ksh_cv_decl_sys_errlist=yes else @@ -2747,12 +2747,12 @@ EOF else echo $ac_n "checking for sys_errlist in library""... $ac_c" 1>&6 -echo "configure:2819: checking for sys_errlist in library" >&5 +echo "configure:2751: checking for sys_errlist in library" >&5 if eval "test \"`echo '$''{'ksh_cv_var_sys_errlist'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2824 "configure" +#line 2756 "configure" #include "confdefs.h" int main() { @@ -2765,7 +2765,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:2837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ksh_cv_var_sys_errlist=yes else @@ -2787,12 +2787,12 @@ EOF fi echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6 -echo "configure:2859: checking for sys_siglist declaration in signal.h or unistd.h" >&5 +echo "configure:2791: checking for sys_siglist declaration in signal.h or unistd.h" >&5 if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2864 "configure" +#line 2796 "configure" #include "confdefs.h" #include <sys/types.h> #include <signal.h> @@ -2804,7 +2804,7 @@ int main() { char *msg = *(sys_siglist + 1); ; return 0; } EOF -if { (eval echo configure:2876: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2808: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_decl_sys_siglist=yes else @@ -2831,12 +2831,12 @@ EOF else echo $ac_n "checking for sys_siglist in library""... $ac_c" 1>&6 -echo "configure:2903: checking for sys_siglist in library" >&5 +echo "configure:2835: checking for sys_siglist in library" >&5 if eval "test \"`echo '$''{'ksh_cv_var_sys_siglist'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2908 "configure" +#line 2840 "configure" #include "confdefs.h" int main() { @@ -2848,7 +2848,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:2920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ksh_cv_var_sys_siglist=yes else @@ -2870,12 +2870,12 @@ EOF fi echo $ac_n "checking time() declaration in time.h""... $ac_c" 1>&6 -echo "configure:2942: checking time() declaration in time.h" >&5 +echo "configure:2874: checking time() declaration in time.h" >&5 if eval "test \"`echo '$''{'ksh_cv_time_delcared'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 2947 "configure" +#line 2879 "configure" #include "confdefs.h" #include <sys/types.h> #include <time.h> @@ -2883,7 +2883,7 @@ int main() { time_t (*f)() = time; if (f) return 12; ; return 0; } EOF -if { (eval echo configure:2955: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2887: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ksh_cv_time_delcared=yes else @@ -2904,7 +2904,7 @@ EOF fi echo $ac_n "checking if times() is present/working""... $ac_c" 1>&6 -echo "configure:2976: checking if times() is present/working" >&5 +echo "configure:2908: checking if times() is present/working" >&5 if eval "test \"`echo '$''{'ksh_cv_func_times_ok'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2913,7 +2913,7 @@ else else cat > conftest.$ac_ext <<EOF -#line 2985 "configure" +#line 2917 "configure" #include "confdefs.h" #include <sys/types.h> @@ -2959,12 +2959,12 @@ EOF for ac_func in getrusage do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3031: checking for $ac_func" >&5 +echo "configure:2963: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 3036 "configure" +#line 2968 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func(); below. */ @@ -2987,7 +2987,7 @@ $ac_func(); ; return 0; } EOF -if { (eval echo configure:3059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3014,12 +3014,12 @@ done fi echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6 -echo "configure:3086: checking whether stat file-mode macros are broken" >&5 +echo "configure:3018: checking whether stat file-mode macros are broken" >&5 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 3091 "configure" +#line 3023 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/stat.h> @@ -3076,12 +3076,12 @@ EOF fi echo $ac_n "checking for st_rdev in struct stat""... $ac_c" 1>&6 -echo "configure:3148: checking for st_rdev in struct stat" >&5 +echo "configure:3080: checking for st_rdev in struct stat" >&5 if eval "test \"`echo '$''{'ac_cv_struct_st_rdev'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 3153 "configure" +#line 3085 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/stat.h> @@ -3089,7 +3089,7 @@ int main() { struct stat s; s.st_rdev; ; return 0; } EOF -if { (eval echo configure:3161: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3093: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_struct_st_rdev=yes else @@ -3110,12 +3110,12 @@ EOF fi echo $ac_n "checking for working const""... $ac_c" 1>&6 -echo "configure:3182: checking for working const" >&5 +echo "configure:3114: checking for working const" >&5 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 3187 "configure" +#line 3119 "configure" #include "confdefs.h" int main() { @@ -3164,7 +3164,7 @@ ccp = (char const *const *) p; ; return 0; } EOF -if { (eval echo configure:3236: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3168: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes else @@ -3185,12 +3185,12 @@ EOF fi echo $ac_n "checking if compiler understands void""... $ac_c" 1>&6 -echo "configure:3257: checking if compiler understands void" >&5 +echo "configure:3189: checking if compiler understands void" >&5 if eval "test \"`echo '$''{'ksh_cv_c_void'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 3262 "configure" +#line 3194 "configure" #include "confdefs.h" void foo() { } @@ -3201,7 +3201,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:3273: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3205: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ksh_cv_c_void=yes else @@ -3224,12 +3224,12 @@ EOF fi echo $ac_n "checking if compiler understands volatile""... $ac_c" 1>&6 -echo "configure:3296: checking if compiler understands volatile" >&5 +echo "configure:3228: checking if compiler understands volatile" >&5 if eval "test \"`echo '$''{'ksh_cv_c_volatile'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 3301 "configure" +#line 3233 "configure" #include "confdefs.h" int x, y, z; int main() { @@ -3238,7 +3238,7 @@ volatile int a; int * volatile b = x ? &y : &z; *b = 0; ; return 0; } EOF -if { (eval echo configure:3310: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3242: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ksh_cv_c_volatile=yes else @@ -3261,12 +3261,12 @@ EOF fi echo $ac_n "checking if compiler understands prototypes""... $ac_c" 1>&6 -echo "configure:3333: checking if compiler understands prototypes" >&5 +echo "configure:3265: checking if compiler understands prototypes" >&5 if eval "test \"`echo '$''{'ksh_cv_c_prototypes'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 3338 "configure" +#line 3270 "configure" #include "confdefs.h" #include <stdarg.h> @@ -3280,7 +3280,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:3352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3284: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ksh_cv_c_prototypes=yes else @@ -3301,12 +3301,12 @@ EOF fi echo $ac_n "checking if C compiler groks __attribute__(( .. ))""... $ac_c" 1>&6 -echo "configure:3373: checking if C compiler groks __attribute__(( .. ))" >&5 +echo "configure:3305: checking if C compiler groks __attribute__(( .. ))" >&5 if eval "test \"`echo '$''{'ksh_cv_c_func_attr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 3378 "configure" +#line 3310 "configure" #include "confdefs.h" #include <stdarg.h> @@ -3323,7 +3323,7 @@ int main() { test_nr("%d", 10); test_cnst(2); test_uk(); test_nr(); ; return 0; } EOF -if { (eval echo configure:3395: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3327: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ksh_cv_c_func_attr=yes else @@ -3346,7 +3346,7 @@ EOF # Pull the hash mark out of the macro call to avoid m4 problems. ac_msg="whether #! works in shell scripts" echo $ac_n "checking $ac_msg""... $ac_c" 1>&6 -echo "configure:3418: checking $ac_msg" >&5 +echo "configure:3350: checking $ac_msg" >&5 if eval "test \"`echo '$''{'ac_cv_sys_interpreter'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3401,7 +3401,7 @@ ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:3473: checking for a BSD compatible install" >&5 +echo "configure:3405: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3451,7 +3451,7 @@ test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' echo $ac_n "checking if dup2() works (ie, resets the close-on-exec flag)""... $ac_c" 1>&6 -echo "configure:3523: checking if dup2() works (ie, resets the close-on-exec flag)" >&5 +echo "configure:3455: checking if dup2() works (ie, resets the close-on-exec flag)" >&5 if eval "test \"`echo '$''{'ksh_cv_dup2_clexec_ok'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3460,7 +3460,7 @@ else ksh_cv_dup2_clexec_ok=no else cat > conftest.$ac_ext <<EOF -#line 3532 "configure" +#line 3464 "configure" #include "confdefs.h" #include <sys/types.h> @@ -3510,12 +3510,12 @@ EOF fi echo $ac_n "checking flavour of signal routines""... $ac_c" 1>&6 -echo "configure:3582: checking flavour of signal routines" >&5 +echo "configure:3514: checking flavour of signal routines" >&5 if eval "test \"`echo '$''{'ksh_cv_signal_check'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 3587 "configure" +#line 3519 "configure" #include "confdefs.h" #include <signal.h> int main() { @@ -3528,7 +3528,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:3600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ksh_cv_signal_check=posix else @@ -3536,7 +3536,7 @@ else cat conftest.$ac_ext >&5 rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 3608 "configure" +#line 3540 "configure" #include "confdefs.h" #include <signal.h> int main() { @@ -3546,7 +3546,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:3618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ksh_cv_signal_check=bsd42 else @@ -3554,7 +3554,7 @@ else cat conftest.$ac_ext >&5 rm -rf conftest* cat > conftest.$ac_ext <<EOF -#line 3626 "configure" +#line 3558 "configure" #include "confdefs.h" #include <signal.h> RETSIGTYPE foo() { } @@ -3566,7 +3566,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:3638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3570: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ksh_cv_signal_check=bsd41 else @@ -3604,7 +3604,7 @@ EOF EOF echo $ac_n "checking if signals interrupt read()""... $ac_c" 1>&6 -echo "configure:3676: checking if signals interrupt read()" >&5 +echo "configure:3608: checking if signals interrupt read()" >&5 if eval "test \"`echo '$''{'ksh_cv_signals_interrupt'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3613,7 +3613,7 @@ else else cat > conftest.$ac_ext <<EOF -#line 3685 "configure" +#line 3617 "configure" #include "confdefs.h" #include <errno.h> @@ -3736,7 +3736,7 @@ EOF fi echo $ac_n "checking flavour of pgrp routines""... $ac_c" 1>&6 -echo "configure:3808: checking flavour of pgrp routines" >&5 +echo "configure:3740: checking flavour of pgrp routines" >&5 if eval "test \"`echo '$''{'ksh_cv_pgrp_check'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3744,7 +3744,7 @@ else { echo "configure: error: cannot taste pgrp routines when cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext <<EOF -#line 3816 "configure" +#line 3748 "configure" #include "confdefs.h" /* Check for BSD process groups */ @@ -3779,7 +3779,7 @@ else { echo "configure: error: cannot taste pgrp routines when cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext <<EOF -#line 3851 "configure" +#line 3783 "configure" #include "confdefs.h" /* Check for POSIX process groups */ @@ -3820,7 +3820,7 @@ else { echo "configure: error: cannot taste pgrp routines when cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext <<EOF -#line 3892 "configure" +#line 3824 "configure" #include "confdefs.h" /* Check for SYSV process groups */ @@ -3889,7 +3889,7 @@ EOF if test $ksh_cv_pgrp_check = bsd || test $ksh_cv_pgrp_check = posix ; then echo $ac_n "checking if process group synchronization is required""... $ac_c" 1>&6 -echo "configure:3961: checking if process group synchronization is required" >&5 +echo "configure:3893: checking if process group synchronization is required" >&5 if eval "test \"`echo '$''{'ksh_cv_need_pgrp_sync'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3898,7 +3898,7 @@ else ksh_cv_need_pgrp_sync=yes else cat > conftest.$ac_ext <<EOF -#line 3970 "configure" +#line 3902 "configure" #include "confdefs.h" main() @@ -3962,7 +3962,7 @@ EOF fi echo $ac_n "checking if opendir() fails to open non-directories""... $ac_c" 1>&6 -echo "configure:4034: checking if opendir() fails to open non-directories" >&5 +echo "configure:3966: checking if opendir() fails to open non-directories" >&5 if eval "test \"`echo '$''{'ksh_cv_opendir_ok'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3971,7 +3971,7 @@ else ksh_cv_opendir_ok=no else cat > conftest.$ac_ext <<EOF -#line 4043 "configure" +#line 3975 "configure" #include "confdefs.h" #include <stdio.h> @@ -4030,7 +4030,7 @@ EOF fi echo $ac_n "checking if you have /dev/fd/n""... $ac_c" 1>&6 -echo "configure:4102: checking if you have /dev/fd/n" >&5 +echo "configure:4034: checking if you have /dev/fd/n" >&5 if eval "test \"`echo '$''{'ksh_cv_dev_fd'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4039,7 +4039,7 @@ else ksh_cv_dev_fd=no else cat > conftest.$ac_ext <<EOF -#line 4111 "configure" +#line 4043 "configure" #include "confdefs.h" #include <stdio.h> |