File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/sh
2- # From configure.in Revision: 1.309 .
2+ # From configure.in Revision: 1.310 .
33# Guess values for system-dependent variables and create Makefiles.
44# Generated by GNU Autoconf 2.53.
55#
@@ -10949,7 +10949,8 @@ then with_universal_newlines="yes"
1094910949fi
1095010950if test " $with_universal_newlines " ! = " no"
1095110951then
10952- cat >> confdefs.h << \_ACEOF
10952+
10953+ cat >> confdefs.h << \_ACEOF
1095310954#define WITH_UNIVERSAL_NEWLINES 1
1095410955_ACEOF
1095510956
Original file line number Diff line number Diff line change @@ -1455,7 +1455,8 @@ then with_universal_newlines="yes"
14551455fi
14561456if test "$with_universal_newlines" != "no"
14571457then
1458- AC_DEFINE(WITH_UNIVERSAL_NEWLINES)
1458+ AC_DEFINE(WITH_UNIVERSAL_NEWLINES, 1,
1459+ [Define if you want to read files with foreign newlines.])
14591460fi
14601461AC_MSG_RESULT($with_universal_newlines)
14611462
Original file line number Diff line number Diff line change 715715/* Define if you want to compile in cycle garbage collection. */
716716#undef WITH_CYCLE_GC
717717
718- /* Define if you want to read files with foreign newlines. */
719- #undef WITH_UNIVERSAL_NEWLINES
720-
721718/* Define if you want to emulate SGI (IRIX 4) dynamic linking. This is
722719 rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4), Sequent Symmetry
723720 (Dynix), and Atari ST. This requires the 'dl-dld' library,
747744/* Define if you want to compile in rudimentary thread support */
748745#undef WITH_THREAD
749746
747+ /* Define if you want to read files with foreign newlines. */
748+ #undef WITH_UNIVERSAL_NEWLINES
749+
750750/* Define to 1 if your processor stores words with the most significant byte
751751 first (like Motorola and SPARC, unlike Intel and VAX). */
752752#undef WORDS_BIGENDIAN
You can’t perform that action at this time.
0 commit comments