mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
* configure.ac: Do not set GNUPG_LIBEXECDIR in ./configure, so that
makefiles can override it.
This commit is contained in:
parent
d52392f9e1
commit
b7e3a74231
@ -1,3 +1,8 @@
|
|||||||
|
2003-02-06 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* configure.ac: Do not set GNUPG_LIBEXECDIR in ./configure, so
|
||||||
|
that makefiles can override it.
|
||||||
|
|
||||||
2003-02-02 David Shaw <dshaw@jabberwocky.com>
|
2003-02-02 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* configure.ac (ALL_LINGUAS): Needs to be on one line to avoid
|
* configure.ac (ALL_LINGUAS): Needs to be on one line to avoid
|
||||||
|
@ -839,12 +839,8 @@ if test "$print_egd_warning" = yes; then
|
|||||||
***]])
|
***]])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Note the \\\\ for backslashes. Autoconf eats one layer, leaving \\
|
# Note the \\\\ for backslashes. Autoconf eats one layer, leaving \\
|
||||||
|
|
||||||
AC_SUBST(GNUPG_LIBEXECDIR,"${libexecdir}/gnupg")
|
|
||||||
|
|
||||||
AC_CONFIG_COMMANDS(g10defs.h,[[
|
AC_CONFIG_COMMANDS(g10defs.h,[[
|
||||||
cat >g10defs.tmp <<G10EOF
|
cat >g10defs.tmp <<G10EOF
|
||||||
/* Generated automatically by configure */
|
/* Generated automatically by configure */
|
||||||
@ -857,7 +853,6 @@ cat >g10defs.tmp <<G10EOF
|
|||||||
#else
|
#else
|
||||||
#define G10_LOCALEDIR "${datadir}/locale"
|
#define G10_LOCALEDIR "${datadir}/locale"
|
||||||
#define GNUPG_LIBDIR "${libdir}/gnupg"
|
#define GNUPG_LIBDIR "${libdir}/gnupg"
|
||||||
#define GNUPG_LIBEXECDIR "${libexecdir}/gnupg"
|
|
||||||
#define GNUPG_DATADIR "${datadir}/gnupg"
|
#define GNUPG_DATADIR "${datadir}/gnupg"
|
||||||
#ifdef __VMS
|
#ifdef __VMS
|
||||||
#define GNUPG_HOMEDIR "/SYS\$LOGIN/gnupg"
|
#define GNUPG_HOMEDIR "/SYS\$LOGIN/gnupg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user