aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autogen/config.in3
-rwxr-xr-xautogen/configure5
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
14316for ac_func in gethostname getdomainname \ 14315for ac_func in gethostname getdomainname \
14317rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \ 14316rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \
14318random lrand48 logb frexp fmod rint cbrt ftime setsid \ 14317random lrand48 logb frexp fmod rint cbrt setsid \
14319strerror fpathconf select euidaccess getpagesize tzset setlocale \ 14318strerror fpathconf select euidaccess getpagesize tzset setlocale \
14320utimes getrlimit setrlimit setpgid getcwd getwd shutdown getaddrinfo \ 14319utimes getrlimit setrlimit setpgid getcwd getwd shutdown getaddrinfo \
14321__fpending mblen mbrlen mbsinit strsignal setitimer ualarm \ 14320__fpending mblen mbrlen mbsinit strsignal setitimer ualarm \