From e61809d9f5727976d66c195a99bb5fcefb678dda Mon Sep 17 00:00:00 2001 From: Robert Antoni Buj Gelonch Date: Thu, 2 Jun 2022 04:17:40 +0200 Subject: build warning: AC_OUTPUT should be used without arguments (#630) --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fedebdd7..ef62a368 100644 --- a/configure.ac +++ b/configure.ac @@ -551,7 +551,7 @@ AC_SUBST(PKGDATADIR) dnl *************************************************************************** dnl *** Output Makefiles et al *** dnl *************************************************************************** -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile po/Makefile.in accessx-status/Makefile @@ -617,6 +617,7 @@ netspeed/icons/Makefile netspeed/src/Makefile netspeed/help/Makefile ]) +AC_OUTPUT dnl *************************************************************************** dnl *** Display Summary *** -- cgit v1.2.1