Remove the gnu-source module.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Aug 2003 17:45:27 +0000 (17:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Aug 2003 17:45:27 +0000 (17:45 +0000)
ChangeLog
MODULES.html.sh
m4/gnu-source.m4 [deleted file]
modules/gnu-source [deleted file]

index 6e54895d07bafd94bb20599536538bb61e46be38..5e097744dd7cb0853996089347e3a932ce9eec11 100644 (file)
--- 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.
index 36162a94d07fef36718328f90545d09206dcd0a5..447506b1333d24dc4cf98770a9cd16b85e0994e9 100755 (executable)
@@ -1889,7 +1889,6 @@ func_all_modules ()
   func_module getloadavg
   func_module getpagesize
   func_module getusershell
-  func_module gnu-source
   func_module physmem
   func_module posixver
   func_module quotearg
diff --git a/m4/gnu-source.m4 b/m4/gnu-source.m4
deleted file mode 100644 (file)
index edecf5d..0000000
+++ /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])
-])
diff --git a/modules/gnu-source b/modules/gnu-source
deleted file mode 100644 (file)
index fc81d05..0000000
+++ /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
-