configure.in: Remove AC_PROG_LEX and AC_PROG_YACC.
authorZack Weinberg <zack@wolery.stanford.edu>
Fri, 10 Nov 2000 17:23:09 +0000 (17:23 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Fri, 10 Nov 2000 17:23:09 +0000 (17:23 +0000)
commit1e60838877bd590b4e960587a102c8c354d81048
tree327f7280d258a1a97379692046f6b7c1abd4fc8f
parent9532e31f9400395e6ff52deeab4b887af5fd5443
configure.in: Remove AC_PROG_LEX and AC_PROG_YACC.

* configure.in: Remove AC_PROG_LEX and AC_PROG_YACC.  Look for
flex and bison, specifically, first in a unified build and
then installed on the system.
* Makefile.in: Set BISON to @BISON@, FLEX to @FLEX@.  Rename
LEXFLAGS to FLEXFLAGS.  Adjust ORDINARY_FLAGS_TO_PASS to
match.

(collect2.o, gcc.o, prefix.o, toplev.o, alloca.o, intl.o,
cppdefault.o): Remove pointless sed munging of source file
name.

f:
* Make-lang.in (f/fini.o, f/proj-h.o): Remove pointless sed
munging of source file name.
($(srcdir)/f/intdoc.texi): Break up into several rules each of
which builds just one thing.  Don't mess with $(LANGUAGES).
(f/ansify.o, f/intdoc.o): Remove unnecessary rules.

From-SVN: r37371
gcc/ChangeLog
gcc/Makefile.in
gcc/configure
gcc/configure.in
gcc/f/ChangeLog
gcc/f/Make-lang.in