Changeset 19110
- Timestamp:
- 08/04/06 09:47:04 (2 years ago)
- Files:
-
- juggler/trunk/macros/sonix.m4 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/macros/sonix.m4
r19108 r19110 56 56 sonix_meta_file="$withval", sonix_meta_file="") 57 57 58 dnl See if the user specified where to find vapor58 dnl See if the user specified where to find the meta file 59 59 dnl if they didn't take a guess for them 60 60 if test "x$sonix_meta_file" != "x" ; then … … 64 64 fi 65 65 66 sonix_flagpoll_args="sonix $ vpr_flagpoll_args"66 sonix_flagpoll_args="sonix $sonix_flagpoll_args" 67 67 68 68 AC_PATH_PROG(FLAGPOLL, flagpoll, no) … … 92 92 if test "x$no_sonix" != x ; then 93 93 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." 98 97 fi 99 98 SNX_CXXFLAGS=""
