Changeset f28b1f8


Ignore:
Timestamp:
Jan 7, 2023, 2:10:40 PM (16 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
8fb7402
Parents:
c130165
Message:

More small autoconf tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rc130165 rf28b1f8  
    226226AC_PROG_YACC
    227227if test "${YACC}" = "yacc" ; then echo "Error: bison required." ; exit 1 ; fi
    228 AC_PROG_LEX
     228AC_PROG_LEX(yywrap)
    229229if test "${LEX}" = "lex" ; then echo "Error: flex required." ; exit 1 ; fi
    230230LT_INIT
Note: See TracChangeset for help on using the changeset viewer.