changeset 4524:5546f601135b

Remove the gnu-source module.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 11 Aug 2003 17:45:27 +0000
parents 6cc4874a100b
children 0cb1f2dce141
files ChangeLog MODULES.html.sh m4/gnu-source.m4 modules/gnu-source
diffstat 4 files changed, 7 insertions(+), 31 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -1889,7 +1889,6 @@
   func_module getloadavg
   func_module getpagesize
   func_module getusershell
-  func_module gnu-source
   func_module physmem
   func_module posixver
   func_module quotearg
deleted file mode 100644
--- a/m4/gnu-source.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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])
-])
deleted file mode 100644
--- a/modules/gnu-source
+++ /dev/null
@@ -1,18 +0,0 @@
-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
-