I got tired of wrestling with the config mechanism.

Please apply this (support/nt_defines.h is not used) and then
"cvs remove" the support/nt_defines.h file.

Thanks.

-- 
Kayvan A. Sylvan          
Sylvan Associates, Inc.   
http://sylvan.com/~kayvan
Index: ChangeLog
===================================================================
RCS file: /cvs/lyx/lyx-devel/ChangeLog,v
retrieving revision 1.964
diff -u -r1.964 ChangeLog
--- ChangeLog   2004/05/26 23:03:07     1.964
+++ ChangeLog   2004/05/27 07:07:02
@@ -1,3 +1,9 @@
+2004-05-27  Kayvan Sylvan <[EMAIL PROTECTED]>
+
+       * configure.ac: Remove reference to support/nt_defines.h
+
+       * config/acconfig.h: Remove reference to support/nt_defines.h
+
 2004-05-26  Lars Gullik Bjonnes  <[EMAIL PROTECTED]>
 
        * autogen.sh (ACLOCAL): make all aclocal find m4
Index: configure.ac
===================================================================
RCS file: /cvs/lyx/lyx-devel/configure.ac,v
retrieving revision 1.19
diff -u -r1.19 configure.ac
--- configure.ac        2004/05/26 16:53:44     1.19
+++ configure.ac        2004/05/27 07:07:02
@@ -361,10 +361,6 @@
 #include "support/os2_defines.h"
 #endif
 
-#if defined(__CYGWIN__) || defined(__CYGWIN32__)
-#include "support/nt_defines.h"
-#endif
-
 #if defined(HAVE_OSTREAM) && defined(HAVE_LOCALE) && defined(HAVE_SSTREAM)
 #define USE_BOOST_FORMAT 1
 #else
Index: config/acconfig.h
===================================================================
RCS file: /cvs/lyx/lyx-devel/config/acconfig.h,v
retrieving revision 1.2
diff -u -r1.2 acconfig.h
--- config/acconfig.h   2002/11/24 15:20:31     1.2
+++ config/acconfig.h   2004/05/27 07:07:02
@@ -78,10 +78,6 @@
 #include "support/os2_defines.h"
 #endif
 
-#if defined(__CYGWIN__) || defined( __CYGWIN32__)
-#include "support/nt_defines.h"
-#endif
-
 /* Some support for the boost library. */
 /*
  * #ifndef HAVE_LIMITS
Index: src/support/ChangeLog
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/support/ChangeLog,v
retrieving revision 1.253
diff -u -r1.253 ChangeLog
--- src/support/ChangeLog       2004/05/20 09:35:30     1.253
+++ src/support/ChangeLog       2004/05/27 07:07:02
@@ -1,3 +1,7 @@
+2004-05-27  Kayvan Sylvan <[EMAIL PROTECTED]>
+
+       * Makefile.am: remove reference to nt_defines.h
+
 2004-05-20  Angus Leeming  <[EMAIL PROTECTED]>
 
        * debugstream.h: wrap the definition of debug_trait::DEBUG with
Index: src/support/Makefile.am
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/support/Makefile.am,v
retrieving revision 1.73
diff -u -r1.73 Makefile.am
--- src/support/Makefile.am     2004/01/06 19:32:05     1.73
+++ src/support/Makefile.am     2004/05/27 07:07:02
@@ -51,7 +51,6 @@
        lyxtime.h \
        lyxsum.C \
        mkdir.C \
-       nt_defines.h \
        os.C \
        os.h \
        os2_defines.h \

Reply via email to