diff options
| author | Glenn Morris | 2012-05-19 06:17:29 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-19 06:17:29 -0400 |
| commit | 21a8caaa4af24f258e6c7f80c1fc913b00aee044 (patch) | |
| tree | e9e91e7757e1cbd0859b41d6601bb3bb9c796708 | |
| parent | 003fdae20108225e6993e987a46b095765c151f0 (diff) | |
| download | emacs-21a8caaa4af24f258e6c7f80c1fc913b00aee044.tar.gz emacs-21a8caaa4af24f258e6c7f80c1fc913b00aee044.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 3 | ||||
| -rwxr-xr-x | autogen/configure | 5 |
2 files changed, 2 insertions, 6 deletions
diff --git a/autogen/config.in b/autogen/config.in index 10efc70e6d3..56d5d1976f0 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -254,9 +254,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 254 | /* Define to 1 if you have the `fsync' function. */ | 254 | /* Define to 1 if you have the `fsync' function. */ |
| 255 | #undef HAVE_FSYNC | 255 | #undef HAVE_FSYNC |
| 256 | 256 | ||
| 257 | /* Define to 1 if you have the `ftime' function. */ | ||
| 258 | #undef HAVE_FTIME | ||
| 259 | |||
| 260 | /* Define to 1 if you have the `gai_strerror' function. */ | 257 | /* Define to 1 if you have the `gai_strerror' function. */ |
| 261 | #undef HAVE_GAI_STRERROR | 258 | #undef HAVE_GAI_STRERROR |
| 262 | 259 | ||
diff --git a/autogen/configure b/autogen/configure index e397eb8f4b2..559fe4c526c 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -4457,7 +4457,6 @@ case "${canonical}" in | |||
| 4457 | m68k-*) machine=m68k ;; | 4457 | m68k-*) machine=m68k ;; |
| 4458 | powerpc-*) machine=macppc ;; | 4458 | powerpc-*) machine=macppc ;; |
| 4459 | sparc*-) machine=sparc ;; | 4459 | sparc*-) machine=sparc ;; |
| 4460 | vax-*) machine=vax ;; | ||
| 4461 | esac | 4460 | esac |
| 4462 | ;; | 4461 | ;; |
| 4463 | 4462 | ||
| @@ -4470,7 +4469,6 @@ case "${canonical}" in | |||
| 4470 | i386-*) machine=intel386 ;; | 4469 | i386-*) machine=intel386 ;; |
| 4471 | powerpc-*) machine=macppc ;; | 4470 | powerpc-*) machine=macppc ;; |
| 4472 | sparc*) machine=sparc ;; | 4471 | sparc*) machine=sparc ;; |
| 4473 | vax-*) machine=vax ;; | ||
| 4474 | esac | 4472 | esac |
| 4475 | ;; | 4473 | ;; |
| 4476 | 4474 | ||
| @@ -10133,6 +10131,7 @@ if test "${HAVE_NS}" = yes; then | |||
| 10133 | docdir="\${ns_appresdir}/etc" | 10131 | docdir="\${ns_appresdir}/etc" |
| 10134 | etcdir="\${ns_appresdir}/etc" | 10132 | etcdir="\${ns_appresdir}/etc" |
| 10135 | infodir="\${ns_appresdir}/info" | 10133 | infodir="\${ns_appresdir}/info" |
| 10134 | mandir="\${ns_appresdir}/man" | ||
| 10136 | lispdir="\${ns_appresdir}/lisp" | 10135 | lispdir="\${ns_appresdir}/lisp" |
| 10137 | LEIM_INSTALLDIR="\${ns_appresdir}/leim" | 10136 | LEIM_INSTALLDIR="\${ns_appresdir}/leim" |
| 10138 | INSTALL_ARCH_INDEP_EXTRA= | 10137 | INSTALL_ARCH_INDEP_EXTRA= |
| @@ -14315,7 +14314,7 @@ esac | |||
| 14315 | 14314 | ||
| 14316 | for ac_func in gethostname getdomainname \ | 14315 | for ac_func in gethostname getdomainname \ |
| 14317 | rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \ | 14316 | rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \ |
| 14318 | random lrand48 logb frexp fmod rint cbrt ftime setsid \ | 14317 | random lrand48 logb frexp fmod rint cbrt setsid \ |
| 14319 | strerror fpathconf select euidaccess getpagesize tzset setlocale \ | 14318 | strerror fpathconf select euidaccess getpagesize tzset setlocale \ |
| 14320 | utimes getrlimit setrlimit setpgid getcwd getwd shutdown getaddrinfo \ | 14319 | utimes getrlimit setrlimit setpgid getcwd getwd shutdown getaddrinfo \ |
| 14321 | __fpending mblen mbrlen mbsinit strsignal setitimer ualarm \ | 14320 | __fpending mblen mbrlen mbsinit strsignal setitimer ualarm \ |