From eb6697fa6c55f4b394014fe8f5cbcef022238b90 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 29 Feb 2008 06:59:47 -0800 Subject: [PATCH] autoupdate --- doc/standards.texi | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/doc/standards.texi b/doc/standards.texi index 12d42675b1..6b4c774b86 100644 --- a/doc/standards.texi +++ b/doc/standards.texi @@ -3,7 +3,7 @@ @setfilename standards.info @settitle GNU Coding Standards @c This date is automagically updated when you save this file: -@set lastupdate October 10, 2007 +@set lastupdate February 23, 2008 @c %**end of header @dircategory GNU organization @@ -22,18 +22,12 @@ @c This is used by a cross ref in make-stds.texi @set CODESTD 1 -@iftex -@set CHAPTER chapter -@end iftex -@ifinfo -@set CHAPTER node -@end ifinfo @copying The GNU coding standards, last updated @value{lastupdate}. Copyright @copyright{} 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software +2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document @@ -3826,6 +3820,17 @@ refer explicitly to the specified source directory. To make this possible, @code{configure} can add to the Makefile a variable named @code{srcdir} whose value is precisely the specified directory. +In addition, the @samp{configure} script should take options +corresponding to most of the standard directory variables +(@pxref{Directory Variables}). Here is the list: + +@example +--prefix --exec-prefix --bindir --sbindir --libexecdir --sysconfdir +--sharedstatedir --localstatedir --libdir --includedir --oldincludedir +--datarootdir --datadir --infodir --localedir --mandir --docdir +--htmldir --dvidir --pdfdir --psdir +@end example + The @code{configure} script should also take an argument which specifies the type of system to build the program for. This argument should look like this: -- 2.30.2