aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-11 13:00:18 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:18 +0200
commit031c3bb95f3d0a74d985286068baa6dd4d29d83f (patch)
treef8258f898976e17dfbc9df30ca357be6cb3605a5 /configure.ac
parentbb3dd9e92f5a33ba5dd1192edc1671192e63cc8e (diff)
downloaddebian_htop-031c3bb95f3d0a74d985286068baa6dd4d29d83f.tar.gz
debian_htop-031c3bb95f3d0a74d985286068baa6dd4d29d83f.tar.bz2
debian_htop-031c3bb95f3d0a74d985286068baa6dd4d29d83f.zip
Imported Upstream version 0.5.3upstream/0.5.3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9474a47..66f58ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT([htop],[0.5.2],[loderunner@users.sourceforge.net])
+AC_INIT([htop],[0.5.3],[loderunner@users.sourceforge.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([htop.c])
AC_CONFIG_HEADER([config.h])
@@ -33,5 +33,8 @@ AC_TYPE_SIGNAL
AC_FUNC_STAT
AC_CHECK_FUNCS([memmove strncasecmp strstr strdup])
+AC_CHECK_FILE(/proc/stat,,AC_MSG_ERROR(Cannot find /proc/stat. Make sure you have a Linux-compatible /proc filesystem mounted. See the file README for help.))
+AC_CHECK_FILE(/proc/meminfo,,AC_MSG_ERROR(Cannot find /proc/meminfo. Make sure you have a Linux-compatible /proc filesystem mounted. See the file README for help.))
+
AC_CONFIG_FILES([Makefile])
AC_OUTPUT

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