From: Paul Eggert Date: Tue, 14 Jan 2003 17:53:11 +0000 (+0000) Subject: Update the URL for the LFS paper to unix-systems.org instead of sas.com. X-Git-Tag: AUTOCONF-2.57a~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ae8254469e109923a362946f41d1b991df57979;p=thirdparty%2Fautoconf.git Update the URL for the LFS paper to unix-systems.org instead of sas.com. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index b430326e0..c6f389bfe 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -75,7 +75,7 @@ a package for creating scripts to configure source code packages using templates and an M4 macro package. Copyright @copyright{} 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, -2001, 2002 Free Software Foundation, Inc. +2001, 2002, 2003 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -5549,7 +5549,7 @@ if the system supports @samp{#!}, @samp{no} if not. @cvindex _LARGE_FILES @ovindex CC Arrange for -@href{http://www.sas.com/standards/large.file/x_open.20Mar96.html, +@href{http://www.unix-systems.org/version2/whatsnew/lfs20mar.html, large-file support}. On some hosts, one must use special compiler options to build programs that can access large files. Append any such options to the output variable @code{CC}. Define diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index c4aff8dae..ede539e69 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -2,7 +2,7 @@ # Macros that test for specific, unclassified, features. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002 Free Software Foundation, Inc. +# 2002, 2003 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -146,7 +146,7 @@ rm -f conftest*[]dnl # By default, many hosts won't let programs access large files; # one must use special compiler options to get large-file access to work. # For more details about this brain damage please see: -# http://www.sas.com/standards/large.file/x_open.20Mar96.html +# http://www.unix-systems.org/version2/whatsnew/lfs20mar.html AC_DEFUN([AC_SYS_LARGEFILE], [AC_ARG_ENABLE(largefile, [ --disable-largefile omit support for large files])