diff options
author | rbuj <[email protected]> | 2022-06-01 09:40:01 +0200 |
---|---|---|
committer | mbkma <[email protected]> | 2022-10-12 22:34:31 +0200 |
commit | c6e42ca3679006f3cae5bd1073a85c010cf6ba1c (patch) | |
tree | 9f1e2dc4b9cd50acaec84fe21b0aeef25d51e56f | |
parent | 665bbc076a09aa52b062004aca68187248235f6f (diff) | |
download | mate-calc-c6e42ca3679006f3cae5bd1073a85c010cf6ba1c.tar.bz2 mate-calc-c6e42ca3679006f3cae5bd1073a85c010cf6ba1c.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 3fa699e..0d893b5 100644 --- a/configure.ac +++ b/configure.ac @@ -86,13 +86,14 @@ dnl ########################################################################### dnl Files to generate dnl ########################################################################### -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile src/Makefile po/Makefile.in data/Makefile help/Makefile ]) +AC_OUTPUT echo " Configure summary: |