From b8fe2c74bcddaad9a9914964a7ce12015e7723bf Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 24 Dec 2010 00:25:31 +0100 Subject: Makefile.am: generate doxygen.conf Don't create a modified copy for out-of-tree builds. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4d578c9f0..0b92e70f5 100644 --- a/configure.ac +++ b/configure.ac @@ -1609,5 +1609,6 @@ dnl --------------------------------------------------------------------------- dnl Generate files dnl --------------------------------------------------------------------------- AC_OUTPUT(Makefile) +AC_OUTPUT(doc/doxygen.conf) echo 'MPD is ready for compilation, type "make" to begin.' -- cgit v1.2.3