Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1454)

Issue 7755043: Fixup default prefix replacement in aclocal.m4 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by Julien Rioux
Modified:
10 years, 9 months ago
Reviewers:
janek
CC:
lilypond-devel_gnu.org
Base URL:
http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Visibility:
Public.

Description

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\""

Patch Set 1 #

Patch Set 2 : Handle all combinations of (exec)_prefix specified or not #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M aclocal.m4 View 1 3 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 1
janek
11 years, 1 month ago (2013-03-12 22:47:43 UTC) #1
i don't feel competent enough to say LGTM, but i certainly didn't notice
anything wrong.

best
Janek
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b