summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-07-06 07:16:51 +0000
committerAndreas Jaeger <aj@suse.de>2001-07-06 07:16:51 +0000
commit513eb02f81cc5cd1eee48fe51d7fc5bd2c53ca9f (patch)
tree1bcf5b15d765d8bf5bedef413cc132e02d17d7cd /ChangeLog
parente2cb5c1d3f89e8a1357b7b5639a46a09407682b0 (diff)
* config.make.in (sysconfdir): Replace correctly. Closes PR libc/2369, reported by Peter Simons <simons@cryp.to>. * sysdeps/unix/sysv/linux/alpha/configure.in: Removed, it's no longer needed. * sysdeps/unix/sysv/linux/configure.in (libc_cv_linuxVER): Add case for alpha. Rework handling of missing linuxthreads add-on. * configure.in: Remove unused sysconfdir substitution.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f017b6e88c..3167c8a30e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2001-07-06 Andreas Jaeger <aj@suse.de>
+ * config.make.in (sysconfdir): Replace correctly.
+ Closes PR libc/2369, reported by Peter Simons <simons@cryp.to>.
+
+ * sysdeps/unix/sysv/linux/alpha/configure.in: Removed, it's no
+ longer needed.
+
+ * sysdeps/unix/sysv/linux/configure.in (libc_cv_linuxVER): Add
+ case for alpha.
+ Rework handling of missing linuxthreads add-on.
+
+ * configure.in: Remove unused sysconfdir substitution.
+
* manual/Makefile (texis): Add fdl.texi.
* manual/fdl.texi: New.
* manual/socket.texi (Host Names): Improve grammar, fix overflow hbox.