diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-01 16:33:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-01 16:33:25 +0000 |
commit | 4442d7e8ee42829859f645451d7a8b1c3e0aa9e2 (patch) | |
tree | 7851010689069fc354c862899d3a691a19ad6944 /FAQ | |
parent | a69a8d9c708a1e66c5427ad177573c8e450da8c6 (diff) | |
download | glibc-4442d7e8ee42829859f645451d7a8b1c3e0aa9e2.tar.gz glibc-4442d7e8ee42829859f645451d7a8b1c3e0aa9e2.tar.xz glibc-4442d7e8ee42829859f645451d7a8b1c3e0aa9e2.zip |
Update.
2000-11-01 Ulrich Drepper <drepper@redhat.com> * configure.in (with_cvs): Test for pserver access.
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/FAQ b/FAQ index 2e1cd3178e..24afed8b93 100644 --- a/FAQ +++ b/FAQ @@ -116,6 +116,7 @@ Removed. Does not apply anymore. 2.31. What happened to the Berkeley DB libraries? Can I still use db in /etc/nsswitch.conf? 2.32. What has do be done when upgrading to glibc 2.2? +2.33. The makefiles want to do a CVS commit. 3. Source and binary incompatibilities, and what to do about them @@ -1252,6 +1253,14 @@ be needed after upgrading: Please read also the NEWS file which is the authoritative source for this and gives more details for some topics. + +2.33. The makefiles want to do a CVS commit. + +{UD} Only if you are not specifying the --without-cvs flag at configure +time. This is what you always have to use if you are checking sources +directly out of the public CVS repository or you have your own private +repository. + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |