From 7368fd7994c69fc82766301c48d29919b55d8a8d Mon Sep 17 00:00:00 2001 From: max_10 Date: Sat, 29 Oct 2022 00:23:17 +0200 Subject: [PATCH] acinclude.m4: warning: 'AM_CONFIG_HEADER': this macro is obsolete. Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/29b7eb4a8f5c12c71f61b91cf29df020ef55e59d Author: max_10 Date: 2022-10-29 (Sat, 29 Oct 2022) Origin message was: ------------------ - acinclude.m4: warning: 'AM_CONFIG_HEADER': this macro is obsolete. ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 0fa659ef9..513c5bce0 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,5 +1,5 @@ AC_DEFUN([TUXBOX_APPS], [ -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AM_MAINTAINER_MODE AC_GNU_SOURCE