This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug libgomp/30546] [4.3 regression] build fail in libgomp because makeinfo is missing
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 26 Jan 2007 19:37:15 -0500 (EST)
- Subject: Re: [Bug libgomp/30546] [4.3 regression] build fail in libgomp because makeinfo is missing
> Thus, two options present themself: ditch automake generated targets, do it
> manually as everywhere else or tweak the Makefile.am to touch libgomp.info
> before invoking `missing makeinfo`.
>
> Preferences?
This only matters when building from SVN. I say we should just require makeinfo
and forget about the problem.
-- Pinski