diff options
| author | mbkma <[email protected]> | 2026-01-30 00:39:26 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-30 00:39:26 +0100 |
| commit | 7907680484012e54759bc1ae196cec946f125d5d (patch) | |
| tree | 9f3f1beaa4b8e6e70f99446f15e23000140891dc | |
| parent | a43078222805d8219f1425780afe720c543d9235 (diff) | |
| download | caja-dropbox-gh-actions.tar.bz2 caja-dropbox-gh-actions.tar.xz | |
build: add AC_CONFIG_MACRO_DIRS([m4]) for gettext m4 macrosgh-actions
| -rw-r--r-- | configure.ac | 1 |
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 |
