This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: autoconf fails within GDB
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: autoconf fails within GDB
- From: Andrew Cagney <ac131313 at cygnus dot com>
- Date: Mon, 11 Sep 2000 14:39:47 +1100
- CC: gdb-patches at sources dot redhat dot com
- References: <39B72B85.FAE54B7B@cygnus.com> <orbsy0wxnf.fsf@guarana.lsd.ic.unicamp.br> <39B77489.DD736BC2@cygnus.com> <orlmx3o158.fsf@guarana.lsd.ic.unicamp.br> <39B8ECB8.5AC1E34B@cygnus.com> <or1yys86qv.fsf_-_@guarana.lsd.ic.unicamp.br>
Alexandre Oliva wrote:
>
> On Sep 8, 2000, Andrew Cagney <ac131313@cygnus.com> wrote:
>
> > Alexandre Oliva wrote:
> >>
> >> On Sep 7, 2000, Andrew Cagney <ac131313@cygnus.com> wrote:
> >>
> >> > Alexandre Oliva wrote:
> >> >>
> >> >> On Sep 7, 2000, Andrew Cagney <ac131313@cygnus.com> wrote:
> >> >>
> >> >> > I can't regenerate configure et.al.
>
> >> >> Drats! This is caused by changes in bfd/acinclude.m4. You'll have to
> >> >> bring the following code fragment to gdb/acinclude.m4:
>
> [snip]
>
> >> > Thanks for the hint. It turned out that I just needed to run `aclocal`
>
> >> That's probably because you don't have gettext.m4 in
> >> ${automake's prefix}/share/aclocal. It will bite whoever does, unless
> >> it's fixed properly. Would you like me to address this problem (i.e.,
> >> post a patch to gdb-patches)?
>
> > Ah, yes please!
>
> Here's the patch. Ok to install?
>
> ------------------------------------------------------------------------
> Index: gdb/ChangeLog
> from Alexandre Oliva <aoliva@redhat.com>
>
> * acinclude.m4 (CY_GNU_GETTEXT): Add dummy definition, so that the
> one brought in by ../bfd/acinclude.m4 prevails.
> * aclocal.m4, configure: Rebuilt.
Yes, thanks!
Please also append your self to the MAINTAINERS file (with another
ChangeLog entry).
Andrew