blob: a5fe3b3a1473ed11b4a1c3f46e3b6901c5fd801b [file] [log] [blame]
xuesong.jiangae1548e2022-05-06 16:38:46 +08001#!/bin/sh
2
3echo "start: autoscan"
4autoscan
5echo "start: aclocal"
6aclocal
7echo "start: autoconf"
8autoconf
9echo "start: autoheader"
10autoheader
11echo "start: automake --add-missing"
12automake --add-missing
13echo "start: ./configure"
14./configure
15echo "auto setup finish."