diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-06-12 15:26:54 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-06-12 15:26:54 +0000 |
commit | 820a947fe1753086dbc04e53357cf3bd63dd6d16 (patch) | |
tree | 83f595d98e7f362c1b3a38ec8fc6ee2497105e5f /llvm/autoconf | |
parent | ec33d0cc1bd10233a3a502a33290220613659d43 (diff) | |
download | bcm5719-llvm-820a947fe1753086dbc04e53357cf3bd63dd6d16.tar.gz bcm5719-llvm-820a947fe1753086dbc04e53357cf3bd63dd6d16.zip |
Happy new year.
Only 163 days late!
llvm-svn: 132895
Diffstat (limited to 'llvm/autoconf')
-rw-r--r-- | llvm/autoconf/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac index f0e7c421133..3d2faa3f2db 100644 --- a/llvm/autoconf/configure.ac +++ b/llvm/autoconf/configure.ac @@ -35,8 +35,8 @@ AC_INIT([[llvm]],[[3.0svn]],[llvmbugs@cs.uiuc.edu]) 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-2010 University of Illinois at Urbana-Champaign."]) -AC_COPYRIGHT([Copyright (c) 2003-2010 University of Illinois at Urbana-Champaign.]) +AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2011 University of Illinois at Urbana-Champaign."]) +AC_COPYRIGHT([Copyright (c) 2003-2011 University of Illinois at Urbana-Champaign.]) dnl Indicate that we require autoconf 2.59 or later. Ths is needed because we dnl use some autoconf macros only available in 2.59. |