diff --git a/doc/html/C/xacc-accountedit.html b/doc/html/C/xacc-accountedit.html
index 14f1ca97ff..b1a77abbd9 100644
--- a/doc/html/C/xacc-accountedit.html
+++ b/doc/html/C/xacc-accountedit.html
@@ -18,8 +18,8 @@
field. The account type cannot be changed.
A new Parent Account can be selected. Only those accounts that
can legally become the parent of the present account are shown.
- The source for Stock Quotes can be selected. FIXME:
- could somebody who uses this feature please document it?>
+ The source for Stock Quotes can be selected. See
+ the ticker for more information.
Notes about the account can be edited.
diff --git a/doc/html/C/xacc-ticker.html b/doc/html/C/xacc-ticker.html
index 9132b2d85d..25bca206fd 100644
--- a/doc/html/C/xacc-ticker.html
+++ b/doc/html/C/xacc-ticker.html
@@ -33,16 +33,30 @@
Select a quote source from the pull-down menu. Currently
supported quote sources include Yahoo, Yahoo
- Europe, Fidelity Investments, T. Rowe Price
- and the Vanguard Group. Note that Yahoo will provide
- price quotes for many mutual funds including Fidelity,
- T.Rowe Price and Vanguard, and that the quoted prices at
- Yahoo should be identical to those that may be found
- at the source sites (otherwise, somebody's reporting wrong
- information!). If you choose Yahoo Europe, you should append
- the market code for the security, such as PA for Paris, BE
- for Berlin, etc. Example: 12150.PA (a Peugot security in the
- Paris market).
+ Europe, Fidelity Investments, T. Rowe Price,
+ the Vanguard Group and the Australian Stock
+ Exchange (ASX). Note that Yahoo will provide price quotes
+ for many mutual funds including Fidelity, T.Rowe Price
+ and Vanguard, and that the quoted prices at Yahoo should
+ be identical to those that may be found at the source sites
+ (otherwise, somebody's reporting wrong information!). If you
+ choose Yahoo Europe, you should append the market code for the
+ security, such as PA for Paris, BE for Berlin, etc. Example:
+ 12150.PA (a Peugot security in the Paris market).
+
+ Ensure that the currency of the account matches the source
+ of the stock you have selected. This means:
+
+ - Quotes from the Australian Stock Exchange (ASX)
+ should be in Australian dollars (AUD).
+
+ - Quotes from Yahoo Europe should be in Euros (ECU)
+
+ - Quotes from Yahoo, Fidelity Investments,
+ T. Rowe Price and the Vanguard Group
+ should be in US Dollars (USD).
+
+
+
A sample image is shown below:

diff --git a/lib/Makefile.in b/lib/Makefile.in
index 9e9e4bcf87..c95d82f7c8 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -53,7 +53,8 @@ include @top_srcdir@/Makefile.common
# Right now we only configure g-wrap once per make distclean, but we
# try and re-build every make.
g-wrap.configure:
- (cd g-wrap && ./configure --prefix=${PWD}/g-wrap-install)
+ (cd g-wrap && \
+ ./configure --prefix=${ABSOLUTE_TOP_SRCDIR}/lib/g-wrap-install)
touch g-wrap.configure
DIST_TRASH += g-wrap.configure