Status: Started
Owner: ----
Labels: Type-Enhancement Patch-new
New issue 3238 by [email protected]: Patch: Fixup default prefix
replacement in aclocal.m4
http://code.google.com/p/lilypond/issues/detail?id=3238
Fixup default prefix replacement in aclocal.m4
The string NONE was not properly replaced by the default value.
$ diff config.status.backup config.status
806c806
< D["DATADIR"]=" \"NONE/share\""
---
> D["DATADIR"]=" \"/usr/local/share\""
808c808
< D["LIBDIR"]=" \"NONE/lib\""
---
> D["LIBDIR"]=" \"/usr/local/lib\""
http://codereview.appspot.com/7755043
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings