diff options
author | infirit <[email protected]> | 2013-11-08 22:27:25 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-08 22:42:06 +0100 |
commit | 8d0f35f78c2e66d06899fe0f03f66275b20d5c42 (patch) | |
tree | 3f3965b283f65ea644463366b18a50ef2a1eea45 | |
parent | 8e517ce5e6e79f325a6d614064708aaa77b42cd2 (diff) | |
download | mate-system-monitor-8d0f35f78c2e66d06899fe0f03f66275b20d5c42.tar.bz2 mate-system-monitor-8d0f35f78c2e66d06899fe0f03f66275b20d5c42.tar.xz |
Silence autofoo warnings
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ab70e1b..075a7d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,8 @@ SUBDIRS = pixmaps po src help man_MANS = mate-system-monitor.1 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + EXTRA_DIST = \ $(man_MANS) \ mate-doc-utils.make \ diff --git a/configure.ac b/configure.ac index 1089a15..4ddd66a 100644 --- a/configure.ac +++ b/configure.ac @@ -6,6 +6,7 @@ AC_INIT([mate-system-monitor], [1.6.1], [http://www.mate-desktop.org/]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_HEADERS(config.h) +AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([dist-xz]) AC_SUBST(ACLOCAL_AMFLAGS, [\${ACLOCAL_FLAGS}]) |