diff options
author | rbuj <[email protected]> | 2022-06-01 10:01:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-04-15 19:57:23 +0200 |
commit | 36feee0291486009329ccfe253caf054d71c09a4 (patch) | |
tree | 4554da1c49b4eb72fdd77a98c94064762b1a8e9d /configure.ac | |
parent | 779bfe1003e746fa37adf86acad51da8364f6152 (diff) | |
download | python-caja-36feee0291486009329ccfe253caf054d71c09a4.tar.bz2 python-caja-36feee0291486009329ccfe253caf054d71c09a4.tar.xz |
build warning: AC_OUTPUT should be used without arguments
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bfaf85a..9eb6d85 100644 --- a/configure.ac +++ b/configure.ac @@ -104,7 +104,7 @@ AS_IF([test "${enable_gtk_doc}" != no],[ ]) ]) -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile libcaja-python.caja-extension.desktop.in examples/Makefile @@ -114,6 +114,7 @@ AC_OUTPUT([ docs/reference/entities.docbook po/Makefile.in ]) +AC_OUTPUT echo " Configure summary: |