From a9fcb7a4a4f16cee03b792d169c7a9ebd5a5482a Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 16 Jan 2007 19:23:27 +0000 Subject: [PATCH] * configure.ac: - fix for my system, it does not know 'no-dist-gzip' pmo-trunk-r647 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8378939..c096317 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_INIT([modest],[0.0.1],[http://maemo.org]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR(src/modest-main.c) -AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) +AM_INIT_AUTOMAKE([dist-bzip2]) # Check for gettext support GETTEXT_PACKAGE=modest -- 1.7.9.5