Auto-commit of generated files.
authorGlenn Morris <rgm@gnu.org>
Sun, 6 May 2012 10:18:48 +0000 (06:18 -0400)
committerGlenn Morris <rgm@gnu.org>
Sun, 6 May 2012 10:18:48 +0000 (06:18 -0400)
autogen/configure

index a8c8e65..ce3fb43 100755 (executable)
@@ -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