diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-04 00:34:49 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-04 00:34:49 +0000 |
commit | 2b51a0806db1a717090cb2a2afc3e9634d536f09 (patch) | |
tree | 123f26c7399b2e51f1111ce658ff2528d922bc68 /autoconf | |
parent | 2c6c14d1a5ef519448b6ec9e03545b90bf712483 (diff) |
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
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 4d83147df6..751f8022f4 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -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]) |