]> git.ipfire.org Git - thirdparty/squid.git/commit
Bundle pkg.m4 from pkg-config 0.25
authorScott James Remnant <scott@netsplit.com>
Mon, 18 Apr 2011 10:22:30 +0000 (22:22 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 18 Apr 2011 10:22:30 +0000 (22:22 +1200)
commit688c7cae268ccf6fcab7ead16439620eaac15d02
treefe21a05f562e5359f762e7388ab1793ae19ff161
parent58e9434217db9c8097319b618fba412319245e45
Bundle pkg.m4 from pkg-config 0.25

These macros are required for ./configure to run on an OS such as MingW.

The macro to detect pkg-config being present is usualy only bundled with
pkg-config. When there is no pkg-config installed ./configure will fail.
This allows our configure to detect the absence and mark some components
as unavailable or unusable.
acinclude/pkg.m4 [new file with mode: 0644]