On Tuesday, 16 June 2020 03.41.09 WEST Neal Gompa wrote:
> CMake themselves do not recommend doing in-source builds (and they've
> already warned that this will eventually stop working). Meson doesn't
> even permit it. These days, Autotools is the weird exception that
> mostly mandates in-source builds.

I do not intend to defend autools here but most of the projects that I know and 
care 
allow to run configure in a different directory.

Sure I agree that it is easier to run

./configure

as compared to

make -p /some/dir;
cd /some/dir
~-/configure

-- 
José Abílio
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to