@@ -1,5 +1,5 @@ |
| #! /bin/sh | | #! /bin/sh |
---|
| -# From configure.in Revision: 1.693 . | | +# From configure.in Revision: 1.697 . |
---|
| # Guess values for system-dependent variables and create Makefiles. | | # Guess values for system-dependent variables and create Makefiles. |
---|
| # Generated by Autoconf 2.52.20200111. | | # Generated by Autoconf 2.52.20200111. |
---|
| # | | # |
---|
@@ -9134,7 +9134,8 @@ cat >>confdefs.h <<\EOF |
| EOF | | EOF |
---|
| | | |
---|
| ### use option --enable-broken-linker to force on use of broken-linker support | | ### use option --enable-broken-linker to force on use of broken-linker support |
---|
| -echo "$as_me:9137: checking if you want broken-linker support code" >&5 | | + |
---|
| | | +echo "$as_me:9138: checking if you want broken-linker support code" >&5 |
---|
| echo $ECHO_N "checking if you want broken-linker support code... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want broken-linker support code... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-broken_linker or --disable-broken_linker was given. | | # Check whether --enable-broken_linker or --disable-broken_linker was given. |
---|
@@ -9142,12 +9143,12 @@ if test "${enable_broken_linker+set}" = set; then |
| enableval="$enable_broken_linker" | | enableval="$enable_broken_linker" |
---|
| with_broken_linker=$enableval | | with_broken_linker=$enableval |
---|
| else | | else |
---|
| - with_broken_linker=${BROKEN_LINKER:-no} | | + with_broken_linker=no |
---|
| fi; | | fi; |
---|
| -echo "$as_me:9147: result: $with_broken_linker" >&5 | | +echo "$as_me:9148: result: $with_broken_linker" >&5 |
---|
| echo "${ECHO_T}$with_broken_linker" >&6 | | echo "${ECHO_T}$with_broken_linker" >&6 |
---|
| | | |
---|
| -BROKEN_LINKER=0 | | +: ${BROKEN_LINKER:=0} |
---|
| if test "x$with_broken_linker" = xyes ; then | | if test "x$with_broken_linker" = xyes ; then |
---|
| | | |
---|
| cat >>confdefs.h <<\EOF | | cat >>confdefs.h <<\EOF |
---|
@@ -9155,25 +9156,10 @@ cat >>confdefs.h <<\EOF |
| EOF | | EOF |
---|
| | | |
---|
| BROKEN_LINKER=1 | | BROKEN_LINKER=1 |
---|
| -elif test "$DFT_LWR_MODEL" = shared ; then | | |
---|
| - case $cf_cv_system_name in | | |
---|
| - (cygwin*) | | |
---|
| - | | |
---|
| -cat >>confdefs.h <<\EOF | | |
---|
| -#define BROKEN_LINKER 1 | | |
---|
| -EOF | | |
---|
| - | | |
---|
| - BROKEN_LINKER=1 | | |
---|
| - test -n "$verbose" && echo " cygwin linker is broken anyway" 1>&6 | | |
---|
| - | | |
---|
| -echo "${as_me:-configure}:9169: testing cygwin linker is broken anyway ..." 1>&5 | | |
---|
| - | | |
---|
| - ;; | | |
---|
| - esac | | |
---|
| fi | | fi |
---|
| | | |
---|
| ### use option --enable-bsdpad to have tputs process BSD-style prefix padding | | ### use option --enable-bsdpad to have tputs process BSD-style prefix padding |
---|
| -echo "$as_me:9176: checking if tputs should process BSD-style prefix padding" >&5 | | +echo "$as_me:9162: checking if tputs should process BSD-style prefix padding" >&5 |
---|
| echo $ECHO_N "checking if tputs should process BSD-style prefix padding... $ECHO_C" >&6 | | echo $ECHO_N "checking if tputs should process BSD-style prefix padding... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-bsdpad or --disable-bsdpad was given. | | # Check whether --enable-bsdpad or --disable-bsdpad was given. |
---|
@@ -9183,7 +9169,7 @@ if test "${enable_bsdpad+set}" = set; then |
| else | | else |
---|
| with_bsdpad=no | | with_bsdpad=no |
---|
| fi; | | fi; |
---|
| -echo "$as_me:9186: result: $with_bsdpad" >&5 | | +echo "$as_me:9172: result: $with_bsdpad" >&5 |
---|
| echo "${ECHO_T}$with_bsdpad" >&6 | | echo "${ECHO_T}$with_bsdpad" >&6 |
---|
| test "x$with_bsdpad" = xyes && | | test "x$with_bsdpad" = xyes && |
---|
| cat >>confdefs.h <<\EOF | | cat >>confdefs.h <<\EOF |
---|
@@ -9202,14 +9188,14 @@ NCURSES_WINT_T=0 |
| # Check to define _XOPEN_SOURCE "automatically" | | # Check to define _XOPEN_SOURCE "automatically" |
---|
| CPPFLAGS_before_XOPEN="$CPPFLAGS" | | CPPFLAGS_before_XOPEN="$CPPFLAGS" |
---|
| | | |
---|
| -echo "$as_me:9205: checking if the POSIX test-macros are already defined" >&5 | | +echo "$as_me:9191: checking if the POSIX test-macros are already defined" >&5 |
---|
| echo $ECHO_N "checking if the POSIX test-macros are already defined... $ECHO_C" >&6 | | echo $ECHO_N "checking if the POSIX test-macros are already defined... $ECHO_C" >&6 |
---|
| if test "${cf_cv_posix_visible+set}" = set; then | | if test "${cf_cv_posix_visible+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 9212 "configure" | | +#line 9198 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <stdio.h> | | #include <stdio.h> |
---|
| int | | int |
---|
@@ -9228,16 +9214,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:9231: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:9217: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9234: \$? = $ac_status" >&5 | | + echo "$as_me:9220: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:9237: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:9223: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9240: \$? = $ac_status" >&5 | | + echo "$as_me:9226: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_posix_visible=no | | cf_cv_posix_visible=no |
---|
| else | | else |
---|
@@ -9248,7 +9234,7 @@ fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:9251: result: $cf_cv_posix_visible" >&5 | | +echo "$as_me:9237: result: $cf_cv_posix_visible" >&5 |
---|
| echo "${ECHO_T}$cf_cv_posix_visible" >&6 | | echo "${ECHO_T}$cf_cv_posix_visible" >&6 |
---|
| | | |
---|
| if test "$cf_cv_posix_visible" = no; then | | if test "$cf_cv_posix_visible" = no; then |
---|
@@ -9293,14 +9279,14 @@ case $host_os in |
| | | |
---|
| cf_gnu_xopen_source=$cf_XOPEN_SOURCE | | cf_gnu_xopen_source=$cf_XOPEN_SOURCE |
---|
| | | |
---|
| -echo "$as_me:9296: checking if this is the GNU C library" >&5 | | +echo "$as_me:9282: checking if this is the GNU C library" >&5 |
---|
| echo $ECHO_N "checking if this is the GNU C library... $ECHO_C" >&6 | | echo $ECHO_N "checking if this is the GNU C library... $ECHO_C" >&6 |
---|
| if test "${cf_cv_gnu_library+set}" = set; then | | if test "${cf_cv_gnu_library+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 9303 "configure" | | +#line 9289 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
| int | | int |
---|
@@ -9319,16 +9305,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:9322: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:9308: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9325: \$? = $ac_status" >&5 | | + echo "$as_me:9311: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:9328: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:9314: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9331: \$? = $ac_status" >&5 | | + echo "$as_me:9317: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_gnu_library=yes | | cf_cv_gnu_library=yes |
---|
| else | | else |
---|
@@ -9339,7 +9325,7 @@ fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:9342: result: $cf_cv_gnu_library" >&5 | | +echo "$as_me:9328: result: $cf_cv_gnu_library" >&5 |
---|
| echo "${ECHO_T}$cf_cv_gnu_library" >&6 | | echo "${ECHO_T}$cf_cv_gnu_library" >&6 |
---|
| | | |
---|
| if test x$cf_cv_gnu_library = xyes; then | | if test x$cf_cv_gnu_library = xyes; then |
---|
@@ -9347,7 +9333,7 @@ if test x$cf_cv_gnu_library = xyes; then |
| # With glibc 2.19 (13 years after this check was begun), _DEFAULT_SOURCE | | # With glibc 2.19 (13 years after this check was begun), _DEFAULT_SOURCE |
---|
| # was changed to help a little. newlib incorporated the change about 4 | | # was changed to help a little. newlib incorporated the change about 4 |
---|
| # years later. | | # years later. |
---|
| - echo "$as_me:9350: checking if _DEFAULT_SOURCE can be used as a basis" >&5 | | + echo "$as_me:9336: checking if _DEFAULT_SOURCE can be used as a basis" >&5 |
---|
| echo $ECHO_N "checking if _DEFAULT_SOURCE can be used as a basis... $ECHO_C" >&6 | | echo $ECHO_N "checking if _DEFAULT_SOURCE can be used as a basis... $ECHO_C" >&6 |
---|
| if test "${cf_cv_gnu_library_219+set}" = set; then | | if test "${cf_cv_gnu_library_219+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
@@ -9359,7 +9345,7 @@ else |
| CPPFLAGS="${CPPFLAGS}-D_DEFAULT_SOURCE" | | CPPFLAGS="${CPPFLAGS}-D_DEFAULT_SOURCE" |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 9362 "configure" | | +#line 9348 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
| int | | int |
---|
@@ -9378,16 +9364,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:9381: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:9367: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9384: \$? = $ac_status" >&5 | | + echo "$as_me:9370: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:9387: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:9373: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9390: \$? = $ac_status" >&5 | | + echo "$as_me:9376: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_gnu_library_219=yes | | cf_cv_gnu_library_219=yes |
---|
| else | | else |
---|
@@ -9399,12 +9385,12 @@ rm -f conftest.$ac_objext conftest.$ac_ext |
| CPPFLAGS="$cf_save" | | CPPFLAGS="$cf_save" |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:9402: result: $cf_cv_gnu_library_219" >&5 | | +echo "$as_me:9388: result: $cf_cv_gnu_library_219" >&5 |
---|
| echo "${ECHO_T}$cf_cv_gnu_library_219" >&6 | | echo "${ECHO_T}$cf_cv_gnu_library_219" >&6 |
---|
| | | |
---|
| if test "x$cf_cv_gnu_library_219" = xyes; then | | if test "x$cf_cv_gnu_library_219" = xyes; then |
---|
| cf_save="$CPPFLAGS" | | cf_save="$CPPFLAGS" |
---|
| - echo "$as_me:9407: checking if _XOPEN_SOURCE=$cf_gnu_xopen_source works with _DEFAULT_SOURCE" >&5 | | + echo "$as_me:9393: checking if _XOPEN_SOURCE=$cf_gnu_xopen_source works with _DEFAULT_SOURCE" >&5 |
---|
| echo $ECHO_N "checking if _XOPEN_SOURCE=$cf_gnu_xopen_source works with _DEFAULT_SOURCE... $ECHO_C" >&6 | | echo $ECHO_N "checking if _XOPEN_SOURCE=$cf_gnu_xopen_source works with _DEFAULT_SOURCE... $ECHO_C" >&6 |
---|
| if test "${cf_cv_gnu_dftsrc_219+set}" = set; then | | if test "${cf_cv_gnu_dftsrc_219+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
@@ -9509,7 +9495,7 @@ if test -n "$cf_new_extra_cppflags" ; then |
| fi | | fi |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 9512 "configure" | | +#line 9498 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <limits.h> | | #include <limits.h> |
---|
@@ -9529,16 +9515,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:9532: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:9518: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9535: \$? = $ac_status" >&5 | | + echo "$as_me:9521: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:9538: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:9524: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9541: \$? = $ac_status" >&5 | | + echo "$as_me:9527: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_gnu_dftsrc_219=yes | | cf_cv_gnu_dftsrc_219=yes |
---|
| else | | else |
---|
@@ -9549,7 +9535,7 @@ fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:9552: result: $cf_cv_gnu_dftsrc_219" >&5 | | +echo "$as_me:9538: result: $cf_cv_gnu_dftsrc_219" >&5 |
---|
| echo "${ECHO_T}$cf_cv_gnu_dftsrc_219" >&6 | | echo "${ECHO_T}$cf_cv_gnu_dftsrc_219" >&6 |
---|
| test "x$cf_cv_gnu_dftsrc_219" = "xyes" || CPPFLAGS="$cf_save" | | test "x$cf_cv_gnu_dftsrc_219" = "xyes" || CPPFLAGS="$cf_save" |
---|
| else | | else |
---|
@@ -9558,14 +9544,14 @@ echo "${ECHO_T}$cf_cv_gnu_dftsrc_219" >&6 |
| | | |
---|
| if test "x$cf_cv_gnu_dftsrc_219" != xyes; then | | if test "x$cf_cv_gnu_dftsrc_219" != xyes; then |
---|
| | | |
---|
| - echo "$as_me:9561: checking if we must define _GNU_SOURCE" >&5 | | + echo "$as_me:9547: checking if we must define _GNU_SOURCE" >&5 |
---|
| echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6 | | echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6 |
---|
| if test "${cf_cv_gnu_source+set}" = set; then | | if test "${cf_cv_gnu_source+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 9568 "configure" | | +#line 9554 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
| int | | int |
---|
@@ -9580,16 +9566,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:9583: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:9569: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9586: \$? = $ac_status" >&5 | | + echo "$as_me:9572: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:9589: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:9575: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9592: \$? = $ac_status" >&5 | | + echo "$as_me:9578: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_gnu_source=no | | cf_cv_gnu_source=no |
---|
| else | | else |
---|
@@ -9696,7 +9682,7 @@ if test -n "$cf_new_extra_cppflags" ; then |
| fi | | fi |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 9699 "configure" | | +#line 9685 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
| int | | int |
---|
@@ -9711,16 +9697,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:9714: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:9700: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9717: \$? = $ac_status" >&5 | | + echo "$as_me:9703: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:9720: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:9706: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9723: \$? = $ac_status" >&5 | | + echo "$as_me:9709: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_gnu_source=no | | cf_cv_gnu_source=no |
---|
| else | | else |
---|
@@ -9735,12 +9721,12 @@ fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:9738: result: $cf_cv_gnu_source" >&5 | | +echo "$as_me:9724: result: $cf_cv_gnu_source" >&5 |
---|
| echo "${ECHO_T}$cf_cv_gnu_source" >&6 | | echo "${ECHO_T}$cf_cv_gnu_source" >&6 |
---|
| | | |
---|
| if test "$cf_cv_gnu_source" = yes | | if test "$cf_cv_gnu_source" = yes |
---|
| then | | then |
---|
| - echo "$as_me:9743: checking if we should also define _DEFAULT_SOURCE" >&5 | | + echo "$as_me:9729: checking if we should also define _DEFAULT_SOURCE" >&5 |
---|
| echo $ECHO_N "checking if we should also define _DEFAULT_SOURCE... $ECHO_C" >&6 | | echo $ECHO_N "checking if we should also define _DEFAULT_SOURCE... $ECHO_C" >&6 |
---|
| if test "${cf_cv_default_source+set}" = set; then | | if test "${cf_cv_default_source+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
@@ -9750,7 +9736,7 @@ else |
| CPPFLAGS="${CPPFLAGS}-D_GNU_SOURCE" | | CPPFLAGS="${CPPFLAGS}-D_GNU_SOURCE" |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 9753 "configure" | | +#line 9739 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
| int | | int |
---|
@@ -9765,16 +9751,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:9768: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:9754: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9771: \$? = $ac_status" >&5 | | + echo "$as_me:9757: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:9774: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:9760: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9777: \$? = $ac_status" >&5 | | + echo "$as_me:9763: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_default_source=no | | cf_cv_default_source=no |
---|
| else | | else |
---|
@@ -9785,7 +9771,7 @@ fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:9788: result: $cf_cv_default_source" >&5 | | +echo "$as_me:9774: result: $cf_cv_default_source" >&5 |
---|
| echo "${ECHO_T}$cf_cv_default_source" >&6 | | echo "${ECHO_T}$cf_cv_default_source" >&6 |
---|
| if test "$cf_cv_default_source" = yes | | if test "$cf_cv_default_source" = yes |
---|
| then | | then |
---|
@@ -9822,16 +9808,16 @@ cf_trim_CPPFLAGS=`echo "$cf_save_CPPFLAGS" | \ |
| sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \ | | sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \ |
---|
| -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'` | | -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'` |
---|
| | | |
---|
| -echo "$as_me:9825: checking if we should define _POSIX_C_SOURCE" >&5 | | +echo "$as_me:9811: checking if we should define _POSIX_C_SOURCE" >&5 |
---|
| echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 | | echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 |
---|
| if test "${cf_cv_posix_c_source+set}" = set; then | | if test "${cf_cv_posix_c_source+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| | | |
---|
| -echo "${as_me:-configure}:9831: testing if the symbol is already defined go no further ..." 1>&5 | | +echo "${as_me:-configure}:9817: testing if the symbol is already defined go no further ..." 1>&5 |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 9834 "configure" | | +#line 9820 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
| int | | int |
---|
@@ -9846,16 +9832,16 @@ make an error |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:9849: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:9835: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9852: \$? = $ac_status" >&5 | | + echo "$as_me:9838: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:9855: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:9841: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9858: \$? = $ac_status" >&5 | | + echo "$as_me:9844: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_posix_c_source=no | | cf_cv_posix_c_source=no |
---|
| else | | else |
---|
@@ -9876,7 +9862,7 @@ cf_want_posix_source=no |
| esac | | esac |
---|
| if test "$cf_want_posix_source" = yes ; then | | if test "$cf_want_posix_source" = yes ; then |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 9879 "configure" | | +#line 9865 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
| int | | int |
---|
@@ -9891,16 +9877,16 @@ make an error |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:9894: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:9880: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9897: \$? = $ac_status" >&5 | | + echo "$as_me:9883: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:9900: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:9886: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9903: \$? = $ac_status" >&5 | | + echo "$as_me:9889: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| : | | : |
---|
| else | | else |
---|
@@ -9911,7 +9897,7 @@ fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| fi | | fi |
---|
| | | |
---|
| -echo "${as_me:-configure}:9914: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 | | +echo "${as_me:-configure}:9900: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 |
---|
| | | |
---|
| CFLAGS="$cf_trim_CFLAGS" | | CFLAGS="$cf_trim_CFLAGS" |
---|
| CPPFLAGS="$cf_trim_CPPFLAGS" | | CPPFLAGS="$cf_trim_CPPFLAGS" |
---|
@@ -9919,10 +9905,10 @@ echo "${as_me:-configure}:9914: testing ifdef from value $cf_POSIX_C_SOURCE ..." |
| test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " | | test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " |
---|
| CPPFLAGS="${CPPFLAGS}$cf_cv_posix_c_source" | | CPPFLAGS="${CPPFLAGS}$cf_cv_posix_c_source" |
---|
| | | |
---|
| -echo "${as_me:-configure}:9922: testing if the second compile does not leave our definition intact error ..." 1>&5 | | +echo "${as_me:-configure}:9908: testing if the second compile does not leave our definition intact error ..." 1>&5 |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 9925 "configure" | | +#line 9911 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
| int | | int |
---|
@@ -9937,16 +9923,16 @@ make an error |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:9940: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:9926: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9943: \$? = $ac_status" >&5 | | + echo "$as_me:9929: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:9946: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:9932: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:9949: \$? = $ac_status" >&5 | | + echo "$as_me:9935: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| : | | : |
---|
| else | | else |
---|
@@ -9962,7 +9948,7 @@ fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:9965: result: $cf_cv_posix_c_source" >&5 | | +echo "$as_me:9951: result: $cf_cv_posix_c_source" >&5 |
---|
| echo "${ECHO_T}$cf_cv_posix_c_source" >&6 | | echo "${ECHO_T}$cf_cv_posix_c_source" >&6 |
---|
| | | |
---|
| if test "$cf_cv_posix_c_source" != no ; then | | if test "$cf_cv_posix_c_source" != no ; then |
---|
@@ -10102,14 +10088,14 @@ fi # cf_cv_posix_visible |
| ;; | | ;; |
---|
| (*) | | (*) |
---|
| | | |
---|
| -echo "$as_me:10105: checking if we should define _XOPEN_SOURCE" >&5 | | +echo "$as_me:10091: checking if we should define _XOPEN_SOURCE" >&5 |
---|
| echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 | | echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 |
---|
| if test "${cf_cv_xopen_source+set}" = set; then | | if test "${cf_cv_xopen_source+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 10112 "configure" | | +#line 10098 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <stdlib.h> | | #include <stdlib.h> |
---|
@@ -10128,16 +10114,16 @@ make an error |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:10131: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:10117: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10134: \$? = $ac_status" >&5 | | + echo "$as_me:10120: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:10137: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:10123: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10140: \$? = $ac_status" >&5 | | + echo "$as_me:10126: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_xopen_source=no | | cf_cv_xopen_source=no |
---|
| else | | else |
---|
@@ -10149,7 +10135,7 @@ cf_save="$CPPFLAGS" |
| CPPFLAGS="${CPPFLAGS}-D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" | | CPPFLAGS="${CPPFLAGS}-D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 10152 "configure" | | +#line 10138 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <stdlib.h> | | #include <stdlib.h> |
---|
@@ -10168,16 +10154,16 @@ make an error |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:10171: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:10157: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10174: \$? = $ac_status" >&5 | | + echo "$as_me:10160: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:10177: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:10163: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10180: \$? = $ac_status" >&5 | | + echo "$as_me:10166: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_xopen_source=no | | cf_cv_xopen_source=no |
---|
| else | | else |
---|
@@ -10192,7 +10178,7 @@ fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:10195: result: $cf_cv_xopen_source" >&5 | | +echo "$as_me:10181: result: $cf_cv_xopen_source" >&5 |
---|
| echo "${ECHO_T}$cf_cv_xopen_source" >&6 | | echo "${ECHO_T}$cf_cv_xopen_source" >&6 |
---|
| | | |
---|
| if test "$cf_cv_xopen_source" != no ; then | | if test "$cf_cv_xopen_source" != no ; then |
---|
@@ -10322,16 +10308,16 @@ cf_trim_CPPFLAGS=`echo "$cf_save_CPPFLAGS" | \ |
| sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \ | | sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \ |
---|
| -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'` | | -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'` |
---|
| | | |
---|
| -echo "$as_me:10325: checking if we should define _POSIX_C_SOURCE" >&5 | | +echo "$as_me:10311: checking if we should define _POSIX_C_SOURCE" >&5 |
---|
| echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 | | echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 |
---|
| if test "${cf_cv_posix_c_source+set}" = set; then | | if test "${cf_cv_posix_c_source+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| | | |
---|
| -echo "${as_me:-configure}:10331: testing if the symbol is already defined go no further ..." 1>&5 | | +echo "${as_me:-configure}:10317: testing if the symbol is already defined go no further ..." 1>&5 |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 10334 "configure" | | +#line 10320 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
| int | | int |
---|
@@ -10346,16 +10332,16 @@ make an error |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:10349: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:10335: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10352: \$? = $ac_status" >&5 | | + echo "$as_me:10338: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:10355: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:10341: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10358: \$? = $ac_status" >&5 | | + echo "$as_me:10344: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_posix_c_source=no | | cf_cv_posix_c_source=no |
---|
| else | | else |
---|
@@ -10376,7 +10362,7 @@ cf_want_posix_source=no |
| esac | | esac |
---|
| if test "$cf_want_posix_source" = yes ; then | | if test "$cf_want_posix_source" = yes ; then |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 10379 "configure" | | +#line 10365 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
| int | | int |
---|
@@ -10391,16 +10377,16 @@ make an error |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:10394: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:10380: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10397: \$? = $ac_status" >&5 | | + echo "$as_me:10383: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:10400: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:10386: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10403: \$? = $ac_status" >&5 | | + echo "$as_me:10389: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| : | | : |
---|
| else | | else |
---|
@@ -10411,7 +10397,7 @@ fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| fi | | fi |
---|
| | | |
---|
| -echo "${as_me:-configure}:10414: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 | | +echo "${as_me:-configure}:10400: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 |
---|
| | | |
---|
| CFLAGS="$cf_trim_CFLAGS" | | CFLAGS="$cf_trim_CFLAGS" |
---|
| CPPFLAGS="$cf_trim_CPPFLAGS" | | CPPFLAGS="$cf_trim_CPPFLAGS" |
---|
@@ -10419,10 +10405,10 @@ echo "${as_me:-configure}:10414: testing ifdef from value $cf_POSIX_C_SOURCE ... |
| test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " | | test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " |
---|
| CPPFLAGS="${CPPFLAGS}$cf_cv_posix_c_source" | | CPPFLAGS="${CPPFLAGS}$cf_cv_posix_c_source" |
---|
| | | |
---|
| -echo "${as_me:-configure}:10422: testing if the second compile does not leave our definition intact error ..." 1>&5 | | +echo "${as_me:-configure}:10408: testing if the second compile does not leave our definition intact error ..." 1>&5 |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 10425 "configure" | | +#line 10411 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
| int | | int |
---|
@@ -10437,16 +10423,16 @@ make an error |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:10440: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:10426: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10443: \$? = $ac_status" >&5 | | + echo "$as_me:10429: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:10446: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:10432: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10449: \$? = $ac_status" >&5 | | + echo "$as_me:10435: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| : | | : |
---|
| else | | else |
---|
@@ -10462,7 +10448,7 @@ fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:10465: result: $cf_cv_posix_c_source" >&5 | | +echo "$as_me:10451: result: $cf_cv_posix_c_source" >&5 |
---|
| echo "${ECHO_T}$cf_cv_posix_c_source" >&6 | | echo "${ECHO_T}$cf_cv_posix_c_source" >&6 |
---|
| | | |
---|
| if test "$cf_cv_posix_c_source" != no ; then | | if test "$cf_cv_posix_c_source" != no ; then |
---|
@@ -10656,7 +10642,7 @@ done |
| if test -n "$cf_new_cflags" ; then | | if test -n "$cf_new_cflags" ; then |
---|
| test -n "$verbose" && echo " add to \$CFLAGS $cf_new_cflags" 1>&6 | | test -n "$verbose" && echo " add to \$CFLAGS $cf_new_cflags" 1>&6 |
---|
| | | |
---|
| -echo "${as_me:-configure}:10659: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 | | +echo "${as_me:-configure}:10645: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5 |
---|
| | | |
---|
| test -n "$CFLAGS" && CFLAGS="$CFLAGS " | | test -n "$CFLAGS" && CFLAGS="$CFLAGS " |
---|
| CFLAGS="${CFLAGS}$cf_new_cflags" | | CFLAGS="${CFLAGS}$cf_new_cflags" |
---|
@@ -10666,7 +10652,7 @@ fi |
| if test -n "$cf_new_cppflags" ; then | | if test -n "$cf_new_cppflags" ; then |
---|
| test -n "$verbose" && echo " add to \$CPPFLAGS $cf_new_cppflags" 1>&6 | | test -n "$verbose" && echo " add to \$CPPFLAGS $cf_new_cppflags" 1>&6 |
---|
| | | |
---|
| -echo "${as_me:-configure}:10669: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 | | +echo "${as_me:-configure}:10655: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5 |
---|
| | | |
---|
| test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " | | test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " |
---|
| CPPFLAGS="${CPPFLAGS}$cf_new_cppflags" | | CPPFLAGS="${CPPFLAGS}$cf_new_cppflags" |
---|
@@ -10676,7 +10662,7 @@ fi |
| if test -n "$cf_new_extra_cppflags" ; then | | if test -n "$cf_new_extra_cppflags" ; then |
---|
| test -n "$verbose" && echo " add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags" 1>&6 | | test -n "$verbose" && echo " add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags" 1>&6 |
---|
| | | |
---|
| -echo "${as_me:-configure}:10679: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 | | +echo "${as_me:-configure}:10665: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5 |
---|
| | | |
---|
| test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS " | | test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS " |
---|
| EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags" | | EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags" |
---|
@@ -10686,10 +10672,10 @@ fi |
| fi | | fi |
---|
| | | |
---|
| if test -n "$cf_XOPEN_SOURCE" && test -z "$cf_cv_xopen_source" ; then | | if test -n "$cf_XOPEN_SOURCE" && test -z "$cf_cv_xopen_source" ; then |
---|
| - echo "$as_me:10689: checking if _XOPEN_SOURCE really is set" >&5 | | + echo "$as_me:10675: checking if _XOPEN_SOURCE really is set" >&5 |
---|
| echo $ECHO_N "checking if _XOPEN_SOURCE really is set... $ECHO_C" >&6 | | echo $ECHO_N "checking if _XOPEN_SOURCE really is set... $ECHO_C" >&6 |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 10692 "configure" | | +#line 10678 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <stdlib.h> | | #include <stdlib.h> |
---|
| int | | int |
---|
@@ -10704,16 +10690,16 @@ make an error |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:10707: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:10693: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10710: \$? = $ac_status" >&5 | | + echo "$as_me:10696: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:10713: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:10699: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10716: \$? = $ac_status" >&5 | | + echo "$as_me:10702: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_XOPEN_SOURCE_set=yes | | cf_XOPEN_SOURCE_set=yes |
---|
| else | | else |
---|
@@ -10722,12 +10708,12 @@ cat conftest.$ac_ext >&5 |
| cf_XOPEN_SOURCE_set=no | | cf_XOPEN_SOURCE_set=no |
---|
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| - echo "$as_me:10725: result: $cf_XOPEN_SOURCE_set" >&5 | | + echo "$as_me:10711: result: $cf_XOPEN_SOURCE_set" >&5 |
---|
| echo "${ECHO_T}$cf_XOPEN_SOURCE_set" >&6 | | echo "${ECHO_T}$cf_XOPEN_SOURCE_set" >&6 |
---|
| if test $cf_XOPEN_SOURCE_set = yes | | if test $cf_XOPEN_SOURCE_set = yes |
---|
| then | | then |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 10730 "configure" | | +#line 10716 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <stdlib.h> | | #include <stdlib.h> |
---|
| int | | int |
---|
@@ -10742,16 +10728,16 @@ make an error |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:10745: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:10731: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10748: \$? = $ac_status" >&5 | | + echo "$as_me:10734: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:10751: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:10737: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10754: \$? = $ac_status" >&5 | | + echo "$as_me:10740: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_XOPEN_SOURCE_set_ok=yes | | cf_XOPEN_SOURCE_set_ok=yes |
---|
| else | | else |
---|
@@ -10762,19 +10748,19 @@ fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| if test $cf_XOPEN_SOURCE_set_ok = no | | if test $cf_XOPEN_SOURCE_set_ok = no |
---|
| then | | then |
---|
| - { echo "$as_me:10765: WARNING: _XOPEN_SOURCE is lower than requested" >&5 | | + { echo "$as_me:10751: WARNING: _XOPEN_SOURCE is lower than requested" >&5 |
---|
| echo "$as_me: WARNING: _XOPEN_SOURCE is lower than requested" >&2;} | | echo "$as_me: WARNING: _XOPEN_SOURCE is lower than requested" >&2;} |
---|
| fi | | fi |
---|
| else | | else |
---|
| | | |
---|
| -echo "$as_me:10770: checking if we should define _XOPEN_SOURCE" >&5 | | +echo "$as_me:10756: checking if we should define _XOPEN_SOURCE" >&5 |
---|
| echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 | | echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 |
---|
| if test "${cf_cv_xopen_source+set}" = set; then | | if test "${cf_cv_xopen_source+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 10777 "configure" | | +#line 10763 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <stdlib.h> | | #include <stdlib.h> |
---|
@@ -10793,16 +10779,16 @@ make an error |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:10796: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:10782: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10799: \$? = $ac_status" >&5 | | + echo "$as_me:10785: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:10802: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:10788: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10805: \$? = $ac_status" >&5 | | + echo "$as_me:10791: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_xopen_source=no | | cf_cv_xopen_source=no |
---|
| else | | else |
---|
@@ -10814,7 +10800,7 @@ cf_save="$CPPFLAGS" |
| CPPFLAGS="${CPPFLAGS}-D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" | | CPPFLAGS="${CPPFLAGS}-D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 10817 "configure" | | +#line 10803 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <stdlib.h> | | #include <stdlib.h> |
---|
@@ -10833,16 +10819,16 @@ make an error |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:10836: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:10822: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10839: \$? = $ac_status" >&5 | | + echo "$as_me:10825: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:10842: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:10828: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:10845: \$? = $ac_status" >&5 | | + echo "$as_me:10831: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_xopen_source=no | | cf_cv_xopen_source=no |
---|
| else | | else |
---|
@@ -10857,7 +10843,7 @@ fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:10860: result: $cf_cv_xopen_source" >&5 | | +echo "$as_me:10846: result: $cf_cv_xopen_source" >&5 |
---|
| echo "${ECHO_T}$cf_cv_xopen_source" >&6 | | echo "${ECHO_T}$cf_cv_xopen_source" >&6 |
---|
| | | |
---|
| if test "$cf_cv_xopen_source" != no ; then | | if test "$cf_cv_xopen_source" != no ; then |
---|
@@ -10980,14 +10966,14 @@ CPPFLAGS_after_XOPEN="$CPPFLAGS" |
| | | |
---|
| # Work around breakage on OS X | | # Work around breakage on OS X |
---|
| | | |
---|
| -echo "$as_me:10983: checking if SIGWINCH is defined" >&5 | | +echo "$as_me:10969: checking if SIGWINCH is defined" >&5 |
---|
| echo $ECHO_N "checking if SIGWINCH is defined... $ECHO_C" >&6 | | echo $ECHO_N "checking if SIGWINCH is defined... $ECHO_C" >&6 |
---|
| if test "${cf_cv_define_sigwinch+set}" = set; then | | if test "${cf_cv_define_sigwinch+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 10990 "configure" | | +#line 10976 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
@@ -11002,23 +10988,23 @@ int x = SIGWINCH |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:11005: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:10991: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11008: \$? = $ac_status" >&5 | | + echo "$as_me:10994: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:11011: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:10997: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11014: \$? = $ac_status" >&5 | | + echo "$as_me:11000: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_define_sigwinch=yes | | cf_cv_define_sigwinch=yes |
---|
| else | | else |
---|
| echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
---|
| cat conftest.$ac_ext >&5 | | cat conftest.$ac_ext >&5 |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 11021 "configure" | | +#line 11007 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #undef _XOPEN_SOURCE | | #undef _XOPEN_SOURCE |
---|
@@ -11036,16 +11022,16 @@ int x = SIGWINCH |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:11039: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:11025: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11042: \$? = $ac_status" >&5 | | + echo "$as_me:11028: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:11045: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:11031: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11048: \$? = $ac_status" >&5 | | + echo "$as_me:11034: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_define_sigwinch=maybe | | cf_cv_define_sigwinch=maybe |
---|
| else | | else |
---|
@@ -11059,11 +11045,11 @@ fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:11062: result: $cf_cv_define_sigwinch" >&5 | | +echo "$as_me:11048: result: $cf_cv_define_sigwinch" >&5 |
---|
| echo "${ECHO_T}$cf_cv_define_sigwinch" >&6 | | echo "${ECHO_T}$cf_cv_define_sigwinch" >&6 |
---|
| | | |
---|
| if test "$cf_cv_define_sigwinch" = maybe ; then | | if test "$cf_cv_define_sigwinch" = maybe ; then |
---|
| -echo "$as_me:11066: checking for actual SIGWINCH definition" >&5 | | +echo "$as_me:11052: checking for actual SIGWINCH definition" >&5 |
---|
| echo $ECHO_N "checking for actual SIGWINCH definition... $ECHO_C" >&6 | | echo $ECHO_N "checking for actual SIGWINCH definition... $ECHO_C" >&6 |
---|
| if test "${cf_cv_fixup_sigwinch+set}" = set; then | | if test "${cf_cv_fixup_sigwinch+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
@@ -11074,7 +11060,7 @@ cf_sigwinch=32 |
| while test $cf_sigwinch != 1 | | while test $cf_sigwinch != 1 |
---|
| do | | do |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 11077 "configure" | | +#line 11063 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #undef _XOPEN_SOURCE | | #undef _XOPEN_SOURCE |
---|
@@ -11096,16 +11082,16 @@ int x = SIGWINCH |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:11099: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:11085: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11102: \$? = $ac_status" >&5 | | + echo "$as_me:11088: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:11105: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:11091: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11108: \$? = $ac_status" >&5 | | + echo "$as_me:11094: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_fixup_sigwinch=$cf_sigwinch | | cf_cv_fixup_sigwinch=$cf_sigwinch |
---|
| break | | break |
---|
@@ -11119,7 +11105,7 @@ cf_sigwinch=`expr $cf_sigwinch - 1` |
| done | | done |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:11122: result: $cf_cv_fixup_sigwinch" >&5 | | +echo "$as_me:11108: result: $cf_cv_fixup_sigwinch" >&5 |
---|
| echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6 | | echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6 |
---|
| | | |
---|
| if test "$cf_cv_fixup_sigwinch" != unknown ; then | | if test "$cf_cv_fixup_sigwinch" != unknown ; then |
---|
@@ -11129,13 +11115,13 @@ fi |
| | | |
---|
| # Checks for CODESET support. | | # Checks for CODESET support. |
---|
| | | |
---|
| -echo "$as_me:11132: checking for nl_langinfo and CODESET" >&5 | | +echo "$as_me:11118: checking for nl_langinfo and CODESET" >&5 |
---|
| echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 | | echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 |
---|
| if test "${am_cv_langinfo_codeset+set}" = set; then | | if test "${am_cv_langinfo_codeset+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 11138 "configure" | | +#line 11124 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <langinfo.h> | | #include <langinfo.h> |
---|
| int | | int |
---|
@@ -11147,16 +11133,16 @@ char* cs = nl_langinfo(CODESET); |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
---|
| -if { (eval echo "$as_me:11150: \"$ac_link\"") >&5 | | +if { (eval echo "$as_me:11136: \"$ac_link\"") >&5 |
---|
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11153: \$? = $ac_status" >&5 | | + echo "$as_me:11139: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
---|
| - { (eval echo "$as_me:11156: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:11142: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11159: \$? = $ac_status" >&5 | | + echo "$as_me:11145: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| am_cv_langinfo_codeset=yes | | am_cv_langinfo_codeset=yes |
---|
| else | | else |
---|
@@ -11167,7 +11153,7 @@ fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:11170: result: $am_cv_langinfo_codeset" >&5 | | +echo "$as_me:11156: result: $am_cv_langinfo_codeset" >&5 |
---|
| echo "${ECHO_T}$am_cv_langinfo_codeset" >&6 | | echo "${ECHO_T}$am_cv_langinfo_codeset" >&6 |
---|
| if test $am_cv_langinfo_codeset = yes; then | | if test $am_cv_langinfo_codeset = yes; then |
---|
| | | |
---|
@@ -11181,7 +11167,7 @@ EOF |
| NCURSES_OK_WCHAR_T= | | NCURSES_OK_WCHAR_T= |
---|
| NCURSES_OK_WINT_T= | | NCURSES_OK_WINT_T= |
---|
| | | |
---|
| -echo "$as_me:11184: checking if you want wide-character code" >&5 | | +echo "$as_me:11170: checking if you want wide-character code" >&5 |
---|
| echo $ECHO_N "checking if you want wide-character code... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want wide-character code... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-widec or --disable-widec was given. | | # Check whether --enable-widec or --disable-widec was given. |
---|
@@ -11191,7 +11177,7 @@ if test "${enable_widec+set}" = set; then |
| else | | else |
---|
| with_widec=no | | with_widec=no |
---|
| fi; | | fi; |
---|
| -echo "$as_me:11194: result: $with_widec" >&5 | | +echo "$as_me:11180: result: $with_widec" >&5 |
---|
| echo "${ECHO_T}$with_widec" >&6 | | echo "${ECHO_T}$with_widec" >&6 |
---|
| | | |
---|
| NCURSES_WCWIDTH_GRAPHICS=1 | | NCURSES_WCWIDTH_GRAPHICS=1 |
---|
@@ -11215,23 +11201,23 @@ wctype.h \ |
| | | |
---|
| do | | do |
---|
| as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
---|
| -echo "$as_me:11218: checking for $ac_header" >&5 | | +echo "$as_me:11204: checking for $ac_header" >&5 |
---|
| echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
---|
| if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 11224 "configure" | | +#line 11210 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <$ac_header> | | #include <$ac_header> |
---|
| _ACEOF | | _ACEOF |
---|
| -if { (eval echo "$as_me:11228: \"$ac_cpp conftest.$ac_ext\"") >&5 | | +if { (eval echo "$as_me:11214: \"$ac_cpp conftest.$ac_ext\"") >&5 |
---|
| (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
---|
| ac_status=$? | | ac_status=$? |
---|
| egrep -v '^ *\+' conftest.er1 >conftest.err | | egrep -v '^ *\+' conftest.er1 >conftest.err |
---|
| rm -f conftest.er1 | | rm -f conftest.er1 |
---|
| cat conftest.err >&5 | | cat conftest.err >&5 |
---|
| - echo "$as_me:11234: \$? = $ac_status" >&5 | | + echo "$as_me:11220: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
---|
| if test -s conftest.err; then | | if test -s conftest.err; then |
---|
| ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
---|
@@ -11250,7 +11236,7 @@ else |
| fi | | fi |
---|
| rm -f conftest.err conftest.$ac_ext | | rm -f conftest.err conftest.$ac_ext |
---|
| fi | | fi |
---|
| -echo "$as_me:11253: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | +echo "$as_me:11239: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
---|
| echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
---|
| if test `eval echo '${'$as_ac_Header'}'` = yes; then | | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
---|
| cat >>confdefs.h <<EOF | | cat >>confdefs.h <<EOF |
---|
@@ -11260,14 +11246,14 @@ EOF |
| fi | | fi |
---|
| done | | done |
---|
| | | |
---|
| -echo "$as_me:11263: checking if wchar.h can be used as is" >&5 | | +echo "$as_me:11249: checking if wchar.h can be used as is" >&5 |
---|
| echo $ECHO_N "checking if wchar.h can be used as is... $ECHO_C" >&6 | | echo $ECHO_N "checking if wchar.h can be used as is... $ECHO_C" >&6 |
---|
| if test "${cf_cv_wchar_h_okay+set}" = set; then | | if test "${cf_cv_wchar_h_okay+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 11270 "configure" | | +#line 11256 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <stdlib.h> | | #include <stdlib.h> |
---|
@@ -11289,16 +11275,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:11292: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:11278: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11295: \$? = $ac_status" >&5 | | + echo "$as_me:11281: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:11298: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:11284: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11301: \$? = $ac_status" >&5 | | + echo "$as_me:11287: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_wchar_h_okay=yes | | cf_cv_wchar_h_okay=yes |
---|
| else | | else |
---|
@@ -11308,16 +11294,16 @@ cf_cv_wchar_h_okay=no |
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| fi | | fi |
---|
| -echo "$as_me:11311: result: $cf_cv_wchar_h_okay" >&5 | | +echo "$as_me:11297: result: $cf_cv_wchar_h_okay" >&5 |
---|
| echo "${ECHO_T}$cf_cv_wchar_h_okay" >&6 | | echo "${ECHO_T}$cf_cv_wchar_h_okay" >&6 |
---|
| | | |
---|
| if test $cf_cv_wchar_h_okay = no | | if test $cf_cv_wchar_h_okay = no |
---|
| then | | then |
---|
| | | |
---|
| -echo "$as_me:11317: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 | | +echo "$as_me:11303: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 |
---|
| echo $ECHO_N "checking if we must define _XOPEN_SOURCE_EXTENDED... $ECHO_C" >&6 | | echo $ECHO_N "checking if we must define _XOPEN_SOURCE_EXTENDED... $ECHO_C" >&6 |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 11320 "configure" | | +#line 11306 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
| | | |
---|
@@ -11333,16 +11319,16 @@ make an error |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:11336: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:11322: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11339: \$? = $ac_status" >&5 | | + echo "$as_me:11325: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:11342: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:11328: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11345: \$? = $ac_status" >&5 | | + echo "$as_me:11331: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_result=no | | cf_result=no |
---|
| else | | else |
---|
@@ -11351,16 +11337,16 @@ cat conftest.$ac_ext >&5 |
| cf_result=yes | | cf_result=yes |
---|
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| -echo "$as_me:11354: result: $cf_result" >&5 | | +echo "$as_me:11340: result: $cf_result" >&5 |
---|
| echo "${ECHO_T}$cf_result" >&6 | | echo "${ECHO_T}$cf_result" >&6 |
---|
| | | |
---|
| if test "$cf_result" = yes ; then | | if test "$cf_result" = yes ; then |
---|
| CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED" | | CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED" |
---|
| elif test "x" != "x" ; then | | elif test "x" != "x" ; then |
---|
| - echo "$as_me:11360: checking checking for compatible value versus " >&5 | | + echo "$as_me:11346: checking checking for compatible value versus " >&5 |
---|
| echo $ECHO_N "checking checking for compatible value versus ... $ECHO_C" >&6 | | echo $ECHO_N "checking checking for compatible value versus ... $ECHO_C" >&6 |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 11363 "configure" | | +#line 11349 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
| | | |
---|
@@ -11376,16 +11362,16 @@ make an error |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:11379: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:11365: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11382: \$? = $ac_status" >&5 | | + echo "$as_me:11368: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:11385: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:11371: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11388: \$? = $ac_status" >&5 | | + echo "$as_me:11374: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_result=yes | | cf_result=yes |
---|
| else | | else |
---|
@@ -11394,7 +11380,7 @@ cat conftest.$ac_ext >&5 |
| cf_result=no | | cf_result=no |
---|
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| - echo "$as_me:11397: result: $cf_result" >&5 | | + echo "$as_me:11383: result: $cf_result" >&5 |
---|
| echo "${ECHO_T}$cf_result" >&6 | | echo "${ECHO_T}$cf_result" >&6 |
---|
| if test "$cf_result" = no ; then | | if test "$cf_result" = no ; then |
---|
| # perhaps we can override it - try... | | # perhaps we can override it - try... |
---|
@@ -11404,7 +11390,7 @@ fi |
| | | |
---|
| fi | | fi |
---|
| | | |
---|
| -echo "$as_me:11407: checking if wcwidth agrees graphics are single-width" >&5 | | +echo "$as_me:11393: checking if wcwidth agrees graphics are single-width" >&5 |
---|
| echo $ECHO_N "checking if wcwidth agrees graphics are single-width... $ECHO_C" >&6 | | echo $ECHO_N "checking if wcwidth agrees graphics are single-width... $ECHO_C" >&6 |
---|
| if test "${cf_cv_wcwidth_graphics+set}" = set; then | | if test "${cf_cv_wcwidth_graphics+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
@@ -11475,7 +11461,7 @@ if test "$cross_compiling" = yes; then |
| cf_cv_wcwidth_graphics=unknown | | cf_cv_wcwidth_graphics=unknown |
---|
| else | | else |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 11478 "configure" | | +#line 11464 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <locale.h> | | #include <locale.h> |
---|
@@ -11519,15 +11505,15 @@ main(void) |
| | | |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest$ac_exeext | | rm -f conftest$ac_exeext |
---|
| -if { (eval echo "$as_me:11522: \"$ac_link\"") >&5 | | +if { (eval echo "$as_me:11508: \"$ac_link\"") >&5 |
---|
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11525: \$? = $ac_status" >&5 | | + echo "$as_me:11511: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
---|
| - { (eval echo "$as_me:11527: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:11513: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11530: \$? = $ac_status" >&5 | | + echo "$as_me:11516: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_wcwidth_graphics=yes | | cf_cv_wcwidth_graphics=yes |
---|
| else | | else |
---|
@@ -11540,7 +11526,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:11543: result: $cf_cv_wcwidth_graphics" >&5 | | +echo "$as_me:11529: result: $cf_cv_wcwidth_graphics" >&5 |
---|
| echo "${ECHO_T}$cf_cv_wcwidth_graphics" >&6 | | echo "${ECHO_T}$cf_cv_wcwidth_graphics" >&6 |
---|
| | | |
---|
| test "$cf_cv_wcwidth_graphics" = no && NCURSES_WCWIDTH_GRAPHICS=0 | | test "$cf_cv_wcwidth_graphics" = no && NCURSES_WCWIDTH_GRAPHICS=0 |
---|
@@ -11551,13 +11537,13 @@ echo "${ECHO_T}$cf_cv_wcwidth_graphics" >&6 |
| for ac_func in putwc btowc wctob mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcstombs mbstowcs | | for ac_func in putwc btowc wctob mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcstombs mbstowcs |
---|
| do | | do |
---|
| as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
---|
| -echo "$as_me:11554: checking for $ac_func" >&5 | | +echo "$as_me:11540: checking for $ac_func" >&5 |
---|
| echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
---|
| if eval "test \"\${$as_ac_var+set}\" = set"; then | | if eval "test \"\${$as_ac_var+set}\" = set"; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 11560 "configure" | | +#line 11546 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #define $ac_func autoconf_temporary | | #define $ac_func autoconf_temporary |
---|
| #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ | | #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ |
---|
@@ -11588,16 +11574,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
---|
| -if { (eval echo "$as_me:11591: \"$ac_link\"") >&5 | | +if { (eval echo "$as_me:11577: \"$ac_link\"") >&5 |
---|
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11594: \$? = $ac_status" >&5 | | + echo "$as_me:11580: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
---|
| - { (eval echo "$as_me:11597: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:11583: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11600: \$? = $ac_status" >&5 | | + echo "$as_me:11586: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| eval "$as_ac_var=yes" | | eval "$as_ac_var=yes" |
---|
| else | | else |
---|
@@ -11607,7 +11593,7 @@ eval "$as_ac_var=no" |
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
---|
| fi | | fi |
---|
| -echo "$as_me:11610: result: `eval echo '${'$as_ac_var'}'`" >&5 | | +echo "$as_me:11596: result: `eval echo '${'$as_ac_var'}'`" >&5 |
---|
| echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
---|
| if test `eval echo '${'$as_ac_var'}'` = yes; then | | if test `eval echo '${'$as_ac_var'}'` = yes; then |
---|
| cat >>confdefs.h <<EOF | | cat >>confdefs.h <<EOF |
---|
@@ -11619,7 +11605,7 @@ done |
| | | |
---|
| if test "x$ac_cv_func_putwc" != xyes ; then | | if test "x$ac_cv_func_putwc" != xyes ; then |
---|
| | | |
---|
| -echo "$as_me:11622: checking for multibyte character support" >&5 | | +echo "$as_me:11608: checking for multibyte character support" >&5 |
---|
| echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6 | | echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6 |
---|
| if test "${cf_cv_utf8_lib+set}" = set; then | | if test "${cf_cv_utf8_lib+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
@@ -11627,7 +11613,7 @@ else |
| | | |
---|
| cf_save_LIBS="$LIBS" | | cf_save_LIBS="$LIBS" |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 11630 "configure" | | +#line 11616 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <stdlib.h> | | #include <stdlib.h> |
---|
@@ -11640,16 +11626,16 @@ putwc(0,0); |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
---|
| -if { (eval echo "$as_me:11643: \"$ac_link\"") >&5 | | +if { (eval echo "$as_me:11629: \"$ac_link\"") >&5 |
---|
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11646: \$? = $ac_status" >&5 | | + echo "$as_me:11632: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
---|
| - { (eval echo "$as_me:11649: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:11635: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11652: \$? = $ac_status" >&5 | | + echo "$as_me:11638: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_utf8_lib=yes | | cf_cv_utf8_lib=yes |
---|
| else | | else |
---|
@@ -11661,12 +11647,12 @@ cat conftest.$ac_ext >&5 |
| cf_cv_header_path_utf8= | | cf_cv_header_path_utf8= |
---|
| cf_cv_library_path_utf8= | | cf_cv_library_path_utf8= |
---|
| | | |
---|
| -echo "${as_me:-configure}:11664: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 | | +echo "${as_me:-configure}:11650: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 |
---|
| | | |
---|
| cf_save_LIBS="$LIBS" | | cf_save_LIBS="$LIBS" |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 11669 "configure" | | +#line 11655 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <libutf8.h> | | #include <libutf8.h> |
---|
@@ -11679,16 +11665,16 @@ putwc(0,0); |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
---|
| -if { (eval echo "$as_me:11682: \"$ac_link\"") >&5 | | +if { (eval echo "$as_me:11668: \"$ac_link\"") >&5 |
---|
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11685: \$? = $ac_status" >&5 | | + echo "$as_me:11671: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
---|
| - { (eval echo "$as_me:11688: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:11674: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11691: \$? = $ac_status" >&5 | | + echo "$as_me:11677: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| | | |
---|
| cf_cv_find_linkage_utf8=yes | | cf_cv_find_linkage_utf8=yes |
---|
@@ -11702,7 +11688,7 @@ cat conftest.$ac_ext >&5 |
| LIBS="-lutf8 $cf_save_LIBS" | | LIBS="-lutf8 $cf_save_LIBS" |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 11705 "configure" | | +#line 11691 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <libutf8.h> | | #include <libutf8.h> |
---|
@@ -11715,16 +11701,16 @@ putwc(0,0); |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
---|
| -if { (eval echo "$as_me:11718: \"$ac_link\"") >&5 | | +if { (eval echo "$as_me:11704: \"$ac_link\"") >&5 |
---|
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11721: \$? = $ac_status" >&5 | | + echo "$as_me:11707: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
---|
| - { (eval echo "$as_me:11724: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:11710: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11727: \$? = $ac_status" >&5 | | + echo "$as_me:11713: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| | | |
---|
| cf_cv_find_linkage_utf8=yes | | cf_cv_find_linkage_utf8=yes |
---|
@@ -11741,9 +11727,9 @@ cat conftest.$ac_ext >&5 |
| | | |
---|
| test -n "$verbose" && echo " find linkage for utf8 library" 1>&6 | | test -n "$verbose" && echo " find linkage for utf8 library" 1>&6 |
---|
| | | |
---|
| -echo "${as_me:-configure}:11744: testing find linkage for utf8 library ..." 1>&5 | | +echo "${as_me:-configure}:11730: testing find linkage for utf8 library ..." 1>&5 |
---|
| | | |
---|
| -echo "${as_me:-configure}:11746: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5 | | +echo "${as_me:-configure}:11732: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5 |
---|
| | | |
---|
| cf_save_CPPFLAGS="$CPPFLAGS" | | cf_save_CPPFLAGS="$CPPFLAGS" |
---|
| cf_test_CPPFLAGS="$CPPFLAGS" | | cf_test_CPPFLAGS="$CPPFLAGS" |
---|
@@ -11834,7 +11820,7 @@ cf_search="$cf_search $cf_header_path_list" |
| if test -d $cf_cv_header_path_utf8 ; then | | if test -d $cf_cv_header_path_utf8 ; then |
---|
| test -n "$verbose" && echo " ... testing $cf_cv_header_path_utf8" 1>&6 | | test -n "$verbose" && echo " ... testing $cf_cv_header_path_utf8" 1>&6 |
---|
| | | |
---|
| -echo "${as_me:-configure}:11837: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 | | +echo "${as_me:-configure}:11823: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 |
---|
| | | |
---|
| CPPFLAGS="$cf_save_CPPFLAGS" | | CPPFLAGS="$cf_save_CPPFLAGS" |
---|
| | | |
---|
@@ -11842,7 +11828,7 @@ echo "${as_me:-configure}:11837: testing ... testing $cf_cv_header_path_utf8 ... |
| CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_utf8" | | CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_utf8" |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 11845 "configure" | | +#line 11831 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <libutf8.h> | | #include <libutf8.h> |
---|
@@ -11855,21 +11841,21 @@ putwc(0,0); |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:11858: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:11844: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11861: \$? = $ac_status" >&5 | | + echo "$as_me:11847: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:11864: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:11850: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11867: \$? = $ac_status" >&5 | | + echo "$as_me:11853: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| | | |
---|
| test -n "$verbose" && echo " ... found utf8 headers in $cf_cv_header_path_utf8" 1>&6 | | test -n "$verbose" && echo " ... found utf8 headers in $cf_cv_header_path_utf8" 1>&6 |
---|
| | | |
---|
| -echo "${as_me:-configure}:11872: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 | | +echo "${as_me:-configure}:11858: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 |
---|
| | | |
---|
| cf_cv_find_linkage_utf8=maybe | | cf_cv_find_linkage_utf8=maybe |
---|
| cf_test_CPPFLAGS="$CPPFLAGS" | | cf_test_CPPFLAGS="$CPPFLAGS" |
---|
@@ -11887,7 +11873,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext |
| | | |
---|
| if test "$cf_cv_find_linkage_utf8" = maybe ; then | | if test "$cf_cv_find_linkage_utf8" = maybe ; then |
---|
| | | |
---|
| -echo "${as_me:-configure}:11890: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 | | +echo "${as_me:-configure}:11876: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 |
---|
| | | |
---|
| cf_save_LIBS="$LIBS" | | cf_save_LIBS="$LIBS" |
---|
| cf_save_LDFLAGS="$LDFLAGS" | | cf_save_LDFLAGS="$LDFLAGS" |
---|
@@ -11962,13 +11948,13 @@ cf_search="$cf_library_path_list $cf_search" |
| if test -d $cf_cv_library_path_utf8 ; then | | if test -d $cf_cv_library_path_utf8 ; then |
---|
| test -n "$verbose" && echo " ... testing $cf_cv_library_path_utf8" 1>&6 | | test -n "$verbose" && echo " ... testing $cf_cv_library_path_utf8" 1>&6 |
---|
| | | |
---|
| -echo "${as_me:-configure}:11965: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 | | +echo "${as_me:-configure}:11951: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 |
---|
| | | |
---|
| CPPFLAGS="$cf_test_CPPFLAGS" | | CPPFLAGS="$cf_test_CPPFLAGS" |
---|
| LIBS="-lutf8 $cf_save_LIBS" | | LIBS="-lutf8 $cf_save_LIBS" |
---|
| LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_utf8" | | LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_utf8" |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 11971 "configure" | | +#line 11957 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <libutf8.h> | | #include <libutf8.h> |
---|
@@ -11981,21 +11967,21 @@ putwc(0,0); |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
---|
| -if { (eval echo "$as_me:11984: \"$ac_link\"") >&5 | | +if { (eval echo "$as_me:11970: \"$ac_link\"") >&5 |
---|
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11987: \$? = $ac_status" >&5 | | + echo "$as_me:11973: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
---|
| - { (eval echo "$as_me:11990: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:11976: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:11993: \$? = $ac_status" >&5 | | + echo "$as_me:11979: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| | | |
---|
| test -n "$verbose" && echo " ... found utf8 library in $cf_cv_library_path_utf8" 1>&6 | | test -n "$verbose" && echo " ... found utf8 library in $cf_cv_library_path_utf8" 1>&6 |
---|
| | | |
---|
| -echo "${as_me:-configure}:11998: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 | | +echo "${as_me:-configure}:11984: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 |
---|
| | | |
---|
| cf_cv_find_linkage_utf8=yes | | cf_cv_find_linkage_utf8=yes |
---|
| cf_cv_library_file_utf8="-lutf8" | | cf_cv_library_file_utf8="-lutf8" |
---|
@@ -12037,7 +12023,7 @@ fi |
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
---|
| fi | | fi |
---|
| -echo "$as_me:12040: result: $cf_cv_utf8_lib" >&5 | | +echo "$as_me:12026: result: $cf_cv_utf8_lib" >&5 |
---|
| echo "${ECHO_T}$cf_cv_utf8_lib" >&6 | | echo "${ECHO_T}$cf_cv_utf8_lib" >&6 |
---|
| | | |
---|
| # HAVE_LIBUTF8_H is used by ncurses if curses.h is shared between | | # HAVE_LIBUTF8_H is used by ncurses if curses.h is shared between |
---|
@@ -12075,7 +12061,7 @@ if test -n "$cf_cv_header_path_utf8" ; then |
| CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir" | | CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir" |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 12078 "configure" | | +#line 12064 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <stdio.h> | | #include <stdio.h> |
---|
| int | | int |
---|
@@ -12087,16 +12073,16 @@ printf("Hello") |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:12090: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:12076: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12093: \$? = $ac_status" >&5 | | + echo "$as_me:12079: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:12096: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:12082: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12099: \$? = $ac_status" >&5 | | + echo "$as_me:12085: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| : | | : |
---|
| else | | else |
---|
@@ -12113,7 +12099,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext |
| if test "$cf_have_incdir" = no ; then | | if test "$cf_have_incdir" = no ; then |
---|
| test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 | | test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 |
---|
| | | |
---|
| -echo "${as_me:-configure}:12116: testing adding $cf_add_incdir to include-path ..." 1>&5 | | +echo "${as_me:-configure}:12102: testing adding $cf_add_incdir to include-path ..." 1>&5 |
---|
| | | |
---|
| CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" | | CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" |
---|
| | | |
---|
@@ -12149,7 +12135,7 @@ if test -n "$cf_cv_library_path_utf8" ; then |
| if test "$cf_have_libdir" = no ; then | | if test "$cf_have_libdir" = no ; then |
---|
| test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 | | test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 |
---|
| | | |
---|
| -echo "${as_me:-configure}:12152: testing adding $cf_add_libdir to library-path ..." 1>&5 | | +echo "${as_me:-configure}:12138: testing adding $cf_add_libdir to library-path ..." 1>&5 |
---|
| | | |
---|
| LDFLAGS="-L$cf_add_libdir $LDFLAGS" | | LDFLAGS="-L$cf_add_libdir $LDFLAGS" |
---|
| fi | | fi |
---|
@@ -12181,14 +12167,14 @@ fi |
| fi | | fi |
---|
| | | |
---|
| # This is needed on Tru64 5.0 to declare mbstate_t | | # This is needed on Tru64 5.0 to declare mbstate_t |
---|
| -echo "$as_me:12184: checking if we must include wchar.h to declare mbstate_t" >&5 | | +echo "$as_me:12170: checking if we must include wchar.h to declare mbstate_t" >&5 |
---|
| echo $ECHO_N "checking if we must include wchar.h to declare mbstate_t... $ECHO_C" >&6 | | echo $ECHO_N "checking if we must include wchar.h to declare mbstate_t... $ECHO_C" >&6 |
---|
| if test "${cf_cv_mbstate_t+set}" = set; then | | if test "${cf_cv_mbstate_t+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 12191 "configure" | | +#line 12177 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <stdlib.h> | | #include <stdlib.h> |
---|
@@ -12206,23 +12192,23 @@ mbstate_t state |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:12209: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:12195: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12212: \$? = $ac_status" >&5 | | + echo "$as_me:12198: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:12215: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:12201: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12218: \$? = $ac_status" >&5 | | + echo "$as_me:12204: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_mbstate_t=no | | cf_cv_mbstate_t=no |
---|
| else | | else |
---|
| echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
---|
| cat conftest.$ac_ext >&5 | | cat conftest.$ac_ext >&5 |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 12225 "configure" | | +#line 12211 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <stdlib.h> | | #include <stdlib.h> |
---|
@@ -12241,16 +12227,16 @@ mbstate_t value |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:12244: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:12230: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12247: \$? = $ac_status" >&5 | | + echo "$as_me:12233: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:12250: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:12236: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12253: \$? = $ac_status" >&5 | | + echo "$as_me:12239: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_mbstate_t=yes | | cf_cv_mbstate_t=yes |
---|
| else | | else |
---|
@@ -12262,7 +12248,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| fi | | fi |
---|
| -echo "$as_me:12265: result: $cf_cv_mbstate_t" >&5 | | +echo "$as_me:12251: result: $cf_cv_mbstate_t" >&5 |
---|
| echo "${ECHO_T}$cf_cv_mbstate_t" >&6 | | echo "${ECHO_T}$cf_cv_mbstate_t" >&6 |
---|
| | | |
---|
| if test "$cf_cv_mbstate_t" = yes ; then | | if test "$cf_cv_mbstate_t" = yes ; then |
---|
@@ -12280,14 +12266,14 @@ if test "$cf_cv_mbstate_t" = unknown ; then |
| fi | | fi |
---|
| | | |
---|
| # This is needed on Tru64 5.0 to declare wchar_t | | # This is needed on Tru64 5.0 to declare wchar_t |
---|
| -echo "$as_me:12283: checking if we must include wchar.h to declare wchar_t" >&5 | | +echo "$as_me:12269: checking if we must include wchar.h to declare wchar_t" >&5 |
---|
| echo $ECHO_N "checking if we must include wchar.h to declare wchar_t... $ECHO_C" >&6 | | echo $ECHO_N "checking if we must include wchar.h to declare wchar_t... $ECHO_C" >&6 |
---|
| if test "${cf_cv_wchar_t+set}" = set; then | | if test "${cf_cv_wchar_t+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 12290 "configure" | | +#line 12276 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <stdlib.h> | | #include <stdlib.h> |
---|
@@ -12305,23 +12291,23 @@ wchar_t state |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:12308: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:12294: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12311: \$? = $ac_status" >&5 | | + echo "$as_me:12297: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:12314: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:12300: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12317: \$? = $ac_status" >&5 | | + echo "$as_me:12303: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_wchar_t=no | | cf_cv_wchar_t=no |
---|
| else | | else |
---|
| echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
---|
| cat conftest.$ac_ext >&5 | | cat conftest.$ac_ext >&5 |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 12324 "configure" | | +#line 12310 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <stdlib.h> | | #include <stdlib.h> |
---|
@@ -12340,16 +12326,16 @@ wchar_t value |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:12343: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:12329: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12346: \$? = $ac_status" >&5 | | + echo "$as_me:12332: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:12349: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:12335: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12352: \$? = $ac_status" >&5 | | + echo "$as_me:12338: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_wchar_t=yes | | cf_cv_wchar_t=yes |
---|
| else | | else |
---|
@@ -12361,7 +12347,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| fi | | fi |
---|
| -echo "$as_me:12364: result: $cf_cv_wchar_t" >&5 | | +echo "$as_me:12350: result: $cf_cv_wchar_t" >&5 |
---|
| echo "${ECHO_T}$cf_cv_wchar_t" >&6 | | echo "${ECHO_T}$cf_cv_wchar_t" >&6 |
---|
| | | |
---|
| if test "$cf_cv_wchar_t" = yes ; then | | if test "$cf_cv_wchar_t" = yes ; then |
---|
@@ -12384,14 +12370,14 @@ if test "$cf_cv_wchar_t" != unknown ; then |
| fi | | fi |
---|
| | | |
---|
| # This is needed on Tru64 5.0 to declare wint_t | | # This is needed on Tru64 5.0 to declare wint_t |
---|
| -echo "$as_me:12387: checking if we must include wchar.h to declare wint_t" >&5 | | +echo "$as_me:12373: checking if we must include wchar.h to declare wint_t" >&5 |
---|
| echo $ECHO_N "checking if we must include wchar.h to declare wint_t... $ECHO_C" >&6 | | echo $ECHO_N "checking if we must include wchar.h to declare wint_t... $ECHO_C" >&6 |
---|
| if test "${cf_cv_wint_t+set}" = set; then | | if test "${cf_cv_wint_t+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 12394 "configure" | | +#line 12380 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <stdlib.h> | | #include <stdlib.h> |
---|
@@ -12409,23 +12395,23 @@ wint_t state |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:12412: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:12398: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12415: \$? = $ac_status" >&5 | | + echo "$as_me:12401: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:12418: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:12404: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12421: \$? = $ac_status" >&5 | | + echo "$as_me:12407: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_wint_t=no | | cf_cv_wint_t=no |
---|
| else | | else |
---|
| echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
---|
| cat conftest.$ac_ext >&5 | | cat conftest.$ac_ext >&5 |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 12428 "configure" | | +#line 12414 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <stdlib.h> | | #include <stdlib.h> |
---|
@@ -12444,16 +12430,16 @@ wint_t value |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:12447: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:12433: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12450: \$? = $ac_status" >&5 | | + echo "$as_me:12436: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:12453: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:12439: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12456: \$? = $ac_status" >&5 | | + echo "$as_me:12442: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_wint_t=yes | | cf_cv_wint_t=yes |
---|
| else | | else |
---|
@@ -12465,7 +12451,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| fi | | fi |
---|
| -echo "$as_me:12468: result: $cf_cv_wint_t" >&5 | | +echo "$as_me:12454: result: $cf_cv_wint_t" >&5 |
---|
| echo "${ECHO_T}$cf_cv_wint_t" >&6 | | echo "${ECHO_T}$cf_cv_wint_t" >&6 |
---|
| | | |
---|
| if test "$cf_cv_wint_t" = yes ; then | | if test "$cf_cv_wint_t" = yes ; then |
---|
@@ -12497,7 +12483,7 @@ EOF |
| fi | | fi |
---|
| | | |
---|
| ### use option --disable-lp64 to allow long chtype | | ### use option --disable-lp64 to allow long chtype |
---|
| -echo "$as_me:12500: checking whether to enable _LP64 definition in curses.h" >&5 | | +echo "$as_me:12486: checking whether to enable _LP64 definition in curses.h" >&5 |
---|
| echo $ECHO_N "checking whether to enable _LP64 definition in curses.h... $ECHO_C" >&6 | | echo $ECHO_N "checking whether to enable _LP64 definition in curses.h... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-lp64 or --disable-lp64 was given. | | # Check whether --enable-lp64 or --disable-lp64 was given. |
---|
@@ -12507,7 +12493,7 @@ if test "${enable_lp64+set}" = set; then |
| else | | else |
---|
| with_lp64=$cf_dft_with_lp64 | | with_lp64=$cf_dft_with_lp64 |
---|
| fi; | | fi; |
---|
| -echo "$as_me:12510: result: $with_lp64" >&5 | | +echo "$as_me:12496: result: $with_lp64" >&5 |
---|
| echo "${ECHO_T}$with_lp64" >&6 | | echo "${ECHO_T}$with_lp64" >&6 |
---|
| | | |
---|
| if test "x$with_lp64" = xyes ; then | | if test "x$with_lp64" = xyes ; then |
---|
@@ -12523,7 +12509,7 @@ if test "${enable_largefile+set}" = set; then |
| fi; | | fi; |
---|
| if test "$enable_largefile" != no; then | | if test "$enable_largefile" != no; then |
---|
| | | |
---|
| - echo "$as_me:12526: checking for special C compiler options needed for large files" >&5 | | + echo "$as_me:12512: checking for special C compiler options needed for large files" >&5 |
---|
| echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 | | echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 |
---|
| if test "${ac_cv_sys_largefile_CC+set}" = set; then | | if test "${ac_cv_sys_largefile_CC+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
@@ -12535,7 +12521,7 @@ else |
| # IRIX 6.2 and later do not support large files by default, | | # IRIX 6.2 and later do not support large files by default, |
---|
| # so use the C compiler's -n32 option if that helps. | | # so use the C compiler's -n32 option if that helps. |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 12538 "configure" | | +#line 12524 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
| /* Check that off_t can represent 2**63 - 1 correctly. | | /* Check that off_t can represent 2**63 - 1 correctly. |
---|
@@ -12555,16 +12541,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:12558: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:12544: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12561: \$? = $ac_status" >&5 | | + echo "$as_me:12547: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:12564: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:12550: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12567: \$? = $ac_status" >&5 | | + echo "$as_me:12553: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| break | | break |
---|
| else | | else |
---|
@@ -12574,16 +12560,16 @@ fi |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| CC="$CC -n32" | | CC="$CC -n32" |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:12577: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:12563: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12580: \$? = $ac_status" >&5 | | + echo "$as_me:12566: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:12583: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:12569: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12586: \$? = $ac_status" >&5 | | + echo "$as_me:12572: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| ac_cv_sys_largefile_CC=' -n32'; break | | ac_cv_sys_largefile_CC=' -n32'; break |
---|
| else | | else |
---|
@@ -12597,13 +12583,13 @@ rm -f conftest.$ac_objext |
| rm -f conftest.$ac_ext | | rm -f conftest.$ac_ext |
---|
| fi | | fi |
---|
| fi | | fi |
---|
| -echo "$as_me:12600: result: $ac_cv_sys_largefile_CC" >&5 | | +echo "$as_me:12586: result: $ac_cv_sys_largefile_CC" >&5 |
---|
| echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 | | echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 |
---|
| if test "$ac_cv_sys_largefile_CC" != no; then | | if test "$ac_cv_sys_largefile_CC" != no; then |
---|
| CC=$CC$ac_cv_sys_largefile_CC | | CC=$CC$ac_cv_sys_largefile_CC |
---|
| fi | | fi |
---|
| | | |
---|
| - echo "$as_me:12606: checking for _FILE_OFFSET_BITS value needed for large files" >&5 | | + echo "$as_me:12592: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
---|
| echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 | | echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 |
---|
| if test "${ac_cv_sys_file_offset_bits+set}" = set; then | | if test "${ac_cv_sys_file_offset_bits+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
@@ -12611,7 +12597,7 @@ else |
| while :; do | | while :; do |
---|
| ac_cv_sys_file_offset_bits=no | | ac_cv_sys_file_offset_bits=no |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 12614 "configure" | | +#line 12600 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
| /* Check that off_t can represent 2**63 - 1 correctly. | | /* Check that off_t can represent 2**63 - 1 correctly. |
---|
@@ -12631,16 +12617,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:12634: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:12620: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12637: \$? = $ac_status" >&5 | | + echo "$as_me:12623: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:12640: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:12626: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12643: \$? = $ac_status" >&5 | | + echo "$as_me:12629: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| break | | break |
---|
| else | | else |
---|
@@ -12649,7 +12635,7 @@ cat conftest.$ac_ext >&5 |
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 12652 "configure" | | +#line 12638 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #define _FILE_OFFSET_BITS 64 | | #define _FILE_OFFSET_BITS 64 |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
@@ -12670,16 +12656,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:12673: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:12659: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12676: \$? = $ac_status" >&5 | | + echo "$as_me:12662: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:12679: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:12665: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12682: \$? = $ac_status" >&5 | | + echo "$as_me:12668: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| ac_cv_sys_file_offset_bits=64; break | | ac_cv_sys_file_offset_bits=64; break |
---|
| else | | else |
---|
@@ -12690,7 +12676,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext |
| break | | break |
---|
| done | | done |
---|
| fi | | fi |
---|
| -echo "$as_me:12693: result: $ac_cv_sys_file_offset_bits" >&5 | | +echo "$as_me:12679: result: $ac_cv_sys_file_offset_bits" >&5 |
---|
| echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 | | echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 |
---|
| if test "$ac_cv_sys_file_offset_bits" != no; then | | if test "$ac_cv_sys_file_offset_bits" != no; then |
---|
| | | |
---|
@@ -12700,7 +12686,7 @@ EOF |
| | | |
---|
| fi | | fi |
---|
| rm -rf conftest* | | rm -rf conftest* |
---|
| - echo "$as_me:12703: checking for _LARGE_FILES value needed for large files" >&5 | | + echo "$as_me:12689: checking for _LARGE_FILES value needed for large files" >&5 |
---|
| echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 | | echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 |
---|
| if test "${ac_cv_sys_large_files+set}" = set; then | | if test "${ac_cv_sys_large_files+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
@@ -12708,7 +12694,7 @@ else |
| while :; do | | while :; do |
---|
| ac_cv_sys_large_files=no | | ac_cv_sys_large_files=no |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 12711 "configure" | | +#line 12697 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
| /* Check that off_t can represent 2**63 - 1 correctly. | | /* Check that off_t can represent 2**63 - 1 correctly. |
---|
@@ -12728,16 +12714,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:12731: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:12717: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12734: \$? = $ac_status" >&5 | | + echo "$as_me:12720: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:12737: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:12723: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12740: \$? = $ac_status" >&5 | | + echo "$as_me:12726: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| break | | break |
---|
| else | | else |
---|
@@ -12746,7 +12732,7 @@ cat conftest.$ac_ext >&5 |
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 12749 "configure" | | +#line 12735 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #define _LARGE_FILES 1 | | #define _LARGE_FILES 1 |
---|
| #include <sys/types.h> | | #include <sys/types.h> |
---|
@@ -12767,16 +12753,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:12770: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:12756: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12773: \$? = $ac_status" >&5 | | + echo "$as_me:12759: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:12776: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:12762: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12779: \$? = $ac_status" >&5 | | + echo "$as_me:12765: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| ac_cv_sys_large_files=1; break | | ac_cv_sys_large_files=1; break |
---|
| else | | else |
---|
@@ -12787,7 +12773,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext |
| break | | break |
---|
| done | | done |
---|
| fi | | fi |
---|
| -echo "$as_me:12790: result: $ac_cv_sys_large_files" >&5 | | +echo "$as_me:12776: result: $ac_cv_sys_large_files" >&5 |
---|
| echo "${ECHO_T}$ac_cv_sys_large_files" >&6 | | echo "${ECHO_T}$ac_cv_sys_large_files" >&6 |
---|
| if test "$ac_cv_sys_large_files" != no; then | | if test "$ac_cv_sys_large_files" != no; then |
---|
| | | |
---|
@@ -12800,7 +12786,7 @@ rm -rf conftest* |
| fi | | fi |
---|
| | | |
---|
| if test "$enable_largefile" != no ; then | | if test "$enable_largefile" != no ; then |
---|
| - echo "$as_me:12803: checking for _LARGEFILE_SOURCE value needed for large files" >&5 | | + echo "$as_me:12789: checking for _LARGEFILE_SOURCE value needed for large files" >&5 |
---|
| echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 | | echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 |
---|
| if test "${ac_cv_sys_largefile_source+set}" = set; then | | if test "${ac_cv_sys_largefile_source+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
@@ -12808,7 +12794,7 @@ else |
| while :; do | | while :; do |
---|
| ac_cv_sys_largefile_source=no | | ac_cv_sys_largefile_source=no |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 12811 "configure" | | +#line 12797 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <stdio.h> | | #include <stdio.h> |
---|
| int | | int |
---|
@@ -12820,16 +12806,16 @@ return !fseeko; |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:12823: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:12809: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12826: \$? = $ac_status" >&5 | | + echo "$as_me:12812: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:12829: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:12815: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12832: \$? = $ac_status" >&5 | | + echo "$as_me:12818: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| break | | break |
---|
| else | | else |
---|
@@ -12838,7 +12824,7 @@ cat conftest.$ac_ext >&5 |
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 12841 "configure" | | +#line 12827 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #define _LARGEFILE_SOURCE 1 | | #define _LARGEFILE_SOURCE 1 |
---|
| #include <stdio.h> | | #include <stdio.h> |
---|
@@ -12851,16 +12837,16 @@ return !fseeko; |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:12854: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:12840: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12857: \$? = $ac_status" >&5 | | + echo "$as_me:12843: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:12860: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:12846: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12863: \$? = $ac_status" >&5 | | + echo "$as_me:12849: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| ac_cv_sys_largefile_source=1; break | | ac_cv_sys_largefile_source=1; break |
---|
| else | | else |
---|
@@ -12871,7 +12857,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext |
| break | | break |
---|
| done | | done |
---|
| fi | | fi |
---|
| -echo "$as_me:12874: result: $ac_cv_sys_largefile_source" >&5 | | +echo "$as_me:12860: result: $ac_cv_sys_largefile_source" >&5 |
---|
| echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 | | echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 |
---|
| if test "$ac_cv_sys_largefile_source" != no; then | | if test "$ac_cv_sys_largefile_source" != no; then |
---|
| | | |
---|
@@ -12885,13 +12871,13 @@ rm -rf conftest* |
| # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug | | # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug |
---|
| # in glibc 2.1.3, but that breaks too many other things. | | # in glibc 2.1.3, but that breaks too many other things. |
---|
| # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. | | # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. |
---|
| -echo "$as_me:12888: checking for fseeko" >&5 | | +echo "$as_me:12874: checking for fseeko" >&5 |
---|
| echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 | | echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 |
---|
| if test "${ac_cv_func_fseeko+set}" = set; then | | if test "${ac_cv_func_fseeko+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 12894 "configure" | | +#line 12880 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <stdio.h> | | #include <stdio.h> |
---|
| int | | int |
---|
@@ -12903,16 +12889,16 @@ return fseeko && fseeko (stdin, 0, 0); |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
---|
| -if { (eval echo "$as_me:12906: \"$ac_link\"") >&5 | | +if { (eval echo "$as_me:12892: \"$ac_link\"") >&5 |
---|
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12909: \$? = $ac_status" >&5 | | + echo "$as_me:12895: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
---|
| - { (eval echo "$as_me:12912: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:12898: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12915: \$? = $ac_status" >&5 | | + echo "$as_me:12901: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| ac_cv_func_fseeko=yes | | ac_cv_func_fseeko=yes |
---|
| else | | else |
---|
@@ -12922,7 +12908,7 @@ ac_cv_func_fseeko=no |
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
---|
| fi | | fi |
---|
| -echo "$as_me:12925: result: $ac_cv_func_fseeko" >&5 | | +echo "$as_me:12911: result: $ac_cv_func_fseeko" >&5 |
---|
| echo "${ECHO_T}$ac_cv_func_fseeko" >&6 | | echo "${ECHO_T}$ac_cv_func_fseeko" >&6 |
---|
| if test $ac_cv_func_fseeko = yes; then | | if test $ac_cv_func_fseeko = yes; then |
---|
| | | |
---|
@@ -12961,14 +12947,14 @@ fi |
| | | |
---|
| fi | | fi |
---|
| | | |
---|
| - echo "$as_me:12964: checking whether to use struct dirent64" >&5 | | + echo "$as_me:12950: checking whether to use struct dirent64" >&5 |
---|
| echo $ECHO_N "checking whether to use struct dirent64... $ECHO_C" >&6 | | echo $ECHO_N "checking whether to use struct dirent64... $ECHO_C" >&6 |
---|
| if test "${cf_cv_struct_dirent64+set}" = set; then | | if test "${cf_cv_struct_dirent64+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 12971 "configure" | | +#line 12957 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #pragma GCC diagnostic error "-Wincompatible-pointer-types" | | #pragma GCC diagnostic error "-Wincompatible-pointer-types" |
---|
@@ -12990,16 +12976,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:12993: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:12979: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:12996: \$? = $ac_status" >&5 | | + echo "$as_me:12982: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:12999: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:12985: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:13002: \$? = $ac_status" >&5 | | + echo "$as_me:12988: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_struct_dirent64=yes | | cf_cv_struct_dirent64=yes |
---|
| else | | else |
---|
@@ -13010,7 +12996,7 @@ fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:13013: result: $cf_cv_struct_dirent64" >&5 | | +echo "$as_me:12999: result: $cf_cv_struct_dirent64" >&5 |
---|
| echo "${ECHO_T}$cf_cv_struct_dirent64" >&6 | | echo "${ECHO_T}$cf_cv_struct_dirent64" >&6 |
---|
| test "$cf_cv_struct_dirent64" = yes && | | test "$cf_cv_struct_dirent64" = yes && |
---|
| cat >>confdefs.h <<\EOF | | cat >>confdefs.h <<\EOF |
---|
@@ -13020,7 +13006,7 @@ EOF |
| fi | | fi |
---|
| | | |
---|
| ### use option --disable-tparm-varargs to make tparm() conform to X/Open | | ### use option --disable-tparm-varargs to make tparm() conform to X/Open |
---|
| -echo "$as_me:13023: checking if you want tparm not to use X/Open fixed-parameter list" >&5 | | +echo "$as_me:13009: checking if you want tparm not to use X/Open fixed-parameter list" >&5 |
---|
| echo $ECHO_N "checking if you want tparm not to use X/Open fixed-parameter list... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want tparm not to use X/Open fixed-parameter list... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-tparm-varargs or --disable-tparm-varargs was given. | | # Check whether --enable-tparm-varargs or --disable-tparm-varargs was given. |
---|
@@ -13030,14 +13016,14 @@ if test "${enable_tparm_varargs+set}" = set; then |
| else | | else |
---|
| with_tparm_varargs=yes | | with_tparm_varargs=yes |
---|
| fi; | | fi; |
---|
| -echo "$as_me:13033: result: $with_tparm_varargs" >&5 | | +echo "$as_me:13019: result: $with_tparm_varargs" >&5 |
---|
| echo "${ECHO_T}$with_tparm_varargs" >&6 | | echo "${ECHO_T}$with_tparm_varargs" >&6 |
---|
| NCURSES_TPARM_VARARGS=0 | | NCURSES_TPARM_VARARGS=0 |
---|
| test "x$with_tparm_varargs" = xyes && NCURSES_TPARM_VARARGS=1 | | test "x$with_tparm_varargs" = xyes && NCURSES_TPARM_VARARGS=1 |
---|
| | | |
---|
| ### use option --disable-tic-depends to make libtic not explicitly depend on ncurses/ncursesw | | ### use option --disable-tic-depends to make libtic not explicitly depend on ncurses/ncursesw |
---|
| if test "$with_ticlib" != no ; then | | if test "$with_ticlib" != no ; then |
---|
| -echo "$as_me:13040: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5 | | +echo "$as_me:13026: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5 |
---|
| echo $ECHO_N "checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-tic-depends or --disable-tic-depends was given. | | # Check whether --enable-tic-depends or --disable-tic-depends was given. |
---|
@@ -13047,14 +13033,14 @@ if test "${enable_tic_depends+set}" = set; then |
| else | | else |
---|
| with_tic_depends=yes | | with_tic_depends=yes |
---|
| fi; | | fi; |
---|
| -echo "$as_me:13050: result: $with_tic_depends" >&5 | | +echo "$as_me:13036: result: $with_tic_depends" >&5 |
---|
| echo "${ECHO_T}$with_tic_depends" >&6 | | echo "${ECHO_T}$with_tic_depends" >&6 |
---|
| else | | else |
---|
| with_tic_depends=no | | with_tic_depends=no |
---|
| fi | | fi |
---|
| | | |
---|
| ### use option --disable-wattr-macros to suppress wattr* macros from curses.h | | ### use option --disable-wattr-macros to suppress wattr* macros from curses.h |
---|
| -echo "$as_me:13057: checking if you want to suppress wattr* macros to help with ncurses5/ncurses6 transition" >&5 | | +echo "$as_me:13043: checking if you want to suppress wattr* macros to help with ncurses5/ncurses6 transition" >&5 |
---|
| echo $ECHO_N "checking if you want to suppress wattr* macros to help with ncurses5/ncurses6 transition... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want to suppress wattr* macros to help with ncurses5/ncurses6 transition... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-wattr-macros or --disable-wattr-macros was given. | | # Check whether --enable-wattr-macros or --disable-wattr-macros was given. |
---|
@@ -13066,15 +13052,15 @@ else |
| fi; | | fi; |
---|
| if [ "x$with_wattr_macros" != xyes ]; then | | if [ "x$with_wattr_macros" != xyes ]; then |
---|
| NCURSES_WATTR_MACROS=0 | | NCURSES_WATTR_MACROS=0 |
---|
| - echo "$as_me:13069: result: yes" >&5 | | + echo "$as_me:13055: result: yes" >&5 |
---|
| echo "${ECHO_T}yes" >&6 | | echo "${ECHO_T}yes" >&6 |
---|
| else | | else |
---|
| NCURSES_WATTR_MACROS=1 | | NCURSES_WATTR_MACROS=1 |
---|
| - echo "$as_me:13073: result: no" >&5 | | + echo "$as_me:13059: result: no" >&5 |
---|
| echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
---|
| fi | | fi |
---|
| | | |
---|
| -echo "$as_me:13077: checking for X11 rgb file" >&5 | | +echo "$as_me:13063: checking for X11 rgb file" >&5 |
---|
| echo $ECHO_N "checking for X11 rgb file... $ECHO_C" >&6 | | echo $ECHO_N "checking for X11 rgb file... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --with-x11-rgb or --without-x11-rgb was given. | | # Check whether --with-x11-rgb or --without-x11-rgb was given. |
---|
@@ -13138,7 +13124,7 @@ case ".$cf_path" in |
| cf_path=`echo $cf_path | sed -e s%NONE%$cf_path_syntax%` | | cf_path=`echo $cf_path | sed -e s%NONE%$cf_path_syntax%` |
---|
| ;; | | ;; |
---|
| (*) | | (*) |
---|
| - { { echo "$as_me:13141: error: expected a pathname, not \"$cf_path\"" >&5 | | + { { echo "$as_me:13127: error: expected a pathname, not \"$cf_path\"" >&5 |
---|
| echo "$as_me: error: expected a pathname, not \"$cf_path\"" >&2;} | | echo "$as_me: error: expected a pathname, not \"$cf_path\"" >&2;} |
---|
| { (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
---|
| ;; | | ;; |
---|
@@ -13146,7 +13132,7 @@ esac |
| | | |
---|
| fi | | fi |
---|
| | | |
---|
| -echo "$as_me:13149: result: $RGB_PATH" >&5 | | +echo "$as_me:13135: result: $RGB_PATH" >&5 |
---|
| echo "${ECHO_T}$RGB_PATH" >&6 | | echo "${ECHO_T}$RGB_PATH" >&6 |
---|
| | | |
---|
| cat >>confdefs.h <<EOF | | cat >>confdefs.h <<EOF |
---|
@@ -13160,7 +13146,7 @@ then |
| fi | | fi |
---|
| | | |
---|
| ### use option --with-bool to override bool's type | | ### use option --with-bool to override bool's type |
---|
| -echo "$as_me:13163: checking for type of bool" >&5 | | +echo "$as_me:13149: checking for type of bool" >&5 |
---|
| echo $ECHO_N "checking for type of bool... $ECHO_C" >&6 | | echo $ECHO_N "checking for type of bool... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --with-bool or --without-bool was given. | | # Check whether --with-bool or --without-bool was given. |
---|
@@ -13170,10 +13156,10 @@ if test "${with_bool+set}" = set; then |
| else | | else |
---|
| NCURSES_BOOL=auto | | NCURSES_BOOL=auto |
---|
| fi; | | fi; |
---|
| -echo "$as_me:13173: result: $NCURSES_BOOL" >&5 | | +echo "$as_me:13159: result: $NCURSES_BOOL" >&5 |
---|
| echo "${ECHO_T}$NCURSES_BOOL" >&6 | | echo "${ECHO_T}$NCURSES_BOOL" >&6 |
---|
| | | |
---|
| -echo "$as_me:13176: checking for alternate terminal capabilities file" >&5 | | +echo "$as_me:13162: checking for alternate terminal capabilities file" >&5 |
---|
| echo $ECHO_N "checking for alternate terminal capabilities file... $ECHO_C" >&6 | | echo $ECHO_N "checking for alternate terminal capabilities file... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --with-caps or --without-caps was given. | | # Check whether --with-caps or --without-caps was given. |
---|
@@ -13184,11 +13170,11 @@ else |
| TERMINFO_CAPS=Caps | | TERMINFO_CAPS=Caps |
---|
| fi; | | fi; |
---|
| test -f "${srcdir}/include/${TERMINFO_CAPS}" || TERMINFO_CAPS=Caps | | test -f "${srcdir}/include/${TERMINFO_CAPS}" || TERMINFO_CAPS=Caps |
---|
| -echo "$as_me:13187: result: $TERMINFO_CAPS" >&5 | | +echo "$as_me:13173: result: $TERMINFO_CAPS" >&5 |
---|
| echo "${ECHO_T}$TERMINFO_CAPS" >&6 | | echo "${ECHO_T}$TERMINFO_CAPS" >&6 |
---|
| | | |
---|
| ### use option --with-chtype to override chtype's type | | ### use option --with-chtype to override chtype's type |
---|
| -echo "$as_me:13191: checking for type of chtype" >&5 | | +echo "$as_me:13177: checking for type of chtype" >&5 |
---|
| echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6 | | echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --with-chtype or --without-chtype was given. | | # Check whether --with-chtype or --without-chtype was given. |
---|
@@ -13198,11 +13184,11 @@ if test "${with_chtype+set}" = set; then |
| else | | else |
---|
| NCURSES_CHTYPE=$cf_dft_chtype | | NCURSES_CHTYPE=$cf_dft_chtype |
---|
| fi; | | fi; |
---|
| -echo "$as_me:13201: result: $NCURSES_CHTYPE" >&5 | | +echo "$as_me:13187: result: $NCURSES_CHTYPE" >&5 |
---|
| echo "${ECHO_T}$NCURSES_CHTYPE" >&6 | | echo "${ECHO_T}$NCURSES_CHTYPE" >&6 |
---|
| | | |
---|
| ### use option --with-ospeed to override ospeed's type | | ### use option --with-ospeed to override ospeed's type |
---|
| -echo "$as_me:13205: checking for type of ospeed" >&5 | | +echo "$as_me:13191: checking for type of ospeed" >&5 |
---|
| echo $ECHO_N "checking for type of ospeed... $ECHO_C" >&6 | | echo $ECHO_N "checking for type of ospeed... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --with-ospeed or --without-ospeed was given. | | # Check whether --with-ospeed or --without-ospeed was given. |
---|
@@ -13212,11 +13198,11 @@ if test "${with_ospeed+set}" = set; then |
| else | | else |
---|
| NCURSES_OSPEED=short | | NCURSES_OSPEED=short |
---|
| fi; | | fi; |
---|
| -echo "$as_me:13215: result: $NCURSES_OSPEED" >&5 | | +echo "$as_me:13201: result: $NCURSES_OSPEED" >&5 |
---|
| echo "${ECHO_T}$NCURSES_OSPEED" >&6 | | echo "${ECHO_T}$NCURSES_OSPEED" >&6 |
---|
| | | |
---|
| ### use option --with-mmask-t to override mmask_t's type | | ### use option --with-mmask-t to override mmask_t's type |
---|
| -echo "$as_me:13219: checking for type of mmask_t" >&5 | | +echo "$as_me:13205: checking for type of mmask_t" >&5 |
---|
| echo $ECHO_N "checking for type of mmask_t... $ECHO_C" >&6 | | echo $ECHO_N "checking for type of mmask_t... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --with-mmask-t or --without-mmask-t was given. | | # Check whether --with-mmask-t or --without-mmask-t was given. |
---|
@@ -13226,11 +13212,11 @@ if test "${with_mmask_t+set}" = set; then |
| else | | else |
---|
| NCURSES_MMASK_T=$cf_dft_mmask_t | | NCURSES_MMASK_T=$cf_dft_mmask_t |
---|
| fi; | | fi; |
---|
| -echo "$as_me:13229: result: $NCURSES_MMASK_T" >&5 | | +echo "$as_me:13215: result: $NCURSES_MMASK_T" >&5 |
---|
| echo "${ECHO_T}$NCURSES_MMASK_T" >&6 | | echo "${ECHO_T}$NCURSES_MMASK_T" >&6 |
---|
| | | |
---|
| ### use option --with-ccharw-max to override CCHARW_MAX size | | ### use option --with-ccharw-max to override CCHARW_MAX size |
---|
| -echo "$as_me:13233: checking for size CCHARW_MAX" >&5 | | +echo "$as_me:13219: checking for size CCHARW_MAX" >&5 |
---|
| echo $ECHO_N "checking for size CCHARW_MAX... $ECHO_C" >&6 | | echo $ECHO_N "checking for size CCHARW_MAX... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --with-ccharw-max or --without-ccharw-max was given. | | # Check whether --with-ccharw-max or --without-ccharw-max was given. |
---|
@@ -13240,16 +13226,16 @@ if test "${with_ccharw_max+set}" = set; then |
| else | | else |
---|
| NCURSES_CCHARW_MAX=5 | | NCURSES_CCHARW_MAX=5 |
---|
| fi; | | fi; |
---|
| -echo "$as_me:13243: result: $NCURSES_CCHARW_MAX" >&5 | | +echo "$as_me:13229: result: $NCURSES_CCHARW_MAX" >&5 |
---|
| echo "${ECHO_T}$NCURSES_CCHARW_MAX" >&6 | | echo "${ECHO_T}$NCURSES_CCHARW_MAX" >&6 |
---|
| | | |
---|
| -echo "$as_me:13246: checking for ANSI C header files" >&5 | | +echo "$as_me:13232: checking for ANSI C header files" >&5 |
---|
| echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 | | echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 |
---|
| if test "${ac_cv_header_stdc+set}" = set; then | | if test "${ac_cv_header_stdc+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 13252 "configure" | | +#line 13238 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <stdlib.h> | | #include <stdlib.h> |
---|
| #include <stdarg.h> | | #include <stdarg.h> |
---|
@@ -13257,13 +13243,13 @@ else |
| #include <float.h> | | #include <float.h> |
---|
| | | |
---|
| _ACEOF | | _ACEOF |
---|
| -if { (eval echo "$as_me:13260: \"$ac_cpp conftest.$ac_ext\"") >&5 | | +if { (eval echo "$as_me:13246: \"$ac_cpp conftest.$ac_ext\"") >&5 |
---|
| (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
---|
| ac_status=$? | | ac_status=$? |
---|
| egrep -v '^ *\+' conftest.er1 >conftest.err | | egrep -v '^ *\+' conftest.er1 >conftest.err |
---|
| rm -f conftest.er1 | | rm -f conftest.er1 |
---|
| cat conftest.err >&5 | | cat conftest.err >&5 |
---|
| - echo "$as_me:13266: \$? = $ac_status" >&5 | | + echo "$as_me:13252: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
---|
| if test -s conftest.err; then | | if test -s conftest.err; then |
---|
| ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
---|
@@ -13285,7 +13271,7 @@ rm -f conftest.err conftest.$ac_ext |
| if test $ac_cv_header_stdc = yes; then | | if test $ac_cv_header_stdc = yes; then |
---|
| # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 13288 "configure" | | +#line 13274 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <string.h> | | #include <string.h> |
---|
| | | |
---|
@@ -13303,7 +13289,7 @@ fi |
| if test $ac_cv_header_stdc = yes; then | | if test $ac_cv_header_stdc = yes; then |
---|
| # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 13306 "configure" | | +#line 13292 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <stdlib.h> | | #include <stdlib.h> |
---|
| | | |
---|
@@ -13324,7 +13310,7 @@ if test $ac_cv_header_stdc = yes; then |
| : | | : |
---|
| else | | else |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 13327 "configure" | | +#line 13313 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <ctype.h> | | #include <ctype.h> |
---|
| #if ((' ' & 0x0FF) == 0x020) | | #if ((' ' & 0x0FF) == 0x020) |
---|
@@ -13350,15 +13336,15 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest$ac_exeext | | rm -f conftest$ac_exeext |
---|
| -if { (eval echo "$as_me:13353: \"$ac_link\"") >&5 | | +if { (eval echo "$as_me:13339: \"$ac_link\"") >&5 |
---|
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:13356: \$? = $ac_status" >&5 | | + echo "$as_me:13342: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
---|
| - { (eval echo "$as_me:13358: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:13344: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:13361: \$? = $ac_status" >&5 | | + echo "$as_me:13347: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| : | | : |
---|
| else | | else |
---|
@@ -13371,7 +13357,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
---|
| fi | | fi |
---|
| fi | | fi |
---|
| -echo "$as_me:13374: result: $ac_cv_header_stdc" >&5 | | +echo "$as_me:13360: result: $ac_cv_header_stdc" >&5 |
---|
| echo "${ECHO_T}$ac_cv_header_stdc" >&6 | | echo "${ECHO_T}$ac_cv_header_stdc" >&6 |
---|
| if test $ac_cv_header_stdc = yes; then | | if test $ac_cv_header_stdc = yes; then |
---|
| | | |
---|
@@ -13387,28 +13373,28 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ |
| inttypes.h stdint.h unistd.h | | inttypes.h stdint.h unistd.h |
---|
| do | | do |
---|
| as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
---|
| -echo "$as_me:13390: checking for $ac_header" >&5 | | +echo "$as_me:13376: checking for $ac_header" >&5 |
---|
| echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
---|
| if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 13396 "configure" | | +#line 13382 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| $ac_includes_default | | $ac_includes_default |
---|
| #include <$ac_header> | | #include <$ac_header> |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:13402: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:13388: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:13405: \$? = $ac_status" >&5 | | + echo "$as_me:13391: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:13408: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:13394: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:13411: \$? = $ac_status" >&5 | | + echo "$as_me:13397: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| eval "$as_ac_Header=yes" | | eval "$as_ac_Header=yes" |
---|
| else | | else |
---|
@@ -13418,7 +13404,7 @@ eval "$as_ac_Header=no" |
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| fi | | fi |
---|
| -echo "$as_me:13421: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | +echo "$as_me:13407: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
---|
| echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
---|
| if test `eval echo '${'$as_ac_Header'}'` = yes; then | | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
---|
| cat >>confdefs.h <<EOF | | cat >>confdefs.h <<EOF |
---|
@@ -13428,13 +13414,13 @@ EOF |
| fi | | fi |
---|
| done | | done |
---|
| | | |
---|
| -echo "$as_me:13431: checking for signed char" >&5 | | +echo "$as_me:13417: checking for signed char" >&5 |
---|
| echo $ECHO_N "checking for signed char... $ECHO_C" >&6 | | echo $ECHO_N "checking for signed char... $ECHO_C" >&6 |
---|
| if test "${ac_cv_type_signed_char+set}" = set; then | | if test "${ac_cv_type_signed_char+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 13437 "configure" | | +#line 13423 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| $ac_includes_default | | $ac_includes_default |
---|
| int | | int |
---|
@@ -13449,16 +13435,16 @@ if (sizeof (signed char)) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:13452: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:13438: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:13455: \$? = $ac_status" >&5 | | + echo "$as_me:13441: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:13458: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:13444: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:13461: \$? = $ac_status" >&5 | | + echo "$as_me:13447: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| ac_cv_type_signed_char=yes | | ac_cv_type_signed_char=yes |
---|
| else | | else |
---|
@@ -13468,10 +13454,10 @@ ac_cv_type_signed_char=no |
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| fi | | fi |
---|
| -echo "$as_me:13471: result: $ac_cv_type_signed_char" >&5 | | +echo "$as_me:13457: result: $ac_cv_type_signed_char" >&5 |
---|
| echo "${ECHO_T}$ac_cv_type_signed_char" >&6 | | echo "${ECHO_T}$ac_cv_type_signed_char" >&6 |
---|
| | | |
---|
| -echo "$as_me:13474: checking size of signed char" >&5 | | +echo "$as_me:13460: checking size of signed char" >&5 |
---|
| echo $ECHO_N "checking size of signed char... $ECHO_C" >&6 | | echo $ECHO_N "checking size of signed char... $ECHO_C" >&6 |
---|
| if test "${ac_cv_sizeof_signed_char+set}" = set; then | | if test "${ac_cv_sizeof_signed_char+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
@@ -13480,7 +13466,7 @@ else |
| if test "$cross_compiling" = yes; then | | if test "$cross_compiling" = yes; then |
---|
| # Depending upon the size, compute the lo and hi bounds. | | # Depending upon the size, compute the lo and hi bounds. |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 13483 "configure" | | +#line 13469 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| $ac_includes_default | | $ac_includes_default |
---|
| int | | int |
---|
@@ -13492,21 +13478,21 @@ int _array_ [1 - 2 * !((sizeof (signed char)) >= 0)] |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:13495: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:13481: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:13498: \$? = $ac_status" >&5 | | + echo "$as_me:13484: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:13501: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:13487: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:13504: \$? = $ac_status" >&5 | | + echo "$as_me:13490: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| ac_lo=0 ac_mid=0 | | ac_lo=0 ac_mid=0 |
---|
| while :; do | | while :; do |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 13509 "configure" | | +#line 13495 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| $ac_includes_default | | $ac_includes_default |
---|
| int | | int |
---|
@@ -13518,16 +13504,16 @@ int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_mid)] |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:13521: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:13507: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:13524: \$? = $ac_status" >&5 | | + echo "$as_me:13510: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:13527: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:13513: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:13530: \$? = $ac_status" >&5 | | + echo "$as_me:13516: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| ac_hi=$ac_mid; break | | ac_hi=$ac_mid; break |
---|
| else | | else |
---|
@@ -13543,7 +13529,7 @@ cat conftest.$ac_ext >&5 |
| ac_hi=-1 ac_mid=-1 | | ac_hi=-1 ac_mid=-1 |
---|
| while :; do | | while :; do |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 13546 "configure" | | +#line 13532 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| $ac_includes_default | | $ac_includes_default |
---|
| int | | int |
---|
@@ -13555,16 +13541,16 @@ int _array_ [1 - 2 * !((sizeof (signed char)) >= $ac_mid)] |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:13558: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:13544: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:13561: \$? = $ac_status" >&5 | | + echo "$as_me:13547: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:13564: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:13550: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:13567: \$? = $ac_status" >&5 | | + echo "$as_me:13553: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| ac_lo=$ac_mid; break | | ac_lo=$ac_mid; break |
---|
| else | | else |
---|
@@ -13580,7 +13566,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext |
| while test "x$ac_lo" != "x$ac_hi"; do | | while test "x$ac_lo" != "x$ac_hi"; do |
---|
| ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 13583 "configure" | | +#line 13569 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| $ac_includes_default | | $ac_includes_default |
---|
| int | | int |
---|
@@ -13592,16 +13578,16 @@ int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_mid)] |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:13595: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:13581: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:13598: \$? = $ac_status" >&5 | | + echo "$as_me:13584: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:13601: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:13587: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:13604: \$? = $ac_status" >&5 | | + echo "$as_me:13590: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| ac_hi=$ac_mid | | ac_hi=$ac_mid |
---|
| else | | else |
---|
@@ -13614,12 +13600,12 @@ done |
| ac_cv_sizeof_signed_char=$ac_lo | | ac_cv_sizeof_signed_char=$ac_lo |
---|
| else | | else |
---|
| if test "$cross_compiling" = yes; then | | if test "$cross_compiling" = yes; then |
---|
| - { { echo "$as_me:13617: error: cannot run test program while cross compiling" >&5 | | + { { echo "$as_me:13603: error: cannot run test program while cross compiling" >&5 |
---|
| echo "$as_me: error: cannot run test program while cross compiling" >&2;} | | echo "$as_me: error: cannot run test program while cross compiling" >&2;} |
---|
| { (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
---|
| else | | else |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 13622 "configure" | | +#line 13608 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| $ac_includes_default | | $ac_includes_default |
---|
| int | | int |
---|
@@ -13635,15 +13621,15 @@ fclose (f); |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest$ac_exeext | | rm -f conftest$ac_exeext |
---|
| -if { (eval echo "$as_me:13638: \"$ac_link\"") >&5 | | +if { (eval echo "$as_me:13624: \"$ac_link\"") >&5 |
---|
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:13641: \$? = $ac_status" >&5 | | + echo "$as_me:13627: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
---|
| - { (eval echo "$as_me:13643: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:13629: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:13646: \$? = $ac_status" >&5 | | + echo "$as_me:13632: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| ac_cv_sizeof_signed_char=`cat conftest.val` | | ac_cv_sizeof_signed_char=`cat conftest.val` |
---|
| else | | else |
---|
@@ -13659,7 +13645,7 @@ else |
| ac_cv_sizeof_signed_char=0 | | ac_cv_sizeof_signed_char=0 |
---|
| fi | | fi |
---|
| fi | | fi |
---|
| -echo "$as_me:13662: result: $ac_cv_sizeof_signed_char" >&5 | | +echo "$as_me:13648: result: $ac_cv_sizeof_signed_char" >&5 |
---|
| echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6 | | echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6 |
---|
| cat >>confdefs.h <<EOF | | cat >>confdefs.h <<EOF |
---|
| #define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char | | #define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char |
---|
@@ -13670,7 +13656,7 @@ if test "$ac_cv_sizeof_signed_char" = 1 ; then |
| else | | else |
---|
| NCURSES_SBOOL="char" | | NCURSES_SBOOL="char" |
---|
| fi | | fi |
---|
| -echo "$as_me:13673: checking if you want to use signed Boolean array in term.h" >&5 | | +echo "$as_me:13659: checking if you want to use signed Boolean array in term.h" >&5 |
---|
| echo $ECHO_N "checking if you want to use signed Boolean array in term.h... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want to use signed Boolean array in term.h... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-signed-char or --disable-signed-char was given. | | # Check whether --enable-signed-char or --disable-signed-char was given. |
---|
@@ -13680,12 +13666,12 @@ if test "${enable_signed_char+set}" = set; then |
| else | | else |
---|
| with_signed_char=no | | with_signed_char=no |
---|
| fi; | | fi; |
---|
| -echo "$as_me:13683: result: $with_signed_char" >&5 | | +echo "$as_me:13669: result: $with_signed_char" >&5 |
---|
| echo "${ECHO_T}$with_signed_char" >&6 | | echo "${ECHO_T}$with_signed_char" >&6 |
---|
| test "x$with_signed_char" != xyes && NCURSES_SBOOL="char" | | test "x$with_signed_char" != xyes && NCURSES_SBOOL="char" |
---|
| | | |
---|
| ### use option --with-tparm-arg to override tparm's argument type | | ### use option --with-tparm-arg to override tparm's argument type |
---|
| -echo "$as_me:13688: checking for type of tparm args" >&5 | | +echo "$as_me:13674: checking for type of tparm args" >&5 |
---|
| echo $ECHO_N "checking for type of tparm args... $ECHO_C" >&6 | | echo $ECHO_N "checking for type of tparm args... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --with-tparm-arg or --without-tparm-arg was given. | | # Check whether --with-tparm-arg or --without-tparm-arg was given. |
---|
@@ -13695,11 +13681,11 @@ if test "${with_tparm_arg+set}" = set; then |
| else | | else |
---|
| NCURSES_TPARM_ARG=$cf_dft_tparm_arg | | NCURSES_TPARM_ARG=$cf_dft_tparm_arg |
---|
| fi; | | fi; |
---|
| -echo "$as_me:13698: result: $NCURSES_TPARM_ARG" >&5 | | +echo "$as_me:13684: result: $NCURSES_TPARM_ARG" >&5 |
---|
| echo "${ECHO_T}$NCURSES_TPARM_ARG" >&6 | | echo "${ECHO_T}$NCURSES_TPARM_ARG" >&6 |
---|
| | | |
---|
| ### Enable compiling-in rcs id's | | ### Enable compiling-in rcs id's |
---|
| -echo "$as_me:13702: checking if RCS identifiers should be compiled-in" >&5 | | +echo "$as_me:13688: checking if RCS identifiers should be compiled-in" >&5 |
---|
| echo $ECHO_N "checking if RCS identifiers should be compiled-in... $ECHO_C" >&6 | | echo $ECHO_N "checking if RCS identifiers should be compiled-in... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --with-rcs-ids or --without-rcs-ids was given. | | # Check whether --with-rcs-ids or --without-rcs-ids was given. |
---|
@@ -13709,7 +13695,7 @@ if test "${with_rcs_ids+set}" = set; then |
| else | | else |
---|
| with_rcs_ids=no | | with_rcs_ids=no |
---|
| fi; | | fi; |
---|
| -echo "$as_me:13712: result: $with_rcs_ids" >&5 | | +echo "$as_me:13698: result: $with_rcs_ids" >&5 |
---|
| echo "${ECHO_T}$with_rcs_ids" >&6 | | echo "${ECHO_T}$with_rcs_ids" >&6 |
---|
| test "x$with_rcs_ids" = xyes && | | test "x$with_rcs_ids" = xyes && |
---|
| cat >>confdefs.h <<\EOF | | cat >>confdefs.h <<\EOF |
---|
@@ -13718,7 +13704,7 @@ EOF |
| | | |
---|
| ############################################################################### | | ############################################################################### |
---|
| | | |
---|
| -echo "$as_me:13721: checking format of man-pages" >&5 | | +echo "$as_me:13707: checking format of man-pages" >&5 |
---|
| echo $ECHO_N "checking format of man-pages... $ECHO_C" >&6 | | echo $ECHO_N "checking format of man-pages... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --with-manpage-format or --without-manpage-format was given. | | # Check whether --with-manpage-format or --without-manpage-format was given. |
---|
@@ -13807,14 +13793,14 @@ case $MANPAGE_FORMAT in |
| ;; | | ;; |
---|
| esac | | esac |
---|
| | | |
---|
| -echo "$as_me:13810: result: $MANPAGE_FORMAT" >&5 | | +echo "$as_me:13796: result: $MANPAGE_FORMAT" >&5 |
---|
| echo "${ECHO_T}$MANPAGE_FORMAT" >&6 | | echo "${ECHO_T}$MANPAGE_FORMAT" >&6 |
---|
| if test -n "$cf_unknown" ; then | | if test -n "$cf_unknown" ; then |
---|
| - { echo "$as_me:13813: WARNING: Unexpected manpage-format $cf_unknown" >&5 | | + { echo "$as_me:13799: WARNING: Unexpected manpage-format $cf_unknown" >&5 |
---|
| echo "$as_me: WARNING: Unexpected manpage-format $cf_unknown" >&2;} | | echo "$as_me: WARNING: Unexpected manpage-format $cf_unknown" >&2;} |
---|
| fi | | fi |
---|
| | | |
---|
| -echo "$as_me:13817: checking for manpage renaming" >&5 | | +echo "$as_me:13803: checking for manpage renaming" >&5 |
---|
| echo $ECHO_N "checking for manpage renaming... $ECHO_C" >&6 | | echo $ECHO_N "checking for manpage renaming... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --with-manpage-renames or --without-manpage-renames was given. | | # Check whether --with-manpage-renames or --without-manpage-renames was given. |
---|
@@ -13842,7 +13828,7 @@ if test "$MANPAGE_RENAMES" != no ; then |
| if test -f $srcdir/man/$MANPAGE_RENAMES ; then | | if test -f $srcdir/man/$MANPAGE_RENAMES ; then |
---|
| MANPAGE_RENAMES=`cd $srcdir/man && pwd`/$MANPAGE_RENAMES | | MANPAGE_RENAMES=`cd $srcdir/man && pwd`/$MANPAGE_RENAMES |
---|
| elif test ! -f $MANPAGE_RENAMES ; then | | elif test ! -f $MANPAGE_RENAMES ; then |
---|
| - { { echo "$as_me:13845: error: not a filename: $MANPAGE_RENAMES" >&5 | | + { { echo "$as_me:13831: error: not a filename: $MANPAGE_RENAMES" >&5 |
---|
| echo "$as_me: error: not a filename: $MANPAGE_RENAMES" >&2;} | | echo "$as_me: error: not a filename: $MANPAGE_RENAMES" >&2;} |
---|
| { (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
---|
| fi | | fi |
---|
@@ -13856,10 +13842,10 @@ echo "$as_me: error: not a filename: $MANPAGE_RENAMES" >&2;} |
| fi | | fi |
---|
| fi | | fi |
---|
| | | |
---|
| -echo "$as_me:13859: result: $MANPAGE_RENAMES" >&5 | | +echo "$as_me:13845: result: $MANPAGE_RENAMES" >&5 |
---|
| echo "${ECHO_T}$MANPAGE_RENAMES" >&6 | | echo "${ECHO_T}$MANPAGE_RENAMES" >&6 |
---|
| | | |
---|
| -echo "$as_me:13862: checking if manpage aliases will be installed" >&5 | | +echo "$as_me:13848: checking if manpage aliases will be installed" >&5 |
---|
| echo $ECHO_N "checking if manpage aliases will be installed... $ECHO_C" >&6 | | echo $ECHO_N "checking if manpage aliases will be installed... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --with-manpage-aliases or --without-manpage-aliases was given. | | # Check whether --with-manpage-aliases or --without-manpage-aliases was given. |
---|
@@ -13870,7 +13856,7 @@ else |
| MANPAGE_ALIASES=yes | | MANPAGE_ALIASES=yes |
---|
| fi; | | fi; |
---|
| | | |
---|
| -echo "$as_me:13873: result: $MANPAGE_ALIASES" >&5 | | +echo "$as_me:13859: result: $MANPAGE_ALIASES" >&5 |
---|
| echo "${ECHO_T}$MANPAGE_ALIASES" >&6 | | echo "${ECHO_T}$MANPAGE_ALIASES" >&6 |
---|
| | | |
---|
| case "x$LN_S" in | | case "x$LN_S" in |
---|
@@ -13884,7 +13870,7 @@ esac |
| | | |
---|
| MANPAGE_SYMLINKS=no | | MANPAGE_SYMLINKS=no |
---|
| if test "$MANPAGE_ALIASES" = yes ; then | | if test "$MANPAGE_ALIASES" = yes ; then |
---|
| -echo "$as_me:13887: checking if manpage symlinks should be used" >&5 | | +echo "$as_me:13873: checking if manpage symlinks should be used" >&5 |
---|
| echo $ECHO_N "checking if manpage symlinks should be used... $ECHO_C" >&6 | | echo $ECHO_N "checking if manpage symlinks should be used... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --with-manpage-symlinks or --without-manpage-symlinks was given. | | # Check whether --with-manpage-symlinks or --without-manpage-symlinks was given. |
---|
@@ -13897,17 +13883,17 @@ fi; |
| | | |
---|
| if test "$$cf_use_symlinks" = no; then | | if test "$$cf_use_symlinks" = no; then |
---|
| if test "$MANPAGE_SYMLINKS" = yes ; then | | if test "$MANPAGE_SYMLINKS" = yes ; then |
---|
| - { echo "$as_me:13900: WARNING: cannot make symlinks" >&5 | | + { echo "$as_me:13886: WARNING: cannot make symlinks" >&5 |
---|
| echo "$as_me: WARNING: cannot make symlinks" >&2;} | | echo "$as_me: WARNING: cannot make symlinks" >&2;} |
---|
| MANPAGE_SYMLINKS=no | | MANPAGE_SYMLINKS=no |
---|
| fi | | fi |
---|
| fi | | fi |
---|
| | | |
---|
| -echo "$as_me:13906: result: $MANPAGE_SYMLINKS" >&5 | | +echo "$as_me:13892: result: $MANPAGE_SYMLINKS" >&5 |
---|
| echo "${ECHO_T}$MANPAGE_SYMLINKS" >&6 | | echo "${ECHO_T}$MANPAGE_SYMLINKS" >&6 |
---|
| fi | | fi |
---|
| | | |
---|
| -echo "$as_me:13910: checking for manpage tbl" >&5 | | +echo "$as_me:13896: checking for manpage tbl" >&5 |
---|
| echo $ECHO_N "checking for manpage tbl... $ECHO_C" >&6 | | echo $ECHO_N "checking for manpage tbl... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --with-manpage-tbl or --without-manpage-tbl was given. | | # Check whether --with-manpage-tbl or --without-manpage-tbl was given. |
---|
@@ -13918,7 +13904,7 @@ else |
| MANPAGE_TBL=no | | MANPAGE_TBL=no |
---|
| fi; | | fi; |
---|
| | | |
---|
| -echo "$as_me:13921: result: $MANPAGE_TBL" >&5 | | +echo "$as_me:13907: result: $MANPAGE_TBL" >&5 |
---|
| echo "${ECHO_T}$MANPAGE_TBL" >&6 | | echo "${ECHO_T}$MANPAGE_TBL" >&6 |
---|
| | | |
---|
| if test "$prefix" = "NONE" ; then | | if test "$prefix" = "NONE" ; then |
---|
@@ -14251,7 +14237,7 @@ chmod 755 $cf_edit_man |
| ############################################################################### | | ############################################################################### |
---|
| | | |
---|
| ### Note that some functions (such as const) are normally disabled anyway. | | ### Note that some functions (such as const) are normally disabled anyway. |
---|
| -echo "$as_me:14254: checking if you want to build with function extensions" >&5 | | +echo "$as_me:14240: checking if you want to build with function extensions" >&5 |
---|
| echo $ECHO_N "checking if you want to build with function extensions... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want to build with function extensions... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-ext-funcs or --disable-ext-funcs was given. | | # Check whether --enable-ext-funcs or --disable-ext-funcs was given. |
---|
@@ -14261,7 +14247,7 @@ if test "${enable_ext_funcs+set}" = set; then |
| else | | else |
---|
| with_ext_funcs=yes | | with_ext_funcs=yes |
---|
| fi; | | fi; |
---|
| -echo "$as_me:14264: result: $with_ext_funcs" >&5 | | +echo "$as_me:14250: result: $with_ext_funcs" >&5 |
---|
| echo "${ECHO_T}$with_ext_funcs" >&6 | | echo "${ECHO_T}$with_ext_funcs" >&6 |
---|
| if test "x$with_ext_funcs" = xyes ; then | | if test "x$with_ext_funcs" = xyes ; then |
---|
| NCURSES_EXT_FUNCS=1 | | NCURSES_EXT_FUNCS=1 |
---|
@@ -14321,7 +14307,7 @@ else |
| GENERATED_EXT_FUNCS= | | GENERATED_EXT_FUNCS= |
---|
| fi | | fi |
---|
| | | |
---|
| -echo "$as_me:14324: checking if you want to build with SCREEN extensions" >&5 | | +echo "$as_me:14310: checking if you want to build with SCREEN extensions" >&5 |
---|
| echo $ECHO_N "checking if you want to build with SCREEN extensions... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want to build with SCREEN extensions... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-sp-funcs or --disable-sp-funcs was given. | | # Check whether --enable-sp-funcs or --disable-sp-funcs was given. |
---|
@@ -14331,7 +14317,7 @@ if test "${enable_sp_funcs+set}" = set; then |
| else | | else |
---|
| with_sp_funcs=$cf_dft_ext_spfuncs | | with_sp_funcs=$cf_dft_ext_spfuncs |
---|
| fi; | | fi; |
---|
| -echo "$as_me:14334: result: $with_sp_funcs" >&5 | | +echo "$as_me:14320: result: $with_sp_funcs" >&5 |
---|
| echo "${ECHO_T}$with_sp_funcs" >&6 | | echo "${ECHO_T}$with_sp_funcs" >&6 |
---|
| if test "x$with_sp_funcs" = xyes ; then | | if test "x$with_sp_funcs" = xyes ; then |
---|
| NCURSES_SP_FUNCS=1 | | NCURSES_SP_FUNCS=1 |
---|
@@ -14350,7 +14336,7 @@ else |
| GENERATED_SP_FUNCS= | | GENERATED_SP_FUNCS= |
---|
| fi | | fi |
---|
| | | |
---|
| -echo "$as_me:14353: checking if you want to build with terminal-driver" >&5 | | +echo "$as_me:14339: checking if you want to build with terminal-driver" >&5 |
---|
| echo $ECHO_N "checking if you want to build with terminal-driver... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want to build with terminal-driver... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-term-driver or --disable-term-driver was given. | | # Check whether --enable-term-driver or --disable-term-driver was given. |
---|
@@ -14360,7 +14346,7 @@ if test "${enable_term_driver+set}" = set; then |
| else | | else |
---|
| with_term_driver=no | | with_term_driver=no |
---|
| fi; | | fi; |
---|
| -echo "$as_me:14363: result: $with_term_driver" >&5 | | +echo "$as_me:14349: result: $with_term_driver" >&5 |
---|
| echo "${ECHO_T}$with_term_driver" >&6 | | echo "${ECHO_T}$with_term_driver" >&6 |
---|
| if test "x$with_term_driver" = xyes ; then | | if test "x$with_term_driver" = xyes ; then |
---|
| | | |
---|
@@ -14369,19 +14355,19 @@ cat >>confdefs.h <<\EOF |
| EOF | | EOF |
---|
| | | |
---|
| if test "x$with_termlib" != xno ; then | | if test "x$with_termlib" != xno ; then |
---|
| - { { echo "$as_me:14372: error: The term-driver option conflicts with the termlib option" >&5 | | + { { echo "$as_me:14358: error: The term-driver option conflicts with the termlib option" >&5 |
---|
| echo "$as_me: error: The term-driver option conflicts with the termlib option" >&2;} | | echo "$as_me: error: The term-driver option conflicts with the termlib option" >&2;} |
---|
| { (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
---|
| fi | | fi |
---|
| if test "x$with_sp_funcs" != xyes ; then | | if test "x$with_sp_funcs" != xyes ; then |
---|
| - { { echo "$as_me:14377: error: The term-driver option relies upon sp-funcs" >&5 | | + { { echo "$as_me:14363: error: The term-driver option relies upon sp-funcs" >&5 |
---|
| echo "$as_me: error: The term-driver option relies upon sp-funcs" >&2;} | | echo "$as_me: error: The term-driver option relies upon sp-funcs" >&2;} |
---|
| { (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
---|
| fi | | fi |
---|
| fi | | fi |
---|
| | | |
---|
| ### use option --enable-const to turn on use of const beyond that in XSI. | | ### use option --enable-const to turn on use of const beyond that in XSI. |
---|
| -echo "$as_me:14384: checking for extended use of const keyword" >&5 | | +echo "$as_me:14370: checking for extended use of const keyword" >&5 |
---|
| echo $ECHO_N "checking for extended use of const keyword... $ECHO_C" >&6 | | echo $ECHO_N "checking for extended use of const keyword... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-const or --disable-const was given. | | # Check whether --enable-const or --disable-const was given. |
---|
@@ -14391,7 +14377,7 @@ if test "${enable_const+set}" = set; then |
| else | | else |
---|
| with_ext_const=$cf_dft_ext_const | | with_ext_const=$cf_dft_ext_const |
---|
| fi; | | fi; |
---|
| -echo "$as_me:14394: result: $with_ext_const" >&5 | | +echo "$as_me:14380: result: $with_ext_const" >&5 |
---|
| echo "${ECHO_T}$with_ext_const" >&6 | | echo "${ECHO_T}$with_ext_const" >&6 |
---|
| NCURSES_CONST='/*nothing*/' | | NCURSES_CONST='/*nothing*/' |
---|
| if test "x$with_ext_const" = xyes ; then | | if test "x$with_ext_const" = xyes ; then |
---|
@@ -14399,7 +14385,7 @@ if test "x$with_ext_const" = xyes ; then |
| fi | | fi |
---|
| | | |
---|
| ### use option --enable-ext-colors to turn on use of colors beyond 16. | | ### use option --enable-ext-colors to turn on use of colors beyond 16. |
---|
| -echo "$as_me:14402: checking if you want to use extended colors" >&5 | | +echo "$as_me:14388: checking if you want to use extended colors" >&5 |
---|
| echo $ECHO_N "checking if you want to use extended colors... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want to use extended colors... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-ext-colors or --disable-ext-colors was given. | | # Check whether --enable-ext-colors or --disable-ext-colors was given. |
---|
@@ -14409,12 +14395,12 @@ if test "${enable_ext_colors+set}" = set; then |
| else | | else |
---|
| with_ext_colors=$cf_dft_ext_colors | | with_ext_colors=$cf_dft_ext_colors |
---|
| fi; | | fi; |
---|
| -echo "$as_me:14412: result: $with_ext_colors" >&5 | | +echo "$as_me:14398: result: $with_ext_colors" >&5 |
---|
| echo "${ECHO_T}$with_ext_colors" >&6 | | echo "${ECHO_T}$with_ext_colors" >&6 |
---|
| NCURSES_EXT_COLORS=0 | | NCURSES_EXT_COLORS=0 |
---|
| if test "x$with_ext_colors" = xyes ; then | | if test "x$with_ext_colors" = xyes ; then |
---|
| if test "x$with_widec" != xyes ; then | | if test "x$with_widec" != xyes ; then |
---|
| - { echo "$as_me:14417: WARNING: This option applies only to wide-character library" >&5 | | + { echo "$as_me:14403: WARNING: This option applies only to wide-character library" >&5 |
---|
| echo "$as_me: WARNING: This option applies only to wide-character library" >&2;} | | echo "$as_me: WARNING: This option applies only to wide-character library" >&2;} |
---|
| else | | else |
---|
| # cannot be ABI 5 since it changes sizeof(cchar_t) | | # cannot be ABI 5 since it changes sizeof(cchar_t) |
---|
@@ -14424,7 +14410,7 @@ if test "${with_abi_version+set}" != set; then |
| (5.*) | | (5.*) |
---|
| cf_cv_rel_version=6.0 | | cf_cv_rel_version=6.0 |
---|
| cf_cv_abi_version=6 | | cf_cv_abi_version=6 |
---|
| - { echo "$as_me:14427: WARNING: overriding ABI version to $cf_cv_abi_version" >&5 | | + { echo "$as_me:14413: WARNING: overriding ABI version to $cf_cv_abi_version" >&5 |
---|
| echo "$as_me: WARNING: overriding ABI version to $cf_cv_abi_version" >&2;} | | echo "$as_me: WARNING: overriding ABI version to $cf_cv_abi_version" >&2;} |
---|
| ;; | | ;; |
---|
| esac | | esac |
---|
@@ -14452,7 +14438,7 @@ EOF |
| fi | | fi |
---|
| | | |
---|
| ### use option --enable-ext-mouse to modify coding to support 5-button mice | | ### use option --enable-ext-mouse to modify coding to support 5-button mice |
---|
| -echo "$as_me:14455: checking if you want to use extended mouse encoding" >&5 | | +echo "$as_me:14441: checking if you want to use extended mouse encoding" >&5 |
---|
| echo $ECHO_N "checking if you want to use extended mouse encoding... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want to use extended mouse encoding... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-ext-mouse or --disable-ext-mouse was given. | | # Check whether --enable-ext-mouse or --disable-ext-mouse was given. |
---|
@@ -14462,7 +14448,7 @@ if test "${enable_ext_mouse+set}" = set; then |
| else | | else |
---|
| with_ext_mouse=$cf_dft_ext_mouse | | with_ext_mouse=$cf_dft_ext_mouse |
---|
| fi; | | fi; |
---|
| -echo "$as_me:14465: result: $with_ext_mouse" >&5 | | +echo "$as_me:14451: result: $with_ext_mouse" >&5 |
---|
| echo "${ECHO_T}$with_ext_mouse" >&6 | | echo "${ECHO_T}$with_ext_mouse" >&6 |
---|
| NCURSES_MOUSE_VERSION=1 | | NCURSES_MOUSE_VERSION=1 |
---|
| if test "x$with_ext_mouse" = xyes ; then | | if test "x$with_ext_mouse" = xyes ; then |
---|
@@ -14473,7 +14459,7 @@ if test "${with_abi_version+set}" != set; then |
| (5.*) | | (5.*) |
---|
| cf_cv_rel_version=6.0 | | cf_cv_rel_version=6.0 |
---|
| cf_cv_abi_version=6 | | cf_cv_abi_version=6 |
---|
| - { echo "$as_me:14476: WARNING: overriding ABI version to $cf_cv_abi_version" >&5 | | + { echo "$as_me:14462: WARNING: overriding ABI version to $cf_cv_abi_version" >&5 |
---|
| echo "$as_me: WARNING: overriding ABI version to $cf_cv_abi_version" >&2;} | | echo "$as_me: WARNING: overriding ABI version to $cf_cv_abi_version" >&2;} |
---|
| ;; | | ;; |
---|
| esac | | esac |
---|
@@ -14482,7 +14468,7 @@ fi |
| fi | | fi |
---|
| | | |
---|
| ### use option --enable-ext-putwin to turn on extended screendumps | | ### use option --enable-ext-putwin to turn on extended screendumps |
---|
| -echo "$as_me:14485: checking if you want to use extended putwin/screendump" >&5 | | +echo "$as_me:14471: checking if you want to use extended putwin/screendump" >&5 |
---|
| echo $ECHO_N "checking if you want to use extended putwin/screendump... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want to use extended putwin/screendump... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-ext-putwin or --disable-ext-putwin was given. | | # Check whether --enable-ext-putwin or --disable-ext-putwin was given. |
---|
@@ -14492,7 +14478,7 @@ if test "${enable_ext_putwin+set}" = set; then |
| else | | else |
---|
| with_ext_putwin=$cf_dft_ext_putwin | | with_ext_putwin=$cf_dft_ext_putwin |
---|
| fi; | | fi; |
---|
| -echo "$as_me:14495: result: $with_ext_putwin" >&5 | | +echo "$as_me:14481: result: $with_ext_putwin" >&5 |
---|
| echo "${ECHO_T}$with_ext_putwin" >&6 | | echo "${ECHO_T}$with_ext_putwin" >&6 |
---|
| if test "x$with_ext_putwin" = xyes ; then | | if test "x$with_ext_putwin" = xyes ; then |
---|
| | | |
---|
@@ -14502,7 +14488,7 @@ EOF |
| | | |
---|
| fi | | fi |
---|
| | | |
---|
| -echo "$as_me:14505: checking if you want \$NCURSES_NO_PADDING code" >&5 | | +echo "$as_me:14491: checking if you want \$NCURSES_NO_PADDING code" >&5 |
---|
| echo $ECHO_N "checking if you want \$NCURSES_NO_PADDING code... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want \$NCURSES_NO_PADDING code... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-no-padding or --disable-no-padding was given. | | # Check whether --enable-no-padding or --disable-no-padding was given. |
---|
@@ -14512,7 +14498,7 @@ if test "${enable_no_padding+set}" = set; then |
| else | | else |
---|
| with_no_padding=$with_ext_funcs | | with_no_padding=$with_ext_funcs |
---|
| fi; | | fi; |
---|
| -echo "$as_me:14515: result: $with_no_padding" >&5 | | +echo "$as_me:14501: result: $with_no_padding" >&5 |
---|
| echo "${ECHO_T}$with_no_padding" >&6 | | echo "${ECHO_T}$with_no_padding" >&6 |
---|
| test "x$with_no_padding" = xyes && | | test "x$with_no_padding" = xyes && |
---|
| cat >>confdefs.h <<\EOF | | cat >>confdefs.h <<\EOF |
---|
@@ -14520,7 +14506,7 @@ cat >>confdefs.h <<\EOF |
| EOF | | EOF |
---|
| | | |
---|
| ### use option --enable-sigwinch to turn on use of SIGWINCH logic | | ### use option --enable-sigwinch to turn on use of SIGWINCH logic |
---|
| -echo "$as_me:14523: checking if you want SIGWINCH handler" >&5 | | +echo "$as_me:14509: checking if you want SIGWINCH handler" >&5 |
---|
| echo $ECHO_N "checking if you want SIGWINCH handler... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want SIGWINCH handler... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-sigwinch or --disable-sigwinch was given. | | # Check whether --enable-sigwinch or --disable-sigwinch was given. |
---|
@@ -14530,7 +14516,7 @@ if test "${enable_sigwinch+set}" = set; then |
| else | | else |
---|
| with_sigwinch=$with_ext_funcs | | with_sigwinch=$with_ext_funcs |
---|
| fi; | | fi; |
---|
| -echo "$as_me:14533: result: $with_sigwinch" >&5 | | +echo "$as_me:14519: result: $with_sigwinch" >&5 |
---|
| echo "${ECHO_T}$with_sigwinch" >&6 | | echo "${ECHO_T}$with_sigwinch" >&6 |
---|
| test "x$with_sigwinch" = xyes && | | test "x$with_sigwinch" = xyes && |
---|
| cat >>confdefs.h <<\EOF | | cat >>confdefs.h <<\EOF |
---|
@@ -14538,7 +14524,7 @@ cat >>confdefs.h <<\EOF |
| EOF | | EOF |
---|
| | | |
---|
| ### use option --enable-tcap-names to allow user to define new capabilities | | ### use option --enable-tcap-names to allow user to define new capabilities |
---|
| -echo "$as_me:14541: checking if you want user-definable terminal capabilities like termcap" >&5 | | +echo "$as_me:14527: checking if you want user-definable terminal capabilities like termcap" >&5 |
---|
| echo $ECHO_N "checking if you want user-definable terminal capabilities like termcap... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want user-definable terminal capabilities like termcap... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-tcap-names or --disable-tcap-names was given. | | # Check whether --enable-tcap-names or --disable-tcap-names was given. |
---|
@@ -14548,14 +14534,14 @@ if test "${enable_tcap_names+set}" = set; then |
| else | | else |
---|
| with_tcap_names=$with_ext_funcs | | with_tcap_names=$with_ext_funcs |
---|
| fi; | | fi; |
---|
| -echo "$as_me:14551: result: $with_tcap_names" >&5 | | +echo "$as_me:14537: result: $with_tcap_names" >&5 |
---|
| echo "${ECHO_T}$with_tcap_names" >&6 | | echo "${ECHO_T}$with_tcap_names" >&6 |
---|
| NCURSES_XNAMES=0 | | NCURSES_XNAMES=0 |
---|
| test "x$with_tcap_names" = xyes && NCURSES_XNAMES=1 | | test "x$with_tcap_names" = xyes && NCURSES_XNAMES=1 |
---|
| | | |
---|
| ############################################################################## | | ############################################################################## |
---|
| | | |
---|
| -echo "$as_me:14558: checking if you want to link with the pthread library" >&5 | | +echo "$as_me:14544: checking if you want to link with the pthread library" >&5 |
---|
| echo $ECHO_N "checking if you want to link with the pthread library... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want to link with the pthread library... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --with-pthread or --without-pthread was given. | | # Check whether --with-pthread or --without-pthread was given. |
---|
@@ -14565,27 +14551,27 @@ if test "${with_pthread+set}" = set; then |
| else | | else |
---|
| with_pthread=no | | with_pthread=no |
---|
| fi; | | fi; |
---|
| -echo "$as_me:14568: result: $with_pthread" >&5 | | +echo "$as_me:14554: result: $with_pthread" >&5 |
---|
| echo "${ECHO_T}$with_pthread" >&6 | | echo "${ECHO_T}$with_pthread" >&6 |
---|
| | | |
---|
| if test "$with_pthread" != no ; then | | if test "$with_pthread" != no ; then |
---|
| - echo "$as_me:14572: checking for pthread.h" >&5 | | + echo "$as_me:14558: checking for pthread.h" >&5 |
---|
| echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6 | | echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6 |
---|
| if test "${ac_cv_header_pthread_h+set}" = set; then | | if test "${ac_cv_header_pthread_h+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 14578 "configure" | | +#line 14564 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include <pthread.h> | | #include <pthread.h> |
---|
| _ACEOF | | _ACEOF |
---|
| -if { (eval echo "$as_me:14582: \"$ac_cpp conftest.$ac_ext\"") >&5 | | +if { (eval echo "$as_me:14568: \"$ac_cpp conftest.$ac_ext\"") >&5 |
---|
| (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
---|
| ac_status=$? | | ac_status=$? |
---|
| egrep -v '^ *\+' conftest.er1 >conftest.err | | egrep -v '^ *\+' conftest.er1 >conftest.err |
---|
| rm -f conftest.er1 | | rm -f conftest.er1 |
---|
| cat conftest.err >&5 | | cat conftest.err >&5 |
---|
| - echo "$as_me:14588: \$? = $ac_status" >&5 | | + echo "$as_me:14574: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
---|
| if test -s conftest.err; then | | if test -s conftest.err; then |
---|
| ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
---|
@@ -14604,7 +14590,7 @@ else |
| fi | | fi |
---|
| rm -f conftest.err conftest.$ac_ext | | rm -f conftest.err conftest.$ac_ext |
---|
| fi | | fi |
---|
| -echo "$as_me:14607: result: $ac_cv_header_pthread_h" >&5 | | +echo "$as_me:14593: result: $ac_cv_header_pthread_h" >&5 |
---|
| echo "${ECHO_T}$ac_cv_header_pthread_h" >&6 | | echo "${ECHO_T}$ac_cv_header_pthread_h" >&6 |
---|
| if test $ac_cv_header_pthread_h = yes; then | | if test $ac_cv_header_pthread_h = yes; then |
---|
| | | |
---|
@@ -14614,7 +14600,7 @@ EOF |
| | | |
---|
| for cf_lib_pthread in pthread c_r | | for cf_lib_pthread in pthread c_r |
---|
| do | | do |
---|
| - echo "$as_me:14617: checking if we can link with the $cf_lib_pthread library" >&5 | | + echo "$as_me:14603: checking if we can link with the $cf_lib_pthread library" >&5 |
---|
| echo $ECHO_N "checking if we can link with the $cf_lib_pthread library... $ECHO_C" >&6 | | echo $ECHO_N "checking if we can link with the $cf_lib_pthread library... $ECHO_C" >&6 |
---|
| cf_save_LIBS="$LIBS" | | cf_save_LIBS="$LIBS" |
---|
| | | |
---|
@@ -14635,7 +14621,7 @@ done |
| LIBS="$cf_add_libs" | | LIBS="$cf_add_libs" |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 14638 "configure" | | +#line 14624 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <pthread.h> | | #include <pthread.h> |
---|
@@ -14652,16 +14638,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
---|
| -if { (eval echo "$as_me:14655: \"$ac_link\"") >&5 | | +if { (eval echo "$as_me:14641: \"$ac_link\"") >&5 |
---|
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:14658: \$? = $ac_status" >&5 | | + echo "$as_me:14644: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
---|
| - { (eval echo "$as_me:14661: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:14647: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:14664: \$? = $ac_status" >&5 | | + echo "$as_me:14650: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| with_pthread=yes | | with_pthread=yes |
---|
| else | | else |
---|
@@ -14671,7 +14657,7 @@ with_pthread=no |
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
---|
| LIBS="$cf_save_LIBS" | | LIBS="$cf_save_LIBS" |
---|
| - echo "$as_me:14674: result: $with_pthread" >&5 | | + echo "$as_me:14660: result: $with_pthread" >&5 |
---|
| echo "${ECHO_T}$with_pthread" >&6 | | echo "${ECHO_T}$with_pthread" >&6 |
---|
| test "$with_pthread" = yes && break | | test "$with_pthread" = yes && break |
---|
| done | | done |
---|
@@ -14699,7 +14685,7 @@ cat >>confdefs.h <<\EOF |
| EOF | | EOF |
---|
| | | |
---|
| else | | else |
---|
| - { { echo "$as_me:14702: error: Cannot link with pthread library" >&5 | | + { { echo "$as_me:14688: error: Cannot link with pthread library" >&5 |
---|
| echo "$as_me: error: Cannot link with pthread library" >&2;} | | echo "$as_me: error: Cannot link with pthread library" >&2;} |
---|
| { (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
---|
| fi | | fi |
---|
@@ -14709,13 +14695,13 @@ fi |
| fi | | fi |
---|
| | | |
---|
| if test "x$with_pthread" != xno; then | | if test "x$with_pthread" != xno; then |
---|
| - echo "$as_me:14712: checking for pthread_kill" >&5 | | + echo "$as_me:14698: checking for pthread_kill" >&5 |
---|
| echo $ECHO_N "checking for pthread_kill... $ECHO_C" >&6 | | echo $ECHO_N "checking for pthread_kill... $ECHO_C" >&6 |
---|
| if test "${ac_cv_func_pthread_kill+set}" = set; then | | if test "${ac_cv_func_pthread_kill+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 14718 "configure" | | +#line 14704 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #define pthread_kill autoconf_temporary | | #define pthread_kill autoconf_temporary |
---|
| #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ | | #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ |
---|
@@ -14746,16 +14732,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
---|
| -if { (eval echo "$as_me:14749: \"$ac_link\"") >&5 | | +if { (eval echo "$as_me:14735: \"$ac_link\"") >&5 |
---|
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:14752: \$? = $ac_status" >&5 | | + echo "$as_me:14738: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
---|
| - { (eval echo "$as_me:14755: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:14741: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:14758: \$? = $ac_status" >&5 | | + echo "$as_me:14744: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| ac_cv_func_pthread_kill=yes | | ac_cv_func_pthread_kill=yes |
---|
| else | | else |
---|
@@ -14765,11 +14751,11 @@ ac_cv_func_pthread_kill=no |
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
---|
| fi | | fi |
---|
| -echo "$as_me:14768: result: $ac_cv_func_pthread_kill" >&5 | | +echo "$as_me:14754: result: $ac_cv_func_pthread_kill" >&5 |
---|
| echo "${ECHO_T}$ac_cv_func_pthread_kill" >&6 | | echo "${ECHO_T}$ac_cv_func_pthread_kill" >&6 |
---|
| if test $ac_cv_func_pthread_kill = yes; then | | if test $ac_cv_func_pthread_kill = yes; then |
---|
| | | |
---|
| - echo "$as_me:14772: checking if you want to allow EINTR in wgetch with pthreads" >&5 | | + echo "$as_me:14758: checking if you want to allow EINTR in wgetch with pthreads" >&5 |
---|
| echo $ECHO_N "checking if you want to allow EINTR in wgetch with pthreads... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want to allow EINTR in wgetch with pthreads... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-pthreads-eintr or --disable-pthreads-eintr was given. | | # Check whether --enable-pthreads-eintr or --disable-pthreads-eintr was given. |
---|
@@ -14779,7 +14765,7 @@ if test "${enable_pthreads_eintr+set}" = set; then |
| else | | else |
---|
| use_pthreads_eintr=no | | use_pthreads_eintr=no |
---|
| fi; | | fi; |
---|
| - echo "$as_me:14782: result: $use_pthreads_eintr" >&5 | | + echo "$as_me:14768: result: $use_pthreads_eintr" >&5 |
---|
| echo "${ECHO_T}$use_pthreads_eintr" >&6 | | echo "${ECHO_T}$use_pthreads_eintr" >&6 |
---|
| if test "x$use_pthreads_eintr" = xyes ; then | | if test "x$use_pthreads_eintr" = xyes ; then |
---|
| | | |
---|
@@ -14790,7 +14776,7 @@ EOF |
| fi | | fi |
---|
| fi | | fi |
---|
| | | |
---|
| - echo "$as_me:14793: checking if you want to use weak-symbols for pthreads" >&5 | | + echo "$as_me:14779: checking if you want to use weak-symbols for pthreads" >&5 |
---|
| echo $ECHO_N "checking if you want to use weak-symbols for pthreads... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want to use weak-symbols for pthreads... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-weak-symbols or --disable-weak-symbols was given. | | # Check whether --enable-weak-symbols or --disable-weak-symbols was given. |
---|
@@ -14800,18 +14786,18 @@ if test "${enable_weak_symbols+set}" = set; then |
| else | | else |
---|
| use_weak_symbols=no | | use_weak_symbols=no |
---|
| fi; | | fi; |
---|
| - echo "$as_me:14803: result: $use_weak_symbols" >&5 | | + echo "$as_me:14789: result: $use_weak_symbols" >&5 |
---|
| echo "${ECHO_T}$use_weak_symbols" >&6 | | echo "${ECHO_T}$use_weak_symbols" >&6 |
---|
| if test "x$use_weak_symbols" = xyes ; then | | if test "x$use_weak_symbols" = xyes ; then |
---|
| | | |
---|
| -echo "$as_me:14807: checking if $CC supports weak symbols" >&5 | | +echo "$as_me:14793: checking if $CC supports weak symbols" >&5 |
---|
| echo $ECHO_N "checking if $CC supports weak symbols... $ECHO_C" >&6 | | echo $ECHO_N "checking if $CC supports weak symbols... $ECHO_C" >&6 |
---|
| if test "${cf_cv_weak_symbols+set}" = set; then | | if test "${cf_cv_weak_symbols+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 14814 "configure" | | +#line 14800 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <stdio.h> | | #include <stdio.h> |
---|
@@ -14837,16 +14823,16 @@ weak_symbol(fopen); |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:14840: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:14826: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:14843: \$? = $ac_status" >&5 | | + echo "$as_me:14829: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:14846: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:14832: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:14849: \$? = $ac_status" >&5 | | + echo "$as_me:14835: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| cf_cv_weak_symbols=yes | | cf_cv_weak_symbols=yes |
---|
| else | | else |
---|
@@ -14857,7 +14843,7 @@ fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:14860: result: $cf_cv_weak_symbols" >&5 | | +echo "$as_me:14846: result: $cf_cv_weak_symbols" >&5 |
---|
| echo "${ECHO_T}$cf_cv_weak_symbols" >&6 | | echo "${ECHO_T}$cf_cv_weak_symbols" >&6 |
---|
| | | |
---|
| else | | else |
---|
@@ -14907,7 +14893,7 @@ fi |
| # opaque outside of that, so there is no --enable-opaque option. We can use | | # opaque outside of that, so there is no --enable-opaque option. We can use |
---|
| # this option without --with-pthreads, but this will be always set for | | # this option without --with-pthreads, but this will be always set for |
---|
| # pthreads. | | # pthreads. |
---|
| -echo "$as_me:14910: checking if you want reentrant code" >&5 | | +echo "$as_me:14896: checking if you want reentrant code" >&5 |
---|
| echo $ECHO_N "checking if you want reentrant code... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want reentrant code... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-reentrant or --disable-reentrant was given. | | # Check whether --enable-reentrant or --disable-reentrant was given. |
---|
@@ -14917,7 +14903,7 @@ if test "${enable_reentrant+set}" = set; then |
| else | | else |
---|
| with_reentrant=no | | with_reentrant=no |
---|
| fi; | | fi; |
---|
| -echo "$as_me:14920: result: $with_reentrant" >&5 | | +echo "$as_me:14906: result: $with_reentrant" >&5 |
---|
| echo "${ECHO_T}$with_reentrant" >&6 | | echo "${ECHO_T}$with_reentrant" >&6 |
---|
| if test "x$with_reentrant" = xyes ; then | | if test "x$with_reentrant" = xyes ; then |
---|
| cf_cv_enable_reentrant=1 | | cf_cv_enable_reentrant=1 |
---|
@@ -15005,7 +14991,7 @@ if test "${with_abi_version+set}" != set; then |
| (5.*) | | (5.*) |
---|
| cf_cv_rel_version=6.0 | | cf_cv_rel_version=6.0 |
---|
| cf_cv_abi_version=6 | | cf_cv_abi_version=6 |
---|
| - { echo "$as_me:15008: WARNING: overriding ABI version to $cf_cv_abi_version" >&5 | | + { echo "$as_me:14994: WARNING: overriding ABI version to $cf_cv_abi_version" >&5 |
---|
| echo "$as_me: WARNING: overriding ABI version to $cf_cv_abi_version" >&2;} | | echo "$as_me: WARNING: overriding ABI version to $cf_cv_abi_version" >&2;} |
---|
| ;; | | ;; |
---|
| esac | | esac |
---|
@@ -15017,7 +15003,7 @@ else |
| NCURSES_SIZE_T=short | | NCURSES_SIZE_T=short |
---|
| fi | | fi |
---|
| | | |
---|
| -echo "$as_me:15020: checking if you want opaque curses-library structures" >&5 | | +echo "$as_me:15006: checking if you want opaque curses-library structures" >&5 |
---|
| echo $ECHO_N "checking if you want opaque curses-library structures... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want opaque curses-library structures... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-opaque-curses or --disable-opaque-curses was given. | | # Check whether --enable-opaque-curses or --disable-opaque-curses was given. |
---|
@@ -15039,16 +15025,16 @@ else |
| test "$cf_cv_enable_reentrant" = 1 || enable_opaque_curses=no | | test "$cf_cv_enable_reentrant" = 1 || enable_opaque_curses=no |
---|
| | | |
---|
| fi; | | fi; |
---|
| -echo "$as_me:15042: result: $enable_opaque_curses" >&5 | | +echo "$as_me:15028: result: $enable_opaque_curses" >&5 |
---|
| echo "${ECHO_T}$enable_opaque_curses" >&6 | | echo "${ECHO_T}$enable_opaque_curses" >&6 |
---|
| | | |
---|
| test "$cf_cv_enable_reentrant" = 1 && \ | | test "$cf_cv_enable_reentrant" = 1 && \ |
---|
| test "$enable_opaque_curses" = no && \ | | test "$enable_opaque_curses" = no && \ |
---|
| -{ { echo "$as_me:15047: error: reentrant configuration requires opaque library" >&5 | | +{ { echo "$as_me:15033: error: reentrant configuration requires opaque library" >&5 |
---|
| echo "$as_me: error: reentrant configuration requires opaque library" >&2;} | | echo "$as_me: error: reentrant configuration requires opaque library" >&2;} |
---|
| { (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
---|
| | | |
---|
| -echo "$as_me:15051: checking if you want opaque form-library structures" >&5 | | +echo "$as_me:15037: checking if you want opaque form-library structures" >&5 |
---|
| echo $ECHO_N "checking if you want opaque form-library structures... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want opaque form-library structures... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-opaque-form or --disable-opaque-form was given. | | # Check whether --enable-opaque-form or --disable-opaque-form was given. |
---|
@@ -15058,10 +15044,10 @@ if test "${enable_opaque_form+set}" = set; then |
| else | | else |
---|
| enable_opaque_form=no | | enable_opaque_form=no |
---|
| fi; | | fi; |
---|
| -echo "$as_me:15061: result: $enable_opaque_form" >&5 | | +echo "$as_me:15047: result: $enable_opaque_form" >&5 |
---|
| echo "${ECHO_T}$enable_opaque_form" >&6 | | echo "${ECHO_T}$enable_opaque_form" >&6 |
---|
| | | |
---|
| -echo "$as_me:15064: checking if you want opaque menu-library structures" >&5 | | +echo "$as_me:15050: checking if you want opaque menu-library structures" >&5 |
---|
| echo $ECHO_N "checking if you want opaque menu-library structures... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want opaque menu-library structures... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-opaque-menu or --disable-opaque-menu was given. | | # Check whether --enable-opaque-menu or --disable-opaque-menu was given. |
---|
@@ -15071,10 +15057,10 @@ if test "${enable_opaque_menu+set}" = set; then |
| else | | else |
---|
| enable_opaque_menu=no | | enable_opaque_menu=no |
---|
| fi; | | fi; |
---|
| -echo "$as_me:15074: result: $enable_opaque_menu" >&5 | | +echo "$as_me:15060: result: $enable_opaque_menu" >&5 |
---|
| echo "${ECHO_T}$enable_opaque_menu" >&6 | | echo "${ECHO_T}$enable_opaque_menu" >&6 |
---|
| | | |
---|
| -echo "$as_me:15077: checking if you want opaque panel-library structures" >&5 | | +echo "$as_me:15063: checking if you want opaque panel-library structures" >&5 |
---|
| echo $ECHO_N "checking if you want opaque panel-library structures... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want opaque panel-library structures... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-opaque-panel or --disable-opaque-panel was given. | | # Check whether --enable-opaque-panel or --disable-opaque-panel was given. |
---|
@@ -15084,7 +15070,7 @@ if test "${enable_opaque_panel+set}" = set; then |
| else | | else |
---|
| enable_opaque_panel=no | | enable_opaque_panel=no |
---|
| fi; | | fi; |
---|
| -echo "$as_me:15087: result: $enable_opaque_panel" >&5 | | +echo "$as_me:15073: result: $enable_opaque_panel" >&5 |
---|
| echo "${ECHO_T}$enable_opaque_panel" >&6 | | echo "${ECHO_T}$enable_opaque_panel" >&6 |
---|
| | | |
---|
| NCURSES_OPAQUE=0; test "$enable_opaque_curses" = yes && NCURSES_OPAQUE=1 | | NCURSES_OPAQUE=0; test "$enable_opaque_curses" = yes && NCURSES_OPAQUE=1 |
---|
@@ -15094,7 +15080,7 @@ NCURSES_OPAQUE_PANEL=0; test "$enable_opaque_panel" = yes && NCURSES_OPAQUE_PAN |
| | | |
---|
| ### Allow using a different wrap-prefix | | ### Allow using a different wrap-prefix |
---|
| if test "$cf_cv_enable_reentrant" != 0 || test "$BROKEN_LINKER" = 1 ; then | | if test "$cf_cv_enable_reentrant" != 0 || test "$BROKEN_LINKER" = 1 ; then |
---|
| - echo "$as_me:15097: checking for prefix used to wrap public variables" >&5 | | + echo "$as_me:15083: checking for prefix used to wrap public variables" >&5 |
---|
| echo $ECHO_N "checking for prefix used to wrap public variables... $ECHO_C" >&6 | | echo $ECHO_N "checking for prefix used to wrap public variables... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --with-wrap-prefix or --without-wrap-prefix was given. | | # Check whether --with-wrap-prefix or --without-wrap-prefix was given. |
---|
@@ -15104,7 +15090,7 @@ if test "${with_wrap_prefix+set}" = set; then |
| else | | else |
---|
| NCURSES_WRAP_PREFIX=_nc_ | | NCURSES_WRAP_PREFIX=_nc_ |
---|
| fi; | | fi; |
---|
| - echo "$as_me:15107: result: $NCURSES_WRAP_PREFIX" >&5 | | + echo "$as_me:15093: result: $NCURSES_WRAP_PREFIX" >&5 |
---|
| echo "${ECHO_T}$NCURSES_WRAP_PREFIX" >&6 | | echo "${ECHO_T}$NCURSES_WRAP_PREFIX" >&6 |
---|
| else | | else |
---|
| NCURSES_WRAP_PREFIX=_nc_ | | NCURSES_WRAP_PREFIX=_nc_ |
---|
@@ -15117,7 +15103,7 @@ EOF |
| ############################################################################### | | ############################################################################### |
---|
| # These options are relatively safe to experiment with. | | # These options are relatively safe to experiment with. |
---|
| | | |
---|
| -echo "$as_me:15120: checking if you want all development code" >&5 | | +echo "$as_me:15106: checking if you want all development code" >&5 |
---|
| echo $ECHO_N "checking if you want all development code... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want all development code... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --with-develop or --without-develop was given. | | # Check whether --with-develop or --without-develop was given. |
---|
@@ -15127,11 +15113,11 @@ if test "${with_develop+set}" = set; then |
| else | | else |
---|
| with_develop=no | | with_develop=no |
---|
| fi; | | fi; |
---|
| -echo "$as_me:15130: result: $with_develop" >&5 | | +echo "$as_me:15116: result: $with_develop" >&5 |
---|
| echo "${ECHO_T}$with_develop" >&6 | | echo "${ECHO_T}$with_develop" >&6 |
---|
| | | |
---|
| ### use option --enable-hard-tabs to turn on use of hard-tabs optimize | | ### use option --enable-hard-tabs to turn on use of hard-tabs optimize |
---|
| -echo "$as_me:15134: checking if you want hard-tabs code" >&5 | | +echo "$as_me:15120: checking if you want hard-tabs code" >&5 |
---|
| echo $ECHO_N "checking if you want hard-tabs code... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want hard-tabs code... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-hard-tabs or --disable-hard-tabs was given. | | # Check whether --enable-hard-tabs or --disable-hard-tabs was given. |
---|
@@ -15141,7 +15127,7 @@ if test "${enable_hard_tabs+set}" = set; then |
| else | | else |
---|
| enable_hard_tabs=$with_develop | | enable_hard_tabs=$with_develop |
---|
| fi; | | fi; |
---|
| -echo "$as_me:15144: result: $enable_hard_tabs" >&5 | | +echo "$as_me:15130: result: $enable_hard_tabs" >&5 |
---|
| echo "${ECHO_T}$enable_hard_tabs" >&6 | | echo "${ECHO_T}$enable_hard_tabs" >&6 |
---|
| test "x$enable_hard_tabs" = xyes && | | test "x$enable_hard_tabs" = xyes && |
---|
| cat >>confdefs.h <<\EOF | | cat >>confdefs.h <<\EOF |
---|
@@ -15149,7 +15135,7 @@ cat >>confdefs.h <<\EOF |
| EOF | | EOF |
---|
| | | |
---|
| ### use option --enable-xmc-glitch to turn on use of magic-cookie optimize | | ### use option --enable-xmc-glitch to turn on use of magic-cookie optimize |
---|
| -echo "$as_me:15152: checking if you want limited support for xmc" >&5 | | +echo "$as_me:15138: checking if you want limited support for xmc" >&5 |
---|
| echo $ECHO_N "checking if you want limited support for xmc... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want limited support for xmc... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-xmc-glitch or --disable-xmc-glitch was given. | | # Check whether --enable-xmc-glitch or --disable-xmc-glitch was given. |
---|
@@ -15159,7 +15145,7 @@ if test "${enable_xmc_glitch+set}" = set; then |
| else | | else |
---|
| enable_xmc_glitch=$with_develop | | enable_xmc_glitch=$with_develop |
---|
| fi; | | fi; |
---|
| -echo "$as_me:15162: result: $enable_xmc_glitch" >&5 | | +echo "$as_me:15148: result: $enable_xmc_glitch" >&5 |
---|
| echo "${ECHO_T}$enable_xmc_glitch" >&6 | | echo "${ECHO_T}$enable_xmc_glitch" >&6 |
---|
| test "x$enable_xmc_glitch" = xyes && | | test "x$enable_xmc_glitch" = xyes && |
---|
| cat >>confdefs.h <<\EOF | | cat >>confdefs.h <<\EOF |
---|
@@ -15169,7 +15155,7 @@ EOF |
| ############################################################################### | | ############################################################################### |
---|
| # These are just experimental, probably should not be in a package: | | # These are just experimental, probably should not be in a package: |
---|
| | | |
---|
| -echo "$as_me:15172: checking if you do not want to assume colors are white-on-black" >&5 | | +echo "$as_me:15158: checking if you do not want to assume colors are white-on-black" >&5 |
---|
| echo $ECHO_N "checking if you do not want to assume colors are white-on-black... $ECHO_C" >&6 | | echo $ECHO_N "checking if you do not want to assume colors are white-on-black... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-assumed-color or --disable-assumed-color was given. | | # Check whether --enable-assumed-color or --disable-assumed-color was given. |
---|
@@ -15179,7 +15165,7 @@ if test "${enable_assumed_color+set}" = set; then |
| else | | else |
---|
| with_assumed_color=yes | | with_assumed_color=yes |
---|
| fi; | | fi; |
---|
| -echo "$as_me:15182: result: $with_assumed_color" >&5 | | +echo "$as_me:15168: result: $with_assumed_color" >&5 |
---|
| echo "${ECHO_T}$with_assumed_color" >&6 | | echo "${ECHO_T}$with_assumed_color" >&6 |
---|
| test "x$with_assumed_color" = xyes && | | test "x$with_assumed_color" = xyes && |
---|
| cat >>confdefs.h <<\EOF | | cat >>confdefs.h <<\EOF |
---|
@@ -15187,7 +15173,7 @@ cat >>confdefs.h <<\EOF |
| EOF | | EOF |
---|
| | | |
---|
| ### use option --enable-hashmap to turn on use of hashmap scrolling logic | | ### use option --enable-hashmap to turn on use of hashmap scrolling logic |
---|
| -echo "$as_me:15190: checking if you want hashmap scrolling-optimization code" >&5 | | +echo "$as_me:15176: checking if you want hashmap scrolling-optimization code" >&5 |
---|
| echo $ECHO_N "checking if you want hashmap scrolling-optimization code... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want hashmap scrolling-optimization code... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-hashmap or --disable-hashmap was given. | | # Check whether --enable-hashmap or --disable-hashmap was given. |
---|
@@ -15197,7 +15183,7 @@ if test "${enable_hashmap+set}" = set; then |
| else | | else |
---|
| with_hashmap=yes | | with_hashmap=yes |
---|
| fi; | | fi; |
---|
| -echo "$as_me:15200: result: $with_hashmap" >&5 | | +echo "$as_me:15186: result: $with_hashmap" >&5 |
---|
| echo "${ECHO_T}$with_hashmap" >&6 | | echo "${ECHO_T}$with_hashmap" >&6 |
---|
| test "x$with_hashmap" = xyes && | | test "x$with_hashmap" = xyes && |
---|
| cat >>confdefs.h <<\EOF | | cat >>confdefs.h <<\EOF |
---|
@@ -15205,7 +15191,7 @@ cat >>confdefs.h <<\EOF |
| EOF | | EOF |
---|
| | | |
---|
| ### use option --enable-colorfgbg to turn on use of $COLORFGBG environment | | ### use option --enable-colorfgbg to turn on use of $COLORFGBG environment |
---|
| -echo "$as_me:15208: checking if you want colorfgbg code" >&5 | | +echo "$as_me:15194: checking if you want colorfgbg code" >&5 |
---|
| echo $ECHO_N "checking if you want colorfgbg code... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want colorfgbg code... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-colorfgbg or --disable-colorfgbg was given. | | # Check whether --enable-colorfgbg or --disable-colorfgbg was given. |
---|
@@ -15215,7 +15201,7 @@ if test "${enable_colorfgbg+set}" = set; then |
| else | | else |
---|
| with_colorfgbg=no | | with_colorfgbg=no |
---|
| fi; | | fi; |
---|
| -echo "$as_me:15218: result: $with_colorfgbg" >&5 | | +echo "$as_me:15204: result: $with_colorfgbg" >&5 |
---|
| echo "${ECHO_T}$with_colorfgbg" >&6 | | echo "${ECHO_T}$with_colorfgbg" >&6 |
---|
| test "x$with_colorfgbg" = xyes && | | test "x$with_colorfgbg" = xyes && |
---|
| cat >>confdefs.h <<\EOF | | cat >>confdefs.h <<\EOF |
---|
@@ -15223,7 +15209,7 @@ cat >>confdefs.h <<\EOF |
| EOF | | EOF |
---|
| | | |
---|
| ### use option --enable-interop to turn on use of bindings used for interop | | ### use option --enable-interop to turn on use of bindings used for interop |
---|
| -echo "$as_me:15226: checking if you want interop bindings" >&5 | | +echo "$as_me:15212: checking if you want interop bindings" >&5 |
---|
| echo $ECHO_N "checking if you want interop bindings... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want interop bindings... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-interop or --disable-interop was given. | | # Check whether --enable-interop or --disable-interop was given. |
---|
@@ -15233,13 +15219,13 @@ if test "${enable_interop+set}" = set; then |
| else | | else |
---|
| with_exp_interop=$cf_dft_interop | | with_exp_interop=$cf_dft_interop |
---|
| fi; | | fi; |
---|
| -echo "$as_me:15236: result: $with_exp_interop" >&5 | | +echo "$as_me:15222: result: $with_exp_interop" >&5 |
---|
| echo "${ECHO_T}$with_exp_interop" >&6 | | echo "${ECHO_T}$with_exp_interop" >&6 |
---|
| | | |
---|
| NCURSES_INTEROP_FUNCS=0 | | NCURSES_INTEROP_FUNCS=0 |
---|
| test "x$with_exp_interop" = xyes && NCURSES_INTEROP_FUNCS=1 | | test "x$with_exp_interop" = xyes && NCURSES_INTEROP_FUNCS=1 |
---|
| | | |
---|
| -echo "$as_me:15242: checking if you want experimental safe-sprintf code" >&5 | | +echo "$as_me:15228: checking if you want experimental safe-sprintf code" >&5 |
---|
| echo $ECHO_N "checking if you want experimental safe-sprintf code... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want experimental safe-sprintf code... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-safe-sprintf or --disable-safe-sprintf was given. | | # Check whether --enable-safe-sprintf or --disable-safe-sprintf was given. |
---|
@@ -15249,13 +15235,13 @@ if test "${enable_safe_sprintf+set}" = set; then |
| else | | else |
---|
| with_safe_sprintf=no | | with_safe_sprintf=no |
---|
| fi; | | fi; |
---|
| -echo "$as_me:15252: result: $with_safe_sprintf" >&5 | | +echo "$as_me:15238: result: $with_safe_sprintf" >&5 |
---|
| echo "${ECHO_T}$with_safe_sprintf" >&6 | | echo "${ECHO_T}$with_safe_sprintf" >&6 |
---|
| | | |
---|
| ### use option --disable-scroll-hints to turn off use of scroll-hints scrolling logic | | ### use option --disable-scroll-hints to turn off use of scroll-hints scrolling logic |
---|
| # when hashmap is used scroll hints are useless | | # when hashmap is used scroll hints are useless |
---|
| if test "$with_hashmap" = no ; then | | if test "$with_hashmap" = no ; then |
---|
| -echo "$as_me:15258: checking if you want to experiment without scrolling-hints code" >&5 | | +echo "$as_me:15244: checking if you want to experiment without scrolling-hints code" >&5 |
---|
| echo $ECHO_N "checking if you want to experiment without scrolling-hints code... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want to experiment without scrolling-hints code... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-scroll-hints or --disable-scroll-hints was given. | | # Check whether --enable-scroll-hints or --disable-scroll-hints was given. |
---|
@@ -15265,7 +15251,7 @@ if test "${enable_scroll_hints+set}" = set; then |
| else | | else |
---|
| with_scroll_hints=yes | | with_scroll_hints=yes |
---|
| fi; | | fi; |
---|
| -echo "$as_me:15268: result: $with_scroll_hints" >&5 | | +echo "$as_me:15254: result: $with_scroll_hints" >&5 |
---|
| echo "${ECHO_T}$with_scroll_hints" >&6 | | echo "${ECHO_T}$with_scroll_hints" >&6 |
---|
| test "x$with_scroll_hints" = xyes && | | test "x$with_scroll_hints" = xyes && |
---|
| cat >>confdefs.h <<\EOF | | cat >>confdefs.h <<\EOF |
---|
@@ -15274,7 +15260,7 @@ EOF |
| | | |
---|
| fi | | fi |
---|
| | | |
---|
| -echo "$as_me:15277: checking if you want wgetch-events code" >&5 | | +echo "$as_me:15263: checking if you want wgetch-events code" >&5 |
---|
| echo $ECHO_N "checking if you want wgetch-events code... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want wgetch-events code... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-wgetch-events or --disable-wgetch-events was given. | | # Check whether --enable-wgetch-events or --disable-wgetch-events was given. |
---|
@@ -15284,7 +15270,7 @@ if test "${enable_wgetch_events+set}" = set; then |
| else | | else |
---|
| with_wgetch_events=no | | with_wgetch_events=no |
---|
| fi; | | fi; |
---|
| -echo "$as_me:15287: result: $with_wgetch_events" >&5 | | +echo "$as_me:15273: result: $with_wgetch_events" >&5 |
---|
| echo "${ECHO_T}$with_wgetch_events" >&6 | | echo "${ECHO_T}$with_wgetch_events" >&6 |
---|
| test "x$with_wgetch_events" = xyes && | | test "x$with_wgetch_events" = xyes && |
---|
| cat >>confdefs.h <<\EOF | | cat >>confdefs.h <<\EOF |
---|
@@ -15295,7 +15281,7 @@ EOF |
| | | |
---|
| ### use option --disable-echo to suppress full display compiling commands | | ### use option --disable-echo to suppress full display compiling commands |
---|
| | | |
---|
| -echo "$as_me:15298: checking if you want to see long compiling messages" >&5 | | +echo "$as_me:15284: checking if you want to see long compiling messages" >&5 |
---|
| echo $ECHO_N "checking if you want to see long compiling messages... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want to see long compiling messages... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-echo or --disable-echo was given. | | # Check whether --enable-echo or --disable-echo was given. |
---|
@@ -15329,7 +15315,7 @@ else |
| ECHO_CC='' | | ECHO_CC='' |
---|
| | | |
---|
| fi; | | fi; |
---|
| -echo "$as_me:15332: result: $enableval" >&5 | | +echo "$as_me:15318: result: $enableval" >&5 |
---|
| echo "${ECHO_T}$enableval" >&6 | | echo "${ECHO_T}$enableval" >&6 |
---|
| | | |
---|
| if test "x$enable_echo" = xyes; then | | if test "x$enable_echo" = xyes; then |
---|
@@ -15342,7 +15328,7 @@ fi |
| | | |
---|
| # --disable-stripping is used for debugging | | # --disable-stripping is used for debugging |
---|
| | | |
---|
| -echo "$as_me:15345: checking if you want to install stripped executables" >&5 | | +echo "$as_me:15331: checking if you want to install stripped executables" >&5 |
---|
| echo $ECHO_N "checking if you want to install stripped executables... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want to install stripped executables... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-stripping or --disable-stripping was given. | | # Check whether --enable-stripping or --disable-stripping was given. |
---|
@@ -15359,7 +15345,7 @@ else |
| with_stripping=yes | | with_stripping=yes |
---|
| | | |
---|
| fi; | | fi; |
---|
| -echo "$as_me:15362: result: $with_stripping" >&5 | | +echo "$as_me:15348: result: $with_stripping" >&5 |
---|
| echo "${ECHO_T}$with_stripping" >&6 | | echo "${ECHO_T}$with_stripping" >&6 |
---|
| | | |
---|
| if test "$with_stripping" = yes | | if test "$with_stripping" = yes |
---|
@@ -15370,7 +15356,7 @@ else |
| fi | | fi |
---|
| | | |
---|
| : ${INSTALL:=install} | | : ${INSTALL:=install} |
---|
| -echo "$as_me:15373: checking if install accepts -p option" >&5 | | +echo "$as_me:15359: checking if install accepts -p option" >&5 |
---|
| echo $ECHO_N "checking if install accepts -p option... $ECHO_C" >&6 | | echo $ECHO_N "checking if install accepts -p option... $ECHO_C" >&6 |
---|
| if test "${cf_cv_install_p+set}" = set; then | | if test "${cf_cv_install_p+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
@@ -15401,10 +15387,10 @@ else |
| rm -rf conftest* | | rm -rf conftest* |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:15404: result: $cf_cv_install_p" >&5 | | +echo "$as_me:15390: result: $cf_cv_install_p" >&5 |
---|
| echo "${ECHO_T}$cf_cv_install_p" >&6 | | echo "${ECHO_T}$cf_cv_install_p" >&6 |
---|
| | | |
---|
| -echo "$as_me:15407: checking if install needs to be told about ownership" >&5 | | +echo "$as_me:15393: checking if install needs to be told about ownership" >&5 |
---|
| echo $ECHO_N "checking if install needs to be told about ownership... $ECHO_C" >&6 | | echo $ECHO_N "checking if install needs to be told about ownership... $ECHO_C" >&6 |
---|
| case `$ac_config_guess` in | | case `$ac_config_guess` in |
---|
| (*minix) | | (*minix) |
---|
@@ -15415,7 +15401,7 @@ case `$ac_config_guess` in |
| ;; | | ;; |
---|
| esac | | esac |
---|
| | | |
---|
| -echo "$as_me:15418: result: $with_install_o" >&5 | | +echo "$as_me:15404: result: $with_install_o" >&5 |
---|
| echo "${ECHO_T}$with_install_o" >&6 | | echo "${ECHO_T}$with_install_o" >&6 |
---|
| if test "x$with_install_o" = xyes | | if test "x$with_install_o" = xyes |
---|
| then | | then |
---|
@@ -15439,7 +15425,7 @@ then |
| fi | | fi |
---|
| | | |
---|
| ### use option --enable-warnings to turn on all gcc warnings | | ### use option --enable-warnings to turn on all gcc warnings |
---|
| -echo "$as_me:15442: checking if you want to see compiler warnings" >&5 | | +echo "$as_me:15428: checking if you want to see compiler warnings" >&5 |
---|
| echo $ECHO_N "checking if you want to see compiler warnings... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want to see compiler warnings... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-warnings or --disable-warnings was given. | | # Check whether --enable-warnings or --disable-warnings was given. |
---|
@@ -15447,7 +15433,7 @@ if test "${enable_warnings+set}" = set; then |
| enableval="$enable_warnings" | | enableval="$enable_warnings" |
---|
| with_warnings=$enableval | | with_warnings=$enableval |
---|
| fi; | | fi; |
---|
| -echo "$as_me:15450: result: $with_warnings" >&5 | | +echo "$as_me:15436: result: $with_warnings" >&5 |
---|
| echo "${ECHO_T}$with_warnings" >&6 | | echo "${ECHO_T}$with_warnings" >&6 |
---|
| | | |
---|
| if test "x$with_warnings" = "xyes"; then | | if test "x$with_warnings" = "xyes"; then |
---|
@@ -15473,7 +15459,7 @@ do |
| done | | done |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 15476 "configure" | | +#line 15462 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #include <stdlib.h> | | #include <stdlib.h> |
---|
@@ -15488,26 +15474,26 @@ String foo = malloc(1) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:15491: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:15477: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:15494: \$? = $ac_status" >&5 | | + echo "$as_me:15480: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:15497: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:15483: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:15500: \$? = $ac_status" >&5 | | + echo "$as_me:15486: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| | | |
---|
| -echo "$as_me:15503: checking for X11/Xt const-feature" >&5 | | +echo "$as_me:15489: checking for X11/Xt const-feature" >&5 |
---|
| echo $ECHO_N "checking for X11/Xt const-feature... $ECHO_C" >&6 | | echo $ECHO_N "checking for X11/Xt const-feature... $ECHO_C" >&6 |
---|
| if test "${cf_cv_const_x_string+set}" = set; then | | if test "${cf_cv_const_x_string+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| | | |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 15510 "configure" | | +#line 15496 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| #define _CONST_X_STRING /* X11R7.8 (perhaps) */ | | #define _CONST_X_STRING /* X11R7.8 (perhaps) */ |
---|
@@ -15524,16 +15510,16 @@ String foo = malloc(1); *foo = 0 |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:15527: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:15513: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:15530: \$? = $ac_status" >&5 | | + echo "$as_me:15516: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:15533: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:15519: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:15536: \$? = $ac_status" >&5 | | + echo "$as_me:15522: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| | | |
---|
| cf_cv_const_x_string=no | | cf_cv_const_x_string=no |
---|
@@ -15548,7 +15534,7 @@ fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| | | |
---|
| fi | | fi |
---|
| -echo "$as_me:15551: result: $cf_cv_const_x_string" >&5 | | +echo "$as_me:15537: result: $cf_cv_const_x_string" >&5 |
---|
| echo "${ECHO_T}$cf_cv_const_x_string" >&6 | | echo "${ECHO_T}$cf_cv_const_x_string" >&6 |
---|
| | | |
---|
| LIBS="$cf_save_LIBS_CF_CONST_X_STRING" | | LIBS="$cf_save_LIBS_CF_CONST_X_STRING" |
---|
@@ -15577,7 +15563,7 @@ fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| fi | | fi |
---|
| cat > conftest.$ac_ext <<EOF | | cat > conftest.$ac_ext <<EOF |
---|
| -#line 15580 "${as_me:-configure}" | | +#line 15566 "${as_me:-configure}" |
---|
| int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } | | int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } |
---|
| EOF | | EOF |
---|
| if test "$INTEL_COMPILER" = yes | | if test "$INTEL_COMPILER" = yes |
---|
@@ -15593,7 +15579,7 @@ then |
| # remark #981: operands are evaluated in unspecified order | | # remark #981: operands are evaluated in unspecified order |
---|
| # warning #279: controlling expression is constant | | # warning #279: controlling expression is constant |
---|
| | | |
---|
| - { echo "$as_me:15596: checking for $CC warning options..." >&5 | | + { echo "$as_me:15582: checking for $CC warning options..." >&5 |
---|
| echo "$as_me: checking for $CC warning options..." >&6;} | | echo "$as_me: checking for $CC warning options..." >&6;} |
---|
| cf_save_CFLAGS="$CFLAGS" | | cf_save_CFLAGS="$CFLAGS" |
---|
| EXTRA_CFLAGS="-Wall" | | EXTRA_CFLAGS="-Wall" |
---|
@@ -15609,12 +15595,12 @@ echo "$as_me: checking for $CC warning options..." >&6;} |
| wd981 | | wd981 |
---|
| do | | do |
---|
| CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" | | CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" |
---|
| - if { (eval echo "$as_me:15612: \"$ac_compile\"") >&5 | | + if { (eval echo "$as_me:15598: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:15615: \$? = $ac_status" >&5 | | + echo "$as_me:15601: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; then | | (exit $ac_status); }; then |
---|
| - test -n "$verbose" && echo "$as_me:15617: result: ... -$cf_opt" >&5 | | + test -n "$verbose" && echo "$as_me:15603: result: ... -$cf_opt" >&5 |
---|
| echo "${ECHO_T}... -$cf_opt" >&6 | | echo "${ECHO_T}... -$cf_opt" >&6 |
---|
| EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt" | | EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt" |
---|
| fi | | fi |
---|
@@ -15622,7 +15608,7 @@ echo "${ECHO_T}... -$cf_opt" >&6 |
| CFLAGS="$cf_save_CFLAGS" | | CFLAGS="$cf_save_CFLAGS" |
---|
| elif test "$GCC" = yes && test "$GCC_VERSION" != "unknown" | | elif test "$GCC" = yes && test "$GCC_VERSION" != "unknown" |
---|
| then | | then |
---|
| - { echo "$as_me:15625: checking for $CC warning options..." >&5 | | + { echo "$as_me:15611: checking for $CC warning options..." >&5 |
---|
| echo "$as_me: checking for $CC warning options..." >&6;} | | echo "$as_me: checking for $CC warning options..." >&6;} |
---|
| cf_save_CFLAGS="$CFLAGS" | | cf_save_CFLAGS="$CFLAGS" |
---|
| EXTRA_CFLAGS= | | EXTRA_CFLAGS= |
---|
@@ -15646,12 +15632,12 @@ echo "$as_me: checking for $CC warning options..." >&6;} |
| Wundef Wno-inline $cf_gcc_warnings $cf_warn_CONST Wno-unknown-pragmas Wswitch-enum | | Wundef Wno-inline $cf_gcc_warnings $cf_warn_CONST Wno-unknown-pragmas Wswitch-enum |
---|
| do | | do |
---|
| CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" | | CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" |
---|
| - if { (eval echo "$as_me:15649: \"$ac_compile\"") >&5 | | + if { (eval echo "$as_me:15635: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:15652: \$? = $ac_status" >&5 | | + echo "$as_me:15638: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; then | | (exit $ac_status); }; then |
---|
| - test -n "$verbose" && echo "$as_me:15654: result: ... -$cf_opt" >&5 | | + test -n "$verbose" && echo "$as_me:15640: result: ... -$cf_opt" >&5 |
---|
| echo "${ECHO_T}... -$cf_opt" >&6 | | echo "${ECHO_T}... -$cf_opt" >&6 |
---|
| case $cf_opt in | | case $cf_opt in |
---|
| (Winline) | | (Winline) |
---|
@@ -15659,7 +15645,7 @@ echo "${ECHO_T}... -$cf_opt" >&6 |
| ([34].*) | | ([34].*) |
---|
| test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 | | test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 |
---|
| | | |
---|
| -echo "${as_me:-configure}:15662: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 | | +echo "${as_me:-configure}:15648: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 |
---|
| | | |
---|
| continue;; | | continue;; |
---|
| esac | | esac |
---|
@@ -15669,7 +15655,7 @@ echo "${as_me:-configure}:15662: testing feature is broken in gcc $GCC_VERSION . |
| ([12].*) | | ([12].*) |
---|
| test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 | | test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 |
---|
| | | |
---|
| -echo "${as_me:-configure}:15672: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 | | +echo "${as_me:-configure}:15658: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 |
---|
| | | |
---|
| continue;; | | continue;; |
---|
| esac | | esac |
---|
@@ -15689,12 +15675,12 @@ INTEL_CPLUSPLUS=no |
| if test "$GCC" = yes ; then | | if test "$GCC" = yes ; then |
---|
| case $host_os in | | case $host_os in |
---|
| (linux*|gnu*) | | (linux*|gnu*) |
---|
| - echo "$as_me:15692: checking if this is really Intel C++ compiler" >&5 | | + echo "$as_me:15678: checking if this is really Intel C++ compiler" >&5 |
---|
| echo $ECHO_N "checking if this is really Intel C++ compiler... $ECHO_C" >&6 | | echo $ECHO_N "checking if this is really Intel C++ compiler... $ECHO_C" >&6 |
---|
| cf_save_CFLAGS="$CXXFLAGS" | | cf_save_CFLAGS="$CXXFLAGS" |
---|
| CXXFLAGS="$CXXFLAGS -no-gcc" | | CXXFLAGS="$CXXFLAGS -no-gcc" |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 15697 "configure" | | +#line 15683 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| int | | int |
---|
@@ -15711,16 +15697,16 @@ make an error |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:15714: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:15700: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:15717: \$? = $ac_status" >&5 | | + echo "$as_me:15703: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:15720: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:15706: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:15723: \$? = $ac_status" >&5 | | + echo "$as_me:15709: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| INTEL_CPLUSPLUS=yes | | INTEL_CPLUSPLUS=yes |
---|
| cf_save_CFLAGS="$cf_save_CFLAGS -we147" | | cf_save_CFLAGS="$cf_save_CFLAGS -we147" |
---|
@@ -15731,7 +15717,7 @@ cat conftest.$ac_ext >&5 |
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| CXXFLAGS="$cf_save_CFLAGS" | | CXXFLAGS="$cf_save_CFLAGS" |
---|
| - echo "$as_me:15734: result: $INTEL_CPLUSPLUS" >&5 | | + echo "$as_me:15720: result: $INTEL_CPLUSPLUS" >&5 |
---|
| echo "${ECHO_T}$INTEL_CPLUSPLUS" >&6 | | echo "${ECHO_T}$INTEL_CPLUSPLUS" >&6 |
---|
| ;; | | ;; |
---|
| esac | | esac |
---|
@@ -15740,12 +15726,12 @@ fi |
| CLANG_CPLUSPLUS=no | | CLANG_CPLUSPLUS=no |
---|
| | | |
---|
| if test "$GCC" = yes ; then | | if test "$GCC" = yes ; then |
---|
| - echo "$as_me:15743: checking if this is really Clang C++ compiler" >&5 | | + echo "$as_me:15729: checking if this is really Clang C++ compiler" >&5 |
---|
| echo $ECHO_N "checking if this is really Clang C++ compiler... $ECHO_C" >&6 | | echo $ECHO_N "checking if this is really Clang C++ compiler... $ECHO_C" >&6 |
---|
| cf_save_CFLAGS="$CXXFLAGS" | | cf_save_CFLAGS="$CXXFLAGS" |
---|
| CXXFLAGS="$CXXFLAGS -Qunused-arguments" | | CXXFLAGS="$CXXFLAGS -Qunused-arguments" |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 15748 "configure" | | +#line 15734 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| int | | int |
---|
@@ -15762,16 +15748,16 @@ make an error |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
---|
| -if { (eval echo "$as_me:15765: \"$ac_compile\"") >&5 | | +if { (eval echo "$as_me:15751: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:15768: \$? = $ac_status" >&5 | | + echo "$as_me:15754: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
---|
| - { (eval echo "$as_me:15771: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:15757: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:15774: \$? = $ac_status" >&5 | | + echo "$as_me:15760: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| CLANG_CPLUSPLUS=yes | | CLANG_CPLUSPLUS=yes |
---|
| cf_save_CFLAGS="$cf_save_CFLAGS -Qunused-arguments" | | cf_save_CFLAGS="$cf_save_CFLAGS -Qunused-arguments" |
---|
@@ -15782,7 +15768,7 @@ cat conftest.$ac_ext >&5 |
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
---|
| CXXFLAGS="$cf_save_CFLAGS" | | CXXFLAGS="$cf_save_CFLAGS" |
---|
| - echo "$as_me:15785: result: $CLANG_CPLUSPLUS" >&5 | | + echo "$as_me:15771: result: $CLANG_CPLUSPLUS" >&5 |
---|
| echo "${ECHO_T}$CLANG_CPLUSPLUS" >&6 | | echo "${ECHO_T}$CLANG_CPLUSPLUS" >&6 |
---|
| fi | | fi |
---|
| | | |
---|
@@ -15794,7 +15780,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
| ac_main_return=return | | ac_main_return=return |
---|
| | | |
---|
| cat > conftest.$ac_ext <<EOF | | cat > conftest.$ac_ext <<EOF |
---|
| -#line 15797 "configure" | | +#line 15783 "configure" |
---|
| int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } | | int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } |
---|
| EOF | | EOF |
---|
| | | |
---|
@@ -15812,7 +15798,7 @@ then |
| # remark #981: operands are evaluated in unspecified order | | # remark #981: operands are evaluated in unspecified order |
---|
| # warning #269: invalid format string conversion | | # warning #269: invalid format string conversion |
---|
| | | |
---|
| - { echo "$as_me:15815: checking for $CC warning options..." >&5 | | + { echo "$as_me:15801: checking for $CC warning options..." >&5 |
---|
| echo "$as_me: checking for $CC warning options..." >&6;} | | echo "$as_me: checking for $CC warning options..." >&6;} |
---|
| cf_save_CXXFLAGS="$CXXFLAGS" | | cf_save_CXXFLAGS="$CXXFLAGS" |
---|
| EXTRA_CXXFLAGS="-Wall" | | EXTRA_CXXFLAGS="-Wall" |
---|
@@ -15829,12 +15815,12 @@ echo "$as_me: checking for $CC warning options..." >&6;} |
| wd981 | | wd981 |
---|
| do | | do |
---|
| CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -$cf_opt" | | CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -$cf_opt" |
---|
| - if { (eval echo "$as_me:15832: \"$ac_compile\"") >&5 | | + if { (eval echo "$as_me:15818: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:15835: \$? = $ac_status" >&5 | | + echo "$as_me:15821: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; then | | (exit $ac_status); }; then |
---|
| - test -n "$verbose" && echo "$as_me:15837: result: ... -$cf_opt" >&5 | | + test -n "$verbose" && echo "$as_me:15823: result: ... -$cf_opt" >&5 |
---|
| echo "${ECHO_T}... -$cf_opt" >&6 | | echo "${ECHO_T}... -$cf_opt" >&6 |
---|
| EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt" | | EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt" |
---|
| fi | | fi |
---|
@@ -15843,7 +15829,7 @@ echo "${ECHO_T}... -$cf_opt" >&6 |
| | | |
---|
| elif test "$GXX" = yes | | elif test "$GXX" = yes |
---|
| then | | then |
---|
| - { echo "$as_me:15846: checking for $CXX warning options..." >&5 | | + { echo "$as_me:15832: checking for $CXX warning options..." >&5 |
---|
| echo "$as_me: checking for $CXX warning options..." >&6;} | | echo "$as_me: checking for $CXX warning options..." >&6;} |
---|
| cf_save_CXXFLAGS="$CXXFLAGS" | | cf_save_CXXFLAGS="$CXXFLAGS" |
---|
| EXTRA_CXXFLAGS="-W -Wall" | | EXTRA_CXXFLAGS="-W -Wall" |
---|
@@ -15873,16 +15859,16 @@ echo "$as_me: checking for $CXX warning options..." >&6;} |
| Wundef $cf_gxx_extra_warnings Wno-unused | | Wundef $cf_gxx_extra_warnings Wno-unused |
---|
| do | | do |
---|
| CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -Werror -$cf_opt" | | CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -Werror -$cf_opt" |
---|
| - if { (eval echo "$as_me:15876: \"$ac_compile\"") >&5 | | + if { (eval echo "$as_me:15862: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:15879: \$? = $ac_status" >&5 | | + echo "$as_me:15865: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; then | | (exit $ac_status); }; then |
---|
| - test -n "$verbose" && echo "$as_me:15881: result: ... -$cf_opt" >&5 | | + test -n "$verbose" && echo "$as_me:15867: result: ... -$cf_opt" >&5 |
---|
| echo "${ECHO_T}... -$cf_opt" >&6 | | echo "${ECHO_T}... -$cf_opt" >&6 |
---|
| EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt" | | EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt" |
---|
| else | | else |
---|
| - test -n "$verbose" && echo "$as_me:15885: result: ... no -$cf_opt" >&5 | | + test -n "$verbose" && echo "$as_me:15871: result: ... no -$cf_opt" >&5 |
---|
| echo "${ECHO_T}... no -$cf_opt" >&6 | | echo "${ECHO_T}... no -$cf_opt" >&6 |
---|
| fi | | fi |
---|
| done | | done |
---|
@@ -15918,10 +15904,10 @@ cat > conftest.i <<EOF |
| EOF | | EOF |
---|
| if test "$GCC" = yes | | if test "$GCC" = yes |
---|
| then | | then |
---|
| - { echo "$as_me:15921: checking for $CC __attribute__ directives..." >&5 | | + { echo "$as_me:15907: checking for $CC __attribute__ directives..." >&5 |
---|
| echo "$as_me: checking for $CC __attribute__ directives..." >&6;} | | echo "$as_me: checking for $CC __attribute__ directives..." >&6;} |
---|
| cat > conftest.$ac_ext <<EOF | | cat > conftest.$ac_ext <<EOF |
---|
| -#line 15924 "${as_me:-configure}" | | +#line 15910 "${as_me:-configure}" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #include "conftest.h" | | #include "conftest.h" |
---|
| #include "conftest.i" | | #include "conftest.i" |
---|
@@ -15970,12 +15956,12 @@ EOF |
| ;; | | ;; |
---|
| esac | | esac |
---|
| | | |
---|
| - if { (eval echo "$as_me:15973: \"$ac_compile\"") >&5 | | + if { (eval echo "$as_me:15959: \"$ac_compile\"") >&5 |
---|
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:15976: \$? = $ac_status" >&5 | | + echo "$as_me:15962: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; then | | (exit $ac_status); }; then |
---|
| - test -n "$verbose" && echo "$as_me:15978: result: ... $cf_attribute" >&5 | | + test -n "$verbose" && echo "$as_me:15964: result: ... $cf_attribute" >&5 |
---|
| echo "${ECHO_T}... $cf_attribute" >&6 | | echo "${ECHO_T}... $cf_attribute" >&6 |
---|
| cat conftest.h >>confdefs.h | | cat conftest.h >>confdefs.h |
---|
| case $cf_attribute in | | case $cf_attribute in |
---|
@@ -16034,7 +16020,7 @@ fi |
| rm -rf conftest* | | rm -rf conftest* |
---|
| fi | | fi |
---|
| | | |
---|
| -echo "$as_me:16037: checking if you want to work around bogus compiler/loader warnings" >&5 | | +echo "$as_me:16023: checking if you want to work around bogus compiler/loader warnings" >&5 |
---|
| echo $ECHO_N "checking if you want to work around bogus compiler/loader warnings... $ECHO_C" >&6 | | echo $ECHO_N "checking if you want to work around bogus compiler/loader warnings... $ECHO_C" >&6 |
---|
| | | |
---|
| # Check whether --enable-string-hacks or --disable-string-hacks was given. | | # Check whether --enable-string-hacks or --disable-string-hacks was given. |
---|
@@ -16044,7 +16030,7 @@ if test "${enable_string_hacks+set}" = set; then |
| else | | else |
---|
| with_string_hacks=no | | with_string_hacks=no |
---|
| fi; | | fi; |
---|
| -echo "$as_me:16047: result: $with_string_hacks" >&5 | | +echo "$as_me:16033: result: $with_string_hacks" >&5 |
---|
| echo "${ECHO_T}$with_string_hacks" >&6 | | echo "${ECHO_T}$with_string_hacks" >&6 |
---|
| | | |
---|
| if test "x$with_string_hacks" = "xyes"; then | | if test "x$with_string_hacks" = "xyes"; then |
---|
@@ -16053,15 +16039,15 @@ cat >>confdefs.h <<\EOF |
| #define USE_STRING_HACKS 1 | | #define USE_STRING_HACKS 1 |
---|
| EOF | | EOF |
---|
| | | |
---|
| - { echo "$as_me:16056: WARNING: enabling string-hacks to work around bogus compiler/loader warnings" >&5 | | + { echo "$as_me:16042: WARNING: enabling string-hacks to work around bogus compiler/loader warnings" >&5 |
---|
| echo "$as_me: WARNING: enabling string-hacks to work around bogus compiler/loader warnings" >&2;} | | echo "$as_me: WARNING: enabling string-hacks to work around bogus compiler/loader warnings" >&2;} |
---|
| - echo "$as_me:16058: checking for strlcat" >&5 | | + echo "$as_me:16044: checking for strlcat" >&5 |
---|
| echo $ECHO_N "checking for strlcat... $ECHO_C" >&6 | | echo $ECHO_N "checking for strlcat... $ECHO_C" >&6 |
---|
| if test "${ac_cv_func_strlcat+set}" = set; then | | if test "${ac_cv_func_strlcat+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
| else | | else |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 16064 "configure" | | +#line 16050 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| #define strlcat autoconf_temporary | | #define strlcat autoconf_temporary |
---|
| #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ | | #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ |
---|
@@ -16092,16 +16078,16 @@ main (void) |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
---|
| -if { (eval echo "$as_me:16095: \"$ac_link\"") >&5 | | +if { (eval echo "$as_me:16081: \"$ac_link\"") >&5 |
---|
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:16098: \$? = $ac_status" >&5 | | + echo "$as_me:16084: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
---|
| - { (eval echo "$as_me:16101: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:16087: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:16104: \$? = $ac_status" >&5 | | + echo "$as_me:16090: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| ac_cv_func_strlcat=yes | | ac_cv_func_strlcat=yes |
---|
| else | | else |
---|
@@ -16111,7 +16097,7 @@ ac_cv_func_strlcat=no |
| fi | | fi |
---|
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
---|
| fi | | fi |
---|
| -echo "$as_me:16114: result: $ac_cv_func_strlcat" >&5 | | +echo "$as_me:16100: result: $ac_cv_func_strlcat" >&5 |
---|
| echo "${ECHO_T}$ac_cv_func_strlcat" >&6 | | echo "${ECHO_T}$ac_cv_func_strlcat" >&6 |
---|
| if test $ac_cv_func_strlcat = yes; then | | if test $ac_cv_func_strlcat = yes; then |
---|
| | | |
---|
@@ -16121,7 +16107,7 @@ EOF |
| | | |
---|
| else | | else |
---|
| | | |
---|
| - echo "$as_me:16124: checking for strlcat in -lbsd" >&5 | | + echo "$as_me:16110: checking for strlcat in -lbsd" >&5 |
---|
| echo $ECHO_N "checking for strlcat in -lbsd... $ECHO_C" >&6 | | echo $ECHO_N "checking for strlcat in -lbsd... $ECHO_C" >&6 |
---|
| if test "${ac_cv_lib_bsd_strlcat+set}" = set; then | | if test "${ac_cv_lib_bsd_strlcat+set}" = set; then |
---|
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
@@ -16129,7 +16115,7 @@ else |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
---|
| LIBS="-lbsd $LIBS" | | LIBS="-lbsd $LIBS" |
---|
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
---|
| -#line 16132 "configure" | | +#line 16118 "configure" |
---|
| #include "confdefs.h" | | #include "confdefs.h" |
---|
| | | |
---|
| /* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
@@ -16148,16 +16134,16 @@ strlcat (); |
| } | | } |
---|
| _ACEOF | | _ACEOF |
---|
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
---|
| -if { (eval echo "$as_me:16151: \"$ac_link\"") >&5 | | +if { (eval echo "$as_me:16137: \"$ac_link\"") >&5 |
---|
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:16154: \$? = $ac_status" >&5 | | + echo "$as_me:16140: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); } && | | (exit $ac_status); } && |
---|
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
---|
| - { (eval echo "$as_me:16157: \"$ac_try\"") >&5 | | + { (eval echo "$as_me:16143: \"$ac_try\"") >&5 |
---|
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
---|
| ac_status=$? | | ac_status=$? |
---|
| - echo "$as_me:16160: \$? = $ac_status" >&5 | | + echo "$as_me:16146: \$? = $ac_status" >&5 |
---|
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
---|
| ac_cv_lib_bsd_strlcat=yes | | ac_cv_lib_bsd_strlcat=yes |
---|
| else | | else |
---|
@@ -16168,7 +16154,7 @@ fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
---|
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
---|
| fi | | fi |
---|
| -echo "$as_me:16171: result: $ac_cv_lib_bsd_strlcat" >&5 | | +echo "$as_me:16157: result: $ac_cv_lib_bsd_strlcat" >&5 |
---|
| echo "${ECHO_T}$ac_cv_lib_bsd_strlcat" >&6 | | echo "${ECHO_T}$ac_cv_lib_bsd_strlcat" >&6 |
---|
| if test $ac_cv_lib_bsd_strlcat = yes; then | | if test $ac_cv_lib_bsd_strlcat = yes; then |
---|
| | | |
---|
@@ -16191,23 +16177,23 @@ LIBS="$cf_add_libs" |
| for ac_header in bsd/string.h | | for ac_header in bsd/string.h |
---|
[diff truncated] |
---|