diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 2916d7c..44d9e56 100644 --- a/configure.ac +++ b/configure.ac @@ -55,8 +55,9 @@ fi PKG_CHECK_MODULES(SXPM, xt xext xextproto, build_sxpm=true, build_sxpm=false) AM_CONDITIONAL(BUILD_SXPM, test x$build_sxpm = xtrue) -AC_OUTPUT([Makefile - src/Makefile - sxpm/Makefile - cxpm/Makefile - xpm.pc]) +AC_CONFIG_FILES([Makefile + src/Makefile + sxpm/Makefile + cxpm/Makefile + xpm.pc]) +AC_OUTPUT |