summaryrefslogtreecommitdiff
path: root/README-hacking
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2009-10-19 11:12:40 +0100
committerPádraig Brady <P@draigBrady.com>2009-10-20 17:11:00 +0100
commit71adb516deee94274669f968636194bf261b1207 (patch)
tree18702cda65979814333206cb2804259268874031 /README-hacking
parent6ac6c7e4b77898d6d82d5565b5d8b053ecacbc64 (diff)
downloadcoreutils-71adb516deee94274669f968636194bf261b1207.tar.xz
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.
Diffstat (limited to 'README-hacking')
-rw-r--r--README-hacking2
1 files changed, 1 insertions, 1 deletions
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