summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2017-10-13 13:55:43 -0700
committerGitHub <noreply@github.com>2017-10-13 13:55:43 -0700
commitef34a83c54e17c54e137d1fe6272f71d9b86857e (patch)
treeab306d6b2d0b77de6a688f274e8458dbb18b8ea0
parente3f65c8ec2fe81c50514dcf21c335e5d39c1a223 (diff)
parent4c1230b03b09dee80c6d698ff67d2a01df60db4c (diff)
Merge pull request #678 from evelikov/remove-libtool
Remove libtool references
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 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

© 2014-2024 Faster IT GmbH | imprint | privacy policy