]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Update the URL for the LFS paper to unix-systems.org instead of sas.com.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Jan 2003 17:53:11 +0000 (17:53 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Jan 2003 17:53:11 +0000 (17:53 +0000)
doc/autoconf.texi
lib/autoconf/specific.m4

index b430326e05c970d33d2457fe475dcc59e5a6ad79..c6f389bfe24591f01f9b980600a60d7e4fab316d 100644 (file)
@@ -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
index c4aff8dae8d8172bbfa174752b91b2205aeef7a1..ede539e69d272c075dbf1aa12693851076116629 100644 (file)
@@ -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])