diff options
author | David Shaw <[email protected]> | 2006-01-22 21:38:02 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2006-01-22 21:38:02 +0000 |
commit | d232175d8d1a15e9b3bbe0f336bd4e69a67e3ce4 (patch) | |
tree | 52c35c11b0bb574ec5a5950bffe479c37213bb95 | |
parent | * keydb.h, passphrase.c (next_to_last_passphrase): New. "Touch" a (diff) | |
download | gnupg-d232175d8d1a15e9b3bbe0f336bd4e69a67e3ce4.tar.gz gnupg-d232175d8d1a15e9b3bbe0f336bd4e69a67e3ce4.zip |
* configure.ac: Add define for EXEEXT so we can find keyserver helpers
on systems that use extensions.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-01-22 David Shaw <[email protected]> + + * configure.ac: Add define for EXEEXT so we can find keyserver + helpers on systems that use extensions. + 2005-12-23 David Shaw <[email protected]> * configure.ac: Add switch for DNS CERT. diff --git a/configure.ac b/configure.ac index ea6428721..08512bc0a 100644 --- a/configure.ac +++ b/configure.ac @@ -537,6 +537,9 @@ AC_SUBST(MPI_OPT_FLAGS) GNUPG_SYS_SYMBOL_UNDERSCORE 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 AC_SUBST(GPGKEYS_HKP,"gpgkeys_hkp$EXEEXT") fi |