pdf-devel
[Top][All Lists]
Advanced

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

Re: [pdf-devel] Task 88 - dependencies in configure.ac


From: jemarch
Subject: Re: [pdf-devel] Task 88 - dependencies in configure.ac
Date: Tue, 10 Feb 2009 01:48:27 +0100
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Hi Sylvain.

   Here's some progress with task #88 "Dependencies detection in
   configuration time".
 
   [...]

   If this sounds good to you I can polish configure.ac some more.

Seems quite convenient. If no one disagrees I would say to go with it.

   dnl Check if Unit testing support is available with Check or No-Check
   ut_support=no
   AM_CONDITIONAL([COMPILE_UT], [test "x$use_nocheck" = "xyes" -o 
"x$ac_cv_lib_check_suite_create" = "xyes"])
   if test "x$use_nocheck" = "xyes"; then
     ut_framework="(builtin No-Check)"
     ut_support=yes
   else
     if test "x$HAVE_LIBCHECK" != "xno"; then
       ut_framework="(Check)"
       ut_support=yes
     fi
   fi

Note that we are using nocheck just because check is not supporting
wine/windozes. So I think that we should not halt the sources
configuration if host=mingw and check is not available.

-- 
Jose E. Marchesi  <address@hidden>
                  http://www.jemarch.net
GNU Project       http://www.gnu.org




reply via email to

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