diff options
author | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-11-30 22:49:11 +0100 |
---|---|---|
committer | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-11-30 22:49:11 +0100 |
commit | e2bac44f5ed78ab4f36182705c8ae38ce2341084 (patch) | |
tree | 2dd9600e76dc285c123f614f9d6dc280b31bd960 /configure.ac | |
parent | f33b50ead78caf56e38a82bd8748c6b811b36dc0 (diff) |
PACKAGE_URL: set to bcontrol website
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c09f5d2..86fdd9f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.58) -AC_INIT([UpdateTool], [1.0.0], [], [], [https://dl-website.tld/utool.exe]) +AC_INIT([UpdateTool], [1.0.0], [], [], [https://www.b-control.com/home.html]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/config.h.in]) AC_CONFIG_FILES([Makefile src/Makefile]) |