emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108141: Auto-commit of generated


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108141: Auto-commit of generated files.
Date: Fri, 02 Nov 2012 02:16:25 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108141
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2012-05-06 06:18:48 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/configure
=== modified file 'autogen/configure'
--- a/autogen/configure 2012-05-05 04:32:58 +0000
+++ b/autogen/configure 2012-05-06 10:18:48 +0000
@@ -14906,7 +14906,7 @@
   ##  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 @@
     ;;
 
   netbsd)
-    if  "x$LIBS_TERMCAP" != "x-lterminfo" ; then
+    if test "x$LIBS_TERMCAP" != "x-lterminfo"; then
       TERMINFO=no
       LIBS_TERMCAP="-ltermcap"
     fi


reply via email to

[Prev in Thread] Current Thread [Next in Thread]