SQLITE_AUTOREMAKE
(1) By Bo Lindbergh (_blgl_) on 2024-10-28 02:29:59 [source]
This line from auto.def
smells wrong.
define-append SQLITE_AUTOREMAKE cd '$srcdir' && '$top_srcdir/configure'
Shouldn't it be $builddir
rather than $srcdir
?
(2) By Stephan Beal (stephan) on 2024-10-28 02:33:59 in reply to 1 [link] [source]
Shouldn't it be $builddir rather than $srcdir?
It absolutely should, thank you :). That'll be fixed once the current round of in-development tweaks are checked in.