diff options
author | Michal Ratajsky <[email protected]> | 2014-06-23 17:54:21 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-06-23 17:54:21 +0200 |
commit | 0362ccf20d51fa27d7febd0e6c0fa368f2f9e663 (patch) | |
tree | 80dcf9c98cfcc0804d0c540c04f7d9466cdb2373 /configure.ac | |
parent | b7985efb889d89a01ccadc9eed72879d47cc7559 (diff) | |
download | libmatemixer-0362ccf20d51fa27d7febd0e6c0fa368f2f9e663.tar.bz2 libmatemixer-0362ccf20d51fa27d7febd0e6c0fa368f2f9e663.tar.xz |
Create xz tarballs and require automake 1.9
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 844d3e7..d698330 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([libmatemixer/matemixer.c]) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz]) # Use pretty build output with automake >= 1.11 m4_ifdef([AM_SILENT_RULES], |