From 0236217c09bc9ab338a93d93089a9debb1abb9a8 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 1 Jun 2022 09:59:55 +0200 Subject: build warning: AC_OUTPUT should be used without arguments --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7e68b14..8f555ca 100644 --- a/configure.ac +++ b/configure.ac @@ -15,13 +15,12 @@ AM_CONDITIONAL([USE_NLS], [test "x${USE_NLS}" = "xyes"]) YELP_HELP_INIT -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile mate-user-guide.desktop.in po/Makefile.in mate-user-guide/Makefile ]) - AC_OUTPUT echo " -- cgit v1.2.1