Changeset 20877

Show
Ignore:
Timestamp:
10/10/07 21:02:21 (11 months ago)
Author:
patrick
Message:

Do not treat a missing Tweek installation as an error. Leave that up to the
user-level code to decide.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/macros/tweek.m4

    r20630 r20877  
    147147      if ! (eval $FLAGPOLL $tweek_cxx_flagpoll_args --modversion >/dev/null 2>&1) 
    148148      then 
    149          AC_MSG_ERROR([*** Flagpoll has no valid Tweek configuration ***]) 
     149         AC_MSG_WARN([*** Flagpoll has no valid Tweek C++ configuration ***]) 
    150150         ifelse([$3], , :, [$3]) 
    151151      else 
     
    225225      if ! (eval $FLAGPOLL $tweek_java_flagpoll_args --modversion >/dev/null 2>&1) 
    226226      then 
    227          AC_MSG_ERROR([*** Flagpoll has no valid Tweek configuration ***]) 
     227         AC_MSG_WARN([*** Flagpoll has no valid Tweek Java configuration ***]) 
    228228         ifelse([$3], , :, [$3]) 
    229229      else