Bug 2638 - Respect $LEX environment variable in autogen.sh
Summary: Respect $LEX environment variable in autogen.sh
Status: RESOLVED FIXED
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Other (show other bugs)
Version: 3.8.1
Hardware: All OpenBSD
: P3 trivial
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2012-04-03 08:22 UTC by madroach+claws
Modified: 2012-10-10 08:29 UTC (History)
0 users

See Also:


Attachments
patch against autogen.sh (611 bytes, patch)
2012-04-03 08:22 UTC, madroach+claws
no flags Details | Diff

Description madroach+claws 2012-04-03 08:22:12 UTC
Created attachment 1098 [details]
patch against autogen.sh

autogen.sh always checks the version of the `lex` executable, not the executable specified in $LEX. The configure script uses `lex` only as fallback when no $LEX is specified.
The attached patch changes autogen.sh to match the behavior of autoconf. This helps on OpenBSD since the base `lex` is too old, but the ports `gmake` is new enough.
Comment 1 users 2012-10-10 08:05:33 UTC
Changes related to this bug have been committed.
Please check latest CVS and update the bug accordingly.
You can also get the patch from:
http://www.claws-mail.org/tracker/

2012-10-10 [colin]	3.8.1cvs89

	* autogen.sh
		Fix bug #2638, "Respect $LEX environment variable in autogen.sh"

Note You need to log in before you can comment on or make changes to this bug.