about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-05-08 11:27:14 -0700
committerRoland McGrath <roland@hack.frob.com>2014-05-08 11:27:14 -0700
commit95afbbe5fcf1b9eca04c05368d6c546b883007cb (patch)
tree0db234d0ca9c4a4539ecc4ba2cfe9c5167ff3dd4 /ChangeLog
parent7a1a51b51341e0d0a35bf021e4104e0c9ae5bf63 (diff)
downloadglibc-95afbbe5fcf1b9eca04c05368d6c546b883007cb.tar.gz
glibc-95afbbe5fcf1b9eca04c05368d6c546b883007cb.tar.xz
glibc-95afbbe5fcf1b9eca04c05368d6c546b883007cb.zip
Some configure-related decrufting.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9e707ab9f..fd7faedbab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2014-05-08  Roland McGrath  <roland@hack.frob.com>
 
+	* Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
+	look for %.ac rather than %.in.
+
+	* sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
+	* sysdeps/unix/sysv/linux/configure.ac: Likewise.
+	* sysdeps/mach/hurd/configure: Regenerated.
+	* sysdeps/unix/sysv/linux/configure: Regenerated.
+
 	* bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
 
 2014-05-07  Steve Ellcey  <sellcey@mips.com>