From 4735bf9221399d839b4c1a94fe633d34c1c01806 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Mon, 21 Oct 2013 14:59:42 -0400 Subject: configure.ac: Require autoconf 2.69 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From fedora bug report: Support for the ARM 64 bit CPU architecture (aarch64) was introduced in autoconf 2.69. redshift appears to use an earlier version of autoconf, preventing its being built. (Thanks Miloš Komarčević, Dennis Gilmore) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 88dfd62..5cc1261 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.64]) +AC_PREREQ([2.69]) AC_INIT([redshift], [1.7], [https://bugs.launchpad.net/redshift]) AC_CONFIG_SRCDIR([src/redshift.c]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3-70-g09d2