]> granicus.if.org Git - python/commitdiff
Move WITH_UNIVERSAL_NEWLINES template into configure.in.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 16 Apr 2002 05:51:02 +0000 (05:51 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 16 Apr 2002 05:51:02 +0000 (05:51 +0000)
configure
configure.in
pyconfig.h.in

index 6bd6eca036072914eba8addc66aa0b6ec8516653..6732c0a93540c396a882724196cecddbd6519334 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.309 .
+# From configure.in Revision: 1.310 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53.
 #
@@ -10949,7 +10949,8 @@ then with_universal_newlines="yes"
 fi
 if test "$with_universal_newlines" != "no"
 then
-    cat >>confdefs.h <<\_ACEOF
+
+cat >>confdefs.h <<\_ACEOF
 #define WITH_UNIVERSAL_NEWLINES 1
 _ACEOF
 
index 7aef29a125fe3edae4ff2662cb22d35b26526a0b..de9f21652cd60ac84171ecd3c4a75022ec5beb9d 100644 (file)
@@ -1455,7 +1455,8 @@ then with_universal_newlines="yes"
 fi
 if test "$with_universal_newlines" != "no"
 then
-    AC_DEFINE(WITH_UNIVERSAL_NEWLINES)
+    AC_DEFINE(WITH_UNIVERSAL_NEWLINES, 1,
+      [Define if you want to read files with foreign newlines.])
 fi
 AC_MSG_RESULT($with_universal_newlines)
 
index cb8b1b576e41591a58c98275407f83ddda6c249e..24dc3d1a89c7a32a7f2f8c31ef431e3a1be6dec2 100644 (file)
 /* Define if you want to compile in cycle garbage collection. */
 #undef WITH_CYCLE_GC
 
-/* Define if you want to read files with foreign newlines. */
-#undef WITH_UNIVERSAL_NEWLINES
-
 /* Define if you want to emulate SGI (IRIX 4) dynamic linking. This is
    rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4), Sequent Symmetry
    (Dynix), and Atari ST. This requires the 'dl-dld' library,
 /* Define if you want to compile in rudimentary thread support */
 #undef WITH_THREAD
 
+/* Define if you want to read files with foreign newlines. */
+#undef WITH_UNIVERSAL_NEWLINES
+
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */
 #undef WORDS_BIGENDIAN