mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-17 14:07:03 +01:00
* README, configure.ac: --with-exec-path is now clarified into
--disable-keyserver-path
This commit is contained in:
parent
623ca88d03
commit
1f703dadd1
@ -1,5 +1,8 @@
|
|||||||
2002-07-30 David Shaw <dshaw@jabberwocky.com>
|
2002-07-30 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* README, configure.ac: --with-exec-path is now clarified into
|
||||||
|
--disable-keyserver-path
|
||||||
|
|
||||||
* NEWS: changes since 1.1.90.
|
* NEWS: changes since 1.1.90.
|
||||||
|
|
||||||
2002-07-24 David Shaw <dshaw@jabberwocky.com>
|
2002-07-24 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
9
README
9
README
@ -519,11 +519,10 @@
|
|||||||
Disable only keyserver helpers (not including
|
Disable only keyserver helpers (not including
|
||||||
HKP).
|
HKP).
|
||||||
|
|
||||||
--enable-exec-path=PATH
|
--disable-keyserver-path
|
||||||
Force the exec search path to be set to PATH.
|
Disables the user's ability to use the exec-path
|
||||||
Note that this only really applies to keyserver
|
feature to add additional search directories when
|
||||||
helpers as the photo-viewer can include its own
|
executing a keyserver helper.
|
||||||
path.
|
|
||||||
|
|
||||||
--with-photo-viewer=FIXED_VIEWER
|
--with-photo-viewer=FIXED_VIEWER
|
||||||
Force the photo viewer to be FIXED_VIEWER and
|
Force the photo viewer to be FIXED_VIEWER and
|
||||||
|
19
configure.ac
19
configure.ac
@ -130,17 +130,6 @@ if test "$use_exec" = no ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$use_exec" = yes ; then
|
if test "$use_exec" = yes ; then
|
||||||
AC_MSG_CHECKING([whether to use a restricted exec-path])
|
|
||||||
AC_ARG_WITH(exec-path,
|
|
||||||
[ --with-exec-path=PATH restrict exec-path to PATH],
|
|
||||||
[if test "$withval" = yes ; then
|
|
||||||
withval=no
|
|
||||||
elif test "$withval" != no ; then
|
|
||||||
AC_DEFINE_UNQUOTED(FIXED_EXEC_PATH,"$withval",
|
|
||||||
[if set, restrict exec-path to this value])
|
|
||||||
fi],withval=no)
|
|
||||||
AC_MSG_RESULT($withval)
|
|
||||||
|
|
||||||
AC_MSG_CHECKING([whether to enable photo ID viewing])
|
AC_MSG_CHECKING([whether to enable photo ID viewing])
|
||||||
AC_ARG_ENABLE(photo-viewers,
|
AC_ARG_ENABLE(photo-viewers,
|
||||||
[ --disable-photo-viewers disable photo ID viewers],
|
[ --disable-photo-viewers disable photo ID viewers],
|
||||||
@ -197,6 +186,14 @@ if test "$use_exec" = yes ; then
|
|||||||
try_mailto=$enableval, try_mailto=yes)
|
try_mailto=$enableval, try_mailto=yes)
|
||||||
AC_MSG_RESULT($try_mailto)
|
AC_MSG_RESULT($try_mailto)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AC_MSG_CHECKING([whether to disable keyserver exec-path])
|
||||||
|
AC_ARG_ENABLE(keyserver-path,
|
||||||
|
[ --disable-keyserver-path disable the exec-path option for keyserver helpers],
|
||||||
|
[if test "$enableval" = no ; then
|
||||||
|
AC_DEFINE(DISABLE_KEYSERVER_PATH,1,[define to disable exec-path for keyserver helpers])
|
||||||
|
fi],enableval=yes)
|
||||||
|
AC_MSG_RESULT($enableval)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_MSG_CHECKING([whether included zlib is requested])
|
AC_MSG_CHECKING([whether included zlib is requested])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user