diff options
Diffstat (limited to 'src/3rdparty/libtiff/autogen.sh')
-rwxr-xr-x | src/3rdparty/libtiff/autogen.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/3rdparty/libtiff/autogen.sh b/src/3rdparty/libtiff/autogen.sh new file mode 100755 index 0000000..1849c4a --- /dev/null +++ b/src/3rdparty/libtiff/autogen.sh @@ -0,0 +1,8 @@ +#!/bin/sh +set -x +#libtoolize --force --copy +aclocal -I ./m4 +autoheader +automake --foreign --add-missing --copy +autoconf + |