Hash :
f36daeac
Author :
Date :
2023-09-29T23:01:30
Allow different --libtool options from multiple gnulib-tool invocations. * modules/crypto/gc (Makefile.am): Don't test GL_COND_LIBTOOL, since gnulib-tool already eliminates lib_LDFLAGS augmentations for non-libtool libraries. * modules/striconv (Makefile.am): Likewise. * modules/striconveh (Makefile.am): Likewise. * modules/termcap (Makefile.am): Likewise. * modules/terminfo (Makefile.am): Likewise.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
Description:
Core files for generic crypto package
Files:
lib/gc.h
lib/gc-libgcrypt.c
lib/gc-gnulib.c
m4/gc.m4
m4/libgcrypt.m4
Depends-on:
havelib
open
configure.ac:
gl_GC
gl_CONDITIONAL([GL_COND_OBJ_GC_LIBGCRYPT], [test "$ac_cv_libgcrypt" = yes])
if test $gl_cond_libtool = false; then
gl_ltlibdeps="$gl_ltlibdeps $LTLIBGCRYPT"
gl_libdeps="$gl_libdeps $LIBGCRYPT"
fi
Makefile.am:
if GL_COND_OBJ_GC_LIBGCRYPT
lib_SOURCES += gc-libgcrypt.c
else
lib_SOURCES += gc-gnulib.c
endif
lib_LDFLAGS += $(LTLIBGCRYPT)
Include:
"gc.h"
License:
LGPLv2+
Maintainer:
Simon Josefsson