From ad354c93c52674ba5226705e18c532dca8857f47 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 25 Oct 2004 08:18:47 +0000 Subject: Add a check for the tar program. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17208 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'autoconf') diff --git a/autoconf/configure.ac b/autoconf/configure.ac index dacafa5..82f1eee 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -203,6 +203,7 @@ dnl Checks for other tools AC_PROG_FLEX AC_PROG_BISON AC_PROG_LIBTOOL +AC_PATH_PROG(TAR,[tar],[gtar]) dnl Checks for tools we can get away with not having: AC_PATH_PROG(DOT,[dot],[true dot]) -- cgit v1.1