aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-08-05 03:34:45 +0000
committerRoland McGrath <roland@gnu.org>2004-08-05 03:34:45 +0000
commit9382fcee61189ac51a96b29cad75348737f0b47f (patch)
treeb9bfc24233d25bd7c991bf5c5770ff8cc5620bfb /ChangeLog
parent8cc5920e23990aaef097343fc1003092fff98abd (diff)
downloadglibc-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0068884d91..da1c9f5025 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.