diff -u -r ../pgp4pine-1.75-orig/configure ./configure
--- ../pgp4pine-1.75-orig/configure	Thu Aug 24 09:25:11 2000
+++ ./configure	Thu Aug 24 09:35:39 2000
@@ -728,7 +728,7 @@
 
 
 
-CFLAGS="-O"
+#CFLAGS="-O"
 # Extract the first word of "gcc", so it can be a program name with args.
 set dummy gcc; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
diff -u -r ../pgp4pine-1.75-orig/pgp4pine/docs/en/Makefile.in ./pgp4pine/docs/en/Makefile.in
--- ../pgp4pine-1.75-orig/pgp4pine/docs/en/Makefile.in	Thu Aug 24 09:25:11 2000
+++ ./pgp4pine/docs/en/Makefile.in	Thu Aug 24 09:31:41 2000
@@ -59,6 +59,7 @@
 PACKAGE = @PACKAGE@
 RANLIB = @RANLIB@
 VERSION = @VERSION@
+docdir = $(prefix)/share/doc
 
 EXTRA_DIST = FAQ LICENSE PGP_MIME pgp4pine.1 pgp4pinerc 
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -161,20 +162,20 @@
 
 
 install-data-local:
-	$(mkinstalldirs) $(prefix)/doc/pgp4pine/
-	$(INSTALL_DATA) FAQ $(prefix)/doc/pgp4pine/FAQ
-	$(mkinstalldirs) $(prefix)/doc/pgp4pine/
-	$(INSTALL_DATA) PGP_MIME $(prefix)/doc/pgp4pine/PGP_MIME
+	$(mkinstalldirs) $(docdir)/pgp4pine/
+	$(INSTALL_DATA) FAQ $(docdir)/pgp4pine/FAQ
+	$(mkinstalldirs) $(docdir)/pgp4pine/
+	$(INSTALL_DATA) PGP_MIME $(docdir)/pgp4pine/PGP_MIME
 	$(mkinstalldirs) $(mandir)/man1/
 	$(INSTALL_DATA) pgp4pine.1 $(mandir)/man1/pgp4pine.1
-	$(mkinstalldirs) $(prefix)/doc/pgp4pine/
-	$(INSTALL_DATA) pgp4pinerc $(prefix)/doc/pgp4pine/example.pgp4pinerc
+	$(mkinstalldirs) $(docdir)/pgp4pine/
+	$(INSTALL_DATA) pgp4pinerc $(docdir)/pgp4pine/example.pgp4pinerc
 
 uninstall-local:
-	-rm -f $(prefix)/doc/pgp4pine/FAQ
-	-rm -f $(prefix)/doc/pgp4pine/PGP_MIME
+	-rm -f $(docdir)/pgp4pine/FAQ
+	-rm -f $(docdir)/pgp4pine/PGP_MIME
 	-rm -f $(mandir)/man1/pgp4pine.1
-	-rm -f $(prefix)/doc/pgp4pine/example.pgp4pinerc
+	-rm -f $(docdir)/pgp4pine/example.pgp4pinerc
 
 ####### kdevelop will overwrite this part!!! (end)############
 
diff -u -r ../pgp4pine-1.75-orig/pgp4pine/docs/en/pgp4pine.1.in ./pgp4pine/docs/en/pgp4pine.1.in
--- ../pgp4pine-1.75-orig/pgp4pine/docs/en/pgp4pine.1.in	Thu Aug 24 09:25:11 2000
+++ ./pgp4pine/docs/en/pgp4pine.1.in	Thu Aug 24 09:33:25 2000
@@ -25,7 +25,7 @@
 
 .TP 3
 0. 
-Open your ~/.pgp4pinerc (if you don't have one, copy it from @prefix@/doc/pgp4pine/pgp4pinerc or @prefix@/doc/packages/pgp4pine/pgp4pinerc and rename it to .pgp4pinerc and edit it. 
+Open your ~/.pgp4pinerc (if you don't have one, copy it from @prefix@/share/doc/pgp4pine/pgp4pinerc, rename it to .pgp4pinerc and edit it. 
 .TP
 1. 
 In pine, go into Setup, then Configuration.
