From 4c1230b03b09dee80c6d698ff67d2a01df60db4c Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 22 Sep 2017 16:53:26 +0100 Subject: Remove libtool references The project builds a single standalone binary. There are no libraries created - be that static or shared ones. Thus there's no need for libtool. Signed-off-by: Emil Velikov --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 9931f3a4..f8af8a96 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,6 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.65) -LT_PREREQ([2.4.0]) AC_INIT([htop],[2.0.2],[hisham@gobolinux.org]) SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(date +%s)}" @@ -26,8 +25,6 @@ AM_PROG_CC_C_O # Required by hwloc scripts AC_USE_SYSTEM_EXTENSIONS -#LT_INIT([disable-shared static]) - # Checks for platform. # ---------------------------------------------------------------------- case "$target_os" in -- cgit v1.2.3