We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be02ad0 commit af91602Copy full SHA for af91602
2 files changed
NEWS
@@ -1,5 +1,6 @@
1
1.5.15 changes
2
--------------
3
+- set the minimum gettext version because autoconf 2.70 requires it (#201)
4
5
1.5.14 changes
6
configure.ac
@@ -2,6 +2,7 @@ AC_INIT(system-config-printer, 1.5.14)
AC_CONFIG_SRCDIR(system-config-printer.py)
AM_INIT_AUTOMAKE([dist-xz dist-bzip2 subdir-objects 1.6])
IT_PROG_INTLTOOL
+AM_GNU_GETTEXT_VERSION([0.18.3])
AM_GNU_GETTEXT([external])
7
AM_PATH_PYTHON([3])
8
PACKAGE="AC_PACKAGE_NAME"
0 commit comments