diff options
author | Stefano Karapetsas <[email protected]> | 2013-06-28 16:56:43 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-06-28 16:56:43 +0200 |
commit | 92bda2727b604e442178e9d79ce133bf3947109d (patch) | |
tree | 3f240dc9570bc70ad9d06d0350af9d59e2d909f9 /configure.ac | |
parent | 0eda7f51e3612b50da0985fa5399c99f446890db (diff) | |
download | mate-system-monitor-92bda2727b604e442178e9d79ce133bf3947109d.tar.bz2 mate-system-monitor-92bda2727b604e442178e9d79ce133bf3947109d.tar.xz |
Fixes for make dist
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5f8b1cc..8d10a75 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_INIT([mate-system-monitor], [1.6.0], AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_HEADERS(config.h) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([dist-xz]) AC_SUBST(ACLOCAL_AMFLAGS, [\${ACLOCAL_FLAGS}]) AM_PROG_LIBTOOL |