[llvm-commits] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Mon Oct 25 01:18:57 PDT 2004
Changes in directory llvm/autoconf:
configure.ac updated: 1.124 -> 1.125
---
Log message:
Add a check for the tar program.
---
Diffs of the changes: (+1 -0)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.124 llvm/autoconf/configure.ac:1.125
--- llvm/autoconf/configure.ac:1.124 Thu Oct 14 13:59:09 2004
+++ llvm/autoconf/configure.ac Mon Oct 25 03:18:47 2004
@@ -203,6 +203,7 @@
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])
More information about the llvm-commits
mailing list