autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

use of shrext_cmds on mac os x


From: Vincent Torri
Subject: use of shrext_cmds on mac os x
Date: Fri, 23 Apr 2010 20:09:19 +0200 (CEST)


Hey,

on mac os x, shrext_cmds is defined like that:

shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'

i want to use it in AC_DEFINE_UNQUOTED like that :

AC_DEFINE_UNQUOTED(SHARED_LIB_SUFFIX, "$shrext_cmds", [Suffix for shared 
objects])

how do i get its value in a cross platform way ?

thank you

Vincent Torri




reply via email to

[Prev in Thread] Current Thread [Next in Thread]