mirror of https://github.com/xzeldon/htop.git
Fail early if libtool is not present.
This commit is contained in:
parent
642ccb49ca
commit
6c1be63291
|
@ -2,6 +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])
|
||||||
AC_INIT([htop],[2.0.1],[hisham@gobolinux.org])
|
AC_INIT([htop],[2.0.1],[hisham@gobolinux.org])
|
||||||
|
|
||||||
SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(date +%s)}"
|
SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(date +%s)}"
|
||||||
|
|
Loading…
Reference in New Issue