aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-13 02:35:56 +0000
committerChris Lattner <sabre@nondot.org>2003-09-13 02:35:56 +0000
commitdcf0490fe5e76bd70630fc8d31f973bc49bfed00 (patch)
tree659381d420ccc7356b70048fd5e3d26b0a4b8c4f /autoconf
parent67b36e4a2fba4931747cad61979aa92d43002ccc (diff)
downloadexternal_llvm-dcf0490fe5e76bd70630fc8d31f973bc49bfed00.zip
external_llvm-dcf0490fe5e76bd70630fc8d31f973bc49bfed00.tar.gz
external_llvm-dcf0490fe5e76bd70630fc8d31f973bc49bfed00.tar.bz2
Configure the llvm-ar directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8504 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index ab904c3..fa0aa33 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -179,6 +179,7 @@ AC_CONFIG_MAKEFILE(tools/lli/Makefile)
AC_CONFIG_MAKEFILE(tools/opt/Makefile)
AC_CONFIG_MAKEFILE(tools/llee/Makefile)
AC_CONFIG_MAKEFILE(tools/llvm-as/Makefile)
+AC_CONFIG_MAKEFILE(tools/llvm-ar/Makefile)
AC_CONFIG_MAKEFILE(tools/llvm-dis/Makefile)
AC_CONFIG_MAKEFILE(utils/Makefile)
AC_CONFIG_MAKEFILE(utils/Burg/Makefile)