]> git.donarmstrong.com Git - lilypond.git/commitdiff
generate
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 14 Apr 2003 11:01:12 +0000 (11:01 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 14 Apr 2003 11:01:12 +0000 (11:01 +0000)
aclocal.m4

index 11c8f4845767ee58ca6f4a4e0147ccc2d911e837..eae65025b5ff34d90f3fe1d6b11997b7e58124fc 100644 (file)
@@ -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 <FlexLexer.h>
 class yy_flex_lexer: public yyFlexLexer
 {