diff options
author | Jiří Techet <techet@gmail.com> | 2011-08-21 00:45:46 +0200 |
---|---|---|
committer | Jiří Techet <techet@gmail.com> | 2011-09-03 01:06:50 +0200 |
commit | 26b528e0a96d16e03eb24d67f78e693c4bccecfc (patch) | |
tree | 86b259b7278e925e3f7ebdf35344cb552243b6f1 | |
parent | f119aa9f87b814441d77cf4bb50d77dc1d149a20 (diff) | |
download | libchamplain-26b528e0a96d16e03eb24d67f78e693c4bccecfc.tar.gz |
Make dist should be in xz now
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c02ccbf..5a8f3f8 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_CONFIG_SRCDIR([champlain/champlain.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([-Wno-portability]) +AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz]) LT_PREREQ([2.2.6]) LT_INIT([dlopen]) |