bug-gnulib
[Top][All Lists]
Advanced

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

Re: The havelib module


From: Simon Josefsson
Subject: Re: The havelib module
Date: Sat, 07 Feb 2009 19:57:50 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.90 (gnu/linux)

Sylvain Beucler <address@hidden> writes:

> I'm working upon GNUpdf's configure.ac:
>
>   AC_LIB_HAVE_LINKFLAGS(
>       [jbig2dec],  dnl lib name
>       [],          dnl no dependencies
>       [],          dnl not checking <jbig.h> because it requires <stdint.h>
>                    dnl (for uint8_t) from Gnulib which isn't built yet
>       dnl code to test linking:
>       [extern void* jbig2_ctx_new(); void* t = jbig2_ctx_new;]
>   )
>
> (initial configure.ac is:)
> http://bzr.savannah.gnu.org/lh/pdf/libgnupdf/branches/trunk/annotate/head:/configure.ac
>
>
> It doesn't seem to work the same, --with-jbig2dec is missing:
>
> $ ./configure --help | grep with
>   --enable-coverage       Compile the library with code coverage support
>   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
>   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
>   --with-pic              try to use only PIC/non-PIC objects [default=use
>   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
>   --with-zlib=DIR root directory path of zlib installation defaults to
>   --without-zlib to disable zlib usage completely
>   --with-gnu-ld           assume the C compiler uses GNU ld default=no
>   --with-libjbig2dec-prefix[=DIR]  search for libjbig2dec in DIR/include and 
> DIR/lib
>   --without-libjbig2dec-prefix     don't search for libjbig2dec in includedir 
> and libdir
>   --with-libgcrypt-prefix=PFX
>
>
> I refreshed gnulib yesterday and today - i.e. not using an old version
> :)

I'm out of ideas.  Bruno?

/Simon




reply via email to

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