Skip to content

Files

Latest commit

59fa306 · Aug 24, 2015

History

History
This branch is 70849 commits behind clangupc/llvm-upc:main-cupc2c.

autoconf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 2, 2014
Feb 28, 2014
Feb 24, 2010
Oct 13, 2003
Mar 5, 2014
Feb 25, 2014
Oct 6, 2014
Aug 24, 2015
Jul 29, 2008
Oct 10, 2004
Oct 26, 2004
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.