Skip to content

Commit af91602

Browse files
committed
configure.ac: Require the minimum gettext version (#201)
Autoconf 2.70 requires GETTEXT version now.
1 parent be02ad0 commit af91602

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
1.5.15 changes
22
--------------
3+
- set the minimum gettext version because autoconf 2.70 requires it (#201)
34

45
1.5.14 changes
56
--------------

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ AC_INIT(system-config-printer, 1.5.14)
22
AC_CONFIG_SRCDIR(system-config-printer.py)
33
AM_INIT_AUTOMAKE([dist-xz dist-bzip2 subdir-objects 1.6])
44
IT_PROG_INTLTOOL
5+
AM_GNU_GETTEXT_VERSION([0.18.3])
56
AM_GNU_GETTEXT([external])
67
AM_PATH_PYTHON([3])
78
PACKAGE="AC_PACKAGE_NAME"

0 commit comments

Comments
 (0)