all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCHES] 21.3.50 for Cygwin: patch 1
@ 2002-12-06 18:26 Joe Buehler
  0 siblings, 0 replies; only message in thread
From: Joe Buehler @ 2002-12-06 18:26 UTC (permalink / raw)


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  <jhpb@draco.hekimian.com>
+
+	* configure.in: add opsys=cygwin
+
+	* configure: add opsys=cygwin
+
  2002-11-27  Dave Love  <fx@gnu.org>

  	* 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 ;;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-06 18:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-06 18:26 [PATCHES] 21.3.50 for Cygwin: patch 1 Joe Buehler

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.