Add the compiler name, version and libs used to compile
This changes the behaviour of `tor --version` in such a way. ```console src/app/tor --version Tor version 0.4.5.1-alpha-dev (git-46ccde66). Tor is running on Linux with Libevent 2.1.12-stable, OpenSSL 1.1.1h, Zlib 1.2.11, Liblzma 5.2.4, Libzstd 1.4.5 and Glibc 2.31 as libc. Tor compiled with GCC version 10.2.0 ``` Fixes #32102
parent
46ccde66
No related branches found
No related tags found
Showing
- changes/ticket32102 3 additions, 0 deletionschanges/ticket32102
- configure.ac 13 additions, 0 deletionsconfigure.ac
- m4/ax_compiler_vendor.m4 88 additions, 0 deletionsm4/ax_compiler_vendor.m4
- m4/ax_compiler_version.m4 529 additions, 0 deletionsm4/ax_compiler_version.m4
- src/app/config/config.c 19 additions, 0 deletionssrc/app/config/config.c
changes/ticket32102
0 → 100644
m4/ax_compiler_vendor.m4
0 → 100644
m4/ax_compiler_version.m4
0 → 100644
This diff is collapsed.