aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-11 13:00:20 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:20 +0200
commit85bb4ad9cb820ac3b8e935a930084a06cbfd2847 (patch)
tree681fd9b2d9fa80931b2a8bec4bb6667865b7c569 /configure
parentea859f50d9438bc61ae96721a4d255b49de78653 (diff)
downloaddebian_htop-85bb4ad9cb820ac3b8e935a930084a06cbfd2847.tar.gz
debian_htop-85bb4ad9cb820ac3b8e935a930084a06cbfd2847.tar.bz2
debian_htop-85bb4ad9cb820ac3b8e935a930084a06cbfd2847.zip
Imported Upstream version 0.6.3upstream/0.6.3
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure40
1 files changed, 30 insertions, 10 deletions
diff --git a/configure b/configure
index e702f6c..0796e50 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for htop 0.6.2.
+# Generated by GNU Autoconf 2.59 for htop 0.6.3.
#
# Report bugs to <loderunner@users.sourceforge.net>.
#
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='htop'
PACKAGE_TARNAME='htop'
-PACKAGE_VERSION='0.6.2'
-PACKAGE_STRING='htop 0.6.2'
+PACKAGE_VERSION='0.6.3'
+PACKAGE_STRING='htop 0.6.3'
PACKAGE_BUGREPORT='loderunner@users.sourceforge.net'
ac_unique_file="htop.c"
@@ -780,7 +780,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures htop 0.6.2 to adapt to many kinds of systems.
+\`configure' configures htop 0.6.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -842,7 +842,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of htop 0.6.2:";;
+ short | recursive ) echo "Configuration of htop 0.6.3:";;
esac
cat <<\_ACEOF
@@ -965,7 +965,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-htop configure 0.6.2
+htop configure 0.6.3
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -979,7 +979,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by htop $as_me 0.6.2, which was
+It was created by htop $as_me 0.6.3, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1614,7 +1614,7 @@ fi
# Define the identity of the package.
PACKAGE='htop'
- VERSION='0.6.2'
+ VERSION='0.6.3'
cat >>confdefs.h <<_ACEOF
@@ -2924,6 +2924,8 @@ _ACEOF
LIBS="-lncurses $LIBS"
+else
+ missing_libraries="$missing_libraries libncurses"
fi
@@ -2998,9 +3000,17 @@ _ACEOF
LIBS="-lm $LIBS"
+else
+ missing_libraries="$missing_libraries libm"
fi
+if test ! -z "$missing_libraries"; then
+ { { echo "$as_me:$LINENO: error: missing libraries:$missing_headers" >&5
+echo "$as_me: error: missing libraries:$missing_headers" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
# Checks for header files.
@@ -3971,12 +3981,22 @@ if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<_ACEOF
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF
+ :
+else
+
+ missing_headers="$missing_headers $ac_header"
fi
done
+if test ! -z "$missing_headers"; then
+ { { echo "$as_me:$LINENO: error: missing headers:$missing_headers" >&5
+echo "$as_me: error: missing headers:$missing_headers" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
# Checks for typedefs, structures, and compiler characteristics.
echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5
echo $ECHO_N "checking for stdbool.h that conforms to C99... $ECHO_C" >&6
@@ -5697,7 +5717,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by htop $as_me 0.6.2, which was
+This file was extended by htop $as_me 0.6.3, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5760,7 +5780,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-htop config.status 0.6.2
+htop config.status 0.6.3
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

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