Files
lookbusy/autogen.sh
T
2022-12-25 16:25:33 +08:00

8 lines
91 B
Bash

#!/bin/sh
set -e
aclocal
autoheader
automake --include-deps --add-missing --copy
autoconf