emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100748: * configure.in (UNEXEC_OBJ):


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100748: * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
Date: Wed, 07 Jul 2010 19:37:32 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100748
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Wed 2010-07-07 19:37:32 -0700
message:
  * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
  and MSWindows.
modified:
  ChangeLog
  configure
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-07-07 22:18:28 +0000
+++ b/ChangeLog 2010-07-08 02:37:32 +0000
@@ -1,3 +1,8 @@
+2010-07-08  Dan Nicolaescu  <address@hidden>
+
+       * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
+       and MSWindows.
+
 2010-07-07  Andreas Schwab  <address@hidden>
 
        * configure.in: Don't check for bcopy, bcmp, bzero.  Don't include

=== modified file 'configure'
--- a/configure 2010-07-07 22:18:28 +0000
+++ b/configure 2010-07-08 02:37:32 +0000
@@ -5484,6 +5484,8 @@
 
 UNEXEC_OBJ=unexelf.o
 case "$opsys" in
+  # MSDOS uses unexec.o
+  # MSWindows uses unexw32.o
   aix4-2)
    UNEXEC_OBJ=unexaix.o
    ;;

=== modified file 'configure.in'
--- a/configure.in      2010-07-07 22:18:28 +0000
+++ b/configure.in      2010-07-08 02:37:32 +0000
@@ -890,6 +890,8 @@
 
 UNEXEC_OBJ=unexelf.o
 case "$opsys" in
+  # MSDOS uses unexec.o
+  # MSWindows uses unexw32.o
   aix4-2)
    UNEXEC_OBJ=unexaix.o
    ;;


reply via email to

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