summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 6e6923cf..7ec1b1e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -293,7 +293,7 @@ if test "x$enable_rebuilds" = "xyes" && \
fi
AC_SUBST(REBUILD)
-AC_OUTPUT([
+AC_CONFIG_FILES([
Makefile
data/Makefile
data/theme/Makefile
@@ -343,6 +343,7 @@ help/mate-clock/Makefile
help/mate-fish/Makefile
man/Makefile
])
+AC_OUTPUT
if echo foo | xgettext --from-code=UTF-8 -LC -o - - 2>/dev/null ; then
:;