diff options
| author | Glenn Morris | 2013-03-13 06:17:36 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-03-13 06:17:36 -0400 |
| commit | 2393bc7411d41d1b5f0b0c7cfb6de25d7e80e66d (patch) | |
| tree | 89091bbd119ca4d4b993f9d5891516018078351d | |
| parent | d9df6f40e326f3f5487b7c50b99bf5112262badc (diff) | |
| download | emacs-2393bc7411d41d1b5f0b0c7cfb6de25d7e80e66d.tar.gz emacs-2393bc7411d41d1b5f0b0c7cfb6de25d7e80e66d.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 14 | ||||
| -rwxr-xr-x | autogen/configure | 35 |
2 files changed, 31 insertions, 18 deletions
diff --git a/autogen/config.in b/autogen/config.in index 12bfc70b090..5aedead792a 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -218,9 +218,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 218 | /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */ | 218 | /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */ |
| 219 | #undef HAVE_AIX_SMT_EXP | 219 | #undef HAVE_AIX_SMT_EXP |
| 220 | 220 | ||
| 221 | /* Define to 1 if you have the `alarm' function. */ | ||
| 222 | #undef HAVE_ALARM | ||
| 223 | |||
| 224 | /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that | 221 | /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that |
| 225 | may be supplied by this distribution. */ | 222 | may be supplied by this distribution. */ |
| 226 | #undef HAVE_ALLOCA | 223 | #undef HAVE_ALLOCA |
| @@ -281,6 +278,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 281 | /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */ | 278 | /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */ |
| 282 | #undef HAVE_DBUS_WATCH_GET_UNIX_FD | 279 | #undef HAVE_DBUS_WATCH_GET_UNIX_FD |
| 283 | 280 | ||
| 281 | /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't. | ||
| 282 | */ | ||
| 283 | #undef HAVE_DECL_ALARM | ||
| 284 | |||
| 284 | /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you | 285 | /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you |
| 285 | don't. */ | 286 | don't. */ |
| 286 | #undef HAVE_DECL_FDOPENDIR | 287 | #undef HAVE_DECL_FDOPENDIR |
| @@ -329,6 +330,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 329 | don't. */ | 330 | don't. */ |
| 330 | #undef HAVE_DECL_UNSETENV | 331 | #undef HAVE_DECL_UNSETENV |
| 331 | 332 | ||
| 333 | /* Define to 1 if you have the declaration of `_putenv', and to 0 if you | ||
| 334 | don't. */ | ||
| 335 | #undef HAVE_DECL__PUTENV | ||
| 336 | |||
| 332 | /* Define to 1 if you have the declaration of `__fpending', and to 0 if you | 337 | /* Define to 1 if you have the declaration of `__fpending', and to 0 if you |
| 333 | don't. */ | 338 | don't. */ |
| 334 | #undef HAVE_DECL___FPENDING | 339 | #undef HAVE_DECL___FPENDING |
| @@ -1130,9 +1135,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1130 | /* Define to 1 if you have the `_ftime' function. */ | 1135 | /* Define to 1 if you have the `_ftime' function. */ |
| 1131 | #undef HAVE__FTIME | 1136 | #undef HAVE__FTIME |
| 1132 | 1137 | ||
| 1133 | /* Define to 1 if you have the `_putenv' function. */ | ||
| 1134 | #undef HAVE__PUTENV | ||
| 1135 | |||
| 1136 | /* Define to 1 if _setjmp and _longjmp work. */ | 1138 | /* Define to 1 if _setjmp and _longjmp work. */ |
| 1137 | #undef HAVE__SETJMP | 1139 | #undef HAVE__SETJMP |
| 1138 | 1140 | ||
diff --git a/autogen/configure b/autogen/configure index f4e74332006..0f006ad7219 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -3349,7 +3349,6 @@ as_fn_append ac_header_list " wchar.h" | |||
| 3349 | as_fn_append ac_header_list " stdint.h" | 3349 | as_fn_append ac_header_list " stdint.h" |
| 3350 | as_fn_append ac_header_list " inttypes.h" | 3350 | as_fn_append ac_header_list " inttypes.h" |
| 3351 | as_fn_append ac_func_list " lstat" | 3351 | as_fn_append ac_func_list " lstat" |
| 3352 | as_fn_append ac_func_list " alarm" | ||
| 3353 | as_fn_append ac_header_list " sys/select.h" | 3352 | as_fn_append ac_header_list " sys/select.h" |
| 3354 | as_fn_append ac_func_list " pselect" | 3353 | as_fn_append ac_func_list " pselect" |
| 3355 | as_fn_append ac_func_list " pthread_sigmask" | 3354 | as_fn_append ac_func_list " pthread_sigmask" |
| @@ -19467,7 +19466,16 @@ _ACEOF | |||
| 19467 | REPLACE_NANOSLEEP=GNULIB_PORTCHECK; | 19466 | REPLACE_NANOSLEEP=GNULIB_PORTCHECK; |
| 19468 | REPLACE_TIMEGM=GNULIB_PORTCHECK; | 19467 | REPLACE_TIMEGM=GNULIB_PORTCHECK; |
| 19469 | 19468 | ||
| 19469 | ac_fn_c_check_decl "$LINENO" "alarm" "ac_cv_have_decl_alarm" "$ac_includes_default" | ||
| 19470 | if test "x$ac_cv_have_decl_alarm" = x""yes; then : | ||
| 19471 | ac_have_decl=1 | ||
| 19472 | else | ||
| 19473 | ac_have_decl=0 | ||
| 19474 | fi | ||
| 19470 | 19475 | ||
| 19476 | cat >>confdefs.h <<_ACEOF | ||
| 19477 | #define HAVE_DECL_ALARM $ac_have_decl | ||
| 19478 | _ACEOF | ||
| 19471 | 19479 | ||
| 19472 | 19480 | ||
| 19473 | GNULIB_PSELECT=0; | 19481 | GNULIB_PSELECT=0; |
| @@ -22549,8 +22557,8 @@ else | |||
| 22549 | # include <unistd.h> | 22557 | # include <unistd.h> |
| 22550 | #endif | 22558 | #endif |
| 22551 | 22559 | ||
| 22552 | #ifndef HAVE_ALARM | 22560 | #if HAVE_DECL_ALARM |
| 22553 | # define alarm(X) /* empty */ | 22561 | # include <signal.h> |
| 22554 | #endif | 22562 | #endif |
| 22555 | 22563 | ||
| 22556 | /* Work around redefinition to rpl_putenv by other config tests. */ | 22564 | /* Work around redefinition to rpl_putenv by other config tests. */ |
| @@ -22686,10 +22694,13 @@ main () | |||
| 22686 | int time_t_signed_magnitude = (time_t) ~ (time_t) 0 < (time_t) -1; | 22694 | int time_t_signed_magnitude = (time_t) ~ (time_t) 0 < (time_t) -1; |
| 22687 | int time_t_signed = ! ((time_t) 0 < (time_t) -1); | 22695 | int time_t_signed = ! ((time_t) 0 < (time_t) -1); |
| 22688 | 22696 | ||
| 22697 | #if HAVE_DECL_ALARM | ||
| 22689 | /* This test makes some buggy mktime implementations loop. | 22698 | /* This test makes some buggy mktime implementations loop. |
| 22690 | Give up after 60 seconds; a mktime slower than that | 22699 | Give up after 60 seconds; a mktime slower than that |
| 22691 | isn't worth using anyway. */ | 22700 | isn't worth using anyway. */ |
| 22701 | signal (SIGALRM, SIG_DFL); | ||
| 22692 | alarm (60); | 22702 | alarm (60); |
| 22703 | #endif | ||
| 22693 | 22704 | ||
| 22694 | time_t_max = (! time_t_signed | 22705 | time_t_max = (! time_t_signed |
| 22695 | ? (time_t) -1 | 22706 | ? (time_t) -1 |
| @@ -23267,16 +23278,16 @@ $as_echo "$gl_cv_func_svid_putenv" >&6; } | |||
| 23267 | gl_LIBOBJS="$gl_LIBOBJS putenv.$ac_objext" | 23278 | gl_LIBOBJS="$gl_LIBOBJS putenv.$ac_objext" |
| 23268 | 23279 | ||
| 23269 | 23280 | ||
| 23270 | for ac_func in _putenv | 23281 | ac_fn_c_check_decl "$LINENO" "_putenv" "ac_cv_have_decl__putenv" "$ac_includes_default" |
| 23271 | do : | 23282 | if test "x$ac_cv_have_decl__putenv" = x""yes; then : |
| 23272 | ac_fn_c_check_func "$LINENO" "_putenv" "ac_cv_func__putenv" | 23283 | ac_have_decl=1 |
| 23273 | if test "x$ac_cv_func__putenv" = x""yes; then : | 23284 | else |
| 23274 | cat >>confdefs.h <<_ACEOF | 23285 | ac_have_decl=0 |
| 23275 | #define HAVE__PUTENV 1 | ||
| 23276 | _ACEOF | ||
| 23277 | |||
| 23278 | fi | 23286 | fi |
| 23279 | done | 23287 | |
| 23288 | cat >>confdefs.h <<_ACEOF | ||
| 23289 | #define HAVE_DECL__PUTENV $ac_have_decl | ||
| 23290 | _ACEOF | ||
| 23280 | 23291 | ||
| 23281 | 23292 | ||
| 23282 | fi | 23293 | fi |