singe/thirdparty/SDL2_image/external/libtiff/autogen.sh
2023-11-08 17:57:52 -06: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