May 30, 2020, 07:09
|
#11
|
Rookie
Join Date: May 2020
Posts: 3
|
Quote:
Originally Posted by Flambard
This is a bit disingenuous, it appears you know precisely, what "configure" is, you just don't like it.
The actual script is NOT 7000+ lines long, it's more like 600. https://github.com/angband/angband/b...r/configure.ac
The generated script works on everything that has a shell (not even bash, just any shell), thus it's completely dependency-free, which is the purpose.
Yes, autoconf syntax is a bit terse, but is CMakeLists.txt really better? And yeah, autoconf has some problems, but so does CMake.
Just my 2 cents, before jumping into next build system, maybe we should examine if that's even necessary?
|
Depends on how much do you love Windows, cmake integrates much better with different compilation settings on Windows. For example, how can autotools manage clang-cl + vcpkg + windows SDK?
|
|
|