[llvm-commits] [release_16] CVS: llvm/autoconf/configure.ac

John Criswell criswell at cs.uiuc.edu
Thu Nov 3 07:25:24 PST 2005



Changes in directory llvm/autoconf:

configure.ac updated: 1.195 -> 1.195.4.1
---
Log message:

Updated the version number.
Get the UIUC copyright to actually print.



---
Diffs of the changes:  (+2 -2)

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.195 llvm/autoconf/configure.ac:1.195.4.1
--- llvm/autoconf/configure.ac:1.195	Wed Aug 24 05:43:10 2005
+++ llvm/autoconf/configure.ac	Thu Nov  3 09:25:04 2005
@@ -31,12 +31,12 @@
 dnl===-----------------------------------------------------------------------===
 dnl Initialize autoconf and define the package name, version number and
 dnl email address for reporting bugs.
-AC_INIT([[llvm]],[[1.6cvs]],[llvmbugs at cs.uiuc.edu])
+AC_INIT([[llvm]],[[1.6]],[llvmbugs at 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-2005 University of Illinois at Urbana-Champaign."])
-AC_COPYRIGHT($LLVM_COPYRIGHT)
+AC_COPYRIGHT([Copyright (c) 2003-2005 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.






More information about the llvm-commits mailing list