* lily/source-file.cc: include strstream without h.
* scm/documentation-generate.scm (string-append): use name without
.texi.
* autogen.sh (srcdir): suse fix.
2004-03-31 Han-Wen Nienhuys <hanwen@xs4all.nl>
2004-03-31 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ * configure.in: check for C language.
+
+ * lily/source-file.cc: include strstream without h.
+
+ * scm/documentation-generate.scm (string-append): use name without
+ .texi.
+
+ * autogen.sh (srcdir): suse fix.
+
* Documentation/user/notation.itely (Ancient clefs): idem.
* Documentation/user/lilypond-book.itely (Integrating HTML and music): idem.
* Documentation/user/notation.itely (Ancient clefs): idem.
* Documentation/user/lilypond-book.itely (Integrating HTML and music): idem.
if [ ! -f autogen.sh -o stepmake/autogen.sh -nt autogen.sh ]; then
echo "stepmake/autogen.sh is newer. Copying file."
cp -f stepmake/autogen.sh autogen.sh
if [ ! -f autogen.sh -o stepmake/autogen.sh -nt autogen.sh ]; then
echo "stepmake/autogen.sh is newer. Copying file."
cp -f stepmake/autogen.sh autogen.sh
fi
# Be paranoid: check for autoconf >= 2.50
fi
# Be paranoid: check for autoconf >= 2.50
STEPMAKE_BISON(REQUIRED, 1.25)
STEPMAKE_FLEX(REQUIRED)
STEPMAKE_FLEXLEXER(REQUIRED)
STEPMAKE_BISON(REQUIRED, 1.25)
STEPMAKE_FLEX(REQUIRED)
STEPMAKE_FLEXLEXER(REQUIRED)
STEPMAKE_LOCALE
STEPMAKE_GETTEXT
STEPMAKE_MSGFMT(REQUIRED)
STEPMAKE_LOCALE
STEPMAKE_GETTEXT
STEPMAKE_MSGFMT(REQUIRED)
#if HAVE_SSTREAM
#include <sstream>
#else
#if HAVE_SSTREAM
#include <sstream>
#else
#define istringstream(x) istrstream(x, length ())
#endif
#define istringstream(x) istrstream(x, length ())
#endif
- (texi-file-head "LilyPond program-reference" outname "(lilypond-internals.info)")
+ (texi-file-head "LilyPond program-reference" file-name
+ "(lilypond-internals.info)")