diff options
| author | Kim F. Storm | 2003-09-13 23:31:33 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-09-13 23:31:33 +0000 |
| commit | 2d2b6695639b1898db104b2c7b9550097b2dc0f4 (patch) | |
| tree | 9ac851746888709b2bbe03054d6727594584b397 | |
| parent | 2ba3faa30af10d242bb53902fde6d0b1fec76da8 (diff) | |
| download | emacs-2d2b6695639b1898db104b2c7b9550097b2dc0f4.tar.gz emacs-2d2b6695639b1898db104b2c7b9550097b2dc0f4.zip | |
Regenerated.
| -rwxr-xr-x | configure | 144 | ||||
| -rw-r--r-- | src/config.in | 6 |
2 files changed, 150 insertions, 0 deletions
| @@ -17462,6 +17462,150 @@ _ACEOF | |||
| 17462 | 17462 | ||
| 17463 | fi | 17463 | fi |
| 17464 | 17464 | ||
| 17465 | |||
| 17466 | |||
| 17467 | for ac_header in sys/ioctl.h net/if.h | ||
| 17468 | do | ||
| 17469 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | ||
| 17470 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | ||
| 17471 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | ||
| 17472 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | ||
| 17473 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | ||
| 17474 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
| 17475 | fi | ||
| 17476 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | ||
| 17477 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | ||
| 17478 | else | ||
| 17479 | # Is the header compilable? | ||
| 17480 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | ||
| 17481 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | ||
| 17482 | cat >conftest.$ac_ext <<_ACEOF | ||
| 17483 | #line $LINENO "configure" | ||
| 17484 | /* confdefs.h. */ | ||
| 17485 | _ACEOF | ||
| 17486 | cat confdefs.h >>conftest.$ac_ext | ||
| 17487 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17488 | /* end confdefs.h. */ | ||
| 17489 | $ac_includes_default | ||
| 17490 | #include <$ac_header> | ||
| 17491 | _ACEOF | ||
| 17492 | rm -f conftest.$ac_objext | ||
| 17493 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | ||
| 17494 | (eval $ac_compile) 2>&5 | ||
| 17495 | ac_status=$? | ||
| 17496 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17497 | (exit $ac_status); } && | ||
| 17498 | { ac_try='test -s conftest.$ac_objext' | ||
| 17499 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17500 | (eval $ac_try) 2>&5 | ||
| 17501 | ac_status=$? | ||
| 17502 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17503 | (exit $ac_status); }; }; then | ||
| 17504 | ac_header_compiler=yes | ||
| 17505 | else | ||
| 17506 | echo "$as_me: failed program was:" >&5 | ||
| 17507 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
| 17508 | |||
| 17509 | ac_header_compiler=no | ||
| 17510 | fi | ||
| 17511 | rm -f conftest.$ac_objext conftest.$ac_ext | ||
| 17512 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | ||
| 17513 | echo "${ECHO_T}$ac_header_compiler" >&6 | ||
| 17514 | |||
| 17515 | # Is the header present? | ||
| 17516 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | ||
| 17517 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | ||
| 17518 | cat >conftest.$ac_ext <<_ACEOF | ||
| 17519 | #line $LINENO "configure" | ||
| 17520 | /* confdefs.h. */ | ||
| 17521 | _ACEOF | ||
| 17522 | cat confdefs.h >>conftest.$ac_ext | ||
| 17523 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17524 | /* end confdefs.h. */ | ||
| 17525 | #include <$ac_header> | ||
| 17526 | _ACEOF | ||
| 17527 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | ||
| 17528 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | ||
| 17529 | ac_status=$? | ||
| 17530 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17531 | rm -f conftest.er1 | ||
| 17532 | cat conftest.err >&5 | ||
| 17533 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17534 | (exit $ac_status); } >/dev/null; then | ||
| 17535 | if test -s conftest.err; then | ||
| 17536 | ac_cpp_err=$ac_c_preproc_warn_flag | ||
| 17537 | else | ||
| 17538 | ac_cpp_err= | ||
| 17539 | fi | ||
| 17540 | else | ||
| 17541 | ac_cpp_err=yes | ||
| 17542 | fi | ||
| 17543 | if test -z "$ac_cpp_err"; then | ||
| 17544 | ac_header_preproc=yes | ||
| 17545 | else | ||
| 17546 | echo "$as_me: failed program was:" >&5 | ||
| 17547 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
| 17548 | |||
| 17549 | ac_header_preproc=no | ||
| 17550 | fi | ||
| 17551 | rm -f conftest.err conftest.$ac_ext | ||
| 17552 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | ||
| 17553 | echo "${ECHO_T}$ac_header_preproc" >&6 | ||
| 17554 | |||
| 17555 | # So? What about this header? | ||
| 17556 | case $ac_header_compiler:$ac_header_preproc in | ||
| 17557 | yes:no ) | ||
| 17558 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | ||
| 17559 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | ||
| 17560 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | ||
| 17561 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | ||
| 17562 | ( | ||
| 17563 | cat <<\_ASBOX | ||
| 17564 | ## ------------------------------------ ## | ||
| 17565 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 17566 | ## ------------------------------------ ## | ||
| 17567 | _ASBOX | ||
| 17568 | ) | | ||
| 17569 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 17570 | ;; | ||
| 17571 | no:yes ) | ||
| 17572 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | ||
| 17573 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | ||
| 17574 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | ||
| 17575 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | ||
| 17576 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | ||
| 17577 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | ||
| 17578 | ( | ||
| 17579 | cat <<\_ASBOX | ||
| 17580 | ## ------------------------------------ ## | ||
| 17581 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 17582 | ## ------------------------------------ ## | ||
| 17583 | _ASBOX | ||
| 17584 | ) | | ||
| 17585 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 17586 | ;; | ||
| 17587 | esac | ||
| 17588 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | ||
| 17589 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | ||
| 17590 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | ||
| 17591 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
| 17592 | else | ||
| 17593 | eval "$as_ac_Header=$ac_header_preproc" | ||
| 17594 | fi | ||
| 17595 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | ||
| 17596 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | ||
| 17597 | |||
| 17598 | fi | ||
| 17599 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | ||
| 17600 | cat >>confdefs.h <<_ACEOF | ||
| 17601 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | ||
| 17602 | _ACEOF | ||
| 17603 | |||
| 17604 | fi | ||
| 17605 | |||
| 17606 | done | ||
| 17607 | |||
| 17608 | |||
| 17465 | if test -f /usr/lpp/X11/bin/smt.exp; then | 17609 | if test -f /usr/lpp/X11/bin/smt.exp; then |
| 17466 | 17610 | ||
| 17467 | cat >>confdefs.h <<\_ACEOF | 17611 | cat >>confdefs.h <<\_ACEOF |
diff --git a/src/config.in b/src/config.in index 5507ded42eb..374571eeb1e 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -399,6 +399,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 399 | /* Define to 1 if you have the `mremap' function. */ | 399 | /* Define to 1 if you have the `mremap' function. */ |
| 400 | #undef HAVE_MREMAP | 400 | #undef HAVE_MREMAP |
| 401 | 401 | ||
| 402 | /* Define to 1 if you have the <net/if.h> header file. */ | ||
| 403 | #undef HAVE_NET_IF_H | ||
| 404 | |||
| 402 | /* Define to 1 if you have the <nlist.h> header file. */ | 405 | /* Define to 1 if you have the <nlist.h> header file. */ |
| 403 | #undef HAVE_NLIST_H | 406 | #undef HAVE_NLIST_H |
| 404 | 407 | ||
| @@ -510,6 +513,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 510 | /* Define to 1 if you have the `sysinfo' function. */ | 513 | /* Define to 1 if you have the `sysinfo' function. */ |
| 511 | #undef HAVE_SYSINFO | 514 | #undef HAVE_SYSINFO |
| 512 | 515 | ||
| 516 | /* Define to 1 if you have the <sys/ioctl.h> header file. */ | ||
| 517 | #undef HAVE_SYS_IOCTL_H | ||
| 518 | |||
| 513 | /* Define to 1 if you have the <sys/mman.h> header file. */ | 519 | /* Define to 1 if you have the <sys/mman.h> header file. */ |
| 514 | #undef HAVE_SYS_MMAN_H | 520 | #undef HAVE_SYS_MMAN_H |
| 515 | 521 | ||