expansion.
* lily/stencil-expression.cc (register_stencil_head): opps, append
to cdr of static SCM object. Backport.
+2006-05-24 Han-Wen Nienhuys <hanwen@lilypond.org>
+
+ * configure.in (LINK_GXX_STATICALLY): use "" to allow $
+ expansion.
+
+ * lily/stencil-expression.cc (register_stencil_head): opps, append
+ to cdr of static SCM object. Backport.
+
2006-05-22 Han-Wen Nienhuys <hanwen@lilypond.org>
* configure.in (LINK_GXX_STATICALLY): readlink for ncsb detect.
else
if test "$FCMATCH" != ""; then
for style in Roman Italic "Bold Italic" Bold; do
- NCSB_FILE=`$FCMATCH --verbose 'Century Schoolbook L:style=$style' | grep 'file:'`
+ NCSB_FILE=`$FCMATCH --verbose "Century Schoolbook L:style=$style" | grep 'file:'`
NCSB_FILE=`echo $NCSB_FILE | sed 's/^.*"\(.*\)".*$/\1/g'`
NCSB_FILE=`readlink -f $NCSB_FILE`
heads = scm_permanent_object (scm_cons (SCM_EOL, SCM_EOL));
scm_set_object_property_x (symbol, ly_symbol2scm ("stencil-head?"), SCM_BOOL_T);
- scm_set_cdr_x (heads, scm_cons (symbol, heads));
+ scm_set_cdr_x (heads, scm_cons (symbol, scm_cdr (heads)));
}
bool