]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
docs: cygnus mode doesn't require AM_CYGWIN32 macro.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Dec 2010 23:08:53 +0000 (00:08 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Dec 2010 23:08:53 +0000 (00:08 +0100)
* doc/automake.texi (Cygnus): Mode 'cygnus' does not require
the AM_CYGWIN32 macro (and indeed hasn't required it since at
least commit Release-1-2-31-g3038064 "merged changes from
Cygnus" of 1997-08-25).

ChangeLog
doc/automake.texi

index 26038e106234925efba970df9ccdbc619ac21f00..ad5157168eee8c280771cc51d04811cd66959111 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-12-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       docs: cygnus mode doesn't require AM_CYGWIN32 macro.
+       * doc/automake.texi (Cygnus): Mode 'cygnus' does not require
+       the AM_CYGWIN32 macro (and indeed hasn't required it since at
+       least commit Release-1-2-31-g3038064 "merged changes from
+       Cygnus" of 1997-08-25).
+
 2010-12-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        distlinksbrk.test: Work around botched "make -k".
index 9c2074b77a25046229587f4634dd953881c81faa..ab5f8611e714ee3ad4becacb18302464e4551843 100644 (file)
@@ -9807,8 +9807,7 @@ The options @option{no-installinfo} and @option{no-dependencies} are
 implied.
 
 @item
-The macros @code{AM_MAINTAINER_MODE} and @code{AM_CYGWIN32} are
-required.
+The macro @code{AM_MAINTAINER_MODE} is required.
 
 @item
 The @code{check} target doesn't depend on @code{all}.