summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 6c8a277..6dea1c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,8 @@ XCB_UTIL_COMMON([1.4], [1.6])
PKG_CHECK_MODULES(XCB_RENDER, xcb-render)
-AC_OUTPUT([Makefile
- renderutil/Makefile renderutil/xcb-renderutil.pc
- xcb_util_intro
- ])
+AC_CONFIG_FILES([Makefile
+ renderutil/Makefile
+ renderutil/xcb-renderutil.pc
+ xcb_util_intro])
+AC_OUTPUT