]> git.sesse.net Git - vlc/commit
Configure, create a m4cro for checking dependencies in pkg_config
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 5 Aug 2009 14:56:34 +0000 (16:56 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 5 Aug 2009 14:56:34 +0000 (16:56 +0200)
commit251ca87c73952a9731b3822b0e73ead755dd4777
treec81e8d93f37fd971d95e642fd2ac7a3927e25543
parented5c79cf0d27a142677d04f6effbb81b333e7b46
Configure, create a m4cro for checking dependencies in pkg_config

--enable-foo will search for the foo.pc and die if not provided
--disable-foo will not search anything related to foo
'' will search for foo.pc and give a message if foo.pc is not provided.
configure.ac
m4/with_pkg.m4 [new file with mode: 0644]