aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2003-12-24 16:46:28 +0000
committerAndreas Schwab2003-12-24 16:46:28 +0000
commit7862d3a8e94744c913d4ece779c6e76e8f6d31db (patch)
tree613e3e5b9b56c2deaa54134182013beb2f92c3d7
parentce6e4c2107516497217c1151a2d8d3ad5875f651 (diff)
downloademacs-7862d3a8e94744c913d4ece779c6e76e8f6d31db.tar.gz
emacs-7862d3a8e94744c913d4ece779c6e76e8f6d31db.zip
Rebuild.
-rwxr-xr-xconfigure278
-rw-r--r--src/config.in9
2 files changed, 282 insertions, 5 deletions
diff --git a/configure b/configure
index ca596f2b04e..1616a51eb46 100755
--- a/configure
+++ b/configure
@@ -6242,6 +6242,221 @@ _ACEOF
6242 6242
6243fi 6243fi
6244 6244
6245
6246for ac_header in sys/socket.h
6247do
6248as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6249if eval "test \"\${$as_ac_Header+set}\" = set"; then
6250 echo "$as_me:$LINENO: checking for $ac_header" >&5
6251echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6252if eval "test \"\${$as_ac_Header+set}\" = set"; then
6253 echo $ECHO_N "(cached) $ECHO_C" >&6
6254fi
6255echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6256echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6257else
6258 # Is the header compilable?
6259echo "$as_me:$LINENO: checking $ac_header usability" >&5
6260echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6261cat >conftest.$ac_ext <<_ACEOF
6262/* confdefs.h. */
6263_ACEOF
6264cat confdefs.h >>conftest.$ac_ext
6265cat >>conftest.$ac_ext <<_ACEOF
6266/* end confdefs.h. */
6267$ac_includes_default
6268#include <$ac_header>
6269_ACEOF
6270rm -f conftest.$ac_objext
6271if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6272 (eval $ac_compile) 2>conftest.er1
6273 ac_status=$?
6274 grep -v '^ *+' conftest.er1 >conftest.err
6275 rm -f conftest.er1
6276 cat conftest.err >&5
6277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6278 (exit $ac_status); } &&
6279 { ac_try='test -z "$ac_c_werror_flag"
6280 || test ! -s conftest.err'
6281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6282 (eval $ac_try) 2>&5
6283 ac_status=$?
6284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6285 (exit $ac_status); }; } &&
6286 { ac_try='test -s conftest.$ac_objext'
6287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6288 (eval $ac_try) 2>&5
6289 ac_status=$?
6290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6291 (exit $ac_status); }; }; then
6292 ac_header_compiler=yes
6293else
6294 echo "$as_me: failed program was:" >&5
6295sed 's/^/| /' conftest.$ac_ext >&5
6296
6297ac_header_compiler=no
6298fi
6299rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6300echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6301echo "${ECHO_T}$ac_header_compiler" >&6
6302
6303# Is the header present?
6304echo "$as_me:$LINENO: checking $ac_header presence" >&5
6305echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6306cat >conftest.$ac_ext <<_ACEOF
6307/* confdefs.h. */
6308_ACEOF
6309cat confdefs.h >>conftest.$ac_ext
6310cat >>conftest.$ac_ext <<_ACEOF
6311/* end confdefs.h. */
6312#include <$ac_header>
6313_ACEOF
6314if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6315 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6316 ac_status=$?
6317 grep -v '^ *+' conftest.er1 >conftest.err
6318 rm -f conftest.er1
6319 cat conftest.err >&5
6320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6321 (exit $ac_status); } >/dev/null; then
6322 if test -s conftest.err; then
6323 ac_cpp_err=$ac_c_preproc_warn_flag
6324 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6325 else
6326 ac_cpp_err=
6327 fi
6328else
6329 ac_cpp_err=yes
6330fi
6331if test -z "$ac_cpp_err"; then
6332 ac_header_preproc=yes
6333else
6334 echo "$as_me: failed program was:" >&5
6335sed 's/^/| /' conftest.$ac_ext >&5
6336
6337 ac_header_preproc=no
6338fi
6339rm -f conftest.err conftest.$ac_ext
6340echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6341echo "${ECHO_T}$ac_header_preproc" >&6
6342
6343# So? What about this header?
6344case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6345 yes:no: )
6346 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6347echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6348 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6349echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6350 ac_header_preproc=yes
6351 ;;
6352 no:yes:* )
6353 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6354echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6355 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6356echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6357 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6358echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6359 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6360echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6361 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6362echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6363 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6364echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6365 (
6366 cat <<\_ASBOX
6367## ------------------------------------------ ##
6368## Report this to the AC_PACKAGE_NAME lists. ##
6369## ------------------------------------------ ##
6370_ASBOX
6371 ) |
6372 sed "s/^/$as_me: WARNING: /" >&2
6373 ;;
6374esac
6375echo "$as_me:$LINENO: checking for $ac_header" >&5
6376echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6377if eval "test \"\${$as_ac_Header+set}\" = set"; then
6378 echo $ECHO_N "(cached) $ECHO_C" >&6
6379else
6380 eval "$as_ac_Header=\$ac_header_preproc"
6381fi
6382echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6383echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6384
6385fi
6386if test `eval echo '${'$as_ac_Header'}'` = yes; then
6387 cat >>confdefs.h <<_ACEOF
6388#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6389_ACEOF
6390
6391fi
6392
6393done
6394
6395
6396for ac_header in net/if.h
6397do
6398as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6399echo "$as_me:$LINENO: checking for $ac_header" >&5
6400echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6401if eval "test \"\${$as_ac_Header+set}\" = set"; then
6402 echo $ECHO_N "(cached) $ECHO_C" >&6
6403else
6404 cat >conftest.$ac_ext <<_ACEOF
6405/* confdefs.h. */
6406_ACEOF
6407cat confdefs.h >>conftest.$ac_ext
6408cat >>conftest.$ac_ext <<_ACEOF
6409/* end confdefs.h. */
6410$ac_includes_default
6411#if HAVE_SYS_SOCKET_H
6412#include <sys/socket.h>
6413#endif
6414
6415#include <$ac_header>
6416_ACEOF
6417rm -f conftest.$ac_objext
6418if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6419 (eval $ac_compile) 2>conftest.er1
6420 ac_status=$?
6421 grep -v '^ *+' conftest.er1 >conftest.err
6422 rm -f conftest.er1
6423 cat conftest.err >&5
6424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6425 (exit $ac_status); } &&
6426 { ac_try='test -z "$ac_c_werror_flag"
6427 || test ! -s conftest.err'
6428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6429 (eval $ac_try) 2>&5
6430 ac_status=$?
6431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6432 (exit $ac_status); }; } &&
6433 { ac_try='test -s conftest.$ac_objext'
6434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6435 (eval $ac_try) 2>&5
6436 ac_status=$?
6437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6438 (exit $ac_status); }; }; then
6439 eval "$as_ac_Header=yes"
6440else
6441 echo "$as_me: failed program was:" >&5
6442sed 's/^/| /' conftest.$ac_ext >&5
6443
6444eval "$as_ac_Header=no"
6445fi
6446rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6447fi
6448echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6449echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6450if test `eval echo '${'$as_ac_Header'}'` = yes; then
6451 cat >>confdefs.h <<_ACEOF
6452#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6453_ACEOF
6454
6455fi
6456
6457done
6458
6459
6245echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 6460echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
6246echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 6461echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
6247if test "${ac_cv_struct_tm+set}" = set; then 6462if test "${ac_cv_struct_tm+set}" = set; then
@@ -6617,7 +6832,13 @@ _ACEOF
6617cat confdefs.h >>conftest.$ac_ext 6832cat confdefs.h >>conftest.$ac_ext
6618cat >>conftest.$ac_ext <<_ACEOF 6833cat >>conftest.$ac_ext <<_ACEOF
6619/* end confdefs.h. */ 6834/* end confdefs.h. */
6835$ac_includes_default
6836#if HAVE_SYS_SOCKET_H
6837#include <sys/socket.h>
6838#endif
6839#if HAVE_NET_IF_H
6620#include <net/if.h> 6840#include <net/if.h>
6841#endif
6621 6842
6622int 6843int
6623main () 6844main ()
@@ -6662,7 +6883,13 @@ _ACEOF
6662cat confdefs.h >>conftest.$ac_ext 6883cat confdefs.h >>conftest.$ac_ext
6663cat >>conftest.$ac_ext <<_ACEOF 6884cat >>conftest.$ac_ext <<_ACEOF
6664/* end confdefs.h. */ 6885/* end confdefs.h. */
6886$ac_includes_default
6887#if HAVE_SYS_SOCKET_H
6888#include <sys/socket.h>
6889#endif
6890#if HAVE_NET_IF_H
6665#include <net/if.h> 6891#include <net/if.h>
6892#endif
6666 6893
6667int 6894int
6668main () 6895main ()
@@ -6728,7 +6955,13 @@ _ACEOF
6728cat confdefs.h >>conftest.$ac_ext 6955cat confdefs.h >>conftest.$ac_ext
6729cat >>conftest.$ac_ext <<_ACEOF 6956cat >>conftest.$ac_ext <<_ACEOF
6730/* end confdefs.h. */ 6957/* end confdefs.h. */
6958$ac_includes_default
6959#if HAVE_SYS_SOCKET_H
6960#include <sys/socket.h>
6961#endif
6962#if HAVE_NET_IF_H
6731#include <net/if.h> 6963#include <net/if.h>
6964#endif
6732 6965
6733int 6966int
6734main () 6967main ()
@@ -6773,7 +7006,13 @@ _ACEOF
6773cat confdefs.h >>conftest.$ac_ext 7006cat confdefs.h >>conftest.$ac_ext
6774cat >>conftest.$ac_ext <<_ACEOF 7007cat >>conftest.$ac_ext <<_ACEOF
6775/* end confdefs.h. */ 7008/* end confdefs.h. */
7009$ac_includes_default
7010#if HAVE_SYS_SOCKET_H
7011#include <sys/socket.h>
7012#endif
7013#if HAVE_NET_IF_H
6776#include <net/if.h> 7014#include <net/if.h>
7015#endif
6777 7016
6778int 7017int
6779main () 7018main ()
@@ -6839,7 +7078,13 @@ _ACEOF
6839cat confdefs.h >>conftest.$ac_ext 7078cat confdefs.h >>conftest.$ac_ext
6840cat >>conftest.$ac_ext <<_ACEOF 7079cat >>conftest.$ac_ext <<_ACEOF
6841/* end confdefs.h. */ 7080/* end confdefs.h. */
7081$ac_includes_default
7082#if HAVE_SYS_SOCKET_H
7083#include <sys/socket.h>
7084#endif
7085#if HAVE_NET_IF_H
6842#include <net/if.h> 7086#include <net/if.h>
7087#endif
6843 7088
6844int 7089int
6845main () 7090main ()
@@ -6884,7 +7129,13 @@ _ACEOF
6884cat confdefs.h >>conftest.$ac_ext 7129cat confdefs.h >>conftest.$ac_ext
6885cat >>conftest.$ac_ext <<_ACEOF 7130cat >>conftest.$ac_ext <<_ACEOF
6886/* end confdefs.h. */ 7131/* end confdefs.h. */
7132$ac_includes_default
7133#if HAVE_SYS_SOCKET_H
7134#include <sys/socket.h>
7135#endif
7136#if HAVE_NET_IF_H
6887#include <net/if.h> 7137#include <net/if.h>
7138#endif
6888 7139
6889int 7140int
6890main () 7141main ()
@@ -6950,7 +7201,13 @@ _ACEOF
6950cat confdefs.h >>conftest.$ac_ext 7201cat confdefs.h >>conftest.$ac_ext
6951cat >>conftest.$ac_ext <<_ACEOF 7202cat >>conftest.$ac_ext <<_ACEOF
6952/* end confdefs.h. */ 7203/* end confdefs.h. */
7204$ac_includes_default
7205#if HAVE_SYS_SOCKET_H
7206#include <sys/socket.h>
7207#endif
7208#if HAVE_NET_IF_H
6953#include <net/if.h> 7209#include <net/if.h>
7210#endif
6954 7211
6955int 7212int
6956main () 7213main ()
@@ -6995,7 +7252,13 @@ _ACEOF
6995cat confdefs.h >>conftest.$ac_ext 7252cat confdefs.h >>conftest.$ac_ext
6996cat >>conftest.$ac_ext <<_ACEOF 7253cat >>conftest.$ac_ext <<_ACEOF
6997/* end confdefs.h. */ 7254/* end confdefs.h. */
7255$ac_includes_default
7256#if HAVE_SYS_SOCKET_H
7257#include <sys/socket.h>
7258#endif
7259#if HAVE_NET_IF_H
6998#include <net/if.h> 7260#include <net/if.h>
7261#endif
6999 7262
7000int 7263int
7001main () 7264main ()
@@ -7061,7 +7324,13 @@ _ACEOF
7061cat confdefs.h >>conftest.$ac_ext 7324cat confdefs.h >>conftest.$ac_ext
7062cat >>conftest.$ac_ext <<_ACEOF 7325cat >>conftest.$ac_ext <<_ACEOF
7063/* end confdefs.h. */ 7326/* end confdefs.h. */
7327$ac_includes_default
7328#if HAVE_SYS_SOCKET_H
7329#include <sys/socket.h>
7330#endif
7331#if HAVE_NET_IF_H
7064#include <net/if.h> 7332#include <net/if.h>
7333#endif
7065 7334
7066int 7335int
7067main () 7336main ()
@@ -7106,7 +7375,13 @@ _ACEOF
7106cat confdefs.h >>conftest.$ac_ext 7375cat confdefs.h >>conftest.$ac_ext
7107cat >>conftest.$ac_ext <<_ACEOF 7376cat >>conftest.$ac_ext <<_ACEOF
7108/* end confdefs.h. */ 7377/* end confdefs.h. */
7378$ac_includes_default
7379#if HAVE_SYS_SOCKET_H
7380#include <sys/socket.h>
7381#endif
7382#if HAVE_NET_IF_H
7109#include <net/if.h> 7383#include <net/if.h>
7384#endif
7110 7385
7111int 7386int
7112main () 7387main ()
@@ -19715,8 +19990,7 @@ _ACEOF
19715fi 19990fi
19716 19991
19717 19992
19718 19993for ac_header in sys/ioctl.h
19719for ac_header in sys/ioctl.h net/if.h
19720do 19994do
19721as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 19995as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19722if eval "test \"\${$as_ac_Header+set}\" = set"; then 19996if eval "test \"\${$as_ac_Header+set}\" = set"; then
diff --git a/src/config.in b/src/config.in
index 5024712ac43..0fb4b3f3444 100644
--- a/src/config.in
+++ b/src/config.in
@@ -549,6 +549,9 @@ Boston, MA 02111-1307, USA. */
549/* Define to 1 if you have the <sys/select.h> header file. */ 549/* Define to 1 if you have the <sys/select.h> header file. */
550#undef HAVE_SYS_SELECT_H 550#undef HAVE_SYS_SELECT_H
551 551
552/* Define to 1 if you have the <sys/socket.h> header file. */
553#undef HAVE_SYS_SOCKET_H
554
552/* Define to 1 if you have the <sys/soundcard.h> header file. */ 555/* Define to 1 if you have the <sys/soundcard.h> header file. */
553#undef HAVE_SYS_SOUNDCARD_H 556#undef HAVE_SYS_SOUNDCARD_H
554 557
@@ -748,9 +751,9 @@ Boston, MA 02111-1307, USA. */
748/* If using the C implementation of alloca, define if you know the 751/* If using the C implementation of alloca, define if you know the
749 direction of stack growth for your system; otherwise it will be 752 direction of stack growth for your system; otherwise it will be
750 automatically deduced at run-time. 753 automatically deduced at run-time.
751 STACK_DIRECTION > 0 => grows toward higher addresses 754 STACK_DIRECTION > 0 => grows toward higher addresses
752 STACK_DIRECTION < 0 => grows toward lower addresses 755 STACK_DIRECTION < 0 => grows toward lower addresses
753 STACK_DIRECTION = 0 => direction of growth unknown */ 756 STACK_DIRECTION = 0 => direction of growth unknown */
754#undef STACK_DIRECTION 757#undef STACK_DIRECTION
755 758
756/* Define to 1 if you have the ANSI C header files. */ 759/* Define to 1 if you have the ANSI C header files. */