[llvm-commits] CVS: llvm/autoconf/configure.ac
Misha Brukman
brukman at cs.uiuc.edu
Thu May 12 14:49:22 PDT 2005
Changes in directory llvm/autoconf:
configure.ac updated: 1.175 -> 1.176
---
Log message:
Remove extraneous `U ' in copyright line
---
Diffs of the changes: (+1 -1)
configure.ac | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.175 llvm/autoconf/configure.ac:1.176
--- llvm/autoconf/configure.ac:1.175 Fri Apr 22 13:00:14 2005
+++ llvm/autoconf/configure.ac Thu May 12 16:49:11 2005
@@ -35,7 +35,7 @@
dnl Provide a copyright substitution and ensure the copyright notice is included
dnl in the output of --version option of the generated configure script.
-AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2005 U University of Illinois at Urbana-Champaign."])
+AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2005 University of Illinois at Urbana-Champaign."])
AC_COPYRIGHT($LLVM_COPYRIGHT)
dnl Indicate that we require autoconf 2.59 or later. Ths is needed because we
More information about the llvm-commits
mailing list