summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormbkma <[email protected]>2026-01-30 00:39:27 +0100
committermbkma <[email protected]>2026-01-30 00:39:27 +0100
commitf4e7a33ebeb49b10ef884c4aebbd28baa9f82566 (patch)
tree9d9a073476673ed0f9e83926845086c85e8ac33a /configure.ac
parent638bd5839bacf98e6eb5b77716cf42da6d767b26 (diff)
downloadmate-user-guide-gh-actions.tar.bz2
mate-user-guide-gh-actions.tar.xz
build: add AC_CONFIG_MACRO_DIRS([m4]) for gettext m4 macrosgh-actions
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c676055..6d04ab0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@
AC_INIT([mate-user-guide], [1.28.0], [https://github.com/mate-desktop/mate-user-guide/issues/new])
AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip])
+AC_CONFIG_MACRO_DIRS([m4])
AM_SILENT_RULES([yes])
AM_MAINTAINER_MODE([enable])