emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113506: Auto-commit of generated files.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r113506: Auto-commit of generated files.
Date: Tue, 23 Jul 2013 10:17:52 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113506
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-07-23 06:17:48 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/config.in              config.in-20091113204419-o5vbwnq5f7feedwu-185
  autogen/configure              configure-20091113204419-o5vbwnq5f7feedwu-1624
=== modified file 'autogen/config.in'
--- a/autogen/config.in 2013-07-08 10:17:45 +0000
+++ b/autogen/config.in 2013-07-23 10:17:48 +0000
@@ -1468,6 +1468,9 @@
 /* Define to 1 if using the Motif X toolkit. */
 #undef USE_MOTIF
 
+/* Define to 1 if you use ncurses. */
+#undef USE_NCURSES
+
 /* Enable extensions on AIX 3, Interix.  */
 #ifndef _ALL_SOURCE
 # undef _ALL_SOURCE

=== modified file 'autogen/configure'
--- a/autogen/configure 2013-07-21 10:19:07 +0000
+++ b/autogen/configure 2013-07-23 10:17:48 +0000
@@ -15022,6 +15022,11 @@
 
   TERMCAP_OBJ=terminfo.o
 fi
+if test "X$LIBS_TERMCAP" = "X-lncurses"; then
+
+$as_echo "#define USE_NCURSES 1" >>confdefs.h
+
+fi
 
 
 


reply via email to

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