From 96157870afbd11e748a9a2bb0c3ef19970d47c9f Mon Sep 17 00:00:00 2001 From: Hisham Date: Sun, 11 Sep 2016 23:28:17 -0300 Subject: [PATCH] Downgrade requirement to Libtool 2.4.0. Courtesy to OpenWRT environments as requested by @champtar in #540. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7e0edd16..eb055b56 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.65) -LT_PREREQ([2.4.2]) +LT_PREREQ([2.4.0]) AC_INIT([htop],[2.0.2],[hisham@gobolinux.org]) SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(date +%s)}"