diff options
author | Timo Schulz <twoaday@freakmail.de> | 2002-07-23 10:54:40 +0200 |
---|---|---|
committer | Timo Schulz <twoaday@freakmail.de> | 2002-07-23 10:54:40 +0200 |
commit | d83e64968f0aaa757f8fbb89abbe59b38faeb23c (patch) | |
tree | d8d86340e417b0590a97759b325d37346f5937e1 /configure.ac | |
parent | * options.h, main.h, g10.c (main), import.c (parse_import_options, (diff) | |
download | gnupg2-d83e64968f0aaa757f8fbb89abbe59b38faeb23c.tar.xz gnupg2-d83e64968f0aaa757f8fbb89abbe59b38faeb23c.zip |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
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" |