From d5344a2f90d41a6d4a2585909a7100dfc60a08c2 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 1 Jun 2022 09:34:13 +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 abc8e20..2e7a6e9 100644 --- a/configure.ac +++ b/configure.ac @@ -114,7 +114,7 @@ AC_SEARCH_LIBS([sqrt], [m]) GOBJECT_INTROSPECTION_CHECK([0.6.7]) -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile libmatekbd.pc libmatekbdui.pc @@ -123,7 +123,6 @@ libmatekbd/Makefile libmatekbd/org.mate.peripherals-keyboard-xkb.gschema.xml test/Makefile ]) - AC_OUTPUT dnl --------------------------------------------------------------------------- -- cgit v1.2.1