log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / crypto / gc
blob339cb81638d1353d25bcdce67747b468c8f357f1
1 Description:
2 Core files for generic crypto package
4 Files:
5 lib/gc.h
6 lib/gc-libgcrypt.c
7 lib/gc-gnulib.c
8 m4/gc.m4
10 Depends-on:
11 havelib
13 configure.ac:
14 gl_GC
15 if test "$ac_cv_libgcrypt" = yes; then
16   AC_LIBOBJ([gc-libgcrypt])
17 else
18   AC_LIBOBJ([gc-gnulib])
20 if test $gl_cond_libtool = false; then
21   gl_ltlibdeps="$gl_ltlibdeps $LTLIBGCRYPT"
22   gl_libdeps="$gl_libdeps $LIBGCRYPT"
25 Makefile.am:
26 if GL_COND_LIBTOOL
27 lib_LDFLAGS += $(LTLIBGCRYPT)
28 endif
30 Include:
31 "gc.h"
33 License:
34 LGPLv2+
36 Maintainer:
37 Simon Josefsson