[sr #110312] 2.69b: broken AC_PROG_LEX macro

2020-09-15 Thread Tomasz Kłoczko
Follow-up Comment #1, sr #110312 (project autoconf):

Actually seems like I'm a bit wrong. After roll back to autoconf 2.69 the same
looks a bit different:

```
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
```


___

Reply to this item at:

  

___
  Message sent via Savannah
  https://savannah.gnu.org/




[sr #110312] 2.69b: broken AC_PROG_LEX macro

2020-09-15 Thread Tomasz Kłoczko
URL:
  

 Summary: 2.69b: broken AC_PROG_LEX macro
 Project: Autoconf
Submitted by: kloczek
Submitted on: Tue 15 Sep 2020 08:14:18 PM UTC
Category: None
Priority: 5 - Normal
Severity: 3 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
Operating System: None

___

Details:

Looks like AC_PROG_LEX on testing is trying to link with liblex and on that it
fails when GNU flex is installed:

```
checking for flex... flex
checking for lex output file root... lex.yy
checking for lex library... not found
configure: error: required lex library not found
```
All because glu flex provides only libfl.

$ rpm -ql flex| grep lib64
/usr/lib64/libfl.a





___

Reply to this item at:

  

___
  Message sent via Savannah
  https://savannah.gnu.org/