Changeset 2981
- Timestamp:
- Feb 4, 2013, 12:24:51 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r2960 r2981 304 304 ]) 305 305 AM_CONDITIONAL([HAVE_LIBBAM], [test x"$with_samtools" = x"yes"]) 306 have_libbam=$with_samtools 307 AC_SUBST([have_libbam]) 306 308 AM_CONDITIONAL([HAVE_SAMTOOLS], [test x"$SAMTOOLS" != x"false"]) 307 309 AC_SUBST([SAMTOOLS]) -
trunk/test/common_defs.sh.in
r2950 r2981 82 82 doxygen) 83 83 test @have_doxygen@ = "yes" || exit_skip no doxygen 84 ;; 85 libbam) 86 test @have_libbam@ = "yes" || exit_skip no libbam 84 87 ;; 85 88 libtool) -
trunk/test/yat_pc_test.sh
r2976 r2981 21 21 # testing that pkg-config works with yat.pc 22 22 23 required="pkg-config "23 required="pkg-config libbam" 24 24 25 25 set -e
Note: See TracChangeset
for help on using the changeset viewer.