gah. escape $ in the here block.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2003-01-15 22:50:23 +00:00
parent 82a649b67c
commit dc5e3b9ec5

View File

@@ -31,7 +31,7 @@ use it to enable builds with an uninstalled wxWindows version for
package building and bleeding edge developers. To do so, use it like
this:
${wx_builddir}/wx-config --prefix=${wx_srcdir} --exec-prefix=${wx_builddir}
\${wx_builddir}/wx-config --prefix=\${wx_srcdir} --exec-prefix=\${wx_builddir}
Note that any other options supplied must come *after* the prefix
specification for it to take effect.