mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
* doc/autoconf.texi (Generic Structures):
s/AC_FATAL/AC_MSG_ERROR.
This commit is contained in:
parent
86b8b0de15
commit
de931b4d30
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user