mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
2002-07-22 Timo Schulz <ts@winpt.org>
* configure.ac: Replace the 'c:/' variables with 'c:\' due to the fact we already use '\' in the remaining code.
This commit is contained in:
parent
125613737c
commit
d83e64968f
2 changed files with 9 additions and 4 deletions
|
@ -962,10 +962,10 @@ 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_DATADIR "c:\\\\lib\\\\gnupg"
|
||||
#define GNUPG_HOMEDIR "c:\\\\gnupg"
|
||||
#else
|
||||
#define G10_LOCALEDIR "${datadir}/locale"
|
||||
#define GNUPG_LIBDIR "${libdir}/gnupg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue