diff options
author | rbuj <[email protected]> | 2022-06-01 09:42:21 +0200 |
---|---|---|
committer | mouse <[email protected]> | 2023-03-30 19:33:33 +0800 |
commit | 18b7944b9b2f8a2807593d8dc908fab82b53893c (patch) | |
tree | d3b6bf01b0c2e80aeead80d6a708f7c03daac7d2 | |
parent | ef7141029a7f7d45bd8c69afa0d44f5a1ed435be (diff) | |
download | mate-indicator-applet-18b7944b9b2f8a2807593d8dc908fab82b53893c.tar.bz2 mate-indicator-applet-18b7944b9b2f8a2807593d8dc908fab82b53893c.tar.xz |
build warning: AC_OUTPUT should be used without arguments
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8522470..5a50e56 100644 --- a/configure.ac +++ b/configure.ac @@ -279,12 +279,13 @@ AC_DEFINE_PATH(LIBDIR, "${libdir}", [system configuration dir]) # Files ########################### -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile src/Makefile data/Makefile po/Makefile.in ]) +AC_OUTPUT ########################### # Results |