Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.15k stars 213 forks source link

Update flex version check in configure.ac #334

Closed guitorri closed 9 years ago

guitorri commented 9 years ago

Reported by Walter woods:

Also, I had to modify qucs-core/configure line 18186 (checking flex version) from:
>     2.5.9 | [2-9].[5-9].[1-9][0-9])
to
>     2.5.9 | [2-9].[5-9].[1-9][0-9]*)
Since flex --version reports "flex 2.5.35 Apple(flex-31)" on Mac OS X.
felix-salfelder commented 9 years ago

qucs-core/configure

shouldn't that go to configure.ac?

apart from that, the change looks safe to me... note, these are shell patterns, not regexps, this confused me at first. need more coffee ;D.

guitorri commented 9 years ago

Yes it should be in the configure.ac...

guitorri commented 9 years ago

Fix merged with #344.