GNOME Bugzilla – Bug 707452
Configure script has incorrect --disable-man-pages option
Last modified: 2013-09-23 18:43:12 UTC
Created attachment 254061 [details] [review] autotools: Fix the manpages flag in configure.ac Running ./configure --disable-man-pages is invalid, despite being reported as valid by the configure script. The actual flag should be --disable-manpages Patch is attached to resolve this (admittedly trivial) issue.
Attachment 254061 [details] pushed as 43997c1 - autotools: Fix the manpages flag in configure.ac