Changeset 19110

Show
Ignore:
Timestamp:
08/04/06 09:47:04 (2 years ago)
Author:
dshipton
Message:

Fix up a mistake and clarify output.

Files:

Legend:

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

    r19108 r19110  
    5656                sonix_meta_file="$withval", sonix_meta_file="") 
    5757 
    58     dnl See if the user specified where to find vapor 
     58    dnl See if the user specified where to find the meta file  
    5959    dnl if they didn't take a guess for them 
    6060    if test "x$sonix_meta_file" != "x" ; then 
     
    6464    fi 
    6565 
    66     sonix_flagpoll_args="sonix $vpr_flagpoll_args" 
     66    sonix_flagpoll_args="sonix $sonix_flagpoll_args" 
    6767 
    6868    AC_PATH_PROG(FLAGPOLL, flagpoll, no) 
     
    9292    if test "x$no_sonix" != x ; then 
    9393        if test "$FLAGPOLL" = "no" ; then 
    94             echo "*** The sonix-config script installed by SNX could not be found" 
    95             echo "*** If SNX was installed in PREFIX, make sure PREFIX/bin is in" 
    96             echo "*** your path, or set the FLAGPOLL environment variable to the" 
    97             echo "*** full path to sonix-config." 
     94            echo "*** The metadata file that flagpoll uses to lookup information" 
     95            echo "*** about sonix is missing.  Please specify where it is" 
     96            echo "*** if you are not using the global build." 
    9897        fi 
    9998        SNX_CXXFLAGS=""