Summary: | Files not cleaned when configured with --disable-docs | ||
---|---|---|---|
Product: | cairomm | Reporter: | Danilo Piazzalunga <danilopiazza> |
Component: | Build | Assignee: | Murray Cumming <murrayc> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | minor | ||
Priority: | high | Keywords: | janitor, patch |
Version: | CVS HEAD | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Output files in docs subdir only if --enable-docs is set |
Description
Danilo Piazzalunga
2006-02-18 01:46:36 UTC
Created attachment 4647 [details] [review] Output files in docs subdir only if --enable-docs is set This patch also contains another minor change: it splits the (deprecated) AC_OUTPUT(files) call into two separate calls: AC_CONFIG_FILES(files) and AC_OUTPUT() without arguments. This is the recommended usage for AC_OUTPUT and it is exactly what autoconf does automatically, so this alone doesn't change the generated configure at all. committed to CVS. thanks 2006-02-17 Danilo Piazzalunga <danilopiazza@gmail.com> * configure.in: Bug #5929: Output files in docs subdir only if --enable-docs is set. This prevents configure from generating files which are not cleaned up when --disable-docs is used. Use AC_CONFIG_FILES and AC_OUTPUT as recommended. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.