Index of /archives/NetBSD/NetBSD-release-9/src/external/bsd/llvm/dist/llvm-configure/autoconf

Icon  Name                                                                         Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] AutoRegen.sh 2017-01-11 20:19 2.4K [DIR] CVS/ 2024-02-15 03:51 - [   ] ExportMap.map 2017-01-11 20:19 57 [TXT] LICENSE.TXT 2017-01-11 20:19 1.1K [TXT] README.TXT 2017-01-11 20:19 613 [TXT] aclocal.m4 2017-01-11 20:19 8.3K [TXT] config.guess 2017-01-11 20:19 44K [TXT] config.sub 2017-01-11 20:19 35K [   ] configure.ac 2017-08-02 05:07 75K [TXT] install-sh 2017-01-11 20:19 9.0K [DIR] m4/ 2024-02-15 03:46 - [TXT] missing 2017-01-11 20:19 10K [   ] mkinstalldirs 2017-01-11 20:19 3.3K
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.