From: Jan Nieuwenhuizen Date: Mon, 14 Apr 2003 11:01:12 +0000 (+0000) Subject: generate X-Git-Tag: release/1.7.17~26 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5de3c2ecd73698475ddf13bfaa98e51eed81bb39;p=lilypond.git generate --- diff --git a/aclocal.m4 b/aclocal.m4 index 11c8f48457..eae65025b5 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -:dnl aclocal.m4 -*-shell-script-*- +dnl aclocal.m4 -*-shell-script-*- dnl StepMake subroutines for configure.in @@ -337,6 +337,7 @@ AC_DEFUN(STEPMAKE_FLEXLEXER, [ AC_CACHE_CHECK([for yyFlexLexer.yy_current_buffer], [stepmake_flexlexer_yy_current_buffer], AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ +using namespace std; #include class yy_flex_lexer: public yyFlexLexer {