summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobert Antoni Buj Gelonch <[email protected]>2022-06-02 04:17:40 +0200
committerGitHub <[email protected]>2022-06-02 10:17:40 +0800
commite61809d9f5727976d66c195a99bb5fcefb678dda (patch)
tree158e7a0f0d4ee8e8030eccc40a01b6f1d7f6b9ec /configure.ac
parent72ae2b2176a40f7be71ecfa36caed4a8c0cec8c3 (diff)
downloadmate-applets-e61809d9f5727976d66c195a99bb5fcefb678dda.tar.bz2
mate-applets-e61809d9f5727976d66c195a99bb5fcefb678dda.tar.xz
build warning: AC_OUTPUT should be used without arguments (#630)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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 ***