]> git.donarmstrong.com Git - lilypond.git/commit
configure: Fixup default --prefix replacement (issue 3238).
authorJulien Rioux <jrioux@physics.utoronto.ca>
Tue, 12 Mar 2013 14:20:45 +0000 (10:20 -0400)
committerJulien Rioux <jrioux@physics.utoronto.ca>
Wed, 20 Mar 2013 20:14:37 +0000 (16:14 -0400)
commitf2e629583f8d29395eacb6a43cbe5798dd3616f3
treef6f0ca6fe984fe81b3037083be89a9bf32239776
parent0840d13e6d695215b1c353c35eaf32bfd78b3709
configure: Fixup default --prefix replacement (issue 3238).

Fixup the default prefix replacement in aclocal.m4 while
handling all possible combinations of --exec-prefix and
--prefix being specified or not.

The following is a diff of the resulting config.status
before/after this patch:

$ 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\""
aclocal.m4