From a86a79b49005691cd178a674c84ec661fff3f6a4 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 26 Sep 2022 20:11:18 +0900 Subject: [PATCH] corrected the project link in configure.ac --- configure | 6 +++--- configure.ac | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index fa7a13b8..fe1dadbf 100755 --- a/configure +++ b/configure @@ -593,7 +593,7 @@ PACKAGE_TARNAME='hawk' PACKAGE_VERSION='0.9.6' PACKAGE_STRING='hawk 0.9.6' PACKAGE_BUGREPORT='Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)' -PACKAGE_URL='https://code.miflux.net/@hawk' +PACKAGE_URL='https://code.miflux.net/hyung-hwan/hawk' # Factoring default headers for most tests. ac_includes_default="\ @@ -1546,7 +1546,7 @@ Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . -hawk home page: . +hawk home page: . _ACEOF ac_status=$? fi @@ -24942,7 +24942,7 @@ Configuration commands: $config_commands Report bugs to . -hawk home page: ." +hawk home page: ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 diff --git a/configure.ac b/configure.ac index 80cafa49..afacd816 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl AC_PREREQ([2.67]) -AC_INIT([hawk],[0.9.6],[Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)],[],[https://code.miflux.net/@hawk]) +AC_INIT([hawk],[0.9.6],[Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)],[],[https://code.miflux.net/hyung-hwan/hawk]) AC_CONFIG_HEADERS([lib/hawk-cfg.h]) AC_CONFIG_AUX_DIR([ac])