1# error.m4 serial 10 (gettext-0.14.2)
2dnl Copyright (C) 2002-2005 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it,
5dnl with or without modifications, as long as this notice is preserved.
6
7AC_DEFUN([gl_ERROR],
8[
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
12])
13
14# Prerequisites of lib/error.c.
15AC_DEFUN([gl_PREREQ_ERROR],
16[
17  AC_REQUIRE([AC_FUNC_STRERROR_R])
18  :
19])
20