From 6dd446be8c128c380fadb838e5976921364748d8 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Fri, 23 Jun 2017 23:01:02 +0200 Subject: [PATCH 1/2] Replace all occurrences of libmpsse.googlecode.com with github.com/devttys0/libmpsse --- src/configure | 12 ++++++------ src/configure.ac | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/configure b/src/configure index 7d49e2e..04404e4 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 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' 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 @@ -1641,7 +1641,7 @@ $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" > $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 ## ## --------------------------------------------- ## _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..84d6998 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]) AC_ARG_ENABLE([python],AS_HELP_STRING([--disable-python], [Do not build Python wrappers])) AS_IF([test "x$enable_python" != "xno"], [BUILD="swig"], [BUILD=""]) From 0f8d31e69469cf393cafc4983517a3283ba37da7 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sun, 23 Jul 2017 18:45:27 +0200 Subject: [PATCH 2/2] Actually this URL should be the bug tracker URL, not the homepage --- src/configure | 16 ++++++++-------- src/configure.ac | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/configure b/src/configure index 04404e4..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: https://github.com/devttys0/libmpsse 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='https://github.com/devttys0/libmpsse' +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 https://github.com/devttys0/libmpsse ## -## --------------------------------------------- ## +## ---------------------------------------------------------- ## +## 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 84d6998..3f9a91d 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.65]) -AC_INIT([libmpsse],[1.3],[https://github.com/devttys0/libmpsse]) +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=""])