[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Brian Gaeke gaeke at cs.uiuc.edu
Mon Feb 9 23:23:02 PST 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.118 -> 1.119

---
Log message:

Mention install, RPM, autoconf improvements


---
Diffs of the changes:  (+10 -3)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.118 llvm/docs/ReleaseNotes.html:1.119
--- llvm/docs/ReleaseNotes.html:1.118	Mon Feb  9 23:19:54 2004
+++ llvm/docs/ReleaseNotes.html	Mon Feb  9 23:22:23 2004
@@ -120,14 +120,21 @@
 
 <!--=========================================================================-->
 <div class="doc_subsubsection">
-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 <tt>autoconf/AutoRegen.sh</tt> script that you can run to rebuild the
+<tt>configure</tt> script and its associated files
+(<a href="http://llvm.cs.uiuc.edu/PR105">Bug 105</a>) as well as beta support
+for "make install" (<a href="http://llvm.cs.uiuc.edu/PR208">Bug 208</a> and
+<a href="http://llvm.cs.uiuc.edu/PR220">Bug 220</a>) and RPM package generation
+(<a href="http://llvm.cs.uiuc.edu/PR203">Bug 203</a>).
+Additionally, in this release, the following build problems were fixed:
 </div>
 
 <ol>
 <li><a href="http://llvm.cs.uiuc.edu/PR210">[build] Makefiles break if C frontend target string has unexpected value</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR214">[build] hard-wired assumption that shared-library extension is ".so"</a></li>
 <li><A href="http://llvm.cs.uiuc.edu/PR222">make tools-only doesn't make lib/Support</a></li>
-<li><a href="http://llvm.cs.uiuc.edu/PR105">[build] Usage of autoconf is awkward</a></li>
 </ol>
 
 <!--=========================================================================-->
@@ -569,7 +576,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/02/10 05:19:54 $
+  Last modified: $Date: 2004/02/10 05:22:23 $
 </address>
 
 </body>





More information about the llvm-commits mailing list