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