Remove autoconf, leave only CMake

This commit is contained in:
Alexey Sokolov
2020-05-01 22:49:06 +01:00
parent ff7758b573
commit dd42fcd209
27 changed files with 24 additions and 2840 deletions
+1 -9
View File
@@ -134,15 +134,7 @@ CString CZNC::GetTag(bool bIncludeVersion, bool bHTML) {
}
CString CZNC::GetCompileOptionsString() {
// Build system doesn't affect ABI
return ZNC_COMPILE_OPTIONS_STRING + CString(
", build: "
#ifdef BUILD_WITH_CMAKE
"cmake"
#else
"autoconf"
#endif
);
return ZNC_COMPILE_OPTIONS_STRING;
}
CString CZNC::GetUptime() const {