From df568a576f7b44ac5a2b9b7222c7f39d9932f626 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Wed, 11 Apr 2018 01:26:28 +0200 Subject: Imported Upstream version 2.2.0 --- configure | 370 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 321 insertions(+), 49 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 67e23bf..7266ff0 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.69 for htop 2.1.0. +# Generated by GNU Autoconf 2.69 for htop 2.2.0. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='htop' PACKAGE_TARNAME='htop' -PACKAGE_VERSION='2.1.0' -PACKAGE_STRING='htop 2.1.0' +PACKAGE_VERSION='2.2.0' +PACKAGE_STRING='htop 2.2.0' PACKAGE_BUGREPORT='hisham@gobolinux.org' PACKAGE_URL='' @@ -628,6 +628,8 @@ LTLIBOBJS my_htop_platform HTOP_UNSUPPORTED_FALSE HTOP_UNSUPPORTED_TRUE +HTOP_SOLARIS_FALSE +HTOP_SOLARIS_TRUE HTOP_DARWIN_FALSE HTOP_DARWIN_TRUE HTOP_OPENBSD_FALSE @@ -1318,7 +1320,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 2.1.0 to adapt to many kinds of systems. +\`configure' configures htop 2.2.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1389,7 +1391,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of htop 2.1.0:";; + short | recursive ) echo "Configuration of htop 2.2.0:";; esac cat <<\_ACEOF @@ -1417,7 +1419,7 @@ Optional Features: for affinity support, disables hwloc --enable-hwloc enable hwloc support for CPU affinity --enable-setuid enable setuid support for platforms that need it - --enable-delayacct enable linux delay accounting + --enable-delayacct enable Linux delay accounting Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] @@ -1513,7 +1515,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -htop configure 2.1.0 +htop configure 2.2.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1936,7 +1938,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 2.1.0, which was +It was created by htop $as_me 2.2.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2920,7 +2922,7 @@ fi # Define the identity of the package. PACKAGE='htop' - VERSION='2.1.0' + VERSION='2.2.0' cat >>confdefs.h <<_ACEOF @@ -4536,6 +4538,9 @@ dragonfly*) darwin*) my_htop_platform=darwin ;; +solaris*) + my_htop_platform=solaris + ;; *) my_htop_platform=unsupported ;; @@ -4895,6 +4900,67 @@ fi done +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sys/types.h defines makedev" >&5 +$as_echo_n "checking whether sys/types.h defines makedev... " >&6; } +if ${ac_cv_header_sys_types_h_makedev+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +return makedev(0, 0); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_header_sys_types_h_makedev=yes +else + ac_cv_header_sys_types_h_makedev=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_types_h_makedev" >&5 +$as_echo "$ac_cv_header_sys_types_h_makedev" >&6; } + +if test $ac_cv_header_sys_types_h_makedev = no; then +ac_fn_c_check_header_mongrel "$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default" +if test "x$ac_cv_header_sys_mkdev_h" = xyes; then : + +$as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h + +fi + + + + if test $ac_cv_header_sys_mkdev_h = no; then + ac_fn_c_check_header_mongrel "$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default" +if test "x$ac_cv_header_sys_sysmacros_h" = xyes; then : + +$as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h + +fi + + + fi +fi + +if test "x$ac_cv_header_sys_mkdev_h" = xno; then + ac_fn_c_check_header_mongrel "$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default" +if test "x$ac_cv_header_sys_sysmacros_h" = xyes; then : + +$as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h + +fi + + +fi + # Checks for typedefs, structures, and compiler characteristics. # ---------------------------------------------------------------------- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 @@ -5540,14 +5606,18 @@ if test "x$enable_unicode" = xyes; then if test ! -z "$HTOP_NCURSESW6_CONFIG_SCRIPT"; then # to be used to set the path to ncurses*-config when cross-compiling - htop_config_script=$($HTOP_NCURSESW6_CONFIG_SCRIPT --libs 2> /dev/null) + htop_config_script_libs=$($HTOP_NCURSESW6_CONFIG_SCRIPT --libs 2> /dev/null) + htop_config_script_cflags=$($HTOP_NCURSESW6_CONFIG_SCRIPT --cflags 2> /dev/null) else - htop_config_script=$("ncursesw6-config" --libs 2> /dev/null) + htop_config_script_libs=$("ncursesw6-config" --libs 2> /dev/null) + htop_config_script_cflags=$("ncursesw6-config" --cflags 2> /dev/null) fi htop_script_success=no htop_save_LDFLAGS="$LDFLAGS" - if test ! "x$htop_config_script" = x; then - LDFLAGS="$htop_config_script $LDFLAGS" + htop_save_CFLAGS="$CFLAGS" + if test ! "x$htop_config_script_libs" = x; then + LDFLAGS="$htop_config_script_libs $LDFLAGS" + CFLAGS="$htop_config_script_cflags $CFLAGS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for addnwstr in -lncursesw6" >&5 $as_echo_n "checking for addnwstr in -lncursesw6... " >&6; } if ${ac_cv_lib_ncursesw6_addnwstr+:} false; then : @@ -5589,25 +5659,33 @@ if test "x$ac_cv_lib_ncursesw6_addnwstr" = xyes; then : $as_echo "#define HAVE_LIBNCURSESW 1" >>confdefs.h - LIBS="$htop_config_script $LIBS " + LIBS="$htop_config_script_libs $LIBS " htop_script_success=yes +else + + CFLAGS="$htop_save_CFLAGS" + fi - LDFLAGS="$save_LDFLAGS" + LDFLAGS="$htop_save_LDFLAGS" fi if test "x$htop_script_success" = xno; then if test ! -z "$HTOP_NCURSESW_CONFIG_SCRIPT"; then # to be used to set the path to ncurses*-config when cross-compiling - htop_config_script=$($HTOP_NCURSESW_CONFIG_SCRIPT --libs 2> /dev/null) + htop_config_script_libs=$($HTOP_NCURSESW_CONFIG_SCRIPT --libs 2> /dev/null) + htop_config_script_cflags=$($HTOP_NCURSESW_CONFIG_SCRIPT --cflags 2> /dev/null) else - htop_config_script=$("ncursesw6-config" --libs 2> /dev/null) + htop_config_script_libs=$("ncursesw6-config" --libs 2> /dev/null) + htop_config_script_cflags=$("ncursesw6-config" --cflags 2> /dev/null) fi htop_script_success=no htop_save_LDFLAGS="$LDFLAGS" - if test ! "x$htop_config_script" = x; then - LDFLAGS="$htop_config_script $LDFLAGS" + htop_save_CFLAGS="$CFLAGS" + if test ! "x$htop_config_script_libs" = x; then + LDFLAGS="$htop_config_script_libs $LDFLAGS" + CFLAGS="$htop_config_script_cflags $CFLAGS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for addnwstr in -lncursesw" >&5 $as_echo_n "checking for addnwstr in -lncursesw... " >&6; } if ${ac_cv_lib_ncursesw_addnwstr+:} false; then : @@ -5649,25 +5727,33 @@ if test "x$ac_cv_lib_ncursesw_addnwstr" = xyes; then : $as_echo "#define HAVE_LIBNCURSESW 1" >>confdefs.h - LIBS="$htop_config_script $LIBS " + LIBS="$htop_config_script_libs $LIBS " htop_script_success=yes +else + + CFLAGS="$htop_save_CFLAGS" + fi - LDFLAGS="$save_LDFLAGS" + LDFLAGS="$htop_save_LDFLAGS" fi if test "x$htop_script_success" = xno; then if test ! -z "$HTOP_NCURSESW_CONFIG_SCRIPT"; then # to be used to set the path to ncurses*-config when cross-compiling - htop_config_script=$($HTOP_NCURSESW_CONFIG_SCRIPT --libs 2> /dev/null) + htop_config_script_libs=$($HTOP_NCURSESW_CONFIG_SCRIPT --libs 2> /dev/null) + htop_config_script_cflags=$($HTOP_NCURSESW_CONFIG_SCRIPT --cflags 2> /dev/null) else - htop_config_script=$("ncursesw5-config" --libs 2> /dev/null) + htop_config_script_libs=$("ncursesw5-config" --libs 2> /dev/null) + htop_config_script_cflags=$("ncursesw5-config" --cflags 2> /dev/null) fi htop_script_success=no htop_save_LDFLAGS="$LDFLAGS" - if test ! "x$htop_config_script" = x; then - LDFLAGS="$htop_config_script $LDFLAGS" + htop_save_CFLAGS="$CFLAGS" + if test ! "x$htop_config_script_libs" = x; then + LDFLAGS="$htop_config_script_libs $LDFLAGS" + CFLAGS="$htop_config_script_cflags $CFLAGS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for addnwstr in -lncursesw" >&5 $as_echo_n "checking for addnwstr in -lncursesw... " >&6; } if ${ac_cv_lib_ncursesw_addnwstr+:} false; then : @@ -5709,25 +5795,33 @@ if test "x$ac_cv_lib_ncursesw_addnwstr" = xyes; then : $as_echo "#define HAVE_LIBNCURSESW 1" >>confdefs.h - LIBS="$htop_config_script $LIBS " + LIBS="$htop_config_script_libs $LIBS " htop_script_success=yes +else + + CFLAGS="$htop_save_CFLAGS" + fi - LDFLAGS="$save_LDFLAGS" + LDFLAGS="$htop_save_LDFLAGS" fi if test "x$htop_script_success" = xno; then if test ! -z "$HTOP_NCURSES_CONFIG_SCRIPT"; then # to be used to set the path to ncurses*-config when cross-compiling - htop_config_script=$($HTOP_NCURSES_CONFIG_SCRIPT --libs 2> /dev/null) + htop_config_script_libs=$($HTOP_NCURSES_CONFIG_SCRIPT --libs 2> /dev/null) + htop_config_script_cflags=$($HTOP_NCURSES_CONFIG_SCRIPT --cflags 2> /dev/null) else - htop_config_script=$("ncurses5-config" --libs 2> /dev/null) + htop_config_script_libs=$("ncurses5-config" --libs 2> /dev/null) + htop_config_script_cflags=$("ncurses5-config" --cflags 2> /dev/null) fi htop_script_success=no htop_save_LDFLAGS="$LDFLAGS" - if test ! "x$htop_config_script" = x; then - LDFLAGS="$htop_config_script $LDFLAGS" + htop_save_CFLAGS="$CFLAGS" + if test ! "x$htop_config_script_libs" = x; then + LDFLAGS="$htop_config_script_libs $LDFLAGS" + CFLAGS="$htop_config_script_cflags $CFLAGS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for addnwstr in -lncurses" >&5 $as_echo_n "checking for addnwstr in -lncurses... " >&6; } if ${ac_cv_lib_ncurses_addnwstr+:} false; then : @@ -5769,12 +5863,16 @@ if test "x$ac_cv_lib_ncurses_addnwstr" = xyes; then : $as_echo "#define HAVE_LIBNCURSESW 1" >>confdefs.h - LIBS="$htop_config_script $LIBS " + LIBS="$htop_config_script_libs $LIBS " htop_script_success=yes +else + + CFLAGS="$htop_save_CFLAGS" + fi - LDFLAGS="$save_LDFLAGS" + LDFLAGS="$htop_save_LDFLAGS" fi if test "x$htop_script_success" = xno; then @@ -5990,14 +6088,18 @@ else if test ! -z "$HTOP_NCURSES6_CONFIG_SCRIPT"; then # to be used to set the path to ncurses*-config when cross-compiling - htop_config_script=$($HTOP_NCURSES6_CONFIG_SCRIPT --libs 2> /dev/null) + htop_config_script_libs=$($HTOP_NCURSES6_CONFIG_SCRIPT --libs 2> /dev/null) + htop_config_script_cflags=$($HTOP_NCURSES6_CONFIG_SCRIPT --cflags 2> /dev/null) else - htop_config_script=$("ncurses6-config" --libs 2> /dev/null) + htop_config_script_libs=$("ncurses6-config" --libs 2> /dev/null) + htop_config_script_cflags=$("ncurses6-config" --cflags 2> /dev/null) fi htop_script_success=no htop_save_LDFLAGS="$LDFLAGS" - if test ! "x$htop_config_script" = x; then - LDFLAGS="$htop_config_script $LDFLAGS" + htop_save_CFLAGS="$CFLAGS" + if test ! "x$htop_config_script_libs" = x; then + LDFLAGS="$htop_config_script_libs $LDFLAGS" + CFLAGS="$htop_config_script_cflags $CFLAGS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for refresh in -lncurses6" >&5 $as_echo_n "checking for refresh in -lncurses6... " >&6; } if ${ac_cv_lib_ncurses6_refresh+:} false; then : @@ -6039,25 +6141,33 @@ if test "x$ac_cv_lib_ncurses6_refresh" = xyes; then : $as_echo "#define HAVE_LIBNCURSES 1" >>confdefs.h - LIBS="$htop_config_script $LIBS " + LIBS="$htop_config_script_libs $LIBS " htop_script_success=yes +else + + CFLAGS="$htop_save_CFLAGS" + fi - LDFLAGS="$save_LDFLAGS" + LDFLAGS="$htop_save_LDFLAGS" fi if test "x$htop_script_success" = xno; then if test ! -z "$HTOP_NCURSES_CONFIG_SCRIPT"; then # to be used to set the path to ncurses*-config when cross-compiling - htop_config_script=$($HTOP_NCURSES_CONFIG_SCRIPT --libs 2> /dev/null) + htop_config_script_libs=$($HTOP_NCURSES_CONFIG_SCRIPT --libs 2> /dev/null) + htop_config_script_cflags=$($HTOP_NCURSES_CONFIG_SCRIPT --cflags 2> /dev/null) else - htop_config_script=$("ncurses5-config" --libs 2> /dev/null) + htop_config_script_libs=$("ncurses5-config" --libs 2> /dev/null) + htop_config_script_cflags=$("ncurses5-config" --cflags 2> /dev/null) fi htop_script_success=no htop_save_LDFLAGS="$LDFLAGS" - if test ! "x$htop_config_script" = x; then - LDFLAGS="$htop_config_script $LDFLAGS" + htop_save_CFLAGS="$CFLAGS" + if test ! "x$htop_config_script_libs" = x; then + LDFLAGS="$htop_config_script_libs $LDFLAGS" + CFLAGS="$htop_config_script_cflags $CFLAGS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for refresh in -lncurses" >&5 $as_echo_n "checking for refresh in -lncurses... " >&6; } if ${ac_cv_lib_ncurses_refresh+:} false; then : @@ -6099,12 +6209,16 @@ if test "x$ac_cv_lib_ncurses_refresh" = xyes; then : $as_echo "#define HAVE_LIBNCURSES 1" >>confdefs.h - LIBS="$htop_config_script $LIBS " + LIBS="$htop_config_script_libs $LIBS " htop_script_success=yes +else + + CFLAGS="$htop_save_CFLAGS" + fi - LDFLAGS="$save_LDFLAGS" + LDFLAGS="$htop_save_LDFLAGS" fi if test "x$htop_script_success" = xno; then @@ -6365,6 +6479,150 @@ fi fi +if test "$my_htop_platform" = "solaris"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5 +$as_echo_n "checking for kstat_open in -lkstat... " >&6; } +if ${ac_cv_lib_kstat_kstat_open+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lkstat $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char kstat_open (); +int +main () +{ +return kstat_open (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_kstat_kstat_open=yes +else + ac_cv_lib_kstat_kstat_open=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5 +$as_echo "$ac_cv_lib_kstat_kstat_open" >&6; } +if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBKSTAT 1 +_ACEOF + + LIBS="-lkstat $LIBS" + +else + missing_libraries="$missing_libraries libkstat" +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Pgrab_error in -lproc" >&5 +$as_echo_n "checking for Pgrab_error in -lproc... " >&6; } +if ${ac_cv_lib_proc_Pgrab_error+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lproc $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char Pgrab_error (); +int +main () +{ +return Pgrab_error (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_proc_Pgrab_error=yes +else + ac_cv_lib_proc_Pgrab_error=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_proc_Pgrab_error" >&5 +$as_echo "$ac_cv_lib_proc_Pgrab_error" >&6; } +if test "x$ac_cv_lib_proc_Pgrab_error" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBPROC 1 +_ACEOF + + LIBS="-lproc $LIBS" + +else + missing_libraries="$missing_libraries libproc" +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for free in -lmalloc" >&5 +$as_echo_n "checking for free in -lmalloc... " >&6; } +if ${ac_cv_lib_malloc_free+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lmalloc $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char free (); +int +main () +{ +return free (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_malloc_free=yes +else + ac_cv_lib_malloc_free=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_malloc_free" >&5 +$as_echo "$ac_cv_lib_malloc_free" >&6; } +if test "x$ac_cv_lib_malloc_free" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBMALLOC 1 +_ACEOF + + LIBS="-lmalloc $LIBS" + +else + missing_libraries="$missing_libraries libmalloc" +fi + +fi + # Check whether --enable-linux_affinity was given. if test "${enable_linux_affinity+set}" = set; then : enableval=$enable_linux_affinity; @@ -6522,6 +6780,7 @@ then + if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. @@ -6777,11 +7036,12 @@ else $as_echo "yes" >&6; } fi - CFLAGS+=" $LIBNL3_CFLAGS $LIBNL3GENL_CFLAGS" - LIBS+=" $LIBNL3_LIBS $LIBNL3GENL_LIBS" + CFLAGS="$CFLAGS $LIBNL3_CFLAGS $LIBNL3GENL_CFLAGS" + LIBS="$LIBS $LIBNL3_LIBS $LIBNL3GENL_LIBS" $as_echo "#define HAVE_DELAYACCT 1" >>confdefs.h + fi @@ -6842,6 +7102,14 @@ else HTOP_DARWIN_FALSE= fi + if test "$my_htop_platform" = solaris; then + HTOP_SOLARIS_TRUE= + HTOP_SOLARIS_FALSE='#' +else + HTOP_SOLARIS_TRUE='#' + HTOP_SOLARIS_FALSE= +fi + if test "$my_htop_platform" = unsupported; then HTOP_UNSUPPORTED_TRUE= HTOP_UNSUPPORTED_FALSE='#' @@ -7006,6 +7274,10 @@ if test -z "${HTOP_DARWIN_TRUE}" && test -z "${HTOP_DARWIN_FALSE}"; then as_fn_error $? "conditional \"HTOP_DARWIN\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${HTOP_SOLARIS_TRUE}" && test -z "${HTOP_SOLARIS_FALSE}"; then + as_fn_error $? "conditional \"HTOP_SOLARIS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${HTOP_UNSUPPORTED_TRUE}" && test -z "${HTOP_UNSUPPORTED_FALSE}"; then as_fn_error $? "conditional \"HTOP_UNSUPPORTED\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -7407,7 +7679,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 2.1.0, which was +This file was extended by htop $as_me 2.2.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7473,7 +7745,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 2.1.0 +htop config.status 2.2.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" -- cgit v1.2.3