• Home
  • Raw
  • Download

Lines Matching +full:gpl +full:- +full:2

18 # General Public License, and the "GNU GPL" refers to version 3 of the GNU
44 # 1. Exception to Section 3 of the GNU GPL.
47 # without being bound by section 3 of the GNU GPL.
49 # 2. Conveying Modified Versions.
62 # b) under the GNU GPL, with none of the additional permissions of
78 # b) Accompany the object code with a copy of the GNU GPL and this license
93 # b) Accompany the Combined Work with a copy of the GNU GPL and this license
99 # copies of the GNU GPL and this license document.
108 # manner specified by section 6 of the GNU GPL for conveying
115 # of the Library that is interface-compatible with the Linked
120 # GNU GPL, and only to the extent that such information is
127 # Information in the manner specified by section 6 of the GNU GPL
170 # [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND],
171 # [OTHER-LIBRARIES])
172 # ------------------------------------------------------
175 # because the test really is for framework $1 defining function $2, not
176 # just for framework $1. Separate tests with the same $1 and different $2s
179 # Note that using directly AS_VAR_PUSHDEF([ac_Framework], [ac_cv_framework_$1_$2])
196 [AS_VAR_PUSHDEF([ac_Framework], [ac_cv_framework_$1_$2])],
197 [AS_VAR_PUSHDEF([ac_Framework], [ac_cv_framework_$1''_$2])])dnl
198 AC_CACHE_CHECK([for $2 in $1 framework], ac_Framework,
200 LIBS="-framework $1 $5 $LIBS"
201 AC_LINK_IFELSE([AC_LANG_CALL([], [$2])],
207 LIBS="-framework $1 $LIBS"
214 # ---------------------
217 [Define to 1 if you have the `]$1[' framework (-framework ]$1[).])])