Deprecate in-source autotools builds
authorJonathan Roelofs <jonathan@codesourcery.com>
Mon, 4 May 2015 02:04:54 +0000 (02:04 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Mon, 4 May 2015 02:04:54 +0000 (02:04 +0000)
commit949d55d87ac6675023893b3ca5aa95a6cd277920
treeac285daf3f6264d75273f0df90e201b574ed6a70
parent23fdafe68201dc789b279069e7c2336b336470ad
Deprecate in-source autotools builds

This is a followup from:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20150323/268067.html

Upgrade instructions:
  $ mv llvm/include/llvm/Config/config.h ./config.h.BACKUP
  # copy the configure line from line 7 of llvm/config.log
  # (for example: `$ ./configure --no-create --no-recursion`)
  $ mkdir build
  $ cd build
  # run the configure line, but this time with '../llvm' at the beginning:
  $ ../llvm/configure --no-create --no-recursion

These warnings will soon be turned into hard errors after a week.  Speak up now
if this is going to be a problem for you.

llvm-svn: 236399
llvm/Makefile.config.in
llvm/autoconf/configure.ac
llvm/configure