On 15 Sep 2015 17:13, Peter Johansson wrote:
> I need to to extract the value of ${datadir} so I can use it something like
> 
> val=*extract ${datadir}*
> 
> AC_CHECK_FILE([$val], [], [AC_MSG_ERROR([file $val needed])])

you should never use AC_CHECK_FILE.  it breaks cross-compilation.
-mike

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to