summarylogtreecommitdiffstats
path: root/libgnutls-config
blob: 8c673e4443ac3c025ce1f1a454bc1bc8e3d19ef6 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ "$1" = "--version" ]; then
	shift
        pkg-config gnutls --modversion "$@"
else
	pkg-config gnutls "$@"
fi