Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / m4 / extensions.m4
blobd6e9fd978bb24e64b6df7c7a0b09a8ae375d70b2
1 # Enable extensions on systems that normally disable them.
3 dnl Copyright (C) 2003 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
8 # gl_USE_SYSTEM_EXTENSIONS
9 # ------------------------
10 # Enable extensions on systems that normally disable them,
11 # typically due to standards-conformance issues.
12 AC_DEFUN([gl_USE_SYSTEM_EXTENSIONS], [
13   AC_BEFORE([$0], [AC_COMPILE_IFELSE])
14   AC_BEFORE([$0], [AC_RUN_IFELSE])
16   AC_REQUIRE([AC_GNU_SOURCE])
17   AC_REQUIRE([AC_AIX])
18   AC_REQUIRE([AC_MINIX])
20   AH_VERBATIM([__EXTENSIONS__],
21 [/* Enable extensions on Solaris.  */
22 #ifndef __EXTENSIONS__
23 # undef __EXTENSIONS__
24 #endif])
25   AC_DEFINE([__EXTENSIONS__])