aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Schulz <[email protected]>2002-07-23 08:54:40 +0000
committerTimo Schulz <[email protected]>2002-07-23 08:54:40 +0000
commitd83e64968f0aaa757f8fbb89abbe59b38faeb23c (patch)
treed8d86340e417b0590a97759b325d37346f5937e1
parent* options.h, main.h, g10.c (main), import.c (parse_import_options, (diff)
downloadgnupg-d83e64968f0aaa757f8fbb89abbe59b38faeb23c.tar.gz
gnupg-d83e64968f0aaa757f8fbb89abbe59b38faeb23c.zip
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.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac8
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 35d869c65..6adea2f5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"