mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +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>
|
||||
|
||||
* 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
|
||||
/* Generated automatically by configure */
|
||||
#ifdef HAVE_DRIVE_LETTERS
|
||||
#define G10_LOCALEDIR "c:\\\\lib\\\\gnupg\\\\locale"
|
||||
#define GNUPG_LIBDIR "c:\\\\lib\\\\gnupg"
|
||||
#define GNUPG_DATADIR "c:\\\\lib\\\\gnupg"
|
||||
#define GNUPG_HOMEDIR "c:\\\\gnupg"
|
||||
#define G10_LOCALEDIR "c:\\\\lib\\\\gnupg\\\\locale"
|
||||
#define GNUPG_LIBDIR "c:\\\\lib\\\\gnupg"
|
||||
#define GNUPG_LIBEXECDIR "c:\\\\lib\\\\gnupg"
|
||||
#define GNUPG_DATADIR "c:\\\\lib\\\\gnupg"
|
||||
#define GNUPG_HOMEDIR "c:\\\\gnupg"
|
||||
#else
|
||||
#define G10_LOCALEDIR "${datadir}/locale"
|
||||
#define GNUPG_LIBDIR "${libdir}/gnupg"
|
||||
#define GNUPG_DATADIR "${datadir}/gnupg"
|
||||
#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"
|
||||
#else
|
||||
@ -1004,6 +1006,7 @@ fi
|
||||
prefix=$prefix
|
||||
exec_prefix=$exec_prefix
|
||||
libdir=$libdir
|
||||
libexecdir=$libexecdir
|
||||
datadir=$datadir
|
||||
DATADIRNAME=$DATADIRNAME
|
||||
]])
|
||||
|
Loading…
x
Reference in New Issue
Block a user