mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
7 lines
118 B
Bash
7 lines
118 B
Bash
#! /bin/sh -e
|
|
rm -rf autom4te.cache
|
|
aclocal -I m4
|
|
autoheader
|
|
libtoolize --copy
|
|
automake --add-missing --copy
|
|
autoconf
|