aboutsummaryrefslogtreecommitdiffstats
path: root/src/pkgconf-funcs.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove AC_CONFIG_COMMANDS for gpg-error-config.NIIBE Yutaka2018-08-301-232/+0
|
* Fixes src/gpg-error-config-main.sh and src/pkgconf-funcs.sh.NIIBE Yutaka2018-08-301-5/+7
|
* Remove dupulicates.NIIBE Yutaka2018-08-301-0/+39
|
* Handle module dependency (Requires field).NIIBE Yutaka2018-08-301-0/+53
|
* New func read_config_from_stdin and cleanup_vars_attrs.NIIBE Yutaka2018-08-301-2/+21
|
* Fix test condition for pkg-conf-funcs.NIIBE Yutaka2018-08-301-1/+1
| | | | * src/pkgconf-funcs.sh: Use -r (was: -e).
* More changes for new gpg-error-config.NIIBE Yutaka2018-08-291-2/+2
| | | | | | | | | | | | | | * configure.ac: Change generating gpg-error-config. (GPG_ERROR_CONFIG_ISUBDIRAFTER): Remove. (GPG_ERROR_CONFIG_CFLAGS): Put -idirafter here. * src/Makefile.am (pkgconfig_DATA): Add. (EXTRA_DIST): Add gpg-error-config-head.in, pkgconf-funcs.sh, gpg-error-config-main.sh, gpg-error.pc.in. * src/gpg-error-config-head.in: New. * src/gpg-error-config-main.sh: Rename from src/gpg-error-config.in. * src/gpg-error.pc.in (isubdirafter): Remove. Signed-off-by: NIIBE Yutaka <[email protected]>
* pkg-config compatible .pc file support.NIIBE Yutaka2018-08-281-0/+119
Signed-off-by: NIIBE Yutaka <[email protected]>