corrected the project link in configure.ac

This commit is contained in:
hyung-hwan 2022-09-26 20:11:18 +09:00
parent d8aca13fdb
commit a86a79b490
2 changed files with 4 additions and 4 deletions

6
configure vendored
View File

@ -593,7 +593,7 @@ PACKAGE_TARNAME='hawk'
PACKAGE_VERSION='0.9.6' PACKAGE_VERSION='0.9.6'
PACKAGE_STRING='hawk 0.9.6' PACKAGE_STRING='hawk 0.9.6'
PACKAGE_BUGREPORT='Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)' 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. # Factoring default headers for most tests.
ac_includes_default="\ 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. it to find libraries and programs with nonstandard names/locations.
Report bugs to <Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)>. Report bugs to <Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)>.
hawk home page: <https://code.miflux.net/@hawk>. hawk home page: <https://code.miflux.net/hyung-hwan/hawk>.
_ACEOF _ACEOF
ac_status=$? ac_status=$?
fi fi
@ -24942,7 +24942,7 @@ Configuration commands:
$config_commands $config_commands
Report bugs to <Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)>. Report bugs to <Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)>.
hawk home page: <https://code.miflux.net/@hawk>." hawk home page: <https://code.miflux.net/hyung-hwan/hawk>."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1

View File

@ -1,6 +1,6 @@
dnl AC_PREREQ([2.67]) 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_HEADERS([lib/hawk-cfg.h])
AC_CONFIG_AUX_DIR([ac]) AC_CONFIG_AUX_DIR([ac])