mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 02:38:50 +00:00
4d6bf959a6ed1a50aea2a8e8e0e38cbe04dee6dc
Most other software uses --disable/--without for features it does build or at least check by default. Change aria2 configure options so that: * --enable-*: do not build by default, unless --enable specified * --disable-*: check and build by default, unless --disable specified * --with-*: do not use by default, unless --with specified * --without-*: check and use by default, unless without specified
…
…
…
…
See README.rst
Languages
C++
94.2%
C
3.7%
M4
1%
Makefile
0.8%
Shell
0.2%