emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109334: Move AMPERSAND_FULL_NAME, su


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109334: Move AMPERSAND_FULL_NAME, subprocesses from conf_post.h to configure.ac
Date: Tue, 31 Jul 2012 13:50:52 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109334
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-07-31 13:50:52 -0400
message:
  Move AMPERSAND_FULL_NAME, subprocesses from conf_post.h to configure.ac
  
  * configure.ac (AMPERSAND_FULL_NAME, subprocesses): Move here from 
conf_post.h.
  
  * src/conf_post.h (AMPERSAND_FULL_NAME, subprocesses): Move to configure.ac.
modified:
  ChangeLog
  configure.ac
  src/ChangeLog
  src/conf_post.h
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-07-31 11:37:38 +0000
+++ b/ChangeLog 2012-07-31 17:50:52 +0000
@@ -1,3 +1,8 @@
+2012-07-31  Glenn Morris  <address@hidden>
+
+       * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
+       Move here from conf_post.h.
+
 2012-07-31  Dmitry Antipov  <address@hidden>
 
        Improve OpenMotif detection on GNU/Linux systems.

=== modified file 'configure.ac'
--- a/configure.ac      2012-07-31 11:37:38 +0000
+++ b/configure.ac      2012-07-31 17:50:52 +0000
@@ -3125,6 +3125,10 @@
 dnl    AC_DEFINE(HAVE_TCATTR, 1, [Define to 1 if you have tcgetattr and 
tcsetattr.])
 dnl fi
 
+dnl Turned on June 1996 supposing nobody will mind it.
+AC_DEFINE(AMPERSAND_FULL_NAME, 1, [Define to use the convention that &
+  in the full name stands for the login id.])
+
 dnl Every platform that uses configure (ie every non-MS platform)
 dnl supports this.  There is a create-lockfiles option you can
 dnl customize if you do not want the lock files to be written.
@@ -3144,6 +3148,9 @@
 AC_DEFINE(HAVE_SOCKETS, 1, [Define if the system supports
   4.2-compatible sockets.])
 
+dnl Everybody supports this, except MS-DOS.
+AC_DEFINE(subprocesses, 1, [Define to enable asynchronous subprocesses.])
+
 
 AH_TEMPLATE(NO_EDITRES, [Define if XEditRes should not be used.])
 

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-31 17:34:51 +0000
+++ b/src/ChangeLog     2012-07-31 17:50:52 +0000
@@ -1,3 +1,8 @@
+2012-07-31  Glenn Morris  <address@hidden>
+
+       * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
+       Move to configure.ac.
+
 2012-07-31  Eli Zaretskii  <address@hidden>
 
        * .gdbinit (xframe): Adapt to introduction of FVAR and the

=== modified file 'src/conf_post.h'
--- a/src/conf_post.h   2012-07-31 06:43:37 +0000
+++ b/src/conf_post.h   2012-07-31 17:50:52 +0000
@@ -102,19 +102,6 @@
 #endif
 #endif  /* USG5_4 */
 
-/* Define AMPERSAND_FULL_NAME if you use the convention
-   that & in the full name stands for the login id.  */
-/* Turned on June 1996 supposing nobody will mind it.  */
-#define AMPERSAND_FULL_NAME
-
-/* `subprocesses' should be defined if you want to
-   have code for asynchronous subprocesses
-   (as used in M-x compile and M-x shell).
-   Only MSDOS does not support this (it overrides
-   this in its config_opsysfile below).  */
-
-#define subprocesses
-
 /* Include the os dependent file.  */
 #ifdef config_opsysfile
 # include config_opsysfile


reply via email to

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