mirror of https://github.com/xzeldon/htop.git
Downgrade requirement to Libtool 2.4.0.
Courtesy to OpenWRT environments as requested by @champtar in #540.
This commit is contained in:
parent
6d4df3d138
commit
96157870af
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.65)
|
AC_PREREQ(2.65)
|
||||||
LT_PREREQ([2.4.2])
|
LT_PREREQ([2.4.0])
|
||||||
AC_INIT([htop],[2.0.2],[hisham@gobolinux.org])
|
AC_INIT([htop],[2.0.2],[hisham@gobolinux.org])
|
||||||
|
|
||||||
SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(date +%s)}"
|
SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(date +%s)}"
|
||||||
|
|
Loading…
Reference in New Issue