diff options
author | infirit <[email protected]> | 2013-11-28 18:37:38 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-28 18:37:38 +0100 |
commit | 7645220c06312b29430946a78240e3aa6cff923c (patch) | |
tree | 826f95cf2d5b7287ee3ec2cb87b1a6331a7ae701 | |
parent | ca5f767253b95d034568cc24e98c41c47c2f079d (diff) | |
download | mate-applets-7645220c06312b29430946a78240e3aa6cff923c.tar.bz2 mate-applets-7645220c06312b29430946a78240e3aa6cff923c.tar.xz |
Fix typo in AM_INIT_AUTOMAKE
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 510b19c9..2a4d6826 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_INIT(mate-applets, 1.6.1) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) -AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gz]) +AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip]) AC_CONFIG_MACRO_DIR(m4) dnl *************************************************************************** |