From c5928f9faa86cc687dcd296c5701fa934804619b Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Sun, 3 Jul 2011 12:53:33 +0200 Subject: [PATCH] disable build. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 8a86808..6fba980 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,8 @@ AC_LIBTOOL_DLOPEN AC_PROG_LIBTOOL +AC_MSG_ERROR([Because of changes in the ultimate-guitar.com website this plugin is no longer functional]) + ############################################################################ PKG_CHECK_MODULES([gmpcguitartabs], @@ -35,6 +37,7 @@ PKG_CHECK_MODULES([gmpcguitartabs], ]) + AC_SUBST(gmpcguitartabs_LIBS) AC_SUBST(gmpcguitartabs_CFLAGS) -- 2.11.4.GIT