mirror of
https://github.com/mariadb-corporation/libmarias3.git
synced 2025-04-18 16:24:01 +03:00
Adds: * Clang ASAN * distcheck * Docs compile check * Clang scanbuild * Valgrind Also fixes some m4 scripts and an issue found by one of the checks.
5 lines
47 B
Bash
Executable File
5 lines
47 B
Bash
Executable File
#!/bin/sh
|
|
autoreconf -fi
|
|
./configure
|
|
make html
|