diff options
author | Eric Blake <ebb9@byu.net> | 2009-11-04 19:38:49 -0700 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2009-11-04 19:38:49 -0700 |
commit | cda3ab518c776f3111911f132519d8aa0a4c3618 (patch) | |
tree | 6c6e4025aee4066447c24003f2bc080269fd58a6 /doc/standards.texi | |
parent | 7bfadd4153ee4743e030f802c2a0f89757adcdd5 (diff) | |
download | autoconf-cda3ab518c776f3111911f132519d8aa0a4c3618.tar.gz |
Update upstream files.
* build-aux/announce-gen: Synchronize from upstream.
* build-aux/config.guess: Likewise.
* build-aux/config.sub: Likewise.
* build-aux/gendocs.sh: Likewise.
* build-aux/git-version-gen: Likewise.
* build-aux/texinfo.tex: Likewise.
* build-aux/update-copyright: Likewise.
* doc/standards.texi: Likewise.
* lib/Autom4te/Channels.pm: Likewise.
* lib/Autom4te/Configure_ac.pm: Likewise.
* lib/Autom4te/FileUtils.pm: Likewise.
* lib/Autom4te/Struct.pm: Likewise.
* lib/Autom4te/XFile.pm: Likewise.
Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'doc/standards.texi')
-rw-r--r-- | doc/standards.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/standards.texi b/doc/standards.texi index 088f2fab..5b565413 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 June 7, 2009 +@set lastupdate September 14, 2009 @c %**end of header @dircategory GNU organization @@ -3948,7 +3948,7 @@ is preferable to setting them in environment variables: CC=gcc ./configure @end example as it helps to recreate the same configuration later with -@file{config.status}. +@file{config.status}. However, both methods should be supported. @end table All @code{configure} scripts should accept all of the ``detail'' @@ -4210,5 +4210,5 @@ eval: (add-hook 'write-file-hooks 'time-stamp) time-stamp-start: "@set lastupdate " time-stamp-end: "$" time-stamp-format: "%:b %:d, %:y" -compile-command: "make just-standards" +compile-command: "cd work.s && make" End: |