summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac25
1 files changed, 21 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 1eea39d0..0b722da4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.53)
-AC_INIT([mate-themes], [3.22.21], [https://mate-desktop.org])
+AC_INIT([mate-themes], [3.22.26], [https://mate-desktop.org])
AC_CONFIG_SRCDIR([icon-themes])
AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news])
@@ -10,9 +10,10 @@ AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news])
# configure or passing V=1 to make
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AM_GNU_GETTEXT([external])
PKG_PROG_PKG_CONFIG([0.19])
AM_GNU_GETTEXT_VERSION([0.19.8])
-AM_GNU_GETTEXT([external])
+AM_CONDITIONAL([USE_NLS], [test "x${USE_NLS}" = "xyes"])
# Workaround to make aclocal get the right flags
AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
@@ -144,6 +145,19 @@ desktop-themes/TraditionalOk/metacity-1/Makefile
desktop-themes/TraditionalOk/openbox-3/Makefile
desktop-themes/TraditionalOk/xfwm4/Makefile
desktop-themes/TraditionalOk/xfwm4/png/Makefile
+desktop-themes/YaruOk/Makefile
+desktop-themes/YaruOk/gtk-2.0/Makefile
+desktop-themes/YaruOk/gtk-3.0/Makefile
+desktop-themes/YaruOk/gtk-3.0/assets/Makefile
+desktop-themes/YaruOk/metacity-1/Makefile
+desktop-themes/YaruOk/openbox-3/Makefile
+desktop-themes/YaruOk/xfwm4/Makefile
+desktop-themes/YaruOk/xfwm4/png/Makefile
+desktop-themes/YaruGreen/Makefile
+desktop-themes/YaruGreen/gtk-2.0/Makefile
+desktop-themes/YaruGreen/gtk-3.0/Makefile
+desktop-themes/YaruGreen/gtk-3.0/assets/Makefile
+desktop-themes/YaruGreen/metacity-1/Makefile
marco-themes/Makefile
icon-themes/Makefile
icon-themes/ContrastHigh/Makefile
@@ -234,8 +248,11 @@ AC_OUTPUT
dnl ==========================================================================
echo "
-mate-themes-$VERSION:
+Configure summary:
- Installation prefix: ${prefix}
+ ${PACKAGE_STRING}
+ `echo $PACKAGE_STRING | sed "s/./=/g"`
+ Installation prefix ........: ${prefix}
+ Native Language support ....: ${USE_NLS}
"