[gnome-weather] Fix for wrong automake version in configure.ac
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather] Fix for wrong automake version in configure.ac
- Date: Sun, 2 Mar 2014 14:56:49 +0000 (UTC)
commit 03d2ead7b0651c2fa79fbdce50d04833ac299160
Author: Pranav Kant <pranav913 gmail com>
Date: Sat Mar 1 04:56:01 2014 +0530
Fix for wrong automake version in configure.ac
The 'serial-tests' option is valid only for automake version >=1.12.
https://bugzilla.gnome.org/show_bug.cgi?id=725427
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9da10a2..6a034c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_INIT([org.gnome.Weather.Application],[3.11.90],
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip foreign tar-ustar no-define serial-tests -Wno-portability])
+AM_INIT_AUTOMAKE([1.12 dist-xz no-dist-gzip foreign tar-ustar no-define serial-tests -Wno-portability])
# revert automake using PACKAGE_TARNAME instead of PACKAGE_NAME
AC_SUBST([PACKAGE], [$PACKAGE_NAME])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]