diff options
author | Pádraig Brady <P@draigBrady.com> | 2009-10-19 11:12:40 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2009-10-20 17:11:00 +0100 |
commit | 71adb516deee94274669f968636194bf261b1207 (patch) | |
tree | 18702cda65979814333206cb2804259268874031 /README-hacking | |
parent | 6ac6c7e4b77898d6d82d5565b5d8b053ecacbc64 (diff) | |
download | coreutils-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-hacking | 2 |
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 |