diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 5940ec6..7bf67e2 100644 --- a/configure.ac +++ b/configure.ac @@ -222,8 +222,9 @@ AC_MSG_NOTICE( [ git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati] ) -AC_OUTPUT([ - Makefile - src/Makefile - man/Makefile +AC_CONFIG_FILES([ + Makefile + src/Makefile + man/Makefile ]) +AC_OUTPUT |