-AC_DEFUN([CY_LT_LIB], [
- cy_save=$LIBS
- LIBS=
- ]$2[
- ]$1[=$LIBS
- LIBS=$cy_save
- AC_SUBST(]$1[)
-])
-
-dnl --with-frameworks {{{
-AC_ARG_WITH([frameworks], [AS_HELP_STRING(
- [--with-frameworks=DIRS],
- [add to DIRS (space separated) to the Darwin include path for frameworks with -F]
-)], [
- for cy_framework in $withval; do
- CY_COMPILE_FLAG([-F$cy_framework])
- done
-]) dnl }}}