xalloc.m4 821 B

1234567891011121314151617181920212223242526272829303132
  1. # xalloc.m4 serial 8
  2. dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
  3. dnl This file is free software, distributed under the terms of the GNU
  4. dnl General Public License. As a special exception to the GNU General
  5. dnl Public License, this file may be distributed as part of a program
  6. dnl that contains a configuration script generated by Autoconf, under
  7. dnl the same distribution terms as the rest of that program.
  8. AC_DEFUN([gl_XALLOC],
  9. [
  10. gl_PREREQ_XALLOC
  11. gl_PREREQ_XMALLOC
  12. gl_PREREQ_XSTRDUP
  13. ])
  14. # Prerequisites of lib/xalloc.h.
  15. AC_DEFUN([gl_PREREQ_XALLOC], [
  16. :
  17. ])
  18. # Prerequisites of lib/xmalloc.c.
  19. AC_DEFUN([gl_PREREQ_XMALLOC], [
  20. AC_REQUIRE([AC_C_INLINE])
  21. AC_REQUIRE([jm_FUNC_MALLOC])
  22. AC_REQUIRE([jm_FUNC_REALLOC])
  23. :
  24. ])
  25. # Prerequisites of lib/xstrdup.c.
  26. AC_DEFUN([gl_PREREQ_XSTRDUP], [
  27. :
  28. ])