mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
2005-04-15 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Check for /usr/bin/shred and define SHRED. tools/ 2005-04-15 Marcus Brinkmann <marcus@g10code.de> * symcryptrun.c (remove_file): New function. (confucius_copy_file): Accept new argument PLAIN and shred the file if it is set on error.
This commit is contained in:
parent
f527f721d4
commit
e0d6d1c476
4 changed files with 90 additions and 19 deletions
23
configure.ac
23
configure.ac
|
@ -470,8 +470,18 @@ AC_SUBST(LIBUSB_LIBS)
|
|||
AC_CHECK_FUNCS(usb_create_match)
|
||||
|
||||
#
|
||||
# libutil has openpty() and login_tty().
|
||||
# Check wether it is necessary to link against libdl.
|
||||
#
|
||||
LIBS=""
|
||||
AC_SEARCH_LIBS(dlopen, c dl,,,)
|
||||
DL_LIBS=$LIBS
|
||||
AC_SUBST(DL_LIBS)
|
||||
|
||||
#
|
||||
# Checks for symcryptrun:
|
||||
#
|
||||
|
||||
# libutil has openpty() and login_tty().
|
||||
AC_CHECK_LIB(util, openpty,
|
||||
[ LIBUTIL_LIBS="$LIBUTIL_LIBS -lutil"
|
||||
AC_DEFINE(HAVE_LIBUTIL,1,
|
||||
|
@ -479,13 +489,10 @@ AC_CHECK_LIB(util, openpty,
|
|||
])
|
||||
AC_SUBST(LIBUTIL_LIBS)
|
||||
|
||||
#
|
||||
# Check wether it is necessary to link against libdl.
|
||||
#
|
||||
LIBS=""
|
||||
AC_SEARCH_LIBS(dlopen, c dl,,,)
|
||||
DL_LIBS=$LIBS
|
||||
AC_SUBST(DL_LIBS)
|
||||
# shred is used to clean temporary plain text files.
|
||||
AC_PATH_PROG(SHRED, shred, /usr/bin/shred)
|
||||
AC_DEFINE_UNQUOTED(SHRED,
|
||||
"${SHRED}", [defines the filename of the shred program])
|
||||
|
||||
#
|
||||
# OpenSC is needed by the SCdaemon - if it is not availbale we can only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue