1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

Auto-commit of generated files.

This commit is contained in:
Glenn Morris 2012-05-06 06:18:48 -04:00
parent 3cc99f68ad
commit 491503ddd2

4
autogen/configure vendored
View File

@ -14906,7 +14906,7 @@ case "$opsys" in
## option to use it.
darwin) LIBS_TERMCAP="-lncurses" ;;
gnu*) "x$LIBS_TERMCAP" = x && LIBS_TERMCAP="-lncurses" ;;
gnu*) test -z "$LIBS_TERMCAP" && LIBS_TERMCAP="-lncurses" ;;
freebsd)
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5
@ -14950,7 +14950,7 @@ $as_echo "$emacs_cv_freebsd_terminfo" >&6; }
;;
netbsd)
if "x$LIBS_TERMCAP" != "x-lterminfo" ; then
if test "x$LIBS_TERMCAP" != "x-lterminfo"; then
TERMINFO=no
LIBS_TERMCAP="-ltermcap"
fi