Skip to content

Commit 3b2ea9b

Browse files
committed
Updating configure script
llvm-svn: 31714
1 parent b5b06cc commit 3b2ea9b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

llvm/configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.60 for llvm 1.9cvs.
3+
# Generated by GNU Autoconf 2.60 for llvm 1.9.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -715,8 +715,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
715715
# Identity of this package.
716716
PACKAGE_NAME='llvm'
717717
PACKAGE_TARNAME='-llvm-'
718-
PACKAGE_VERSION='1.9cvs'
719-
PACKAGE_STRING='llvm 1.9cvs'
718+
PACKAGE_VERSION='1.9'
719+
PACKAGE_STRING='llvm 1.9'
720720
PACKAGE_BUGREPORT='[email protected]'
721721

722722
ac_unique_file="lib/VMCore/Module.cpp"
@@ -1445,7 +1445,7 @@ if test "$ac_init_help" = "long"; then
14451445
# Omit some internal or obsolete options to make the list less imposing.
14461446
# This message is too long to be a string in the A/UX 3.1 sh.
14471447
cat <<_ACEOF
1448-
\`configure' configures llvm 1.9cvs to adapt to many kinds of systems.
1448+
\`configure' configures llvm 1.9 to adapt to many kinds of systems.
14491449

14501450
Usage: $0 [OPTION]... [VAR=VALUE]...
14511451

@@ -1511,7 +1511,7 @@ fi
15111511

15121512
if test -n "$ac_init_help"; then
15131513
case $ac_init_help in
1514-
short | recursive ) echo "Configuration of llvm 1.9cvs:";;
1514+
short | recursive ) echo "Configuration of llvm 1.9:";;
15151515
esac
15161516
cat <<\_ACEOF
15171517

@@ -1633,7 +1633,7 @@ fi
16331633
test -n "$ac_init_help" && exit $ac_status
16341634
if $ac_init_version; then
16351635
cat <<\_ACEOF
1636-
llvm configure 1.9cvs
1636+
llvm configure 1.9
16371637
generated by GNU Autoconf 2.60
16381638

16391639
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1649,7 +1649,7 @@ cat >config.log <<_ACEOF
16491649
This file contains any messages produced by compilers while
16501650
running configure, to aid debugging if configure makes a mistake.
16511651

1652-
It was created by llvm $as_me 1.9cvs, which was
1652+
It was created by llvm $as_me 1.9, which was
16531653
generated by GNU Autoconf 2.60. Invocation command line was
16541654

16551655
$ $0 $@
@@ -33847,7 +33847,7 @@ exec 6>&1
3384733847
# report actual input values of CONFIG_FILES etc. instead of their
3384833848
# values after options handling.
3384933849
ac_log="
33850-
This file was extended by llvm $as_me 1.9cvs, which was
33850+
This file was extended by llvm $as_me 1.9, which was
3385133851
generated by GNU Autoconf 2.60. Invocation command line was
3385233852

3385333853
CONFIG_FILES = $CONFIG_FILES
@@ -33900,7 +33900,7 @@ Report bugs to <[email protected]>."
3390033900
_ACEOF
3390133901
cat >>$CONFIG_STATUS <<_ACEOF
3390233902
ac_cs_version="\\
33903-
llvm config.status 1.9cvs
33903+
llvm config.status 1.9
3390433904
configured by $0, generated by GNU Autoconf 2.60,
3390533905
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
3390633906

0 commit comments

Comments
 (0)