aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2003-09-13 23:31:33 +0000
committerKim F. Storm2003-09-13 23:31:33 +0000
commit2d2b6695639b1898db104b2c7b9550097b2dc0f4 (patch)
tree9ac851746888709b2bbe03054d6727594584b397
parent2ba3faa30af10d242bb53902fde6d0b1fec76da8 (diff)
downloademacs-2d2b6695639b1898db104b2c7b9550097b2dc0f4.tar.gz
emacs-2d2b6695639b1898db104b2c7b9550097b2dc0f4.zip
Regenerated.
-rwxr-xr-xconfigure144
-rw-r--r--src/config.in6
2 files changed, 150 insertions, 0 deletions
diff --git a/configure b/configure
index cdde291480d..01833eeab3b 100755
--- a/configure
+++ b/configure
@@ -17462,6 +17462,150 @@ _ACEOF
17462 17462
17463fi 17463fi
17464 17464
17465
17466
17467for ac_header in sys/ioctl.h net/if.h
17468do
17469as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17470if eval "test \"\${$as_ac_Header+set}\" = set"; then
17471 echo "$as_me:$LINENO: checking for $ac_header" >&5
17472echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17473if eval "test \"\${$as_ac_Header+set}\" = set"; then
17474 echo $ECHO_N "(cached) $ECHO_C" >&6
17475fi
17476echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17477echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17478else
17479 # Is the header compilable?
17480echo "$as_me:$LINENO: checking $ac_header usability" >&5
17481echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17482cat >conftest.$ac_ext <<_ACEOF
17483#line $LINENO "configure"
17484/* confdefs.h. */
17485_ACEOF
17486cat confdefs.h >>conftest.$ac_ext
17487cat >>conftest.$ac_ext <<_ACEOF
17488/* end confdefs.h. */
17489$ac_includes_default
17490#include <$ac_header>
17491_ACEOF
17492rm -f conftest.$ac_objext
17493if { (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
17505else
17506 echo "$as_me: failed program was:" >&5
17507sed 's/^/| /' conftest.$ac_ext >&5
17508
17509ac_header_compiler=no
17510fi
17511rm -f conftest.$ac_objext conftest.$ac_ext
17512echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17513echo "${ECHO_T}$ac_header_compiler" >&6
17514
17515# Is the header present?
17516echo "$as_me:$LINENO: checking $ac_header presence" >&5
17517echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17518cat >conftest.$ac_ext <<_ACEOF
17519#line $LINENO "configure"
17520/* confdefs.h. */
17521_ACEOF
17522cat confdefs.h >>conftest.$ac_ext
17523cat >>conftest.$ac_ext <<_ACEOF
17524/* end confdefs.h. */
17525#include <$ac_header>
17526_ACEOF
17527if { (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
17540else
17541 ac_cpp_err=yes
17542fi
17543if test -z "$ac_cpp_err"; then
17544 ac_header_preproc=yes
17545else
17546 echo "$as_me: failed program was:" >&5
17547sed 's/^/| /' conftest.$ac_ext >&5
17548
17549 ac_header_preproc=no
17550fi
17551rm -f conftest.err conftest.$ac_ext
17552echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17553echo "${ECHO_T}$ac_header_preproc" >&6
17554
17555# So? What about this header?
17556case $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
17559echo "$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
17561echo "$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
17573echo "$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
17575echo "$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
17577echo "$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 ;;
17587esac
17588echo "$as_me:$LINENO: checking for $ac_header" >&5
17589echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17590if eval "test \"\${$as_ac_Header+set}\" = set"; then
17591 echo $ECHO_N "(cached) $ECHO_C" >&6
17592else
17593 eval "$as_ac_Header=$ac_header_preproc"
17594fi
17595echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17596echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17597
17598fi
17599if 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
17604fi
17605
17606done
17607
17608
17465if test -f /usr/lpp/X11/bin/smt.exp; then 17609if test -f /usr/lpp/X11/bin/smt.exp; then
17466 17610
17467cat >>confdefs.h <<\_ACEOF 17611cat >>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