This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc 3.4 make install problem


On Wed, 29 Jan 2003, urs wrote:

> On Wed, Jan 29, 2003 at 04:25:09AM +0100, Christian Cornelssen wrote:
> > AC_SUBST & Co. would also be needed.  The (more) complete patch
> > is in the attachment.  Feedback requested :-)
>
> that fixes the non-VPATH-build install problem for gcc-3.4 and gcc-3.3.

On Wed, 29 Jan 2003, DJ Delorie wrote:

> Looks good so far, but needs a changelog entry...

Here is one:

Index: libiberty/ChangeLog
from  Christian Cornelssen  <ccorn@cs.tu-berlin.de>

	Fixes for non-VPATH-build install problem reported
	by Urs Janssen.

	* Makefile.in (libiberty_topdir): New subst.
	(mkinstalldirs): Redefine in terms of the above.
	* configure.in: AC_SUBST it.
	* configure: Regenerate.

I have attached the diff again (it's the same as before).
Note that "libiberty/configure" must be regenerated (Autoconf-2.13).
Thanks to Urs for reporting and testing.

TODO: The *.texi definitions in `libiberty/Makefile.in' probably need
similar tweaks.

Regards,

Christian Cornelssen

Attachment: libiberty_topdir.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]