diff options
author | Roland McGrath <roland@gnu.org> | 2004-08-05 03:34:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-08-05 03:34:45 +0000 |
commit | 9382fcee61189ac51a96b29cad75348737f0b47f (patch) | |
tree | b9bfc24233d25bd7c991bf5c5770ff8cc5620bfb /ChangeLog | |
parent | 8cc5920e23990aaef097343fc1003092fff98abd (diff) | |
download | glibc-9382fcee61189ac51a96b29cad75348737f0b47f.tar glibc-9382fcee61189ac51a96b29cad75348737f0b47f.tar.gz glibc-9382fcee61189ac51a96b29cad75348737f0b47f.tar.bz2 glibc-9382fcee61189ac51a96b29cad75348737f0b47f.zip |
* Makeconfig ($(common-objpfx)config.status):
Fix typo: $(add_ons) -> $(add-ons).
(Makeconfig-add-on): New variable. When doing $(sysdep-makeconfigs)
include, use black magic to get it set to an add-on's name during the
include of the add-on's Makeconfig.
* configure.in: Use variable name `libc_add_on' when sourcing add-on
configure fragments, so they can refer to this.
* configure: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-08-04 Roland McGrath <roland@frob.com> + + * Makeconfig ($(common-objpfx)config.status): + Fix typo: $(add_ons) -> $(add-ons). + (Makeconfig-add-on): New variable. When doing $(sysdep-makeconfigs) + include, use black magic to get it set to an add-on's name during the + include of the add-on's Makeconfig. + + * configure.in: Use variable name `libc_add_on' when sourcing add-on + configure fragments, so they can refer to this. + * configure: Regenerated. + 2004-08-04 Roland McGrath <roland@redhat.com> * posix/tst-waitid.c (test_child): Sleep a second before stopping. |