lex: %option not supported by solaris lex
authorDaria Phoebe Brashear <dariaphoebe@auristor.com>
Thu, 19 Apr 2018 21:32:59 +0000 (17:32 -0400)
committerNico Williams <nico@cryptonector.com>
Tue, 18 Dec 2018 19:12:46 +0000 (13:12 -0600)
commit78c915f65a648ea731fc0cee147c422c8cf4c369
tree273b5bc29d50b1f1a109cd91ca5e2b163aead150
parent6b3ce5d2297d6b16444abcba5e890e671450a159
lex: %option not supported by solaris lex

it turns out that we don't need to tell lex we don't plan to use unput;
we can just.... not use unput. however, if we're flex, use the command
line option if it's available, to avoid warnings
configure.ac
lib/com_err/Makefile.am
lib/com_err/lex.l
lib/sl/Makefile.am
lib/sl/slc-lex.l