summaryrefslogtreecommitdiff
path: root/tiff/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tiff/autogen.sh')
-rw-r--r--tiff/autogen.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tiff/autogen.sh b/tiff/autogen.sh
new file mode 100644
index 0000000..5633885
--- /dev/null
+++ b/tiff/autogen.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -x
+libtoolize --force --copy
+aclocal -I ./m4
+autoheader
+automake --foreign --add-missing --copy
+autoconf
+