100-fix-libtool-version-check.patch 284 B

1234567891011
  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -2,7 +2,7 @@
  4. # Process this file with autoconf to produce a configure script.
  5. AC_PREREQ(2.65)
  6. -LT_PREREQ([2.4.2])
  7. +LT_PREREQ([2.4.0])
  8. AC_INIT([htop],[2.0.2],[hisham@gobolinux.org])
  9. SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(date +%s)}"