tahoma2d/thirdparty/tiff-4.0.3/autogen.sh
2016-03-23 04:20:01 +09:00

8 lines
120 B
Bash
Executable file

#!/bin/sh
set -x
libtoolize --force --copy
aclocal -I ./m4
autoheader
automake --foreign --add-missing --copy
autoconf