mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
WL#5665: Removal of the autotools-based build system
Remove some more leftovers from the initial removal: o Update relevant mentions of configure.in throughout the source code. o Remove win/configure.js, which at this point just duplicates logic already present in CMake based build system. o Remove support files which relied on the autotools build system. In any case, MySQL is no longer officially supported on SCO. o Remove files which are no longer part of the build.
This commit is contained in:
parent
8f02025b21
commit
af67d8ae02
33 changed files with 6 additions and 2597 deletions
|
|
@ -21,7 +21,7 @@ SET(SHARED_LIB_MAJOR_VERSION "16")
|
|||
SET(PROTOCOL_VERSION "10")
|
||||
SET(DOT_FRM_VERSION "6")
|
||||
|
||||
# Read value for a variable from configure.in
|
||||
# Read value for a variable from VERSION.
|
||||
|
||||
MACRO(MYSQL_GET_CONFIG_VALUE keyword var)
|
||||
IF(NOT ${var})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue