From: Brian Gaeke Date: Tue, 10 Feb 2004 05:22:23 +0000 (+0000) Subject: Mention install, RPM, autoconf improvements X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3361386cd4bfc8877043e8b3280a7d983cbbaa7f;p=oota-llvm.git Mention install, RPM, autoconf improvements git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11257 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index fdc873c6149..72bec3bbc21 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -120,14 +120,21 @@ In this release, the following Quality of Implementation issues were fixed:
-In this release, the following build problems were fixed: +LLVM gained several improvements to its build and installation +infrastructure in this release. There is now +a autoconf/AutoRegen.sh script that you can run to rebuild the +configure script and its associated files +(Bug 105) as well as beta support +for "make install" (Bug 208 and +Bug 220) and RPM package generation +(Bug 203). +Additionally, in this release, the following build problems were fixed:
  1. [build] Makefiles break if C frontend target string has unexpected value
  2. [build] hard-wired assumption that shared-library extension is ".so"
  3. make tools-only doesn't make lib/Support
  4. -
  5. [build] Usage of autoconf is awkward