Ting-Wei Lan 0fd23dd185 Allow building with gettext ≥ 0.20
The use of AM_GNU_GETTEXT_VERSION in configure.ac instructs autopoint to
copy po/Makefile.in.in from the exact gettext version. It is fine if the
version of gettext installed on the system has the same minor version
number with the requested version, but it fails if you have a newer
version of gettext because of the mismatch between autoconf macros and
Makefile.in.in.

  *** error: gettext infrastructure mismatch: using a Makefile.in.in
  from gettext version 0.19 but the autoconf macros are from gettext
  version 0.20

Instead of specifying the exact version with AM_GNU_GETTEXT_VERSION, we
can use AM_GNU_GETTEXT_REQUIRE_VERSION to ask autopoint to simply use
the gettext version installed on the system to prevent the mismatch.

This also bumps the version requirement on gettext to 0.19.6 because
AM_GNU_GETTEXT_REQUIRE_VERSION was added in this version.
2019-07-24 17:04:00 +08:00
2007-01-11 20:35:33 +00:00
2019-03-10 17:10:13 +00:00
2007-01-11 20:35:33 +00:00
2017-05-23 00:02:47 +03:00
2018-03-07 20:47:44 +01:00
2005-12-12 09:38:15 +00:00
2009-02-16 23:05:34 +00:00
2014-08-20 04:44:27 +03:00
2017-05-12 05:08:41 +03:00
2005-03-31 12:05:52 +00:00
2014-07-31 21:05:19 +02:00
2004-11-18 21:25:22 +00:00
2014-08-20 04:44:27 +03:00
2019-03-11 10:59:50 +02:00
1999-10-18 19:58:36 +00:00

LATEST NEWS:
===========

Please look also in the file 'NEWS' for latest news.
 
Martin


ChangeLogs:
==========

LibGTop has many ChangeLogs files. The following files are the the
most important :

- ChangeLog is the main ChangeLog.
- sysdeps/<arch>/ChangeLog is the ChangeLog for arch specific changes.
- sysdeps/common/ChangeLog is the ChangeLog for common changes (shared
  implementation between archs).

Benoît
Description
Debian packaging for libgtop
Readme 8.1 MiB
Languages
C 49.4%
Makefile 23.4%
Shell 19.4%
M4 7.2%
Perl 0.3%
Other 0.3%