From: Jeff Lenk Date: Tue, 4 Sep 2012 03:39:25 +0000 (-0500) Subject: tiff add missing file required by makefile.am X-Git-Tag: v1.2.3^2~103^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c9ddd95ed5381141d7ed54cd5570cfa241b9cf7;p=thirdparty%2Ffreeswitch.git tiff add missing file required by makefile.am --- diff --git a/libs/tiff-4.0.2/configure.gnu b/libs/tiff-4.0.2/configure.gnu new file mode 100644 index 0000000000..c78238de46 --- /dev/null +++ b/libs/tiff-4.0.2/configure.gnu @@ -0,0 +1,4 @@ +#! /bin/sh +srcpath=$(dirname $0 2>/dev/null ) || srcpath="." +$srcpath/configure "$@" --disable-shared --with-pic +