summaryrefslogtreecommitdiff
path: root/tiff/autogen.sh
blob: 5633885062d194234b2e7b1e4c9d662c0c8356c9 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -x
libtoolize --force --copy
aclocal -I ./m4
autoheader
automake --foreign --add-missing --copy
autoconf