emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109365: * configure.ac (DOS_NT, MSDO


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109365: * configure.ac (DOS_NT, MSDOS): New system type templates.
Date: Wed, 01 Aug 2012 08:00:49 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109365
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-08-01 08:00:49 -0700
message:
  * configure.ac (DOS_NT, MSDOS): New system type templates.
modified:
  ChangeLog
  configure.ac
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-08-01 07:20:52 +0000
+++ b/ChangeLog 2012-08-01 15:00:49 +0000
@@ -1,3 +1,7 @@
+2012-08-01  Glenn Morris  <address@hidden>
+
+       * configure.ac (DOS_NT, MSDOS): New system type templates.
+
 2012-08-01  Ulrich Müller  <address@hidden>
 
        * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:

=== modified file 'configure.ac'
--- a/configure.ac      2012-08-01 07:20:52 +0000
+++ b/configure.ac      2012-08-01 15:00:49 +0000
@@ -3730,6 +3730,8 @@
 dnl Define all the symbols that apply correctly.
 AH_TEMPLATE(BSD4_2, [Define if the system is compatible with BSD 4.2.])
 AH_TEMPLATE(BSD_SYSTEM, [Define if the system is compatible with BSD 4.2.])
+AH_TEMPLATE(DOS_NT, [Define if the system is MS DOS or MS Windows.])
+AH_TEMPLATE(MSDOS, [Define if the system is MS DOS.])
 AH_TEMPLATE(USG, [Define if the system is compatible with System III.])
 AH_TEMPLATE(USG5, [Define if the system is compatible with System V.])
 AH_TEMPLATE(USG5_4, [Define if the system is compatible with System V Release 
4.])


reply via email to

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