]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
* README: describe new build procedure; added section on building
authorGuido van Rossum <guido@python.org>
Tue, 4 Jan 1994 23:29:10 +0000 (23:29 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Jan 1994 23:29:10 +0000 (23:29 +0000)
for multiple architectures
* acconfig.h: fix (reversed!) comment for SYS_SELECT_WITH_SYS_TIME

ChangeLog
acconfig.h

index 6b4e9b48da5f77dc0126b173f20652b16380cb36..4a78d9c1b3c3e128f11e5019b7f0484e8e52e040 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Wed Jan  5 00:18:45 1994  Guido van Rossum  (guido@voorn.cwi.nl)
+
+       * README: describe new build procedure; added section on building
+       for multiple architectures
+
+       * acconfig.h: fix (reversed!) comment for SYS_SELECT_WITH_SYS_TIME
+
+       * Modules/Makefile.pre.in: copy Setup from $(srcdir) if not
+       present, and use local Setup as input for makesetup script
+
 Tue Jan  4 12:32:16 1994  Guido van Rossum  (guido@voorn.cwi.nl)
 
        * Note that there are no functional changes below -- just changes
index a73785c29fe43cb5e586cf75583258d2a37f70bd..4907ef873c45d3abc9ebc0652d68fcfb3aab8828 100644 (file)
@@ -15,8 +15,8 @@
 /* Define for SOLARIS 2.x */
 #undef SOLARIS
 
-/* Define if it's a bad idea to include <sys/select.h> and <sys/time.h>
-   in the same file (as it is on SCO ODT 3.0) */
+/* Define if  you can safely include both <sys/select.h> and <sys/time.h>
+   (which you can't on SCO ODT 3.0). */
 #undef SYS_SELECT_WITH_SYS_TIME
 
 /* Define if you want to compile in rudimentary thread support */