Re: Patch "Run `autoreconf -vf` throughout" broke the rtems-bfin build on FreeBSD
Simon Marchi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2020-08-20 9:43 a.m., Andreas Schwab wrote: > That's because aclocal cannot find a definition of PKG_CHECK_MODULES. > You need to run autoreconf with -I ../../config. Indeed, that's what I found in the end. Though I'll propose a patch that adds the required include to configure.ac. Simon