Julian Foad wrote on Wed, 23 Sep 2020 16:05 +0100: > Committed in r1881958. > > BTW, how I tested this is by cleaning my build: > > (cd obj-dir && make local-clean) > > and then rebuilding, adding the following options to configure: > > --with-apr=$HOME/.local/apr-1.4.8 > --with-apr-util=$HOME/.local/apr-util-1.5.2 > > with local builds of apr and apr-util in the stated places.
I know you know this, but it's not well documented so I'll mention it again: «make clean» undoes «make». «make distclean» undoes «configure». «make realclean» undoes «autogen.sh». (Modulo bugs, at least. E.g., I think pkg-config files aren't completely cleaned up when they should be.) Cheers, Daniel