From 85bb4ad9cb820ac3b8e935a930084a06cbfd2847 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:20 +0200 Subject: Imported Upstream version 0.6.3 --- configure | 40 ++++++++++++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 10 deletions(-) (limited to 'configure') 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 . # @@ -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'`\\" -- cgit v1.2.3