From 68b50b0914af4557637ca87c044ff93b9414a17a Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 6 Nov 2004 22:32:29 +0000 Subject: [PATCH] (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no need to link to GUILE et al. --- ChangeLog | 18 ++++++++++++------ python/GNUmakefile | 5 ++++- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 15ffb3799a..9639493530 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-06 Jan Nieuwenhuizen + + * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no + need to link to GUILE et al. + 2004-11-06 Han-Wen Nienhuys * scm/define-music-properties.scm (all-music-properties): add @@ -27,24 +32,25 @@ * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard. - * tex/lilyponddefs.tex: If inputencodingUse latin1 inputencoding if + * tex/lilyponddefs.tex: If no inputencoding use latin1. (backportme) * scm/framework-tex.scm (font-load-command): Use T1 if no - font-encoding set. + font-encoding set. (backportme) * scm/lily.scm (postscript->pdf): Remove .pdf file if it - exists before converting. + exists before converting. (backportme) * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it - exists before converting. - (convert-to-ps): Remove .ps file if it exists before converting. + exists before converting. (backportme) + (convert-to-ps): Remove .ps file if it exists before + converting. (backportme) * lily/lexer.ll: Remove extra progress newline, use present tense. * scm/paper.scm (paper-alist): public. * scm/framework-tex.scm (convert-to-ps): * scm/lily.scm (postscript->pdf): Do not leak papersizename into - command line. (backportme) + command line. 2004-11-06 Han-Wen Nienhuys diff --git a/python/GNUmakefile b/python/GNUmakefile index fbf7aed985..bc9d2baeb5 100644 --- a/python/GNUmakefile +++ b/python/GNUmakefile @@ -2,7 +2,10 @@ depth = .. STEPMAKE_TEMPLATES=c python-module install-out po -include $(depth)/make/stepmake.make +include $(depth)/make/stepmake.make + +# unset al guile stuff from configure +USER_LDFLAGS= INSTALLATION_OUT_SUFFIXES=1 -- 2.39.2