view DEPENDENCIES @ 39944:eb64273b66c2

Assume Autoconf >= 2.63. * DEPENDENCIES: Mention the requirement. * gnulib-tool (DEFAULT_AUTOCONF_MINVERSION): Bump to 2.63. (func_get_filelist): Don't list m4/onceonly.m4 any more. * pygnulib/GLModuleSystem.py (getFiles): Likewise. * m4/onceonly.m4: Remove file. * m4/openmp.m4: Remove file. * modules/openmp (Files): Remove m4/openmp.m4. * m4/configmake.m4 (gl_CONFIGMAKE_PREP): Don't set datarootdir, docdir, htmldir, dvidir, pdfdir, psdir, localedir. * m4/po.m4 (AM_PO_SUBDIRS): Don't set localedir. * m4/gnulib-common.m4 (m4_foreach_w): Remove fallback for Autoconf < 2.60. (AC_PROG_MKDIR_P): Remove definition for Autoconf < 2.62. (AC_PROG_SED): Remove fallback for Autoconf < 2.60. * m4/errno_h.m4 (AC_COMPUTE_INT): Remove fallback for Autoconf < 2.61. * m4/size_max.m4 (AC_COMPUTE_INT): Likewise. * m4/stdint.m4 (AC_COMPUTE_INT): Likewise. * m4/fcntl-o.m4 (gl_FCNTL_O_FLAGS): Assume AC_USE_SYSTEM_EXTENSIONS exists. * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Likewise, * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Remove workaround for Autoconf < 2.61. * m4/lib-prefix.m4 (AC_LIB_ARG_WITH): Remove macro. (AC_LIB_PREFIX): Use AC_ARG_WITH, assuming semantics of Autoconf >= 2.52. * m4/longlong.m4: Require Autoconf >= 2.62. Update comments. * m4/ls-mntd-fs.m4: Require Autoconf >= 2.60. Update comments. * m4/gettext.m4 (AM_GNU_GETTEXT): Update comment.
author Bruno Haible <bruno@clisp.org>
date Tue, 23 Oct 2018 00:06:52 +0200
parents b862474f61ba
children
line wrap: on
line source

The following packages are needed by maintainers for using
'gnulib-tool'.  In general, Gnulib prefers the latest stable
version of each package, but in some cases it also supports
older versions; this caters to commonly-used software
distributions that may lag behind the latest stable package.
Support for older versions is not guaranteed, though, and
the version numbers in the following list may be incremented
at any time.

* A C runtime, compiler, linker, etc.
  + Mandatory. Using the platform's native 'cc' gives good portability
    exposure, but you can also use GCC 2.95 or newer.
  + GCC Homepage:
    https://gcc.gnu.org/
  + Download:
    https://ftp.gnu.org/gnu/gcc/

* A 'make' utility.
  + Mandatory. Using the platform's native 'make' gives good portability
    exposure for in-tree builds, but VPATH builds require GNU Make 3.79.1 or
    newer.
  + GNU Make Homepage:
    https://www.gnu.org/software/make/
  + Download:
    https://ftp.gnu.org/gnu/make/

* GNU M4 1.4.5 or newer.
  + 1.4.5 or newer is mandatory, but 1.4.9 or newer is recommended.
  + Homepage:
    https://www.gnu.org/software/m4/
  + Download:
    https://ftp.gnu.org/gnu/m4/

* Autoconf 2.63 or newer.
  + Mandatory.
  + Homepage:
    https://www.gnu.org/software/autoconf/
  + Download:
    https://ftp.gnu.org/gnu/autoconf/

* Automake 1.11.1 or newer.
  + Mandatory.
  + Homepage:
    https://www.gnu.org/software/automake/
  + Download:
    https://ftp.gnu.org/gnu/automake/

* A shell
  + Mandatory. Using the platform's native 'sh' gives good portability
    exposure, but you can also use Bash.
  + Homepage:
    https://www.gnu.org/software/bash/
  + Download:
    https://ftp.gnu.org/gnu/bash/

* Core POSIX utilities, including:
    [ basename cat chgrp chmod chown cp dd echo expand expr
    false hostname install kill ln ls md5sum mkdir mkfifo
    mknod mv printenv pwd rm rmdir sleep sort tee test touch
    true uname
  + Mandatory. Using the platform's native utilities gives good portability
    exposure, but you can also use GNU coreutils.
  + Homepage:
    https://www.gnu.org/software/coreutils/
  + Download:
    https://ftp.gnu.org/gnu/coreutils/

* The comparison utilities 'cmp' and 'diff'.
  + Mandatory. Using the platform's native utilities gives good portability
    exposure, but you can also use GNU diffutils.
  + Homepage:
    https://www.gnu.org/software/diffutils/
  + Download:
    https://ftp.gnu.org/gnu/diffutils/

* The patch utility 'patch'.
  + Mandatory if you use gnulib-local diffs. Using the platform's native
    utilities gives good portability exposure, but you can also use GNU
    patch.
  + Homepage:
    https://www.gnu.org/software/patch/
  + Download:
    https://ftp.gnu.org/gnu/patch/

* Grep.
  + Mandatory. Using the platform's native grep gives good portability
    exposure, but you can also use GNU grep.
  + Homepage:
    https://www.gnu.org/software/grep/
  + Download:
    https://ftp.gnu.org/gnu/grep/

* GNU gettext.
  + If your project wants to follow GNU Coding Standards:
    + Always use the newest available gettext release, see
      <https://www.gnu.org/software/gnulib/manual/html_node/gettextize-and-autopoint.html>.
    + Use the 'gettext' module.
  + If your project cares more about ease of development on older platforms:
    + gettext 0.17 or newer.
    + Use the 'gettext-h' module.
  + Recommended.
    Needed if you use modules that use internationalization (many do).
  + Homepage:
    https://www.gnu.org/software/gettext/
  + Download:
    https://ftp.gnu.org/gnu/gettext/

* Bison 2.0 or newer.
  + Recommended.
    Needed if you use the 'parse-datetime' module.
  + Homepage:
    https://www.gnu.org/software/bison/
  + Download:
    https://ftp.gnu.org/gnu/bison/

* GNU gperf 3.0.1 or newer.
  + 3.0.1 or newer is mandatory, but 3.1 or newer is recommended.
    Needed if you use the 'iconv_open' module.
  + Homepage:
    https://www.gnu.org/software/gperf/
  + Download:
    https://ftp.gnu.org/gnu/gperf/

* Texinfo 4.6 or newer.
  + Recommended.
    Needed if you use modules that include documentation.
  + Homepage:
    https://www.gnu.org/software/texinfo/
  + Download:
    https://ftp.gnu.org/gnu/texinfo/

* GNU sed.
  + Recommended.
    Needed on platforms where the vendor's 'sed' program is too buggy.
  + Homepage:
    https://www.gnu.org/software/sed/
  + Download:
    https://ftp.gnu.org/gnu/sed/

* GNU libtool 1.5.22 or newer.
  + Optional.
    Needed if you want to invoke gnulib-tool with option --libtool.
    libtool 2.2.x or newer is needed if you want to invoke gnulib-tool
    with options --create-testdir/--test  and --libtool.
  + Homepage:
    https://www.gnu.org/software/libtool/
  + Download:
    https://ftp.gnu.org/gnu/libtool/