mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01: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
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2002-07-08 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* configure.ac: Add --with-mailprog to override the use of
|
||||
|
@ -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…
x
Reference in New Issue
Block a user