friso/autogen.sh
HAYASHI Kentaro 714dce4a75 Support autotools
Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>
2021-02-15 20:06:47 +09:00

8 lines
124 B
Bash
Executable File

#!/bin/sh
mkdir -p m4
libtoolize --force --copy
aclocal --force --install
autoheader
automake --add-missing --copy
autoconf