From 68059334ff435300ab1ce2c616b0eee1b0d88dd9 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 11 Sep 2009 17:06:32 +0300 Subject: Add PACKAGE_HOMEPAGE to {windows,dos}/config.h to fix build errors. --- windows/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'windows') diff --git a/windows/config.h b/windows/config.h index 4d337134..915f6bd3 100644 --- a/windows/config.h +++ b/windows/config.h @@ -143,6 +143,9 @@ /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" +/* Define to the URL of the home page of this package. */ +#define PACKAGE_HOMEPAGE "http://tukaani.org/xz/" + /* Define to the full name of this package. */ #define PACKAGE_NAME "XZ Utils" -- cgit v1.2.3