Commit ef34a83c authored by Hisham Muhammad's avatar Hisham Muhammad Committed by GitHub
Browse files

Merge pull request #678 from evelikov/remove-libtool

Remove libtool references
parents e3f65c8e 4c1230b0
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
# 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.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)}"
...@@ -26,8 +25,6 @@ AM_PROG_CC_C_O ...@@ -26,8 +25,6 @@ AM_PROG_CC_C_O
# Required by hwloc scripts # Required by hwloc scripts
AC_USE_SYSTEM_EXTENSIONS AC_USE_SYSTEM_EXTENSIONS
#LT_INIT([disable-shared static])
# Checks for platform. # Checks for platform.
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
case "$target_os" in case "$target_os" in
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment