From b99af016c2ecc2e5ce26a7ca7e639281c5afa33b Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 12 Jan 2010 11:08:14 +0000 Subject: Only require automake 1.8 https://bugzilla.gnome.org/show_bug.cgi?id=606696 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5d52cd8c..08cd8709 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_INIT([gnome-bluetooth], AC_CONFIG_SRCDIR([applet/main.c]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news]) +AM_INIT_AUTOMAKE([1.8 dist-bzip2 no-dist-gzip check-news]) # Before making a release, the GNOMEBT_LT_VERSION string should be modified. # The string is of the form C:R:A. -- cgit v1.2.1