fix the strip svn file (thanks to Krzysztof A. Sobiecki for the patch)

This commit is contained in:
Sylvestre Ledru 2015-08-02 16:29:42 +00:00
parent 128ace0616
commit 80bc0268a2

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.7~svn242297/autoconf/configure.ac
Index: llvm-toolchain-snapshot_3.8~svn243851/autoconf/configure.ac
===================================================================
--- llvm-toolchain-snapshot_3.7~svn242297.orig/autoconf/configure.ac
+++ llvm-toolchain-snapshot_3.7~svn242297/autoconf/configure.ac
--- llvm-toolchain-snapshot_3.8~svn243851.orig/autoconf/configure.ac
+++ llvm-toolchain-snapshot_3.8~svn243851/autoconf/configure.ac
@@ -32,12 +32,12 @@ dnl===----------------------------------
dnl Initialize autoconf and define the package name, version number and
dnl address for reporting bugs.
@ -17,10 +17,21 @@ Index: llvm-toolchain-snapshot_3.7~svn242297/autoconf/configure.ac
AC_DEFINE_UNQUOTED([LLVM_VERSION_MAJOR], $LLVM_VERSION_MAJOR, [Major version of the LLVM API])
AC_DEFINE_UNQUOTED([LLVM_VERSION_MINOR], $LLVM_VERSION_MINOR, [Minor version of the LLVM API])
Index: llvm-toolchain-snapshot_3.7~svn242297/configure
Index: llvm-toolchain-snapshot_3.8~svn243851/configure
===================================================================
--- llvm-toolchain-snapshot_3.7~svn242297.orig/configure
+++ llvm-toolchain-snapshot_3.7~svn242297/configure
--- llvm-toolchain-snapshot_3.8~svn243851.orig/configure
+++ llvm-toolchain-snapshot_3.8~svn243851/configure
@@ -561,8 +561,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='LLVM'
PACKAGE_TARNAME='llvm'
-PACKAGE_VERSION='3.8.0svn'
-PACKAGE_STRING='LLVM 3.8.0svn'
+PACKAGE_VERSION='3.8.0'
+PACKAGE_STRING='LLVM 3.8.0'
PACKAGE_BUGREPORT='http://llvm.org/bugs/'
ac_unique_file="lib/IR/Module.cpp"
@@ -1956,7 +1956,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
LLVM_VERSION_MAJOR=3
LLVM_VERSION_MINOR=8