Merge branch 'main' of thesamesam/htop

This commit is contained in:
Daniel Lange 2022-04-26 13:56:40 +02:00
commit ae518e20b7
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ AC_CONFIG_SRCDIR([htop.c])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CANONICAL_TARGET AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([-Wall std-options subdir-objects]) AM_INIT_AUTOMAKE([-Wall std-options subdir-objects])
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
@ -22,7 +22,7 @@ AM_INIT_AUTOMAKE([-Wall std-options subdir-objects])
# Checks for platform. # Checks for platform.
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
case "$target_os" in case "$host_os" in
linux*|gnu*) linux*|gnu*)
my_htop_platform=linux my_htop_platform=linux
AC_DEFINE([HTOP_LINUX], [], [Building for Linux.]) AC_DEFINE([HTOP_LINUX], [], [Building for Linux.])