mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-18 14:17:03 +01:00
* configure.ac: Add define for EXEEXT so we can find keyserver helpers
on systems that use extensions.
This commit is contained in:
parent
dbe415ea61
commit
d232175d8d
@ -1,3 +1,8 @@
|
|||||||
|
2006-01-22 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* configure.ac: Add define for EXEEXT so we can find keyserver
|
||||||
|
helpers on systems that use extensions.
|
||||||
|
|
||||||
2005-12-23 David Shaw <dshaw@jabberwocky.com>
|
2005-12-23 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* configure.ac: Add switch for DNS CERT.
|
* configure.ac: Add switch for DNS CERT.
|
||||||
|
@ -537,6 +537,9 @@ AC_SUBST(MPI_OPT_FLAGS)
|
|||||||
GNUPG_SYS_SYMBOL_UNDERSCORE
|
GNUPG_SYS_SYMBOL_UNDERSCORE
|
||||||
|
|
||||||
dnl These need to go after AC_PROG_CC so that $EXEEXT is defined
|
dnl These need to go after AC_PROG_CC so that $EXEEXT is defined
|
||||||
|
|
||||||
|
AC_DEFINE_UNQUOTED(EXEEXT,"$EXEEXT",[The executable file extension, if any])
|
||||||
|
|
||||||
if test x"$try_hkp" = xyes ; then
|
if test x"$try_hkp" = xyes ; then
|
||||||
AC_SUBST(GPGKEYS_HKP,"gpgkeys_hkp$EXEEXT")
|
AC_SUBST(GPGKEYS_HKP,"gpgkeys_hkp$EXEEXT")
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user