From fdd88c7010c9ae1e3184b877a74946f86b129b99 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 3 May 2017 17:52:06 -0700 Subject: [PATCH] Spelling fixes in pkg.m4.in * pkg.m4.in: Spelling fix for "occurrence". Avoid American/British spelling conflict for "utilize/utilise". --- pkg.m4.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.m4.in b/pkg.m4.in index 9102bcf..c183d8e 100644 --- a/pkg.m4.in +++ b/pkg.m4.in @@ -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 . @@ -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], -- 2.9.3