On Wed, Jan 25, 2017 at 11:00:50AM +0100, Thomas Schwinge wrote:
> Hi!
>
> On Tue, 24 Jan 2017 13:52:10 +0100, Martin Jambor <[email protected]> wrote:
> > [BRIG front end]
>
> "contrib/gcc_update" needs to be updated for "libhsail-rt".
>
>
> Here is a patch to fix some Autotools issues in libhsail-rt (currently
> testing); OK for trunk?
>
> commit 00d64708323f74191ce5a39b223bca92295fc606
> Author: Thomas Schwinge <[email protected]>
> Date: Wed Jan 25 10:33:56 2017 +0100
>
> libhsail-rt: Fix some Autotools issues
>
> * Makefile.am (ACLOCAL_AMFLAGS): Set to "-I .. -I ../config".
> * configure.ac: Don't instantiate AC_CONFIG_MACRO_DIR.
> * config.h.in: Remove stale file.
> * Makefile.in: Regenerate.
> * aclocal.m4: Regenerate.
> * configure: Regenerate.
Note, lots of this changed in r244895, so your patch doesn't apply any
longer. Still removing AC_CONFIG_MACRO_DIR, removing config.h.in and
regenerating whatever is affected by that (most likely just configure)
is in order.
Jakub