diff options
author | rbuj <[email protected]> | 2022-06-01 09:31:52 +0200 |
---|---|---|
committer | mbkma <[email protected]> | 2022-07-22 08:56:18 +0200 |
commit | f3f8f9615ef9e2a4e255e4eac7e481a7253be54f (patch) | |
tree | 2473e7ef2f199e32e5a89bde1c682422bf8aae18 | |
parent | 8f18dddb00e2b16448b43ff6da5c6b2d439e8cc0 (diff) | |
download | caja-extensions-f3f8f9615ef9e2a4e255e4eac7e481a7253be54f.tar.bz2 caja-extensions-f3f8f9615ef9e2a4e255e4eac7e481a7253be54f.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 75da513..b21dc98 100644 --- a/configure.ac +++ b/configure.ac @@ -336,7 +336,7 @@ AM_CONDITIONAL([USE_NLS], [test "x${USE_NLS}" = "xyes"]) DISABLE_DEPRECATED_CPPFLAGS="-DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED" AC_SUBST(DISABLE_DEPRECATED_CPPFLAGS) -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile sendto/org.mate.Caja.Sendto.gschema.xml open-terminal/org.mate.caja-open-terminal.gschema.xml @@ -366,6 +366,7 @@ AC_OUTPUT([ xattr-tags/Makefile po/Makefile.in ]) +AC_OUTPUT echo " Configure summary: |