diff options
author | infirit <[email protected]> | 2013-10-18 15:05:25 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-18 15:05:25 +0200 |
commit | a8aa702929e20a01d9fbaa3c2b95dca2a80610ad (patch) | |
tree | 0cdf8f4afcbb54fcb8a0687f4bfcbe18ece505e7 /configure.ac | |
parent | cb9affd67249833821af33775e60cdb61118e292 (diff) | |
download | engrampa-a8aa702929e20a01d9fbaa3c2b95dca2a80610ad.tar.bz2 engrampa-a8aa702929e20a01d9fbaa3c2b95dca2a80610ad.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 9932084..a79681d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) AC_INIT([engrampa], [1.6.0], [http://www.mate-desktop.org/]) -AM_INIT_AUTOMAKE([1.9 foreign]) +AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR([config.h.in]) |