On Mon, Jan 6, 2014 at 8:07 AM, Mike Frysinger wrote:
>
> 2014-01-06 Mike Frysinger
>
> PR other/56780
> * configure.ac: Delete target_header_dir assignment.
> * configure: Regenerated.
This is OK.
Thanks.
Ian
Commit 199570 fixed the --disable-install-libiberty behavior, but it also
added a bug where the enable path never works because the initial clear
of target_header_dir wasn't deleted. So we end up initializing properly
at the top only to reset it at the end all the time.
2014-01-06 Mike Frysinger