I don't know if you want this patch as-is or want to do something more
complex, but at least Debian unstable is now pushing all packages towards
libart2 instead of libart.  Here's a patch just for the record, and in
case anyone reading the list has a similar issue.

Index: gnubg/m4/libart.m4
===================================================================
--- gnubg.orig/m4/libart.m4     2006-01-14 02:07:52.000000000 -0800
+++ gnubg/m4/libart.m4  2006-03-04 14:35:37.000000000 -0800
@@ -28,11 +28,11 @@ AC_ARG_ENABLE(libarttest, [  --disable-l
   if test x$libart_prefix != x ; then
      libart_args="$libart_args --prefix=$libart_prefix"
      if test x${LIBART_CONFIG+set} != xset ; then
-        LIBART_CONFIG=$libart_prefix/bin/libart-config
+        LIBART_CONFIG=$libart_prefix/bin/libart2-config
      fi
   fi
 
-  AC_PATH_PROG(LIBART_CONFIG, libart-config, no)
+  AC_PATH_PROG(LIBART_CONFIG, libart2-config, no)
   min_libart_version=ifelse([$1], ,0.2.5,$1)
   AC_MSG_CHECKING(for LIBART - version >= $min_libart_version)
   no_libart=""

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>


_______________________________________________
Bug-gnubg mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to