Changeset 04e0f0ee34ed6e6299d325e7f38f99e66aa7ea29
- Timestamp:
- 04/04/07 23:27:15 (6 years ago)
- Author:
- dsmith <dsmith@…>
- Children:
- 09bfa38f5e75d239ff955f3201095e75f13df68b
- Parents:
- cbf9cd9c8991958896657e4b283d285f5125981b
- git-author:
- L. Donnie Smith <donnie.smith@…> (04/04/07 23:27:15)
- git-committer:
- dsmith <dsmith@…> (04/04/07 23:27:15)
- Message:
-
removed --noyywrap from lex in configure.ac (#20)
git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@64 918edb2d-ff29-0410-9de2-eb38e7f22bc7
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rcbf9cd9
|
r04e0f0e
|
|
| 1 | 1 | 2007-04-03 L. Donnie Smith <cwiid@abstrakraft.org> |
| | 2 | configure.ac |
| | 3 | * removed --noyywrap from lex |
| | 4 | |
| 2 | 5 | wiimote |
| 3 | 6 | * fixed wiimote_find_wiimote seg fault |
-
|
r416f60e
|
r04e0f0e
|
|
| 3 | 3 | # * added lswm/Makefile |
| 4 | 4 | # * moved defs.mak |
| | 5 | # |
| | 6 | # 04/04/2007 L. Donnie Smith <cwiid@abstrakraft.org> |
| | 7 | # * removed --noyywrap from lex |
| 5 | 8 | # |
| 6 | 9 | # 03/19/2007 L. Donnie Smith <cwiid@abstrakraft.org> |
| … |
… |
|
| 19 | 22 | AC_MSG_ERROR([flex not found]) |
| 20 | 23 | fi |
| 21 | | if test -z "`echo %%|$LEX -t --noyywrap|grep yypop_buffer_state`"; then |
| | 24 | if test -z "`echo %%|$LEX -t|grep yypop_buffer_state`"; then |
| 22 | 25 | AC_MSG_ERROR([flex missing yypop_buffer_state - upgrade to version 2.5.33 or later]) |
| 23 | 26 | fi |