Spelling and grammar in pkg.m4

Fixes: #27
This commit is contained in:
Tollef Fog Heen 2020-04-21 20:51:53 +02:00
parent 1f81c8004b
commit eb866ade77

View file

@ -1,4 +1,4 @@
# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
# pkg.m4 - Macros to locate and use pkg-config. -*- Autoconf -*-
# serial 12 (pkg-config-@VERSION@)
dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
@ -86,7 +86,7 @@ dnl Check to see whether a particular set of modules exists. Similar to
dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
dnl
dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
dnl only at the first occurence in configure.ac, so if the first place
dnl only at the first occurrence in configure.ac, so if the first place
dnl it's called might be skipped (such as if it is within an "if", you
dnl have to call PKG_CHECK_EXISTS manually
AC_DEFUN([PKG_CHECK_EXISTS],