From 6ce7b10e14b8d5d8407d36d4fb9be8357ec31551 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 14 May 2021 12:14:52 +0200 Subject: [PATCH] Add pkg.m4 upstream Per https://github.com/php/php-src/pull/6907#issuecomment-826362572. Closes GH-6907. [ci skip] --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 21c6d21650a..8784e714470 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -147,6 +147,7 @@ locations. ├─ config.sub # https://git.savannah.gnu.org/cgit/config.git ├─ libtool.m4 # https://git.savannah.gnu.org/cgit/libtool.git ├─ ltmain.sh # https://git.savannah.gnu.org/cgit/libtool.git + ├─ pkg.m4 # https://gitlab.freedesktop.org/pkg-config/pkg-config ├─ shtool # https://www.gnu.org/software/shtool/ └─ ... ├─ docs/ # PHP internals and repository documentation