diff options
author | infirit <[email protected]> | 2013-11-08 22:27:25 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-08 22:27:25 +0100 |
commit | 9f34d7be4956d86f6a43385940a3b5f1e027e49b (patch) | |
tree | 3335af2100f8fbd0290007fb9e765cd45f1f7763 /configure.ac | |
parent | 769aa03e4ede6ebf47b920a4d3dcfbc16974cd6a (diff) | |
download | mate-system-monitor-9f34d7be4956d86f6a43385940a3b5f1e027e49b.tar.bz2 mate-system-monitor-9f34d7be4956d86f6a43385940a3b5f1e027e49b.tar.xz |
Silence autofoo warnings
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 07f7105..bfe864e 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}]) |