From: Paul Eggert Date: Sun, 1 Jan 2012 23:26:39 +0000 (-0800) Subject: Do not use "win" to refer to Microsoft Windows. X-Git-Tag: v2.68b~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9663eea509264324e52b5c976d1315ac3347fe70;p=thirdparty%2Fautoconf.git Do not use "win" to refer to Microsoft Windows. --- diff --git a/ChangeLog.2 b/ChangeLog.2 index 1f4560b5b..30571bf60 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -9901,8 +9901,8 @@ 1999-08-22 Matthew D. Langston - * acspecific.m4 (AC_PROG_CC): Remove uname test for win32/Cygwin, - and just test for `cl' as a last resort. + * acspecific.m4 (AC_PROG_CC): Remove uname test for 32-bit + Windows/Cygwin, and just test for `cl' as a last resort. * autoconf.texi (Particular Programs): Document new optional argument to AC_PROG_CC, AC_PROG_CXX and AC_PROG_F77. Document diff --git a/NEWS b/NEWS index 2de5d2fe9..decad47ba 100644 --- a/NEWS +++ b/NEWS @@ -1687,12 +1687,12 @@ Major changes in Autoconf 2.13: Released 1999-05-01 by Ben Elliston. -* Support for building on Win32 systems where the only available C or +* Support for building on 32-bit Windows systems where the only available C or C++ compiler is the Microsoft Visual C++ command line compiler - (`cl'). Additional support for building on Win32 systems which are + (`cl'). Additional support for building on 32-bit Windows systems which are using the Cygwin or Mingw32 environments. * Support for alternative object file and executable file extensions. - On Win32, for example, these are .obj and .exe. These are discovered + On 32-bit Windows, for example, these are .obj and .exe. These are discovered using AC_OBJEXT and AC_EXEEXT, which substitute @OBJEXT@ and @EXEEXT@ in the output, respectively. * New macros: AC_CACHE_LOAD, AC_CACHE_SAVE, AC_FUNC_SELECT_ARGTYPES, @@ -2094,7 +2094,7 @@ Various bug fixes. ----- -Copyright (C) 1993-1996, 1998-2011 Free Software Foundation, Inc. +Copyright (C) 1993-1996, 1998-2012 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/lib/Autom4te/XFile.pm b/lib/Autom4te/XFile.pm index 6800c485c..ef3c7b608 100644 --- a/lib/Autom4te/XFile.pm +++ b/lib/Autom4te/XFile.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2001, 2003, 2004, 2006, 2008, 2009, 2010 Free Software +# Copyright (C) 2001, 2003, 2004, 2006, 2008, 2009, 2010, 2012 Free Software # Foundation, Inc. # This program is free software; you can redistribute it and/or modify @@ -176,7 +176,7 @@ C<\n> on input files. =cut -# Some Win32/perl installations fail to translate \r\n to \n on input +# Some 32-bit Windows/Perl installations fail to translate \r\n to \n on input # so we do that here. sub getline {