mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Some macros have evolved, so this patch brings the appropriate updates: - AC_OUTPUT(...) is now split in AC_CONFIG_FILES(...) and AC_OUTPUT, took the opportunity to sort the list of files so it is easier to maintain - the macro AC_DECL_SYS_SIGLIST is now replaced by the more generic AC_CHECK_DECLS([sys_siglist]), but as it turns out that we're not using it, the check was just removed - autoconf assumes that AC_TYPE_SIGNAL is deprecated because the type was fixed since C89, but as we expect to still run on old hardware, we keep the macro given by autoupdate on our side for when Autoconf will stop providing the macro Signed-off-by: Christophe CURIS <christophe.curis@free.fr>