From 71adb516deee94274669f968636194bf261b1207 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Mon, 19 Oct 2009 11:12:40 +0100 Subject: maint: issue warnings for more missing optional libraries * README-hacking: Suggest to use ./configure --quiet so that any warnings are easily noticed. * m4/gmp.m4 (cu_GMP): Warn if libgmp is not available. * m4/jm-macros.m4 (coreutils_MACROS): Normalize the libcap warning. * m4/xattr.m4 (gl_FUNC_XATTR): Warn if libattr is not available. --- README-hacking | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README-hacking') diff --git a/README-hacking b/README-hacking index daaa4b144..c5d31284e 100644 --- a/README-hacking +++ b/README-hacking @@ -35,7 +35,7 @@ which are extracted from other source packages: And there you are! Just - $ ./configure #[--enable-gcc-warnings] + $ ./configure --quiet #[--enable-gcc-warnings] $ make $ make check -- cgit v1.2.3-54-g00ecf