Skip to content

Commit

Permalink
Add missing PACKAGE_BUGREPORT define. Change empty PACKAGE_URL into w…
Browse files Browse the repository at this point in the history
…ebsite URL.
  • Loading branch information
gijsbers committed Jul 24, 2017
1 parent 2535cc4 commit 7809665
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config.cmake.h.in
Expand Up @@ -4,11 +4,12 @@
#define __CONFIG_H__

#define PACKAGE "@PACKAGE@"
#define PACKAGE_BUGREPORT "https://github.com/bbidulock/icewm/issues"
#define PACKAGE_NAME "@PACKAGE@"
#define PACKAGE_TARNAME "@PACKAGE@"
#define PACKAGE_VERSION "@VERSION@"
#define PACKAGE_STRING "@PACKAGE@ @VERSION@"
#define PACKAGE_URL ""
#define PACKAGE_URL "https://github.com/bbidulock/icewm"
#define VERSION "@VERSION@"

#define HOSTCPU "@CMAKE_HOST_SYSTEM_PROCESSOR@"
Expand Down

0 comments on commit 7809665

Please sign in to comment.