Changeset 04e0f0ee34ed6e6299d325e7f38f99e66aa7ea29

Show
Ignore:
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:
2 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    rcbf9cd9 r04e0f0e  
    112007-04-03 L. Donnie Smith <cwiid@abstrakraft.org> 
     2        configure.ac 
     3        * removed --noyywrap from lex 
     4 
    25        wiimote 
    36        * fixed wiimote_find_wiimote seg fault 
  • configure.ac

    r416f60e r04e0f0e  
    33# * added lswm/Makefile 
    44# * moved defs.mak 
     5# 
     6# 04/04/2007 L. Donnie Smith <cwiid@abstrakraft.org> 
     7# * removed --noyywrap from lex 
    58# 
    69# 03/19/2007 L. Donnie Smith <cwiid@abstrakraft.org> 
     
    1922        AC_MSG_ERROR([flex not found]) 
    2023fi 
    21 if test -z "`echo %%|$LEX -t --noyywrap|grep yypop_buffer_state`"; then 
     24if test -z "`echo %%|$LEX -t|grep yypop_buffer_state`"; then 
    2225        AC_MSG_ERROR([flex missing yypop_buffer_state - upgrade to version 2.5.33 or later]) 
    2326fi