Add version, arch, system libs, and targets to Makefile.config
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 9 Feb 2014 16:36:42 +0000 (16:36 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 9 Feb 2014 16:36:42 +0000 (16:36 +0000)
commit2fbf9e2fda89c8d478abac7fd13bda524bfc9673
treec182abdcd510e288cf6af553b56d010e485158e6
parent3e308c868e63089c1383dbb6786377eca06a53b1
Add version, arch, system libs, and targets to Makefile.config

Teach autoconf/configure.ac to AC_SUBST several additional values in
Makefile.config to make them available to Makefile code.  These will
be useful to generate CMake package modules from the Makefile build.

Contributed by Brad King.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201052 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.config.in
autoconf/configure.ac
autoconf/m4/define_subst.m4 [new file with mode: 0644]
configure