diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 8 |
2 files changed, 9 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2002-07-22 Timo Schulz <[email protected]> + + * configure.ac: Replace the 'c:/' variables with 'c:\' due + to the fact we already use '\' in the remaining code. + 2002-07-08 David Shaw <[email protected]> * configure.ac: Add --with-mailprog to override the use of diff --git a/configure.ac b/configure.ac index 899d90aff..4bf98a3b2 100644 --- a/configure.ac +++ b/configure.ac @@ -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" |