[llvm-commits] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Tue Nov 30 00:12:05 PST 2004
Changes in directory llvm/autoconf:
configure.ac updated: 1.137 -> 1.138
---
Log message:
Add a check for the tclsh program needed by dejagnu. This can have weird
names that have version numbers in it so this macro, DJ_AC_PATH_TCLSH will
make the necessary checks. The makefile variable TCLSH is set to the path
found.
---
Diffs of the changes: (+1 -0)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.137 llvm/autoconf/configure.ac:1.138
--- llvm/autoconf/configure.ac:1.137 Mon Nov 29 06:29:58 2004
+++ llvm/autoconf/configure.ac Tue Nov 30 02:11:54 2004
@@ -265,6 +265,7 @@
AC_PATH_PROG(PYTHON,[python],[true python])
AC_PATH_PROG(QMTEST,[qmtest],[true qmtest])
AC_PATH_PROG(RUNTEST,[runtest],[true runtest])
+DJ_AC_PATH_TCLSH
AC_PATH_PROG(ZIP,[zip],[true zip])
dnl Determine if the linker supports the -R option.
More information about the llvm-commits
mailing list