summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2026-01-30 00:39:26 +0100
committerVictor Kareh <[email protected]>2026-05-04 20:25:50 -0400
commitcebb1c67079c0c264b03498354d58377e540f665 (patch)
treec141dba3a921bb14c6d8cea072234bd54826e283
parent33763cc909952da957bb61206b257193e8b3cf9b (diff)
downloadcaja-dropbox-cebb1c67079c0c264b03498354d58377e540f665.tar.bz2
caja-dropbox-cebb1c67079c0c264b03498354d58377e540f665.tar.xz
build: add AC_CONFIG_MACRO_DIRS([m4]) for gettext m4 macros
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 40adba0..c66ce1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_PREFIX_DEFAULT(/usr)
AC_CONFIG_HEADERS(config.h)
+AC_CONFIG_MACRO_DIRS([m4])
MATE_COMPILE_WARNINGS