forked from OSchip/llvm-project
Change the package identification to use one less level of quoting so that
PACKAGE_VERSION = "1.3" instead of "[1.3]". Rebuild configure script. llvm-svn: 15453
This commit is contained in:
parent
bba09b3f7f
commit
a0e01ae3f7
|
|
@ -1,5 +1,5 @@
|
||||||
dnl Initialize autoconf
|
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
|
dnl Place all of the extra autoconf files into the config subdirectory
|
||||||
AC_CONFIG_AUX_DIR([autoconf])
|
AC_CONFIG_AUX_DIR([autoconf])
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue