[llvm-commits] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Wed Feb 16 08:21:11 PST 2005
Changes in directory llvm/autoconf:
configure.ac updated: 1.168 -> 1.169
---
Log message:
Remove the "pax" program from the list of those needed to support LLVM.
The install target in Makefile.rules no longer uses pax but just uses find
and "install" instead.
---
Diffs of the changes: (+0 -1)
configure.ac | 1 -
1 files changed, 1 deletion(-)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.168 llvm/autoconf/configure.ac:1.169
--- llvm/autoconf/configure.ac:1.168 Thu Feb 10 22:46:58 2005
+++ llvm/autoconf/configure.ac Wed Feb 16 10:21:00 2005
@@ -267,7 +267,6 @@
AC_PATH_PROG(GREP, [grep], [grep])
AC_PATH_PROG(MKDIR,[mkdir],[mkdir])
AC_PATH_PROG(MV, [mv], [mv])
-AC_PATH_PROG(PAX, [pax], [pax])
AC_PROG_RANLIB
AC_PATH_PROG(RM, [rm], [rm])
AC_PATH_PROG(SED, [sed], [sed])
More information about the llvm-commits
mailing list