summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2022-06-01 09:36:43 +0200
committerraveit65 <[email protected]>2023-04-16 13:06:33 +0200
commit7078c9383f5ae006933283646b9e21482b123597 (patch)
tree5231e21a63cfc088411a3ab292a99c1f49b25931
parent45683f4b2379e70ca8d3b9303c887009789de393 (diff)
downloadmate-backgrounds-7078c9383f5ae006933283646b9e21482b123597.tar.bz2
mate-backgrounds-7078c9383f5ae006933283646b9e21482b123597.tar.xz
build warning: AC_OUTPUT should be used without arguments
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2af93c3..2270813 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,10 +9,11 @@ AM_GNU_GETTEXT([external])
AM_MAINTAINER_MODE
-AC_OUTPUT([
+AC_CONFIG_FILES([
Makefile
abstract/Makefile
desktop/Makefile
nature/Makefile
po/Makefile.in
])
+AC_OUTPUT