tiff add missing file required by makefile.am
This commit is contained in:
parent
29ba251cba
commit
dd5046257a
|
@ -0,0 +1,4 @@
|
||||||
|
#! /bin/sh
|
||||||
|
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||||
|
$srcpath/configure "$@" --disable-shared --with-pic
|
||||||
|
|
Loading…
Reference in New Issue