Auto-commit of generated files.
This commit is contained in:
parent
003fdae201
commit
21a8caaa4a
2 changed files with 2 additions and 6 deletions
|
@ -254,9 +254,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
/* Define to 1 if you have the `fsync' function. */
|
||||
#undef HAVE_FSYNC
|
||||
|
||||
/* Define to 1 if you have the `ftime' function. */
|
||||
#undef HAVE_FTIME
|
||||
|
||||
/* Define to 1 if you have the `gai_strerror' function. */
|
||||
#undef HAVE_GAI_STRERROR
|
||||
|
||||
|
|
5
autogen/configure
vendored
5
autogen/configure
vendored
|
@ -4457,7 +4457,6 @@ case "${canonical}" in
|
|||
m68k-*) machine=m68k ;;
|
||||
powerpc-*) machine=macppc ;;
|
||||
sparc*-) machine=sparc ;;
|
||||
vax-*) machine=vax ;;
|
||||
esac
|
||||
;;
|
||||
|
||||
|
@ -4470,7 +4469,6 @@ case "${canonical}" in
|
|||
i386-*) machine=intel386 ;;
|
||||
powerpc-*) machine=macppc ;;
|
||||
sparc*) machine=sparc ;;
|
||||
vax-*) machine=vax ;;
|
||||
esac
|
||||
;;
|
||||
|
||||
|
@ -10133,6 +10131,7 @@ if test "${HAVE_NS}" = yes; then
|
|||
docdir="\${ns_appresdir}/etc"
|
||||
etcdir="\${ns_appresdir}/etc"
|
||||
infodir="\${ns_appresdir}/info"
|
||||
mandir="\${ns_appresdir}/man"
|
||||
lispdir="\${ns_appresdir}/lisp"
|
||||
LEIM_INSTALLDIR="\${ns_appresdir}/leim"
|
||||
INSTALL_ARCH_INDEP_EXTRA=
|
||||
|
@ -14315,7 +14314,7 @@ esac
|
|||
|
||||
for ac_func in gethostname getdomainname \
|
||||
rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \
|
||||
random lrand48 logb frexp fmod rint cbrt ftime setsid \
|
||||
random lrand48 logb frexp fmod rint cbrt setsid \
|
||||
strerror fpathconf select euidaccess getpagesize tzset setlocale \
|
||||
utimes getrlimit setrlimit setpgid getcwd getwd shutdown getaddrinfo \
|
||||
__fpending mblen mbrlen mbsinit strsignal setitimer ualarm \
|
||||
|
|
Loading…
Add table
Reference in a new issue