summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2022-06-01 09:34:13 +0200
committerraveit65 <[email protected]>2023-04-15 21:33:32 +0200
commitd5344a2f90d41a6d4a2585909a7100dfc60a08c2 (patch)
tree375830c685e07da9ce984ed8d8aa8a8254b002ad
parent8a58b86883a5955b3f59f5719268270238a521d5 (diff)
downloadlibmatekbd-d5344a2f90d41a6d4a2585909a7100dfc60a08c2.tar.bz2
libmatekbd-d5344a2f90d41a6d4a2585909a7100dfc60a08c2.tar.xz
build warning: AC_OUTPUT should be used without arguments
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 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 ---------------------------------------------------------------------------