summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-07parse: Don't emit unknown keyword warning for Libs.privateHEADmasterDan Nicholson1-3/+5
2017-03-20Update to 0.29.2pkg-config-0.29.2Dan Nicholson2-1/+23
2017-03-20pkg.m4: Bump the serial number for releaseDan Nicholson1-1/+1
2017-03-20pkg: Check INCLUDE environment variable for MSVCDan Nicholson3-20/+62
2017-03-20check: Add test for system flags pruningDan Nicholson3-0/+59
2017-03-20Ignore automake's compile wrapperDan Nicholson1-0/+1
2017-03-20Respect sysroot for -isystem and -idirafterDan Nicholson4-9/+26
2017-03-20check: Include special-flags in sysroot testDan Nicholson1-0/+6
2017-03-20check: Add more flags to the special-flags testDan Nicholson2-4/+4
2017-03-20glib: Fix bundled build with GCC 6Dan Nicholson4-0/+86
2017-03-20man: Document PKG_PROG_PKG_CONFIG conditional issue thereDan Nicholson1-1/+9
2017-03-20man: Fix PKG_CHECK_EXISTS comment about PKG_PROG_PKG_CONFIGDan Nicholson1-3/+4
2017-03-19m4: Fix indentationPeter Eisentraut1-3/+3
2017-03-19man: Put valid make syntax in the exampleDan Nicholson1-1/+1
2017-03-19Make PKG_CHECK_MODULES report the module name instead of the variable prefixRuss Allbery1-1/+1
2017-03-19man: Document system search path environment variablesDan Nicholson1-2/+30
2017-03-19pkg: Include CPATH in header search pathv4hn1-0/+6
2016-12-22Optimization to load only needed .pc filesMarco Diego Aurélio Mesquita3-98/+59
2016-09-06pkg.m4.in: use correct comments for aclocal serialRoss Burton1-3/+3
2016-08-30Don't override empty prefix settingDan Nicholson4-0/+19
2016-08-22autogen: consider configure errorMatan Nassau1-1/+1
2016-08-22Remove unused package_list_strip_duplicatesDan Nicholson1-37/+0
2016-08-22Improve performance of package list expansionMatthew Hanna16-20/+204
2016-03-01Update to 0.29.1pkg-config-0.29.1Dan Nicholson2-1/+20
2016-03-01glib: Fix OSX build with internal glibDan Nicholson3-2/+34
2016-02-26Revert "Quote pc_path virtual variable"Dan Nicholson1-3/+1
2016-02-26check: More thoroughly test variable usageDan Nicholson4-1/+38
2016-02-26Only unquote --variable when it appears quotedDan Nicholson3-15/+46
2016-02-26Revert "Unquote values of requested variables"Dan Nicholson2-20/+4
2016-01-29Also match -Wl,-framework for OSX frameworkDan Nicholson3-3/+5
2016-01-29Allow overriding package variables with env varsAlexander Larsson4-2/+80
2016-01-29Pass key into parse_package_key so it can be set earlyAlexander Larsson3-22/+27
2015-10-28README.win32: Add info on building with MSVCChun-wei Fan1-0/+19
2015-10-26build: Add NMake makefiles for Visual Studio buildsChun-wei Fan3-0/+165
2015-10-26build: Add a pre-configure config.h template for MSVC buildsChun-wei Fan3-1/+102
2015-10-26build: Split Out Source ListingChun-wei Fan2-8/+10
2015-10-26pkg.c: Port from dirent to GDirChun-wei Fan1-13/+13
2015-09-26Update to 0.29pkg-config-0.29Dan Nicholson2-1/+37
2015-09-26m4: Change all comment markers to dnlDan Nicholson1-118/+122
2015-09-26m4: Add Since releases and cleanup commentsDan Nicholson1-12/+29
2015-09-26m4: Update serial to 11Dan Nicholson1-1/+1
2015-09-26m4: Add PKG_PREREQ version checking macroDan Nicholson3-0/+31
2015-09-26m4: Process pkg.m4 through AC_CONFIG_FILESDan Nicholson3-2/+3
2015-06-13build: Force linking of host toolDan Nicholson1-1/+1
2015-04-20Enable large file supportPeter Jones1-0/+3
2015-02-21Fix relocatable test in wineDan Nicholson1-2/+2
2015-02-21Sort --print-variables outputDan Nicholson2-10/+13
2014-12-09Quote pc_path virtual variableDan Nicholson1-1/+3
2014-12-09check: Test that the pcfiledir variable is output correctlyDan Nicholson1-5/+14
2014-12-09Handle pcfiledir variable like normal variableDan Nicholson3-10/+10