OSDN Git Service

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)
commit7dda4c92e4718c624e2bb91d8cf31685710c5f09
tree9b42523548d5665afc559f9e70f86b8bf741ec5b
parent82b7c1b25b7f8f6784bc1ffa0f1cee60d43012de
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236399 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.config.in
autoconf/configure.ac
configure