mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Build: Update website URL.
This commit is contained in:
parent
fbb3ce541e
commit
c26812c5b2
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ include(cmake/tuklib_mbstr.cmake)
|
||||||
|
|
||||||
set(PACKAGE_NAME "XZ Utils")
|
set(PACKAGE_NAME "XZ Utils")
|
||||||
set(PACKAGE_BUGREPORT "xz@tukaani.org")
|
set(PACKAGE_BUGREPORT "xz@tukaani.org")
|
||||||
set(PACKAGE_URL "https://tukaani.org/xz/")
|
set(PACKAGE_URL "https://xz.tukaani.org/xz-utils/")
|
||||||
|
|
||||||
# Get the package version from version.h into PACKAGE_VERSION variable.
|
# Get the package version from version.h into PACKAGE_VERSION variable.
|
||||||
file(READ src/liblzma/api/lzma/version.h PACKAGE_VERSION)
|
file(READ src/liblzma/api/lzma/version.h PACKAGE_VERSION)
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
|
|
||||||
AC_INIT([XZ Utils], m4_esyscmd([/bin/sh build-aux/version.sh]),
|
AC_INIT([XZ Utils], m4_esyscmd([/bin/sh build-aux/version.sh]),
|
||||||
[xz@tukaani.org], [xz], [https://tukaani.org/xz/])
|
[xz@tukaani.org], [xz], [https://xz.tukaani.org/xz-utils/])
|
||||||
AC_CONFIG_SRCDIR([src/liblzma/common/common.h])
|
AC_CONFIG_SRCDIR([src/liblzma/common/common.h])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
Loading…
Reference in a new issue