diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-01-27 13:31:03 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-01-27 13:31:03 +0200 |
commit | b063cc34a30a4edf109343ff373b2b62b8ca72d3 (patch) | |
tree | 889fb53dcf9959d09f2ea82e46e90bdb812e247c /configure.ac | |
parent | Add a missing space to an error message. (diff) | |
download | xz-b063cc34a30a4edf109343ff373b2b62b8ca72d3.tar.xz |
Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 706ab5a8..41726b78 100644 --- a/configure.ac +++ b/configure.ac @@ -15,20 +15,15 @@ # of malloc(), stat(), or lstat(), since we don't use those functions in # a way that would cause the problems the autoconf macros check. -AC_PREREQ([2.61]) +AC_PREREQ([2.64]) AC_INIT([XZ Utils], m4_esyscmd([/bin/sh version.sh]), - [lasse.collin@tukaani.org], [xz]) + [lasse.collin@tukaani.org], [xz], [http://tukaani.org/xz/]) AC_CONFIG_SRCDIR([src/liblzma/common/common.h]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADER([config.h]) -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" |