PageRenderTime 130ms CodeModel.GetById 27ms RepoModel.GetById 1ms app.codeStats 0ms

/libs/libiconv/src/m4/error.m4

http://jslibs.googlecode.com/
m4 | 19 lines | 15 code | 2 blank | 2 comment | 0 complexity | f2b374dd7d539134bdeae6ea1315b11c MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-3.0, GPL-3.0, GPL-2.0, AGPL-3.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, LGPL-2.0
  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.
  6. AC_DEFUN([gl_ERROR],
  7. [
  8. AC_FUNC_ERROR_AT_LINE
  9. dnl Note: AC_FUNC_ERROR_AT_LINE does AC_LIBSOURCES([error.h, error.c]).
  10. gl_PREREQ_ERROR
  11. ])
  12. # Prerequisites of lib/error.c.
  13. AC_DEFUN([gl_PREREQ_ERROR],
  14. [
  15. AC_REQUIRE([AC_FUNC_STRERROR_R])
  16. :
  17. ])