OSDN Git Service

* configure.in: Remove AC_PROG_LEX and AC_PROG_YACC. Look for
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Nov 2000 17:23:09 +0000 (17:23 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Nov 2000 17:23:09 +0000 (17:23 +0000)
commit345a15012a9bfa1dc4b4a138b0ef269b1cbb4d72
tree327f7280d258a1a97379692046f6b7c1abd4fc8f
parentab7883ae04df81484757fcf2578aa35855ffb38a
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37371 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/configure
gcc/configure.in
gcc/f/ChangeLog
gcc/f/Make-lang.in