From c43949138b874ffe12cc62d54c8e4572d41faba1 Mon Sep 17 00:00:00 2001 From: David Henkel-Wallace Date: Sat, 26 Sep 1992 22:33:06 +0000 Subject: [PATCH] Make sure flex is built before stuff that might use it. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 3cf295ad80..4ac5e2e668 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ # script appropriate for this directory. For more information, check # any existing configure script. -configdirs="autoconf libgcc mmalloc libiberty texinfo opcodes bfd binutils byacc bison flex gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest libm tgas " +configdirs="autoconf libgcc mmalloc libiberty texinfo flex byacc bison opcodes bfd binutils gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest libm tgas " srctrigger=cfg-paper.texi srcname="gnu development package" -- 2.34.1