Bump to 2.6svn.

Regenerate configure (last regen was with the wrong version).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62751 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tanya Lattner 2009-01-22 05:17:59 +00:00
parent 41b2340b74
commit f9eb2d8aef
3 changed files with 3416 additions and 1062 deletions

View File

@ -31,7 +31,7 @@ dnl===
dnl===-----------------------------------------------------------------------===
dnl Initialize autoconf and define the package name, version number and
dnl email address for reporting bugs.
AC_INIT([[llvm]],[[2.5svn]],[llvmbugs@cs.uiuc.edu])
AC_INIT([[llvm]],[[2.6svn]],[llvmbugs@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.

4470
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -20,6 +20,9 @@
/* Define if threads enabled */
#undef ENABLE_THREADS
/* Path to ffi.h */
#undef FFI_HEADER
/* Define to 1 if you have `alloca', as a function or macro. */
#undef HAVE_ALLOCA
@ -184,6 +187,9 @@
/* Define to 1 if you have the `elf' library (-lelf). */
#undef HAVE_LIBELF
/* Define to 1 if you have the libffi library (-lffi). */
#undef HAVE_LIBFFI
/* Define to 1 if you have the `imagehlp' library (-limagehlp). */
#undef HAVE_LIBIMAGEHLP