forked from OSchip/llvm-project
Bump to 2.6svn.
Regenerate configure (last regen was with the wrong version). llvm-svn: 62751
This commit is contained in:
parent
9fc809e980
commit
c4b1d8295d
|
@ -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.
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue