On Fri, Jan 13, 2023 at 1:14 PM Zack Weinberg wrote:
>
> On Thu, Jan 12, 2023, at 9:24 PM, Eduardo Hernández wrote:
> > I've been trying to separate the build system and source directory
> > completely. Part of that would be to have the 'configure' script in the
> > 'build' directory, away from
On Thu, Jan 12, 2023, at 9:24 PM, Eduardo Hernández wrote:
> I've been trying to separate the build system and source directory
> completely. Part of that would be to have the 'configure' script in the
> 'build' directory, away from the 'src' directory
This goes against a basic design assumption i
Hello,
I've been trying to separate the build system and source directory
completely. Part of that would be to have the 'configure' script in the
'build' directory, away from the 'src' directory
The issue is that when I run `./configure --srcdir=../src` the macro
AM_SANITY_CHECK called by AM_INIT