diff options
| author | Glenn Morris | 2012-11-23 06:17:42 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-11-23 06:17:42 -0500 |
| commit | e7d0e5ee247a155a268ffbf80bedbe25e15b5032 (patch) | |
| tree | dc5e63bf06fcf0f2b4b367f02d21341a79e1733a | |
| parent | a879f0eaae49460a29c840e3e35acdb84aa9aa7e (diff) | |
| download | emacs-e7d0e5ee247a155a268ffbf80bedbe25e15b5032.tar.gz emacs-e7d0e5ee247a155a268ffbf80bedbe25e15b5032.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 6 | ||||
| -rwxr-xr-x | autogen/configure | 5 |
2 files changed, 1 insertions, 10 deletions
diff --git a/autogen/config.in b/autogen/config.in index 9f530cc57d3..c0fb1f34bf4 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -253,9 +253,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 253 | /* Define to 1 if you have the `clock_settime' function. */ | 253 | /* Define to 1 if you have the `clock_settime' function. */ |
| 254 | #undef HAVE_CLOCK_SETTIME | 254 | #undef HAVE_CLOCK_SETTIME |
| 255 | 255 | ||
| 256 | /* Define to 1 if you have the `closedir' function. */ | ||
| 257 | #undef HAVE_CLOSEDIR | ||
| 258 | |||
| 259 | /* Define to 1 if you have the <coff.h> header file. */ | 256 | /* Define to 1 if you have the <coff.h> header file. */ |
| 260 | #undef HAVE_COFF_H | 257 | #undef HAVE_COFF_H |
| 261 | 258 | ||
| @@ -339,9 +336,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 339 | /* Define to 1 if you have the `difftime' function. */ | 336 | /* Define to 1 if you have the `difftime' function. */ |
| 340 | #undef HAVE_DIFFTIME | 337 | #undef HAVE_DIFFTIME |
| 341 | 338 | ||
| 342 | /* Define to 1 if you have the <dirent.h> header file. */ | ||
| 343 | #undef HAVE_DIRENT_H | ||
| 344 | |||
| 345 | /* Define to 1 if you have the 'dup2' function. */ | 339 | /* Define to 1 if you have the 'dup2' function. */ |
| 346 | #undef HAVE_DUP2 | 340 | #undef HAVE_DUP2 |
| 347 | 341 | ||
diff --git a/autogen/configure b/autogen/configure index 0558955911f..fbb2efbc860 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -3214,7 +3214,6 @@ as_fn_append ac_header_list " sys/resource.h" | |||
| 3214 | as_fn_append ac_header_list " sys/utsname.h" | 3214 | as_fn_append ac_header_list " sys/utsname.h" |
| 3215 | as_fn_append ac_header_list " pwd.h" | 3215 | as_fn_append ac_header_list " pwd.h" |
| 3216 | as_fn_append ac_header_list " utmp.h" | 3216 | as_fn_append ac_header_list " utmp.h" |
| 3217 | as_fn_append ac_header_list " dirent.h" | ||
| 3218 | as_fn_append ac_header_list " util.h" | 3217 | as_fn_append ac_header_list " util.h" |
| 3219 | as_fn_append ac_header_list " sys/socket.h" | 3218 | as_fn_append ac_header_list " sys/socket.h" |
| 3220 | as_fn_append ac_header_list " stdlib.h" | 3219 | as_fn_append ac_header_list " stdlib.h" |
| @@ -8809,8 +8808,6 @@ done | |||
| 8809 | 8808 | ||
| 8810 | 8809 | ||
| 8811 | 8810 | ||
| 8812 | |||
| 8813 | |||
| 8814 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if personality LINUX32 can be set" >&5 | 8811 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if personality LINUX32 can be set" >&5 |
| 8815 | $as_echo_n "checking if personality LINUX32 can be set... " >&6; } | 8812 | $as_echo_n "checking if personality LINUX32 can be set... " >&6; } |
| 8816 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8813 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -13474,7 +13471,7 @@ esac | |||
| 13474 | 13471 | ||
| 13475 | 13472 | ||
| 13476 | for ac_func in gethostname \ | 13473 | for ac_func in gethostname \ |
| 13477 | closedir getrusage get_current_dir_name \ | 13474 | getrusage get_current_dir_name \ |
| 13478 | lrand48 \ | 13475 | lrand48 \ |
| 13479 | select getpagesize setlocale \ | 13476 | select getpagesize setlocale \ |
| 13480 | utimes getrlimit setrlimit shutdown getaddrinfo \ | 13477 | utimes getrlimit setrlimit shutdown getaddrinfo \ |