Skip to content

Commit 398d2e2

Browse files
author
John Criswell
committed
Updated the version number.
Get the UIUC copyright to actually print. llvm-svn: 24165
1 parent 072467d commit 398d2e2

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

llvm/autoconf/configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ dnl===
3131
dnl===-----------------------------------------------------------------------===
3232
dnl Initialize autoconf and define the package name, version number and
3333
dnl email address for reporting bugs.
34-
AC_INIT([[llvm]],[[1.6cvs]],[[email protected]])
34+
AC_INIT([[llvm]],[[1.6]],[[email protected]])
3535

3636
dnl Provide a copyright substitution and ensure the copyright notice is included
3737
dnl in the output of --version option of the generated configure script.
3838
AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2005 University of Illinois at Urbana-Champaign."])
39-
AC_COPYRIGHT($LLVM_COPYRIGHT)
39+
AC_COPYRIGHT([Copyright (c) 2003-2005 University of Illinois at Urbana-Champaign.])
4040

4141
dnl Indicate that we require autoconf 2.59 or later. Ths is needed because we
4242
dnl use some autoconf macros only available in 2.59.

llvm/configure

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.59 for llvm 1.6cvs.
3+
# Generated by GNU Autoconf 2.59 for llvm 1.6.
44
#
55
# Report bugs to <[email protected]>.
66
#
77
# Copyright (C) 2003 Free Software Foundation, Inc.
88
# This configure script is free software; the Free Software Foundation
99
# gives unlimited permission to copy, distribute and modify it.
1010
#
11-
# $LLVM_COPYRIGHT
11+
# Copyright (c) 2003-2005 University of Illinois at Urbana-Champaign.
1212
## --------------------- ##
1313
## M4sh Initialization. ##
1414
## --------------------- ##
@@ -425,8 +425,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
425425
# Identity of this package.
426426
PACKAGE_NAME='llvm'
427427
PACKAGE_TARNAME='-llvm-'
428-
PACKAGE_VERSION='1.6cvs'
429-
PACKAGE_STRING='llvm 1.6cvs'
428+
PACKAGE_VERSION='1.6'
429+
PACKAGE_STRING='llvm 1.6'
430430
PACKAGE_BUGREPORT='[email protected]'
431431

432432
ac_unique_file="lib/VMCore/Module.cpp"
@@ -964,7 +964,7 @@ if test "$ac_init_help" = "long"; then
964964
# Omit some internal or obsolete options to make the list less imposing.
965965
# This message is too long to be a string in the A/UX 3.1 sh.
966966
cat <<_ACEOF
967-
\`configure' configures llvm 1.6cvs to adapt to many kinds of systems.
967+
\`configure' configures llvm 1.6 to adapt to many kinds of systems.
968968

969969
Usage: $0 [OPTION]... [VAR=VALUE]...
970970

@@ -1026,7 +1026,7 @@ fi
10261026

10271027
if test -n "$ac_init_help"; then
10281028
case $ac_init_help in
1029-
short | recursive ) echo "Configuration of llvm 1.6cvs:";;
1029+
short | recursive ) echo "Configuration of llvm 1.6:";;
10301030
esac
10311031
cat <<\_ACEOF
10321032

@@ -1173,14 +1173,14 @@ fi
11731173
test -n "$ac_init_help" && exit 0
11741174
if $ac_init_version; then
11751175
cat <<\_ACEOF
1176-
llvm configure 1.6cvs
1176+
llvm configure 1.6
11771177
generated by GNU Autoconf 2.59
11781178

11791179
Copyright (C) 2003 Free Software Foundation, Inc.
11801180
This configure script is free software; the Free Software Foundation
11811181
gives unlimited permission to copy, distribute and modify it.
11821182

1183-
$LLVM_COPYRIGHT
1183+
Copyright (c) 2003-2005 University of Illinois at Urbana-Champaign.
11841184
_ACEOF
11851185
exit 0
11861186
fi
@@ -1189,7 +1189,7 @@ cat >&5 <<_ACEOF
11891189
This file contains any messages produced by compilers while
11901190
running configure, to aid debugging if configure makes a mistake.
11911191

1192-
It was created by llvm $as_me 1.6cvs, which was
1192+
It was created by llvm $as_me 1.6, which was
11931193
generated by GNU Autoconf 2.59. Invocation command line was
11941194

11951195
$ $0 $@
@@ -31044,7 +31044,7 @@ _ASBOX
3104431044
} >&5
3104531045
cat >&5 <<_CSEOF
3104631046

31047-
This file was extended by llvm $as_me 1.6cvs, which was
31047+
This file was extended by llvm $as_me 1.6, which was
3104831048
generated by GNU Autoconf 2.59. Invocation command line was
3104931049

3105031050
CONFIG_FILES = $CONFIG_FILES
@@ -31107,7 +31107,7 @@ _ACEOF
3110731107

3110831108
cat >>$CONFIG_STATUS <<_ACEOF
3110931109
ac_cs_version="\\
31110-
llvm config.status 1.6cvs
31110+
llvm config.status 1.6
3111131111
configured by $0, generated by GNU Autoconf 2.59,
3111231112
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3111331113

0 commit comments

Comments
 (0)