1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* configure.ac: Do not set GNUPG_LIBEXECDIR in ./configure, so that

makefiles can override it.
This commit is contained in:
David Shaw 2003-02-06 21:21:05 +00:00
parent d52392f9e1
commit b7e3a74231
2 changed files with 5 additions and 5 deletions

View file

@ -839,12 +839,8 @@ if test "$print_egd_warning" = yes; then
***]])
fi
# 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 */
@ -857,7 +853,6 @@ cat >g10defs.tmp <<G10EOF
#else
#define G10_LOCALEDIR "${datadir}/locale"
#define GNUPG_LIBDIR "${libdir}/gnupg"
#define GNUPG_LIBEXECDIR "${libexecdir}/gnupg"
#define GNUPG_DATADIR "${datadir}/gnupg"
#ifdef __VMS
#define GNUPG_HOMEDIR "/SYS\$LOGIN/gnupg"