]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tiff add missing file required by makefile.am
authorJeff Lenk <jeff@jefflenk.com>
Tue, 4 Sep 2012 03:39:25 +0000 (22:39 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Tue, 4 Sep 2012 03:39:25 +0000 (22:39 -0500)
libs/tiff-4.0.2/configure.gnu [new file with mode: 0644]

diff --git a/libs/tiff-4.0.2/configure.gnu b/libs/tiff-4.0.2/configure.gnu
new file mode 100644 (file)
index 0000000..c78238d
--- /dev/null
@@ -0,0 +1,4 @@
+#! /bin/sh
+srcpath=$(dirname $0 2>/dev/null )  || srcpath="." 
+$srcpath/configure "$@" --disable-shared --with-pic
+