aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBartosz Fenski <fenio@debian.org>2005-09-20 10:49:52 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:18 +0200
commit435b6ae69f41d58f3eefdfcbd63e739387868057 (patch)
tree4376d6700abb6a42e6c83d8dbd47929748451635 /configure.ac
parent301de55b9bad8d033caa1dd829bce090cf7aaf30 (diff)
parent031c3bb95f3d0a74d985286068baa6dd4d29d83f (diff)
downloaddebian_htop-435b6ae69f41d58f3eefdfcbd63e739387868057.tar.gz
debian_htop-435b6ae69f41d58f3eefdfcbd63e739387868057.tar.bz2
debian_htop-435b6ae69f41d58f3eefdfcbd63e739387868057.zip
Imported Debian patch 0.5.3-1debian/0.5.3-1
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