diff options
author | William Jon McCann <jmccann@redhat.com> | 2008-07-21 13:55:16 -0400 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2008-07-21 13:55:16 -0400 |
commit | fa2bad04422d8c34974121cae68069a9e2d2e841 (patch) | |
tree | f790bf64b20647e5535f5c5ec568e6d69d60c785 /configure.ac | |
parent | 8e6002b4bcf441e6a650d0adacf4a1eafe34cd54 (diff) |
dist bzip by default
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 6e7e565..6bdd836 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_INIT([ConsoleKit], AC_CONFIG_SRCDIR([src/ck-manager.c]) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2]) AM_MAINTAINER_MODE |