pandora_extensions.m4 470 B

12345678910111213141516
  1. dnl Copyright (C) 2009 Sun Microsystems, Inc.
  2. dnl This file is free software; Sun Microsystems, Inc.
  3. dnl gives unlimited permission to copy and/or distribute it,
  4. dnl with or without modifications, as long as this notice is preserved.
  5. AC_DEFUN([PANDORA_EXTENSIONS],[
  6. m4_ifdef([AC_USE_SYSTEM_EXTENSIONS],
  7. [AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])],
  8. [AC_REQUIRE([AC_GNU_SOURCE])])
  9. ])
  10. AC_DEFUN([gl_USE_SYSTEM_EXTENSIONS],[
  11. AC_REQUIRE([PANDORA_EXTENSIONS])
  12. ])