We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a04d61 commit 1d8e436Copy full SHA for 1d8e436
1 file changed
configure.ac
@@ -1,10 +1,10 @@
1
AC_INIT([mate-panel], [1.29.0], [https://github.com/mate-desktop/mate-panel/issues],
2
[mate-panel], [https://mate-desktop.org])
3
AC_CONFIG_HEADERS(config.h)
4
+AC_CONFIG_MACRO_DIRS([m4])
5
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability check-news])
6
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
7
-AC_CONFIG_MACRO_DIR([m4])
8
MATE_COMMON_INIT
9
10
# Before making a release, the LT_VERSION string should be modified.
0 commit comments