+2003-08-11 Paul Eggert <eggert@twinsun.com>
+
+ * modules/gnu-source, m4/gnu-source.m4:
+ Remove; we're assuming Autoconf 2.54 or later now.
+ Suggested by Bruno Haible.
+ * MODULES.html.sh (func_all_modules): Remove gnu-source.
+
2003-08-08 Paul Eggert <eggert@twinsun.com>
* MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
func_module getloadavg
func_module getpagesize
func_module getusershell
- func_module gnu-source
func_module physmem
func_module posixver
func_module quotearg
+++ /dev/null
-# AC_GNU_SOURCE
-# --------------
-AC_DEFUN([AC_GNU_SOURCE],
-[AH_VERBATIM([_GNU_SOURCE],
-[/* Enable GNU extensions on systems that have them. */
-#ifndef _GNU_SOURCE
-# undef _GNU_SOURCE
-#endif])dnl
-AC_BEFORE([$0], [AC_COMPILE_IFELSE])dnl
-AC_BEFORE([$0], [AC_RUN_IFELSE])dnl
-AC_DEFINE([_GNU_SOURCE])
-])
+++ /dev/null
-Description:
-Enable GNU extensions in standard headers
-
-Files:
-m4/gnu-source.m4
-
-Depends-on:
-
-configure.ac:
-AC_GNU_SOURCE
-
-Makefile.am:
-
-Include:
-
-Maintainer:
-Paul Eggert and Jim Meyering
-