diff options
| author | Glenn Morris | 2012-11-05 06:17:32 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-11-05 06:17:32 -0500 |
| commit | eda33f7834520055268efa19bbd27cf7e2f2e717 (patch) | |
| tree | 82e32fc396dda3b9723b755be6d7459cde575e72 | |
| parent | 209c6a58b92363aaa4de1238b73261694bba9d1f (diff) | |
| download | emacs-eda33f7834520055268efa19bbd27cf7e2f2e717.tar.gz emacs-eda33f7834520055268efa19bbd27cf7e2f2e717.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 18 | ||||
| -rwxr-xr-x | autogen/configure | 188 |
2 files changed, 6 insertions, 200 deletions
diff --git a/autogen/config.in b/autogen/config.in index 6885e28fc39..05418e64623 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -114,9 +114,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 114 | /* Character that separates directories in a file name. */ | 114 | /* Character that separates directories in a file name. */ |
| 115 | #undef DIRECTORY_SEP | 115 | #undef DIRECTORY_SEP |
| 116 | 116 | ||
| 117 | /* Define if dispnew.c should include stdio_ext.h. */ | ||
| 118 | #undef DISPNEW_NEEDS_STDIO_EXT | ||
| 119 | |||
| 120 | /* Define if process.c does not need to close a pty to make it a controlling | 117 | /* Define if process.c does not need to close a pty to make it a controlling |
| 121 | terminal (it is already a controlling terminal of the subprocess, because | 118 | terminal (it is already a controlling terminal of the subprocess, because |
| 122 | we did ioctl TIOCSCTTY). */ | 119 | we did ioctl TIOCSCTTY). */ |
| @@ -177,9 +174,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 177 | garbage collection in the jmp_buf. */ | 174 | garbage collection in the jmp_buf. */ |
| 178 | #undef GC_SETJMP_WORKS | 175 | #undef GC_SETJMP_WORKS |
| 179 | 176 | ||
| 180 | /* Define to 1 if the `getpgrp' function requires zero arguments. */ | ||
| 181 | #undef GETPGRP_VOID | ||
| 182 | |||
| 183 | /* Define if gettimeofday clobbers the localtime buffer. */ | 177 | /* Define if gettimeofday clobbers the localtime buffer. */ |
| 184 | #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME | 178 | #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME |
| 185 | 179 | ||
| @@ -781,15 +775,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 781 | /* Define to 1 if you have the `setlocale' function. */ | 775 | /* Define to 1 if you have the `setlocale' function. */ |
| 782 | #undef HAVE_SETLOCALE | 776 | #undef HAVE_SETLOCALE |
| 783 | 777 | ||
| 784 | /* Define to 1 if you have the `setpgid' function. */ | ||
| 785 | #undef HAVE_SETPGID | ||
| 786 | |||
| 787 | /* Define to 1 if you have the `setrlimit' function. */ | 778 | /* Define to 1 if you have the `setrlimit' function. */ |
| 788 | #undef HAVE_SETRLIMIT | 779 | #undef HAVE_SETRLIMIT |
| 789 | 780 | ||
| 790 | /* Define to 1 if you have the `setsid' function. */ | ||
| 791 | #undef HAVE_SETSID | ||
| 792 | |||
| 793 | /* Define to 1 if you have the `shutdown' function. */ | 781 | /* Define to 1 if you have the `shutdown' function. */ |
| 794 | #undef HAVE_SHUTDOWN | 782 | #undef HAVE_SHUTDOWN |
| 795 | 783 | ||
| @@ -1214,9 +1202,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1214 | /* Define to the version of this package. */ | 1202 | /* Define to the version of this package. */ |
| 1215 | #undef PACKAGE_VERSION | 1203 | #undef PACKAGE_VERSION |
| 1216 | 1204 | ||
| 1217 | /* Number of chars of output in the buffer of a stdio stream. */ | ||
| 1218 | #undef PENDING_OUTPUT_COUNT | ||
| 1219 | |||
| 1220 | /* the number of pending output bytes on stream 'fp' */ | 1205 | /* the number of pending output bytes on stream 'fp' */ |
| 1221 | #undef PENDING_OUTPUT_N_BYTES | 1206 | #undef PENDING_OUTPUT_N_BYTES |
| 1222 | 1207 | ||
| @@ -1275,9 +1260,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1275 | /* Character that separates PATH elements. */ | 1260 | /* Character that separates PATH elements. */ |
| 1276 | #undef SEPCHAR | 1261 | #undef SEPCHAR |
| 1277 | 1262 | ||
| 1278 | /* Define if process.c:child_setup should not call setpgrp. */ | ||
| 1279 | #undef SETPGRP_RELEASES_CTTY | ||
| 1280 | |||
| 1281 | /* How to set up a slave PTY, if needed. */ | 1263 | /* How to set up a slave PTY, if needed. */ |
| 1282 | #undef SETUP_SLAVE_PTY | 1264 | #undef SETUP_SLAVE_PTY |
| 1283 | 1265 | ||
diff --git a/autogen/configure b/autogen/configure index 3f4bd186f95..159a91bb48c 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -3184,7 +3184,6 @@ fi | |||
| 3184 | 3184 | ||
| 3185 | as_fn_append ac_header_list " linux/version.h" | 3185 | as_fn_append ac_header_list " linux/version.h" |
| 3186 | as_fn_append ac_header_list " sys/systeminfo.h" | 3186 | as_fn_append ac_header_list " sys/systeminfo.h" |
| 3187 | as_fn_append ac_header_list " stdio_ext.h" | ||
| 3188 | as_fn_append ac_header_list " fcntl.h" | 3187 | as_fn_append ac_header_list " fcntl.h" |
| 3189 | as_fn_append ac_header_list " coff.h" | 3188 | as_fn_append ac_header_list " coff.h" |
| 3190 | as_fn_append ac_header_list " pty.h" | 3189 | as_fn_append ac_header_list " pty.h" |
| @@ -3206,6 +3205,7 @@ as_fn_append ac_header_list " sys/un.h" | |||
| 3206 | as_fn_append ac_func_list " tzset" | 3205 | as_fn_append ac_func_list " tzset" |
| 3207 | as_fn_append ac_func_list " readlinkat" | 3206 | as_fn_append ac_func_list " readlinkat" |
| 3208 | as_fn_append ac_header_list " execinfo.h" | 3207 | as_fn_append ac_header_list " execinfo.h" |
| 3208 | as_fn_append ac_header_list " stdio_ext.h" | ||
| 3209 | as_fn_append ac_func_list " __fpending" | 3209 | as_fn_append ac_func_list " __fpending" |
| 3210 | gl_getopt_required=GNU | 3210 | gl_getopt_required=GNU |
| 3211 | as_fn_append ac_header_list " getopt.h" | 3211 | as_fn_append ac_header_list " getopt.h" |
| @@ -8752,8 +8752,6 @@ done | |||
| 8752 | 8752 | ||
| 8753 | 8753 | ||
| 8754 | 8754 | ||
| 8755 | |||
| 8756 | |||
| 8757 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if personality LINUX32 can be set" >&5 | 8755 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if personality LINUX32 can be set" >&5 |
| 8758 | $as_echo_n "checking if personality LINUX32 can be set... " >&6; } | 8756 | $as_echo_n "checking if personality LINUX32 can be set... " >&6; } |
| 8759 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8757 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -13418,10 +13416,10 @@ esac | |||
| 13418 | 13416 | ||
| 13419 | for ac_func in gethostname \ | 13417 | for ac_func in gethostname \ |
| 13420 | closedir getrusage get_current_dir_name \ | 13418 | closedir getrusage get_current_dir_name \ |
| 13421 | lrand48 setsid \ | 13419 | lrand48 \ |
| 13422 | fpathconf select euidaccess getpagesize setlocale \ | 13420 | fpathconf select euidaccess getpagesize setlocale \ |
| 13423 | utimes getrlimit setrlimit setpgid getcwd shutdown getaddrinfo \ | 13421 | utimes getrlimit setrlimit getcwd shutdown getaddrinfo \ |
| 13424 | __fpending strsignal setitimer \ | 13422 | strsignal setitimer \ |
| 13425 | sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \ | 13423 | sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \ |
| 13426 | gai_strerror mkstemp getline getdelim fsync sync \ | 13424 | gai_strerror mkstemp getline getdelim fsync sync \ |
| 13427 | difftime posix_memalign \ | 13425 | difftime posix_memalign \ |
| @@ -13587,40 +13585,6 @@ $as_echo "#define HAVE_FSEEKO 1" >>confdefs.h | |||
| 13587 | fi | 13585 | fi |
| 13588 | 13586 | ||
| 13589 | 13587 | ||
| 13590 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5 | ||
| 13591 | $as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } | ||
| 13592 | if test "${ac_cv_func_getpgrp_void+set}" = set; then : | ||
| 13593 | $as_echo_n "(cached) " >&6 | ||
| 13594 | else | ||
| 13595 | # Use it with a single arg. | ||
| 13596 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 13597 | /* end confdefs.h. */ | ||
| 13598 | $ac_includes_default | ||
| 13599 | int | ||
| 13600 | main () | ||
| 13601 | { | ||
| 13602 | getpgrp (0); | ||
| 13603 | ; | ||
| 13604 | return 0; | ||
| 13605 | } | ||
| 13606 | _ACEOF | ||
| 13607 | if ac_fn_c_try_compile "$LINENO"; then : | ||
| 13608 | ac_cv_func_getpgrp_void=no | ||
| 13609 | else | ||
| 13610 | ac_cv_func_getpgrp_void=yes | ||
| 13611 | fi | ||
| 13612 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
| 13613 | |||
| 13614 | fi | ||
| 13615 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_getpgrp_void" >&5 | ||
| 13616 | $as_echo "$ac_cv_func_getpgrp_void" >&6; } | ||
| 13617 | if test $ac_cv_func_getpgrp_void = yes; then | ||
| 13618 | |||
| 13619 | $as_echo "#define GETPGRP_VOID 1" >>confdefs.h | ||
| 13620 | |||
| 13621 | fi | ||
| 13622 | |||
| 13623 | |||
| 13624 | # UNIX98 PTYs. | 13588 | # UNIX98 PTYs. |
| 13625 | for ac_func in grantpt | 13589 | for ac_func in grantpt |
| 13626 | do : | 13590 | do : |
| @@ -15376,145 +15340,6 @@ esac | |||
| 15376 | 15340 | ||
| 15377 | 15341 | ||
| 15378 | 15342 | ||
| 15379 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C library" >&5 | ||
| 15380 | $as_echo_n "checking whether we are using the GNU C library... " >&6; } | ||
| 15381 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 15382 | /* end confdefs.h. */ | ||
| 15383 | |||
| 15384 | #include <features.h> | ||
| 15385 | #ifndef __GNU_LIBRARY__ | ||
| 15386 | # error "this is not the GNU C library" | ||
| 15387 | #endif | ||
| 15388 | |||
| 15389 | int | ||
| 15390 | main () | ||
| 15391 | { | ||
| 15392 | |||
| 15393 | ; | ||
| 15394 | return 0; | ||
| 15395 | } | ||
| 15396 | _ACEOF | ||
| 15397 | if ac_fn_c_try_cpp "$LINENO"; then : | ||
| 15398 | emacs_glibc=yes | ||
| 15399 | else | ||
| 15400 | emacs_glibc=no | ||
| 15401 | fi | ||
| 15402 | rm -f conftest.err conftest.$ac_ext | ||
| 15403 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_glibc" >&5 | ||
| 15404 | $as_echo "$emacs_glibc" >&6; } | ||
| 15405 | |||
| 15406 | if test $emacs_glibc = yes; then | ||
| 15407 | |||
| 15408 | emacs_pending_output=unknown | ||
| 15409 | |||
| 15410 | case $opsys in | ||
| 15411 | gnu | gnu-linux | gnu-kfreebsd ) | ||
| 15412 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of pending output formalism" >&5 | ||
| 15413 | $as_echo_n "checking for style of pending output formalism... " >&6; } | ||
| 15414 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 15415 | /* end confdefs.h. */ | ||
| 15416 | |||
| 15417 | #include <stdio.h> | ||
| 15418 | #if !defined (_IO_STDIO_H) && !defined (_STDIO_USES_IOSTREAM) | ||
| 15419 | # error "stdio definitions not found" | ||
| 15420 | #endif | ||
| 15421 | |||
| 15422 | int | ||
| 15423 | main () | ||
| 15424 | { | ||
| 15425 | |||
| 15426 | ; | ||
| 15427 | return 0; | ||
| 15428 | } | ||
| 15429 | _ACEOF | ||
| 15430 | if ac_fn_c_try_cpp "$LINENO"; then : | ||
| 15431 | emacs_pending_output=new | ||
| 15432 | fi | ||
| 15433 | rm -f conftest.err conftest.$ac_ext | ||
| 15434 | |||
| 15435 | if test $emacs_pending_output = unknown; then | ||
| 15436 | case $opsys in | ||
| 15437 | gnu-linux | gnu-kfreebsd) | ||
| 15438 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 15439 | /* end confdefs.h. */ | ||
| 15440 | |||
| 15441 | #include <stdio.h> | ||
| 15442 | #ifndef __UCLIBC__ | ||
| 15443 | # error "not using uclibc" | ||
| 15444 | #endif | ||
| 15445 | |||
| 15446 | int | ||
| 15447 | main () | ||
| 15448 | { | ||
| 15449 | |||
| 15450 | ; | ||
| 15451 | return 0; | ||
| 15452 | } | ||
| 15453 | _ACEOF | ||
| 15454 | if ac_fn_c_try_cpp "$LINENO"; then : | ||
| 15455 | emacs_pending_output=uclibc | ||
| 15456 | else | ||
| 15457 | emacs_pending_output=old | ||
| 15458 | fi | ||
| 15459 | rm -f conftest.err conftest.$ac_ext | ||
| 15460 | ;; | ||
| 15461 | esac | ||
| 15462 | fi | ||
| 15463 | |||
| 15464 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_pending_output" >&5 | ||
| 15465 | $as_echo "$emacs_pending_output" >&6; } | ||
| 15466 | |||
| 15467 | case $emacs_pending_output in | ||
| 15468 | new) | ||
| 15469 | $as_echo "#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)" >>confdefs.h | ||
| 15470 | |||
| 15471 | ;; | ||
| 15472 | uclibc) | ||
| 15473 | $as_echo "#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__bufpos - (FILE)->__bufstart)" >>confdefs.h | ||
| 15474 | |||
| 15475 | ;; | ||
| 15476 | old) | ||
| 15477 | $as_echo "#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_pptr - (FILE)->_pbase)" >>confdefs.h | ||
| 15478 | |||
| 15479 | ;; | ||
| 15480 | esac | ||
| 15481 | ;; | ||
| 15482 | esac | ||
| 15483 | if test $emacs_pending_output = unknown; then | ||
| 15484 | $as_echo "#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__bufp - (FILE)->__buffer)" >>confdefs.h | ||
| 15485 | |||
| 15486 | fi | ||
| 15487 | |||
| 15488 | else | ||
| 15489 | case $opsys in | ||
| 15490 | cygwin | darwin | freebsd | netbsd | openbsd ) | ||
| 15491 | $as_echo "#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)" >>confdefs.h | ||
| 15492 | |||
| 15493 | ;; | ||
| 15494 | |||
| 15495 | unixware) | ||
| 15496 | $as_echo "#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base)" >>confdefs.h | ||
| 15497 | |||
| 15498 | ;; | ||
| 15499 | |||
| 15500 | *) | ||
| 15501 | if test x$ac_cv_header_stdio_ext_h = xyes && \ | ||
| 15502 | test x$ac_cv_func___fpending = xyes; then | ||
| 15503 | $as_echo "#define PENDING_OUTPUT_COUNT(FILE) __fpending (FILE)" >>confdefs.h | ||
| 15504 | |||
| 15505 | |||
| 15506 | $as_echo "#define DISPNEW_NEEDS_STDIO_EXT 1" >>confdefs.h | ||
| 15507 | |||
| 15508 | else | ||
| 15509 | $as_echo "#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)" >>confdefs.h | ||
| 15510 | |||
| 15511 | fi | ||
| 15512 | ;; | ||
| 15513 | esac | ||
| 15514 | fi | ||
| 15515 | |||
| 15516 | |||
| 15517 | |||
| 15518 | 15343 | ||
| 15519 | case $opsys in | 15344 | case $opsys in |
| 15520 | gnu) | 15345 | gnu) |
| @@ -15992,9 +15817,6 @@ $as_echo "#define USG_SUBTTY_WORKS 1" >>confdefs.h | |||
| 15992 | 15817 | ||
| 15993 | $as_echo "#define PREFER_VSUSP 1" >>confdefs.h | 15818 | $as_echo "#define PREFER_VSUSP 1" >>confdefs.h |
| 15994 | 15819 | ||
| 15995 | |||
| 15996 | $as_echo "#define SETPGRP_RELEASES_CTTY 1" >>confdefs.h | ||
| 15997 | |||
| 15998 | ;; | 15820 | ;; |
| 15999 | 15821 | ||
| 16000 | sol2-10) | 15822 | sol2-10) |
| @@ -17004,6 +16826,8 @@ _ACEOF | |||
| 17004 | 16826 | ||
| 17005 | 16827 | ||
| 17006 | 16828 | ||
| 16829 | |||
| 16830 | |||
| 17007 | GNULIB__EXIT=0; | 16831 | GNULIB__EXIT=0; |
| 17008 | GNULIB_ATOLL=0; | 16832 | GNULIB_ATOLL=0; |
| 17009 | GNULIB_CALLOC_POSIX=0; | 16833 | GNULIB_CALLOC_POSIX=0; |