From 8ee53e2a2804a7cecda91a5e249aa29e6c18f65a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 6 Apr 2015 16:09:39 -0700 Subject: build: improve pkg-config doc and error handling Error-handling improvement suggested by Mike Frysinger in: http://bugs.gnu.org/16757#29 * NEWS: Document pkg-config changes. * README-prereq: pkg-config is now a prereq when building from repository. * m4/pcre.m4 (gl_FUNC_PCRE): Report an error if pcre is explicitly requested but not available. Defer to user-supplied PCRE_CFLAGS and PCRE_LIBS. --- README-prereq | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'README-prereq') diff --git a/README-prereq b/README-prereq index 056f42d7..0422aa64 100644 --- a/README-prereq +++ b/README-prereq @@ -1,17 +1,18 @@ This gives some notes on obtaining the tools required for development. I.E. the tools checked for by the bootstrap script and include: -- Autoconf -- Automake -- Bison -- Gettext -- Git -- Gperf -- Gzip -- Perl -- Rsync -- Tar -- Texinfo +- Autoconf +- Automake +- Bison +- Gettext +- Git +- Gperf +- Gzip +- Perl +- Pkg-config +- Rsync +- Tar +- Texinfo Note please try to install/build official packages for your system. If these programs are not available use the following instructions -- cgit v1.2.1