Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| f8a2519d | 2012-12-12 00:42:02 | Include PKG_CHECK_VAR macro for reading variables in .pc files Freedesktop #48098 (https://bugs.freedesktop.org/show_bug.cgi?id=48098) | ||
| 840ecc84 | 2012-07-21 01:09:13 | Add autoconf macros to help packagers install .pc files Some distros and users have unusual installation needs that don't conform to the standard $libdir/pkgconfig and $datadir/pkgconfig pathways. Help packagers support these users with the macros PKG_INSTALLDIR and PKG_NOARCH_INSTALLDIR. These are simple macros that provide the configure parameters --with-pkgconfigdir and --with-noarch-pkgconfigdir to allow users to override the standard locations. Freedesktop #48743 | ||
| 5f35ec35 | 2012-05-03 13:27:56 | m4: provide additional pkg-config macros The macros provide a succint way to run a pkg-config check over modules depending on a --with-name configure option. There is a flexible variant to have custom behaviour if the package is found or not and two more limited ones that just set HAVE_NAME make and preprocessor variables. | ||
| 7993ad09 | 2012-04-30 05:43:46 | Install a copy of pkg.m4 into aclocal like pkg-config does. |