This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [gomp] distributing libgomp/libgomp.info ?
On Thursday 23 November 2006 05:11, you wrote:
> On Wed, 2006-11-22 at 22:52 +0100, Daniel Franke wrote:
> > The tarball of 4.1.1 includes fastjar/fastjar.info, but not
> > libiberty/libiberty.info. The config file fastjar/configure.ac has the
> > enable-...-srcdir flag, libiberty/configure.ac does not.
>
> This is because libiberty's API is all internal really and is always
> changing and never stable. It is not really a well defined library
> unlike say libgomp.
Andrew,
I added --enable-generated-files-in-srcdir to libgomp/configure.ac.
Please find the full patch at:
http://gcc.gnu.org/ml/gcc-patches/2006-11/msg01650.html
Regards
Daniel