diff options
author | David Shaw <[email protected]> | 2002-07-24 18:38:56 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-07-24 18:38:56 +0000 |
commit | 89b42e124e9bcaf53ce5bc40d6b6b9bbfc4fd2ac (patch) | |
tree | 439df88c3677f11127eabc1a394bfbcaf03332f1 | |
parent | * configure.ac: Include a GNUPG_LIBEXECDIR in g10defs.h (diff) | |
download | gnupg-89b42e124e9bcaf53ce5bc40d6b6b9bbfc4fd2ac.tar.gz gnupg-89b42e124e9bcaf53ce5bc40d6b6b9bbfc4fd2ac.zip |
* configure.ac: Include a GNUPG_LIBEXECDIR in g10defs.h, as well as a
SUBST for Makefiles.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 */ |