Skip to content

Commit 1d8e436

Browse files
committed
build: add AC_CONFIG_MACRO_DIRS([m4]) for gettext m4 macros
1 parent 6a04d61 commit 1d8e436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
AC_INIT([mate-panel], [1.29.0], [https://github.com/mate-desktop/mate-panel/issues],
22
[mate-panel], [https://mate-desktop.org])
33
AC_CONFIG_HEADERS(config.h)
4+
AC_CONFIG_MACRO_DIRS([m4])
45
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability check-news])
56
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
67

7-
AC_CONFIG_MACRO_DIR([m4])
88
MATE_COMMON_INIT
99

1010
# Before making a release, the LT_VERSION string should be modified.

0 commit comments

Comments
 (0)