Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Downgrade requirement to Libtool 2.4.0.
Browse files Browse the repository at this point in the history
Courtesy to OpenWRT environments as requested by @champtar in #540.
  • Loading branch information
hishamhm committed Sep 12, 2016
1 parent 6d4df3d commit 9615787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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)}"
Expand Down

0 comments on commit 9615787

Please sign in to comment.