X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=f54868c29dd7baa71b69d8541d8cc96a066f34d4;hp=31ec8de9e5a17546fd93eaddccbafb51af04e26f;hb=bf736ee1b59b5bb0cfed79f0711394d8674d37d5;hpb=1349181fef414ca508f18f7559c4f8e00922a904 diff --git a/configure.ac b/configure.ac index 31ec8de..f54868c 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,12 @@ AC_INIT([System DataBase],[m4_esyscmd(./version-gen.sh)], PACKAGE_MAINTAINER="Sebastian 'tokkee' Harl " AC_DEFINE_UNQUOTED([PACKAGE_MAINTAINER], ["$PACKAGE_MAINTAINER"], [Define to the name of the maintainer of this package.]) +if test "x$PACKAGE_URL" = "x"; then + PACKAGE_URL="https://sysdb.io/" + AC_DEFINE_UNQUOTED([PACKAGE_URL], ["$PACKAGE_URL"], + [Define to the home page for this package.]) +fi + AC_CONFIG_SRCDIR([src/sysdb.c]) AC_CONFIG_HEADERS([src/config.h]) AC_PREFIX_DEFAULT([/opt/sysdb])