1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/autoconf
2015-12-25 14:25:49 +00:00
..
m4 Vendor import of llvm trunk r238337: 2015-05-27 18:44:32 +00:00
AutoRegen.sh Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release): 2014-11-24 09:08:18 +00:00
config.guess Vendor import of llvm trunk r242221: 2015-08-07 23:01:33 +00:00
config.sub Vendor import of llvm trunk r238337: 2015-05-27 18:44:32 +00:00
configure.ac Import llvm 3.7.1 release (r255217). 2015-12-25 14:25:49 +00:00
ExportMap.map Update LLVM to 97654. 2010-03-03 17:27:15 +00:00
install-sh Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
LICENSE.TXT Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
missing Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
mkinstalldirs Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
README.TXT Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release): 2014-11-24 09:08:18 +00:00

Upgrading autoconf
===============================================================================

If you are in the mood to upgrade autoconf, you should:

 1. Consider not upgrading.
 2. No really, this is a hassle, you don't want to do it.
 3. Get the new version of autoconf and put it in <SRC>
 4. configure/build/install autoconf with --prefix=<PFX>
 5. Run autoupdate on all the m4 macros in llvm/autoconf/m4
 6. Run autoupdate on llvm/autoconf/configure.ac
 7. Regenerate configure script with AutoRegen.sh
 8. If there are any warnings from AutoRegen.sh, fix them and go to step 7.
 9. Test, test, test.