mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-11 22:52:47 +01:00
* configure.ac: Include a GNUPG_LIBEXECDIR in g10defs.h
This commit is contained in:
parent
0967b40c51
commit
58cfd8edc0
@ -1,3 +1,7 @@
|
|||||||
|
2002-07-24 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* configure.ac: Include a GNUPG_LIBEXECDIR in g10defs.h
|
||||||
|
|
||||||
2002-07-22 Timo Schulz <ts@winpt.org>
|
2002-07-22 Timo Schulz <ts@winpt.org>
|
||||||
|
|
||||||
* configure.ac: Replace the 'c:/' variables with 'c:\' due
|
* configure.ac: Replace the 'c:/' variables with 'c:\' due
|
||||||
|
17
configure.ac
17
configure.ac
@ -962,14 +962,16 @@ AC_CONFIG_COMMANDS(g10defs.h,[[
|
|||||||
cat >g10defs.tmp <<G10EOF
|
cat >g10defs.tmp <<G10EOF
|
||||||
/* Generated automatically by configure */
|
/* Generated automatically by configure */
|
||||||
#ifdef HAVE_DRIVE_LETTERS
|
#ifdef HAVE_DRIVE_LETTERS
|
||||||
#define G10_LOCALEDIR "c:\\\\lib\\\\gnupg\\\\locale"
|
#define G10_LOCALEDIR "c:\\\\lib\\\\gnupg\\\\locale"
|
||||||
#define GNUPG_LIBDIR "c:\\\\lib\\\\gnupg"
|
#define GNUPG_LIBDIR "c:\\\\lib\\\\gnupg"
|
||||||
#define GNUPG_DATADIR "c:\\\\lib\\\\gnupg"
|
#define GNUPG_LIBEXECDIR "c:\\\\lib\\\\gnupg"
|
||||||
#define GNUPG_HOMEDIR "c:\\\\gnupg"
|
#define GNUPG_DATADIR "c:\\\\lib\\\\gnupg"
|
||||||
|
#define GNUPG_HOMEDIR "c:\\\\gnupg"
|
||||||
#else
|
#else
|
||||||
#define G10_LOCALEDIR "${datadir}/locale"
|
#define G10_LOCALEDIR "${datadir}/locale"
|
||||||
#define GNUPG_LIBDIR "${libdir}/gnupg"
|
#define GNUPG_LIBDIR "${libdir}/gnupg"
|
||||||
#define GNUPG_DATADIR "${datadir}/gnupg"
|
#define GNUPG_LIBEXECDIR "${libexecdir}/gnupg"
|
||||||
|
#define GNUPG_DATADIR "${datadir}/gnupg"
|
||||||
#ifdef __VMS
|
#ifdef __VMS
|
||||||
#define GNUPG_HOMEDIR "/SYS\$LOGIN/gnupg"
|
#define GNUPG_HOMEDIR "/SYS\$LOGIN/gnupg"
|
||||||
#else
|
#else
|
||||||
@ -1004,6 +1006,7 @@ fi
|
|||||||
prefix=$prefix
|
prefix=$prefix
|
||||||
exec_prefix=$exec_prefix
|
exec_prefix=$exec_prefix
|
||||||
libdir=$libdir
|
libdir=$libdir
|
||||||
|
libexecdir=$libexecdir
|
||||||
datadir=$datadir
|
datadir=$datadir
|
||||||
DATADIRNAME=$DATADIRNAME
|
DATADIRNAME=$DATADIRNAME
|
||||||
]])
|
]])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user