Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / m4 / error.m4
blobed1e6d5e5b8bc3f2b2c8b6e1d98c41535cb0559c
1 # error.m4 serial 10 (gettext-0.14.2)
2 dnl Copyright (C) 2002-2005 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
7 AC_DEFUN([gl_ERROR],
9   AC_FUNC_ERROR_AT_LINE
10   dnl Note: AC_FUNC_ERROR_AT_LINE does AC_LIBSOURCES([error.h, error.c]).
11   gl_PREREQ_ERROR
14 # Prerequisites of lib/error.c.
15 AC_DEFUN([gl_PREREQ_ERROR],
17   AC_REQUIRE([AC_FUNC_STRERROR_R])
18   :