emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109351: * configure.ac (INTERNAL_TER


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109351: * configure.ac (INTERNAL_TERMINAL): New.
Date: Tue, 31 Jul 2012 22:02:47 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109351
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-07-31 22:02:47 -0400
message:
  * configure.ac (INTERNAL_TERMINAL): New.
modified:
  ChangeLog
  configure.ac
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-08-01 01:53:04 +0000
+++ b/ChangeLog 2012-08-01 02:02:47 +0000
@@ -1,6 +1,7 @@
 2012-08-01  Glenn Morris  <address@hidden>
 
-       * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC): New.
+       * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
+       (INTERNAL_TERMINAL): New.
 
        * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
        (IS_ANY_SEP): Move here from src/lisp.h.

=== modified file 'configure.ac'
--- a/configure.ac      2012-08-01 01:53:04 +0000
+++ b/configure.ac      2012-08-01 02:02:47 +0000
@@ -3153,6 +3153,8 @@
 AC_DEFINE(HAVE_SOCKETS, 1, [Define if the system supports
   4.2-compatible sockets.])
 
+AH_TEMPLATE(INTERNAL_TERMINAL, [This is substituted when $TERM is "internal".])
+
 AC_DEFINE(NULL_DEVICE, ["/dev/null"], [Name of the file to open to get
   a null file, or a data sink.])
 


reply via email to

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