diff -ru llvm-2.8/autoconf/configure.ac 2.8_1/llvm-2.8/autoconf/configure.ac
old
|
new
|
|
31 | 31 | dnl===-----------------------------------------------------------------------=== |
32 | 32 | dnl Initialize autoconf and define the package name, version number and |
33 | 33 | dnl email address for reporting bugs. |
34 | | AC_INIT([[llvm]],[[2.8rc]],[llvmbugs@cs.uiuc.edu]) |
| 34 | AC_INIT([[llvm]],[[2.8]],[llvmbugs@cs.uiuc.edu]) |
35 | 35 | |
36 | 36 | dnl Provide a copyright substitution and ensure the copyright notice is included |
37 | 37 | dnl in the output of --version option of the generated configure script. |
diff -ru llvm-2.8/configure 2.8_1/llvm-2.8/configure
old
|
new
|
|
1 | 1 | #! /bin/sh |
2 | 2 | # Guess values for system-dependent variables and create Makefiles. |
3 | | # Generated by GNU Autoconf 2.60 for llvm 2.8rc. |
| 3 | # Generated by GNU Autoconf 2.60 for llvm 2.8. |
4 | 4 | # |
5 | 5 | # Report bugs to <llvmbugs@cs.uiuc.edu>. |
6 | 6 | # |
… |
… |
|
561 | 561 | # Identity of this package. |
562 | 562 | PACKAGE_NAME='llvm' |
563 | 563 | PACKAGE_TARNAME='-llvm-' |
564 | | PACKAGE_VERSION='2.8rc' |
565 | | PACKAGE_STRING='llvm 2.8rc' |
| 564 | PACKAGE_VERSION='2.8' |
| 565 | PACKAGE_STRING='llvm 2.8' |
566 | 566 | PACKAGE_BUGREPORT='llvmbugs@cs.uiuc.edu' |
567 | 567 | |
568 | 568 | ac_unique_file="lib/VMCore/Module.cpp" |
… |
… |
|
1318 | 1318 | # Omit some internal or obsolete options to make the list less imposing. |
1319 | 1319 | # This message is too long to be a string in the A/UX 3.1 sh. |
1320 | 1320 | cat <<_ACEOF |
1321 | | \`configure' configures llvm 2.8rc to adapt to many kinds of systems. |
| 1321 | \`configure' configures llvm 2.8 to adapt to many kinds of systems. |
1322 | 1322 | |
1323 | 1323 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1324 | 1324 | |
… |
… |
|
1384 | 1384 | |
1385 | 1385 | if test -n "$ac_init_help"; then |
1386 | 1386 | case $ac_init_help in |
1387 | | short | recursive ) echo "Configuration of llvm 2.8rc:";; |
| 1387 | short | recursive ) echo "Configuration of llvm 2.8:";; |
1388 | 1388 | esac |
1389 | 1389 | cat <<\_ACEOF |
1390 | 1390 | |
… |
… |
|
1533 | 1533 | test -n "$ac_init_help" && exit $ac_status |
1534 | 1534 | if $ac_init_version; then |
1535 | 1535 | cat <<\_ACEOF |
1536 | | llvm configure 2.8rc |
| 1536 | llvm configure 2.8 |
1537 | 1537 | generated by GNU Autoconf 2.60 |
1538 | 1538 | |
1539 | 1539 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
… |
… |
|
1549 | 1549 | This file contains any messages produced by compilers while |
1550 | 1550 | running configure, to aid debugging if configure makes a mistake. |
1551 | 1551 | |
1552 | | It was created by llvm $as_me 2.8rc, which was |
| 1552 | It was created by llvm $as_me 2.8, which was |
1553 | 1553 | generated by GNU Autoconf 2.60. Invocation command line was |
1554 | 1554 | |
1555 | 1555 | $ $0 $@ |
… |
… |
|
21045 | 21045 | # report actual input values of CONFIG_FILES etc. instead of their |
21046 | 21046 | # values after options handling. |
21047 | 21047 | ac_log=" |
21048 | | This file was extended by llvm $as_me 2.8rc, which was |
| 21048 | This file was extended by llvm $as_me 2.8, which was |
21049 | 21049 | generated by GNU Autoconf 2.60. Invocation command line was |
21050 | 21050 | |
21051 | 21051 | CONFIG_FILES = $CONFIG_FILES |
… |
… |
|
21098 | 21098 | _ACEOF |
21099 | 21099 | cat >>$CONFIG_STATUS <<_ACEOF |
21100 | 21100 | ac_cs_version="\\ |
21101 | | llvm config.status 2.8rc |
| 21101 | llvm config.status 2.8 |
21102 | 21102 | configured by $0, generated by GNU Autoconf 2.60, |
21103 | 21103 | with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" |
21104 | 21104 | |