diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-01-01 08:16:56 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-01-01 08:16:56 +0000 |
commit | 45ba16588ddfd5365ab961e84513bd79feba0dce (patch) | |
tree | 2c1becc3aabff812406f4284ef78e376d52cba68 /autoconf | |
parent | b3982da7d219edb24795d7e01513cc55fcd7bd16 (diff) | |
download | external_llvm-45ba16588ddfd5365ab961e84513bd79feba0dce.zip external_llvm-45ba16588ddfd5365ab961e84513bd79feba0dce.tar.gz external_llvm-45ba16588ddfd5365ab961e84513bd79feba0dce.tar.bz2 |
Happy new year 2012!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147395 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 024ac20..646d9a8 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -35,8 +35,8 @@ AC_INIT([LLVM],[3.1svn],[http://llvm.org/bugs/]) 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-2011 University of Illinois at Urbana-Champaign."]) -AC_COPYRIGHT([Copyright (c) 2003-2011 University of Illinois at Urbana-Champaign.]) +AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign."]) +AC_COPYRIGHT([Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.]) dnl Indicate that we require autoconf 2.60 or later. AC_PREREQ(2.60) |