aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 598e461e6..8cb499a6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2002-07-24 David Shaw <[email protected]>
- * configure.ac: Include a GNUPG_LIBEXECDIR in g10defs.h
+ * configure.ac: Include a GNUPG_LIBEXECDIR in g10defs.h, as well
+ as a SUBST for Makefiles.
2002-07-22 Timo Schulz <[email protected]>
diff --git a/configure.ac b/configure.ac
index 3bc7fa753..4f076b3a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -958,6 +958,8 @@ AC_SUBST(NETLIBS)
# Note the \\\\ for backslashes. Autoconf eats one layer, leaving \\
+AC_SUBST(GNUPG_LIBEXECDIR,"${libexecdir}/gnupg")
+
AC_CONFIG_COMMANDS(g10defs.h,[[
cat >g10defs.tmp <<G10EOF
/* Generated automatically by configure */