1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* mkdtemp.c: Copied from gnupg-1.0.6c and changed to use libgcrypt.

* configure.ac (mkdtemp): See whether we have to provide a
replacement.
This commit is contained in:
Werner Koch 2002-01-23 15:49:58 +00:00
parent d9a4ccf94e
commit 1280f16d96
3 changed files with 104 additions and 0 deletions

View file

@ -33,6 +33,7 @@ libcommon_a_SOURCES = \
maperror.c \
sysutils.c sysutils.h
libcommon_a_LIBADD = @LIBOBJS@
errors.c : errors.h mkerrors
$(srcdir)/mkerrors < $(srcdir)/errors.h > errors.c