Change the package identification to use one less level of quoting so that

PACKAGE_VERSION = "1.3" instead of "[1.3]". Rebuild configure script.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15453 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-08-04 00:34:49 +00:00
parent 2c6c14d1a5
commit 2b51a0806d
2 changed files with 1950 additions and 780 deletions

View File

@ -1,5 +1,5 @@
dnl Initialize autoconf
AC_INIT([[[LLVM]]],[[[1.3]]],[llvmbugs@cs.uiuc.edu])
AC_INIT([[LLVM]],[[1.3]],[llvmbugs@cs.uiuc.edu])
dnl Place all of the extra autoconf files into the config subdirectory
AC_CONFIG_AUX_DIR([autoconf])

2728
configure vendored

File diff suppressed because it is too large Load Diff