1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-16 01:22:18 +03:00
Commit Graph

17 Commits

Author SHA1 Message Date
Bruno Haible
03ce2e4a29 Update DEPENDENCIES.
* DEPENDENCIES: List only https URLs. Update recommended version for
autoconf, automake, gperf.
2017-01-10 21:57:47 +01:00
Pádraig Brady
3fb6e36036 mountlist: remove dependency on libmount
* lib/mountlist.c (read_file_system_list): Parse /proc/self/mountinfo
directly, rather than depending on libmount, which has many
dependencies due to its dependence on libselinux, as detailed at:
http://lists.gnu.org/archive/html/bug-gnulib/2015-01/msg00063.html
Note we restrict this to __linux__ as that's probably where this
interface will remain.  If ever porting, it would be best
to first pull the makedev() wrapper from coreutils to a gnulib module.
Note also we don't add a getline dependency to the mountlist module,
as all Linux versions are sufficient.
2015-04-03 14:50:58 +01:00
Fridolin Pokorny
3ea43e0254 mountlist: use /proc/self/mountinfo when available
Use libmount to propagate device IDs provided by Linux in
/proc/self/mountinfo.  This will give more accurate output when
using df in chroot'ed environments as the device IDs are not
determined by stat() which may be inaccurate within the chroot.

* lib/mountlist.c (read_file_system_list): Use the libmount routines
from util-linux to parse "/proc/self/mountinfo" or fall back to
standard getmntent() processing.
* m4/ls-mntd-fs.m4: Check for libmount only when 1-argument
getmntent() is used, as is the case on GNU/Linux.
* DEPENDENCIES: Mention the optional util-linux dependency.
2014-09-09 12:56:04 +01:00
Eric Blake
adae0138d4 doc: recommendations on gettext version
Based on the bootstrap fallout in commit bb2f5640.

* doc/gnulib-tool.texi (gettextize and autopoint): Document the
choice between versions.
* DEPENDENCIES (gettext): Cover both approaches.

Signed-off-by: Eric Blake <eblake@redhat.com>
2012-05-08 08:50:40 -06:00
Eric Blake
39f5f1e49c bootstrap: detect tools required by gnulib-tool
List tools needed by gnulib-tool, whether or not the project
also requires the tools in cfg.mk $buildreq.  In particular,
detect if the project uses gnulib-local diffs, in which case
patch is a prerequisite.

* build-aux/bootstrap (buildreq): Provide minimum implicit
dependencies.
* DEPENDENCIES: Mention patch as a prereq.

Signed-off-by: Eric Blake <eblake@redhat.com>
2011-12-07 13:55:08 -07:00
Bruno Haible
41137d99dc Update DEPENDENCIES.
* DEPENDENCIES (gettext): Recommend the newest release.
Reported by Simon Josefsson.
2011-05-01 23:10:44 +02:00
Eric Blake
2bb63bfb25 parse-datetime: better name than get_date
* NEWS: Reword the deprecation notice.
* modules/get_date: Rename to modules/parse-datetime.
* modules/get_date-tests: Rename to modules/parse-datetime-tests.
* m4/get_date.m4: Rename to m4/parse-datetime.m4.
* lib/get_date.y: Rename to lib/parse-datetime.y.
* tests/test-get_date.c: Rename to tests/test-parse-datetime.c.
* doc/get_date.texi: Rename to doc/parse-datetime.texi.
* doc/getdate.texi: Provide fallback wrapper.
* lib/getdate.h: Move guts, and wrap...
* lib/parse-datetime.h: ...new file.
* lib/parse-datetime.y (get_date): Rename...
(parse_datetime): ...to this.
* m4/parse-datetime.m4 (gl_GET_DATE): Rename...
(gl_PARSE_DATETIME): ...to this.
* doc/posix-functions/getdate.texi (get_date): Provide fallback
documentation.
* modules/getdate (Files): Provide fallback docs and header.
(Notice, Depends-on): Update references.
* tests/test-parse-datetime.c: Likewise.
* DEPENDENCIES: Likewise.
* MODULES.html.sh (Date and time <time.h>): Likewise.
* doc/parse-datetime.texi (Date input formats)
(Authors of parse_datetime): Likewise.
* modules/parse-datetime (Files, configure.ac, Makefile.am)
(Include): Likewise.
* modules/parse-datetime-tests (Files, Makefile.am): Likewise.
* gnulib-tool: Likewise.
* m4/bison.m4 (gl_BISON): Likewise.
Suggested by Bruno Haible.

Signed-off-by: Eric Blake <eblake@redhat.com>
2010-10-05 12:05:18 -06:00
Bruno Haible
a88d2561c2 More renaming from 'getdate' to 'get_date'.
* doc/get_date.texi: Renamed from doc/getdate.texi.
* modules/get_date (Files): Update.
* MODULES.html.sh (Date and time <time.h>): Update.
* DEPENDENCIES: Update.
* gnulib-tool: Update comment.
* m4/bison.m4 (gl_BISON): Likewise.
* m4/get_date.m4 (gl_GET_DATE): Likewise.
2010-09-30 23:35:41 +02:00
Bruno Haible
408a553de2 Mention libtool 2.2.x requirement in special cases. 2010-03-13 16:31:43 +01:00
Ralf Wildenhues
b6c5012201 * DEPENDENCIES: Require Texinfo version 4.6 or newer. 2008-01-08 08:15:44 +01:00
Bruno Haible
c1e77c11b6 No need to mention tar and gzip - not direct depedencies. 2007-04-05 00:07:19 +00:00
Bruno Haible
d0c18edccb Typo. 2007-04-04 23:07:00 +00:00
Paul Eggert
0b2709e111 * DEPENDENCIES: Give overall description of version dependency
desirability.  Use more-typical names for apps.
Add shell, coreutils, diffutils, grep, tar, gzip.
2007-04-04 17:32:43 +00:00
Bruno Haible
84085e1576 Tweak the English.
automake 1.9.6 should suffice.
2007-04-04 11:14:43 +00:00
Eric Blake
89fbbfe489 Improve wording of dependencies 2007-04-04 02:45:49 +00:00
Eric Blake
9d7c328065 Weaken m4 dependency. 2007-04-04 01:19:00 +00:00
Bruno Haible
6db3c4a9bb List of dependendies of gnulib. 2007-04-03 23:02:10 +00:00