summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-11-15 06:57:17 +0000
committerTom Tromey <tromey@redhat.com>1996-11-15 06:57:17 +0000
commit329753098a5407dcb609f1df98d47fbff734bfde (patch)
tree334e2d1a4bf00c7e75766b1dfc4471012e13768d
parentee31c619dbd24452463a426baf4eab9ea3a5bd54 (diff)
downloadautomake-329753098a5407dcb609f1df98d47fbff734bfde.tar.gz
Typo fix
-rwxr-xr-xautomake.in1
-rw-r--r--automake.texi2
2 files changed, 2 insertions, 1 deletions
diff --git a/automake.in b/automake.in
index a380a090f..bf439c1f9 100755
--- a/automake.in
+++ b/automake.in
@@ -772,6 +772,7 @@ sub handle_yacc_lex_cxx
{
&am_error
("C source seen but \`CC' not defined in \`configure.in'");
+ }
}
}
diff --git a/automake.texi b/automake.texi
index 97fc420d6..501864e5a 100644
--- a/automake.texi
+++ b/automake.texi
@@ -669,7 +669,7 @@ preferred.
@cvindex YACC
@item AC_DECL_YYTEXT
-This macro is required if there is Yacc source in the package.
+This macro is required if there is Lex source in the package.
@cvindex AC_DECL_YYTEXT
@item AC_PROG_LEX