[llvm-commits] CVS: llvm/autoconf/README.TXT
Misha Brukman
brukman at cs.uiuc.edu
Tue Oct 12 18:08:05 PDT 2004
Changes in directory llvm/autoconf:
README.TXT added (r1.1)
---
Log message:
Save Reid's notes from bugzilla on the proper procedure to upgrade libtool
---
Diffs of the changes: (+12 -0)
Index: llvm/autoconf/README.TXT
diff -c /dev/null llvm/autoconf/README.TXT:1.1
*** /dev/null Tue Oct 12 20:08:05 2004
--- llvm/autoconf/README.TXT Tue Oct 12 20:07:55 2004
***************
*** 0 ****
--- 1,12 ----
+ Upgrading Libtool
+ -----------------
+
+ If you are in the mood to upgrade libtool, you must do the following:
+
+ 1. configure/build/install libtool with --prefix=<PFX>
+ 2. Copy <PFX>/share/aclocal/libtool.m4 to llvm/autoconf/m4/libtool.m4
+ 3. Copy <PFX>/share/libtool/ltmain.sh to llvm/autoconf/ltmain.sh
+ 4. Adjust the llvm/autoconf/m4/libtool.m4 file to ensure that the variable
+ default_ofile is set to "mklib" instead of "libtool"
+ 5. Possibly adjust llvm/autoconf/m4/libtool.m4 to get rid of autoconf
+ warnings related to obsolete autconf features (e.g. AC_TRY_LINK)
More information about the llvm-commits
mailing list