emacs-devel
[Top][All Lists]
Advanced

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

[PATCHES] 21.3.50 for Cygwin: patch 1


From: Joe Buehler
Subject: [PATCHES] 21.3.50 for Cygwin: patch 1
Date: Fri, 06 Dec 2002 13:26:58 -0500
User-agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2) Gecko/20021126

I have ported the 21.2 Cygwin patches to 21.3.50 and
successfully built with and without X11 using "make bootstrap".

Here is the first patch set.  Please note that some of the
ChangeLog patches will not apply cleanly, because some changelog
files have multiple patches, but I assume that doesn't
matter...

Joe Buehler

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/ChangeLog,v
retrieving revision 1.289
diff -u -r1.289 ChangeLog
--- ChangeLog   27 Nov 2002 22:54:07 -0000      1.289
+++ ChangeLog   6 Dec 2002 17:38:35 -0000
@@ -1,3 +1,9 @@
+2002-12-06  Joe Buehler  <address@hidden>
+
+       * configure.in: add opsys=cygwin
+
+       * configure: add opsys=cygwin
+
 2002-11-27  Dave Love  <address@hidden>

        * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
Index: configure
===================================================================
RCS file: /cvsroot/emacs/emacs/configure,v
retrieving revision 1.100
diff -u -r1.100 configure
--- configure   28 Nov 2002 01:08:07 -0000      1.100
+++ configure   6 Dec 2002 16:34:37 -0000
@@ -2475,6 +2475,7 @@
   i[3456]86-*-* )
     machine=intel386
     case "${canonical}" in
+      *-cygwin )                opsys=cygwin ;;
       *-lynxos* )               opsys=lynxos ;;
       *-isc1.* | *-isc2.[01]* )        opsys=386-ix ;;
       *-isc2.2* )              opsys=isc2-2 ;;
Index: configure.in
===================================================================
RCS file: /cvsroot/emacs/emacs/configure.in,v
retrieving revision 1.315
diff -u -r1.315 configure.in
--- configure.in        27 Nov 2002 22:53:51 -0000      1.315
+++ configure.in        6 Dec 2002 16:34:40 -0000
@@ -1048,6 +1048,7 @@
   i[3456]86-*-* )
     machine=intel386
     case "${canonical}" in
+      *-cygwin )                opsys=cygwin ;;
       *-lynxos* )               opsys=lynxos ;;
       *-isc1.* | *-isc2.[01]* )        opsys=386-ix ;;
       *-isc2.2* )              opsys=isc2-2 ;;







reply via email to

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