From 13a088295fc12ff4f0007efbbf282e8001a7f419 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 17 Sep 2013 10:32:04 +0200 Subject: [PATCH] update webpage references --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7887005..972ed98 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_INIT([yubikey-personalization], [1.14.2], [yubico-devel@googlegroups.com], [ykpers], - [http://yubico.github.io/yubikey-personalization/]) + [http://opensource.yubico.com/yubikey-personalization/]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) @@ -62,7 +62,7 @@ AC_LIB_HAVE_LINKFLAGS(yubikey,, [#include ], [yubikey_modhex_p("foo")]) if test "$ac_cv_libyubikey" != yes; then - AC_MSG_ERROR([libyubikey v1.5+ not found, see http://code.google.com/p/yubico-c/]) + AC_MSG_ERROR([libyubikey v1.5+ not found, see http://opensource.yubico.com/yubico-c/]) fi AC_ARG_WITH([backend], -- 2.39.5