mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-15 00:38:15 +00:00
Merge pull request #793 from libexpat/fix-bug-report-target
CMake|Autotools: Fix `PACKAGE_BUGREPORT` variable to something working
This commit is contained in:
commit
b9fcca0aaa
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ set(CMAKE_C_STANDARD 99)
|
|||
set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_C_EXTENSIONS OFF) # i.e. -std=c99 rather than default -std=gnu99
|
||||
|
||||
set(PACKAGE_BUGREPORT "expat-bugs@libexpat.org")
|
||||
set(PACKAGE_BUGREPORT "https://github.com/libexpat/libexpat/issues")
|
||||
set(PACKAGE_NAME "expat")
|
||||
set(PACKAGE_VERSION "${PROJECT_VERSION}")
|
||||
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
|
||||
|
|
|
@ -60,7 +60,7 @@ m4_define([expat_version],
|
|||
m4_ifdef([__gnu__],
|
||||
[esyscmd(conftools/get-version.sh lib/expat.h)],
|
||||
[2.2.x]))
|
||||
AC_INIT([expat], expat_version, [expat-bugs@libexpat.org])
|
||||
AC_INIT([expat], expat_version, [https://github.com/libexpat/libexpat/issues])
|
||||
m4_undefine([expat_version])
|
||||
|
||||
AC_CONFIG_SRCDIR([Makefile.in])
|
||||
|
|
Loading…
Add table
Reference in a new issue