aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Ellmenreich <[email protected]>2001-06-22 09:25:55 +0000
committerNils Ellmenreich <[email protected]>2001-06-22 09:25:55 +0000
commitbafeff83354caaeba8eda186d6ddd0bfb9c680a7 (patch)
tree8508518e8347a5d3d59466bf8414385e6bd6b812
parentAdd gpgsplit tool (diff)
downloadgnupg-bafeff83354caaeba8eda186d6ddd0bfb9c680a7.tar.gz
gnupg-bafeff83354caaeba8eda186d6ddd0bfb9c680a7.zip
Mac OS X sed problem changed
-rw-r--r--doc/FAQ13
-rw-r--r--doc/faq.raw11
2 files changed, 15 insertions, 9 deletions
diff --git a/doc/FAQ b/doc/FAQ
index c47984d7a..ecf07208a 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -2,8 +2,8 @@
GNUPG FREQUENTLY ASKED QUESTIONS
-Version: 1.5.1
-Last-Modified: Jun 15, 2001
+Version: 1.5.2
+Last-Modified: Jun 22, 2001
Maintained-by: Nils Ellmenreich <nils 'at' gnupg.org>
@@ -89,7 +89,7 @@ you could search in the mailing list archive.
6.15) I still have a problem. How do I report a bug?
6.16) Why doesn't GnuPG support X509 certificates?
6.17) Why do national characters in my user ID look funny?
- 6.18) I get 'sed' errors when running ./configure on OS X ...
+ 6.18) I get 'sed' errors when running ./configure on Mac OS X ...
7. ADVANCED TOPICS
7.1) How does this whole thing work?
@@ -714,9 +714,12 @@ in it - why?
0xA5). This might also be the reason why keyservers can't find
your key.
-6.18) I get 'sed' errors when running ./configure on OS X ...
+6.18) I get 'sed' errors when running ./configure on Mac OS X ...
- Please install GNU sed and use it instead of the broken OS X sed.
+ This will be fixed after GnuPG has been upgraded to
+ autoconf-2.50. Until then, find the line setting CDPATH in the
+ configure script and place a unset CDPATH statement
+ below it.
7. ADVANCED TOPICS
diff --git a/doc/faq.raw b/doc/faq.raw
index d03e5a768..d7872d8de 100644
--- a/doc/faq.raw
+++ b/doc/faq.raw
@@ -13,8 +13,8 @@ The most recent version of the FAQ is available from
[H H1]GNUPG FREQUENTLY ASKED QUESTIONS[H /H1]
-Version: 1.5.1[H p]
-Last-Modified: Jun 15, 2001[H p]
+Version: 1.5.2[H p]
+Last-Modified: Jun 22, 2001[H p]
Maintained-by: [$maintainer]
@@ -681,9 +681,12 @@ in it - why?
0xA5). This might also be the reason why keyservers can't find
your key.
-<Q> I get 'sed' errors when running ./configure on OS X ...
+<Q> I get 'sed' errors when running ./configure on Mac OS X ...
- Please install GNU sed and use it instead of the broken OS X sed.
+ This will be fixed after GnuPG has been upgraded to
+ autoconf-2.50. Until then, find the line setting CDPATH in the
+ configure script and place a [H pre]unset CDPATH[H /pre] statement
+ below it.
<S> ADVANCED TOPICS