diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-07-02 14:30:38 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-07-02 14:30:38 +0300 |
commit | 0a289c01ac821ea9c4250aa906b0ae3cfa953633 (patch) | |
tree | 94164466eeac744d314c93c4d2489f0adfc636c0 /configure.ac | |
parent | Avoid visibility related compiler warnings on Windows. (diff) | |
download | xz-0a289c01ac821ea9c4250aa906b0ae3cfa953633.tar.xz |
Define PACKAGE_HOMEPAGE in configure.ac and use it in
xz and xzdec.
Use also PACKAGE_NAME instead of hardcoding "XZ Utils".
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2f3af3d0..ce63eeee 100644 --- a/configure.ac +++ b/configure.ac @@ -23,6 +23,11 @@ AC_CONFIG_SRCDIR([src/liblzma/common/common.h]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) +PACKAGE_HOMEPAGE=http://tukaani.org/xz/ +AC_DEFINE_UNQUOTED([PACKAGE_HOMEPAGE], ["$PACKAGE_HOMEPAGE"], + [Define to the URL of the home page of this package.]) +AC_SUBST([PACKAGE_HOMEPAGE]) + echo echo "$PACKAGE_STRING" |