From e2b58f0ab81b2aafeb8c29a69abad7829fa21ab3 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:30 +0200 Subject: Imported Upstream version 1.0.1 --- configure | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 552499a..18aa703 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.65 for htop 1.0. +# Generated by GNU Autoconf 2.65 for htop 1.0.1. # # Report bugs to . # @@ -562,8 +562,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='htop' PACKAGE_TARNAME='htop' -PACKAGE_VERSION='1.0' -PACKAGE_STRING='htop 1.0' +PACKAGE_VERSION='1.0.1' +PACKAGE_STRING='htop 1.0.1' PACKAGE_BUGREPORT='loderunner@users.sourceforge.net' PACKAGE_URL='' @@ -1286,7 +1286,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 1.0 to adapt to many kinds of systems. +\`configure' configures htop 1.0.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1357,7 +1357,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of htop 1.0:";; + short | recursive ) echo "Configuration of htop 1.0.1:";; esac cat <<\_ACEOF @@ -1471,7 +1471,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -htop configure 1.0 +htop configure 1.0.1 generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. @@ -1896,7 +1896,7 @@ cat >config.log <<_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 1.0, which was +It was created by htop $as_me 1.0.1, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -4130,7 +4130,7 @@ fi # Define the identity of the package. PACKAGE='htop' - VERSION='1.0' + VERSION='1.0.1' cat >>confdefs.h <<_ACEOF @@ -12452,7 +12452,7 @@ if test ! -z "$missing_headers"; then as_fn_error "missing headers: $missing_headers" "$LINENO" 5 fi -if test "$cross_compiling" = "no"; then +if test "x$cross_compiling" = xno; then as_ac_File=`$as_echo "ac_cv_file_$PROCDIR/stat" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $PROCDIR/stat" >&5 $as_echo_n "checking for $PROCDIR/stat... " >&6; } @@ -12510,7 +12510,7 @@ else enable_native_affinity="yes" fi -if test "x$enable_native_affinity" = xyes; then +if test "x$enable_native_affinity" = xyes -a "x$cross_compiling" = xno; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable sched_setaffinity" >&5 $as_echo_n "checking for usable sched_setaffinity... " >&6; } if test "$cross_compiling" = yes; then : @@ -12540,19 +12540,22 @@ main () } _ACEOF if ac_fn_c_try_run "$LINENO"; then : - -$as_echo "#define HAVE_NATIVE_AFFINITY 1" >>confdefs.h - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + enable_native_affinity=no + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi +fi +if test "x$enable_native_affinity" = xyes; then + +$as_echo "#define HAVE_NATIVE_AFFINITY 1" >>confdefs.h + fi # Check whether --enable-hwloc was given. @@ -13150,7 +13153,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by htop $as_me 1.0, which was +This file was extended by htop $as_me 1.0.1, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13216,7 +13219,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -htop config.status 1.0 +htop config.status 1.0.1 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" -- cgit v1.2.3