build: add pkgconfig files

patch by Jan Engelhardt (jengelh at medozas dot de)

fixes http://code.google.com/p/webp/issues/detail?id=64

Change-Id: I5b3bc9b88af967e48b949d9c85daacda45693b1f
This commit is contained in:
Pascal Massimino
2011-03-26 10:15:44 -07:00
parent b20aaca285
commit c5fa726e18
4 changed files with 21 additions and 0 deletions

View File

@ -3,6 +3,11 @@ AM_INIT_AUTOMAKE
AC_PROG_LIBTOOL
AM_PROG_CC_C_O
AC_ARG_WITH([pkgconfigdir], AS_HELP_STRING([--with-pkgconfigdir=PATH],
[Path to the pkgconfig directory [[LIBDIR/pkgconfig]]]),
[pkgconfigdir="$withval"], [pkgconfigdir='${libdir}/pkgconfig'])
AC_SUBST([pkgconfigdir])
dnl === check for PNG support ===
PNG_INCLUDES=""