Replace Progs/RNAalifold with x64 binary and add all other programs
[jabaws.git] / binaries / src / ViennaRNA / acinclude.m4
1 dnl -*-autoconf-*-
2
3 AC_DEFUN([AC_PROG_CC_FPIC],
4 [ac_test_CFLAGS=${CFLAGS+set}
5 ac_save_CFLAGS=$CFLAGS
6 CFLAGS="-fpic"
7 AC_CACHE_CHECK(whether $CC accepts -fpic, ac_cv_prog_cc_fpic,
8        [_AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [ac_cv_prog_cc_fpic=yes],
9                                                 [ac_cv_prog_cc_fpic=no])])
10 CFLAGS="$ac_save_CFLAGS"
11 if test $ac_cv_prog_cc_fpic = yes; then
12   FPIC="-fpic"
13 fi[]dnl
14 ]
15 )