diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-01-17 07:21:48 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-01-17 07:21:48 +0000 |
commit | 739de8914fae814e11198abe20f629cbf50a7586 (patch) | |
tree | 312a1c0237f552136202d67260ee013f6e671451 /m4/ChangeLog | |
parent | b88411cca3e2812bd59feb97cf99c9479b7b1607 (diff) | |
download | coreutils-739de8914fae814e11198abe20f629cbf50a7586.tar.xz |
(gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as it's not portable
and it doesn't work with cross-compiles. Fix missing-$ typo in 'test
"gl_cv_ignore_unused_libraries" ...' that prevented -zignore from being
used with Sun's C compiler.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r-- | m4/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index a7ac9c2b4..160d2b151 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,11 @@ +2006-01-16 Paul Eggert <eggert@cs.ucla.edu> + + * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as + it's not portable and it doesn't work with cross-compiles. + Problem reported by Bruno Haible. Fix missing-$ typo in + 'test "gl_cv_ignore_unused_libraries" ...' that prevented + -zignore from being used with Sun's C compiler. + 2006-01-13 Jim Meyering <jim@meyering.net> * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke AC_CHECK_FUNCS(getmntent) |