]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 8 Jul 2010 02:37:32 +0000 (19:37 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 8 Jul 2010 02:37:32 +0000 (19:37 -0700)
and MSWindows.

ChangeLog
configure
configure.in

index f0d1e728fc075b3fcce616c220c914e0031757be..acf57413fb5eeab01539aa82fa9ccd53779f6dbc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
+       and MSWindows.
+
 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
 
        * configure.in: Don't check for bcopy, bcmp, bzero.  Don't include
index 6b41a679a0e8bcf6274f33db76fb56661e23492a..13beb1f07a7322e40ef5ef9242fa309279f9291d 100755 (executable)
--- a/configure
+++ b/configure
@@ -5484,6 +5484,8 @@ esac
 
 UNEXEC_OBJ=unexelf.o
 case "$opsys" in
+  # MSDOS uses unexec.o
+  # MSWindows uses unexw32.o
   aix4-2)
    UNEXEC_OBJ=unexaix.o
    ;;
index b8ac8a50fb84c845aea1e17f59330f234de10462..373cc799d0beb71244630e52da7e6100545c01fb 100644 (file)
@@ -890,6 +890,8 @@ AC_SUBST(CANNOT_DUMP)
 
 UNEXEC_OBJ=unexelf.o
 case "$opsys" in
+  # MSDOS uses unexec.o
+  # MSWindows uses unexw32.o
   aix4-2)
    UNEXEC_OBJ=unexaix.o
    ;;