mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* m4/gc.m4 (gl_GC): Move AC_LIBOBJ invocations from here... * modules/crypto/gc (configure.ac): ... to here.
38 lines
511 B
Plaintext
38 lines
511 B
Plaintext
Description:
|
|
Core files for generic crypto package
|
|
|
|
Files:
|
|
lib/gc.h
|
|
lib/gc-libgcrypt.c
|
|
lib/gc-gnulib.c
|
|
m4/gc.m4
|
|
|
|
Depends-on:
|
|
havelib
|
|
|
|
configure.ac:
|
|
gl_GC
|
|
if test "$ac_cv_libgcrypt" = yes; then
|
|
AC_LIBOBJ([gc-libgcrypt])
|
|
else
|
|
AC_LIBOBJ([gc-gnulib])
|
|
fi
|
|
if test $gl_cond_libtool = false; then
|
|
gl_ltlibdeps="$gl_ltlibdeps $LTLIBGCRYPT"
|
|
gl_libdeps="$gl_libdeps $LIBGCRYPT"
|
|
fi
|
|
|
|
Makefile.am:
|
|
if GL_COND_LIBTOOL
|
|
lib_LDFLAGS += $(LTLIBGCRYPT)
|
|
endif
|
|
|
|
Include:
|
|
"gc.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|