SOURCES (AC-branch): poldek-ac.patch (NEW) - fix for current autot...

glen glen at pld-linux.org
Tue Jul 17 23:43:09 CEST 2007


Author: glen                         Date: Tue Jul 17 21:43:09 2007 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- fix for current autotools (inspired from poldek at cvs)

---- Files affected:
SOURCES:
   poldek-ac.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/poldek-ac.patch
diff -u /dev/null SOURCES/poldek-ac.patch:1.1.2.1
--- /dev/null	Tue Jul 17 23:43:09 2007
+++ SOURCES/poldek-ac.patch	Tue Jul 17 23:43:04 2007
@@ -0,0 +1,16 @@
+--- poldek-0.20/configure.in	2007-07-18 00:40:06.808430585 +0300
++++ poldek-0.21-cvs20070703.00/configure.in	2007-07-03 01:05:52.000000000 +0300
+@@ -58,11 +59,8 @@
+ AM_CFLAGS="-Wall -W"
+ AC_SUBST(AM_CFLAGS)
+ 
+-AM_PATH_CHECK(,[have_check="yes"],
+-               [AC_MSG_WARN([check library not found; cannot run unit tests]) 
+-	       have_check="no"])
+-
+-
++PKG_CHECK_MODULES(CHECK, check >= 0.9.4, have_check=yes, have_check=no)
++ 
+ dnl Process features.
+ AC_CHECK_LIB(tinfo, tigetstr,,[
+ 	AC_CHECK_LIB(ncurses, tigetstr, ,[ 
================================================================


More information about the pld-cvs-commit mailing list