bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] [PATCH] Support libart2


From: Russ Allbery
Subject: [Bug-gnubg] [PATCH] Support libart2
Date: Sat, 20 May 2006 20:37:34 -0700
User-agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.4.18 (linux)

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 (address@hidden)             <http://www.eyrie.org/~eagle/>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]