From 5de3c2ecd73698475ddf13bfaa98e51eed81bb39 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 14 Apr 2003 11:01:12 +0000 Subject: [PATCH] generate --- aclocal.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- 2.39.5