]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Generic Structures):
authorAkim Demaille <akim@epita.fr>
Tue, 15 Feb 2000 09:16:48 +0000 (09:16 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 15 Feb 2000 09:16:48 +0000 (09:16 +0000)
s/AC_FATAL/AC_MSG_ERROR.

ChangeLog
autoconf.texi
doc/autoconf.texi

index ec78be7f2691bdb0e531e097feb85e5ade8a67d6..1732d90e7fdecaaeeab7611149e0f23ea2afa37b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-02-15  Akim Demaille  <akim@epita.fr>
+
+       * doc/autoconf.texi (Generic Structures):
+       s/AC_FATAL/AC_MSG_ERROR.
+
 2000-02-15  Akim Demaille  <akim@epita.fr>
 
        autoreconf had a silly syntax error, test it and fix it.
index 201085e18bcfa7bbd08ddc6ea343d6705412d4fc..78085275386af1d2c9ae21a29b7f26b0c6c0f3c4 100644 (file)
@@ -3128,9 +3128,10 @@ particular test macros.
 Check whether @var{member} is a member of the aggregate @var{aggregate}.
 If no @var{includes} are specified, the default includes are used
 (@pxref{Default Includes}).
+
 @example
 AC_CHECK_MEMBER(struct passwd.pw_gecos,,
-                [AC_FATAL([We need `struct passwd.pw_gecos'!])],
+                [AC_MSG_ERROR([We need `struct passwd.pw_gecos'!])],
                 [#include <pwd.h>])
 @end example
 @end defmac
index 201085e18bcfa7bbd08ddc6ea343d6705412d4fc..78085275386af1d2c9ae21a29b7f26b0c6c0f3c4 100644 (file)
@@ -3128,9 +3128,10 @@ particular test macros.
 Check whether @var{member} is a member of the aggregate @var{aggregate}.
 If no @var{includes} are specified, the default includes are used
 (@pxref{Default Includes}).
+
 @example
 AC_CHECK_MEMBER(struct passwd.pw_gecos,,
-                [AC_FATAL([We need `struct passwd.pw_gecos'!])],
+                [AC_MSG_ERROR([We need `struct passwd.pw_gecos'!])],
                 [#include <pwd.h>])
 @end example
 @end defmac