summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
Diffstat (limited to 'libc')
-rw-r--r--libc/ChangeLog4
-rw-r--r--libc/README6
2 files changed, 7 insertions, 3 deletions
diff --git a/libc/ChangeLog b/libc/ChangeLog
index 17027e9..4f73f99 100644
--- a/libc/ChangeLog
+++ b/libc/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-23 Dawid Gajownik <gajownik@gmail.com>
+
+ * README: Correct options passed to configure script.
+
2005-02-06 Marcus Brinkmann <marcus@gnu.org>
* patches/09-sysdeps-generic-lseek.patch: New file.
diff --git a/libc/README b/libc/README
index 17311a4..d28ab34 100644
--- a/libc/README
+++ b/libc/README
@@ -7,11 +7,11 @@ L4.
Configuring and Building
------------------------
-This directory is only built if you specify "--enable-libc" at
-configure time.
+This directory is only built if you specify "--with-libc" at configure
+time.
Before you do this, you should first compile and install the software
-with "--disable-libc" (which is the default), to make sure that the
+with "--without-libc" (which is the default), to make sure that the
Hurd and libl4 header files are installed and available to the
compiler.