mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
capitalize project name, reference bugzilla
And fix the double-[]. It was including the [] as part of the project name somehow, resulting in PACKAGE_TARNAME "-llvm-" and a strange docdir default: ./configure --help | grep docdir --docdir=DIR documentation root [DATAROOTDIR/doc/-llvm-] llvm-svn: 146849
This commit is contained in:
parent
dd2a4b1e4f
commit
f9c9d1b4d0
@ -23,9 +23,9 @@ if( LLVM_APPEND_VC_REV )
|
|||||||
add_version_info_from_vcs(PACKAGE_VERSION)
|
add_version_info_from_vcs(PACKAGE_VERSION)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(PACKAGE_NAME llvm)
|
set(PACKAGE_NAME LLVM)
|
||||||
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
|
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
|
||||||
set(PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu")
|
set(PACKAGE_BUGREPORT "http://llvm.org/bugs/")
|
||||||
|
|
||||||
# Sanity check our source directory to make sure that we are not trying to
|
# Sanity check our source directory to make sure that we are not trying to
|
||||||
# generate an in-tree build (unless on MSVC_IDE, where it is ok), and to make
|
# generate an in-tree build (unless on MSVC_IDE, where it is ok), and to make
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#===------------------------------------------------------------------------===#
|
#===------------------------------------------------------------------------===#
|
||||||
|
|
||||||
# Define LLVM specific info and directories based on the autoconf variables
|
# Define LLVM specific info and directories based on the autoconf variables
|
||||||
LLVMPackageName := @PACKAGE_NAME@
|
LLVMPackageName := @PACKAGE_TARNAME@
|
||||||
LLVMVersion := @PACKAGE_VERSION@
|
LLVMVersion := @PACKAGE_VERSION@
|
||||||
LLVM_CONFIGTIME := @LLVM_CONFIGTIME@
|
LLVM_CONFIGTIME := @LLVM_CONFIGTIME@
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ PROJ_OBJ_ROOT := $(call realpath, $(PROJ_OBJ_DIR)/$(LEVEL))
|
|||||||
|
|
||||||
CLANG_SRC_ROOT := @CLANG_SRC_ROOT@
|
CLANG_SRC_ROOT := @CLANG_SRC_ROOT@
|
||||||
|
|
||||||
ifeq ($(PROJECT_NAME),llvm)
|
ifeq ($(PROJECT_NAME),$(LLVMPackageName))
|
||||||
LLVM_SRC_ROOT := $(call realpath, @abs_top_srcdir@)
|
LLVM_SRC_ROOT := $(call realpath, @abs_top_srcdir@)
|
||||||
LLVM_OBJ_ROOT := $(call realpath, @abs_top_builddir@)
|
LLVM_OBJ_ROOT := $(call realpath, @abs_top_builddir@)
|
||||||
PROJ_SRC_ROOT := $(LLVM_SRC_ROOT)
|
PROJ_SRC_ROOT := $(LLVM_SRC_ROOT)
|
||||||
|
@ -30,8 +30,8 @@ dnl=== SECTION 1: Initialization & Setup
|
|||||||
dnl===
|
dnl===
|
||||||
dnl===-----------------------------------------------------------------------===
|
dnl===-----------------------------------------------------------------------===
|
||||||
dnl Initialize autoconf and define the package name, version number and
|
dnl Initialize autoconf and define the package name, version number and
|
||||||
dnl email address for reporting bugs.
|
dnl address for reporting bugs.
|
||||||
AC_INIT([[llvm]],[[3.1svn]],[llvmbugs@cs.uiuc.edu])
|
AC_INIT([LLVM],[3.1svn],[http://llvm.org/bugs/])
|
||||||
|
|
||||||
dnl Provide a copyright substitution and ensure the copyright notice is included
|
dnl Provide a copyright substitution and ensure the copyright notice is included
|
||||||
dnl in the output of --version option of the generated configure script.
|
dnl in the output of --version option of the generated configure script.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user