Changeset 19112
- Timestamp:
- 08/04/06 09:55:28 (2 years ago)
- Files:
-
- juggler/trunk/macros/jccl.m4 (modified) (1 diff)
- juggler/trunk/macros/sonix.m4 (modified) (2 diffs)
- juggler/trunk/macros/tweek.m4 (modified) (1 diff)
- juggler/trunk/macros/vpr.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/macros/jccl.m4
r19104 r19112 51 51 if ! (eval $FLAGPOLL --help >/dev/null 2>&1) 2>&1 ; then 52 52 FLAGPOLL='no' 53 echo "*** The flagpoll metadata file installed by JCCL could not be found" 54 echo "*** If JCCL was installed in PREFIX, make sure PREFIX/bin is in" 55 echo "*** your path, or set the FLAGPOLL environment variable to the" 56 echo "*** full path to flagpoll." 53 echo "*** Flagpoll is required to build jackal." 54 echo "*** Please check that the PATH variable is set to " 55 echo "*** include the proper path to flagpoll." 57 56 fi 58 57 ]) juggler/trunk/macros/sonix.m4
r19110 r19112 64 64 fi 65 65 66 sonix_flagpoll_args="sonix $sonix_flagpoll_args "66 sonix_flagpoll_args="sonix $sonix_flagpoll_args --no-deps" 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 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."94 echo "*** Flagpoll is required to build sonix." 95 echo "*** Please check that the PATH variable is set to " 96 echo "*** include the proper path to flagpoll." 97 97 fi 98 98 SNX_CXXFLAGS="" juggler/trunk/macros/tweek.m4
r19100 r19112 51 51 if ! (eval $FLAGPOLL --help >/dev/null 2>&1) 2>&1 ; then 52 52 FLAGPOLL='no' 53 echo "*** The tweek-config script installed by Tweek could not be found" 54 echo "*** If Tweek was installed in PREFIX, make sure PREFIX/bin is in" 55 echo "*** your path, or set the TWEEK_CONFIG environment variable to the" 56 echo "*** full path to tweek-config." 53 echo "*** Flagpoll is required to build tweek." 54 echo "*** Please check that the PATH variable is set to " 55 echo "*** include the proper path to flagpoll." 57 56 fi 58 57 ]) juggler/trunk/macros/vpr.m4
r19097 r19112 57 57 fi 58 58 59 vpr_flagpoll_args="vpr $vpr_flagpoll_args "59 vpr_flagpoll_args="vpr $vpr_flagpoll_args --no-deps" 60 60 61 61 AC_PATH_PROG(FLAGPOLL, flagpoll, no) … … 87 87 if test "x$no_vpr" != x ; then 88 88 if test "$FLAGPOLL" = "no" ; then 89 echo "*** The vpr-config script installed by VPR could not be found" 90 echo "*** If VPR was installed in PREFIX, make sure PREFIX/bin is in" 91 echo "*** your path, or set the FLAGPOLL environment variable to the" 92 echo "*** full path to vpr-config." 89 echo "*** Flagpoll is required to build vapor." 90 echo "*** Please check that the PATH variable is set to " 91 echo "*** include the proper path to flagpoll." 93 92 fi 94 93
