Changeset 44f59b8 for auto/options


Ignore:
Timestamp:
06/06/09 13:40:55 (15 years ago)
Author:
Mateusz Hromada <ruanda@…>
Branches:
master
Children:
12743b9
Parents:
63a5739
git-author:
Mateusz Hromada <ruanda@…> (06/06/09 13:40:55)
git-committer:
Mateusz Hromada <ruanda@…> (06/06/09 13:40:55)
Message:

Add flex support in configure scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • auto/options

    r63a5739 r44f59b8  
    1414if [ -z "$CC" ];                then CC=$DEFAULT_CC;                                fi 
    1515if [ -z "$BISON" ];             then BISON=$DEFAULT_BISON;                          fi 
     16if [ -z "$FLEX" ];              then FLEX=$DEFAULT_FLEX;                            fi 
    1617if [ -z "$RM" ];                then RM=$DEFAULT_RM;                                fi 
    1718if [ -z "$RMDIR" ];             then RMDIR=$DEFAULT_RMDIR;                          fi 
     
    6566    CC=*)               CC="$value"                               ;; 
    6667    BISON=*)            BISON="$value"                            ;; 
     68    FLEX=*)             FLEX="$value"                             ;; 
    6769    RM=*)               RM="$value"                               ;; 
    6870    RMDIR=*)            RMDIR="$value"                            ;; 
Note: See TracChangeset for help on using the changeset viewer.