diff options
| author | Glenn Morris | 2012-11-17 06:17:40 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-11-17 06:17:40 -0500 |
| commit | a455a5cee5f84cd405f368b1016792cd3ad5db2a (patch) | |
| tree | c25d9ddc1cb45ddd95b66d339151ba998a56dd57 | |
| parent | cd48a2e800819bee7a3d9189cf2478e5a8c256a2 (diff) | |
| download | emacs-a455a5cee5f84cd405f368b1016792cd3ad5db2a.tar.gz emacs-a455a5cee5f84cd405f368b1016792cd3ad5db2a.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 3 | ||||
| -rwxr-xr-x | autogen/configure | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/autogen/config.in b/autogen/config.in index 5388b8dc046..4d848657799 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -375,9 +375,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 375 | /* Define to 1 if you have the `fork' function. */ | 375 | /* Define to 1 if you have the `fork' function. */ |
| 376 | #undef HAVE_FORK | 376 | #undef HAVE_FORK |
| 377 | 377 | ||
| 378 | /* Define to 1 if you have the `fpathconf' function. */ | ||
| 379 | #undef HAVE_FPATHCONF | ||
| 380 | |||
| 381 | /* Define to 1 if you have the `freeifaddrs' function. */ | 378 | /* Define to 1 if you have the `freeifaddrs' function. */ |
| 382 | #undef HAVE_FREEIFADDRS | 379 | #undef HAVE_FREEIFADDRS |
| 383 | 380 | ||
diff --git a/autogen/configure b/autogen/configure index e44b44a0a00..ae898f6f1d1 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -13449,7 +13449,7 @@ esac | |||
| 13449 | for ac_func in gethostname \ | 13449 | for ac_func in gethostname \ |
| 13450 | closedir getrusage get_current_dir_name \ | 13450 | closedir getrusage get_current_dir_name \ |
| 13451 | lrand48 \ | 13451 | lrand48 \ |
| 13452 | fpathconf select getpagesize setlocale \ | 13452 | select getpagesize setlocale \ |
| 13453 | utimes getrlimit setrlimit getcwd shutdown getaddrinfo \ | 13453 | utimes getrlimit setrlimit getcwd shutdown getaddrinfo \ |
| 13454 | strsignal setitimer \ | 13454 | strsignal setitimer \ |
| 13455 | sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \ | 13455 | sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \ |