1999-08-22 Matthew D. Langston <langston@SLAC.Stanford.EDU>
- * 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
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,
-----
-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
-# 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
=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
{