summaryrefslogtreecommitdiff
path: root/tools/llvm-config/llvm-config.in.in
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-02 18:55:36 +0000
committerChris Lattner <sabre@nondot.org>2006-06-02 18:55:36 +0000
commit41655cd0ceb5be0ec710839b5b91c0dafab928fd (patch)
treeab1c8a7c9158069e1453b7d3927b7a9a8353e21c /tools/llvm-config/llvm-config.in.in
parentd9477607dc44ca92c6fde88706c219c21fddc96b (diff)
downloadllvm-41655cd0ceb5be0ec710839b5b91c0dafab928fd.tar.gz
llvm-41655cd0ceb5be0ec710839b5b91c0dafab928fd.tar.bz2
llvm-41655cd0ceb5be0ec710839b5b91c0dafab928fd.tar.xz
Remove a couple of things no longer figured out by autoconf
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28662 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-config/llvm-config.in.in')
-rw-r--r--tools/llvm-config/llvm-config.in.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/llvm-config/llvm-config.in.in b/tools/llvm-config/llvm-config.in.in
index dee1851cb1..f726576b18 100644
--- a/tools/llvm-config/llvm-config.in.in
+++ b/tools/llvm-config/llvm-config.in.in
@@ -18,9 +18,6 @@ use warnings;
my $PACKAGE_NAME = q{@PACKAGE_NAME@};
my $VERSION = q{@PACKAGE_VERSION@};
my $PREFIX = q{@LLVM_PREFIX@};
-my $BINDIR = "$PREFIX/bin";
-my $INCLUDEDIR = "$PREFIX/include";
-my $LIBDIR = "$PREFIX/lib";
my $LLVM_CONFIGTIME = q{@LLVM_CONFIGTIME@};
my $LLVM_SRC_ROOT = q{@abs_top_srcdir@};
my $LLVM_OBJ_ROOT = q{@abs_top_builddir@};