From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22096 invoked by alias); 22 Oct 2003 18:29:04 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 22079 invoked by uid 48); 22 Oct 2003 18:29:04 -0000 Date: Wed, 22 Oct 2003 18:31:00 -0000 Message-ID: <20031022182904.22078.qmail@sources.redhat.com> From: "cgd at broadcom dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031022182218.12730.cgd@broadcom.com> References: <20031022182218.12730.cgd@broadcom.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug other/12730] manual page install broken with old Pod::man X-Bugzilla-Reason: CC X-SW-Source: 2003-10/txt/msg01917.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12730 ------- Additional Comments From cgd at broadcom dot com 2003-10-22 18:29 ------- investigating this, it looks like this is fallout from: 2003-10-20 Kelley Cook * Makefile.in: Get parsedir and docobjdir from configure. * configure.in: Recogonize --enable-generated-files-in-srcdir. Pass along parsedir and docobjdir. * configure: Regenerate. * doc/install.texi: Document --enable-generated-files-in-srcdir. that patch ultimately causes docobjdir to be set to a dir in the obj tree if --enable-generated-files-in-srcdir isn't set. But it doesn't do anything to create the manual pages there if the manual-page-generation tools aren't up to date. (BTW, I think it's **great** that the files won't be generated in the source directory any more, but IMO it should still be possible to build/install GCC without being able to regen all generated files.)