diff --git a/src/configure b/src/configure index 7d49e2e..d88be0a 100755 --- a/src/configure +++ b/src/configure @@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.65 for libmpsse 1.3. # -# Report bugs to . +# Report bugs to . # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -231,7 +231,7 @@ fi $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org and -$0: http://libmpsse.googlecode.com about your system, +$0: https://github.com/devttys0/libmpsse/issues about your system, $0: including any error possibly output before this $0: message. Then install a modern shell, or manually run $0: the script under such a shell if you do have one." @@ -554,7 +554,7 @@ PACKAGE_NAME='libmpsse' PACKAGE_TARNAME='libmpsse' PACKAGE_VERSION='1.3' PACKAGE_STRING='libmpsse 1.3' -PACKAGE_BUGREPORT='http://libmpsse.googlecode.com' +PACKAGE_BUGREPORT='https://github.com/devttys0/libmpsse/issues' PACKAGE_URL='' ac_unique_file="mpsse.c" @@ -1290,7 +1290,7 @@ Some influential environment variables: 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 . +Report bugs to . _ACEOF ac_status=$? fi @@ -1640,9 +1640,9 @@ $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" > { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ( cat <<\_ASBOX -## --------------------------------------------- ## -## Report this to http://libmpsse.googlecode.com ## -## --------------------------------------------- ## +## ---------------------------------------------------------- ## +## Report this to https://github.com/devttys0/libmpsse/issues ## +## ---------------------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -4145,7 +4145,7 @@ Usage: $0 [OPTION]... [TAG]... Configuration files: $config_files -Report bugs to ." +Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 diff --git a/src/configure.ac b/src/configure.ac index 7c3130a..3f9a91d 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.65]) -AC_INIT([libmpsse],[1.3],[http://libmpsse.googlecode.com]) +AC_INIT([libmpsse],[1.3],[https://github.com/devttys0/libmpsse/issues]) AC_ARG_ENABLE([python],AS_HELP_STRING([--disable-python], [Do not build Python wrappers])) AS_IF([test "x$enable_python" != "xno"], [BUILD="swig"], [BUILD=""])