[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gnulib] sync from coreutils to remove some .m4 files from gnulib
From: |
Paul Eggert |
Subject: |
[bug-gnulib] sync from coreutils to remove some .m4 files from gnulib |
Date: |
Fri, 28 Jan 2005 15:24:20 -0800 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
I installed this patch to sync from coreutils,
and to remove some files that are coreutils-specific.
As a result of this patch, all gnulib/m4/*.m4 have copyright notices.
Also, several files have been removed from MODULES.html's orphan list.
Yay!
2005-01-28 Paul Eggert <address@hidden>
Sync from coreutils.
* modules/getloadavg (Files): Remove m4/getloadavg.m4.
(Depends-on): Add c-strtod.
(configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
* m4/getloadavg.m4, m4/glibc.m4, m4/search-libs.m4: Remove.
Remove files that are specific to coreutils.
* m4/check-decl.m4, m4/jm-macros.m4, m4/lib-check.m4, m4/prereq.m4:
Remove.
Index: modules/getloadavg
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/getloadavg,v
retrieving revision 1.5
diff -p -u -r1.5 getloadavg
--- modules/getloadavg 22 Sep 2004 15:11:04 -0000 1.5
+++ modules/getloadavg 28 Jan 2005 23:18:46 -0000
@@ -3,14 +3,14 @@ Return the current system load averages.
Files:
lib/getloadavg.c
-m4/getloadavg.m4
Depends-on:
cloexec
xalloc
+c-strtod
configure.ac:
-gl_FUNC_GETLOADAVG
+AC_FUNC_GETLOADAVG
Makefile.am:
@@ -21,4 +21,3 @@ GPL
Maintainer:
Jim Meyering
-
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug-gnulib] sync from coreutils to remove some .m4 files from gnulib,
Paul Eggert <=