Lines Matching full:cppflags
51 dnl Add $INCICONV to CPPFLAGS before performing the following checks,
55 am_save_CPPFLAGS="$CPPFLAGS"
56 AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV])
167 CPPFLAGS="$am_save_CPPFLAGS"
327 dnl augments the CPPFLAGS variable.
348 AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
364 dnl LTLIB${NAME} variables and augments the CPPFLAGS variable, and
381 dnl Add $INC[]NAME to CPPFLAGS before performing the following checks,
384 ac_save_CPPFLAGS="$CPPFLAGS"
385 AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
402 CPPFLAGS="$ac_save_CPPFLAGS"
740 dnl 3. if it's already present in $CPPFLAGS or the already
753 for x in $CPPFLAGS $INC[]NAME; do
929 dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes
1039 dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed
1077 dnl Potentially add $additional_includedir to $CPPFLAGS.
1080 dnl 2. if it's already present in $CPPFLAGS,
1085 for x in $CPPFLAGS; do
1102 dnl Really add $additional_includedir to $CPPFLAGS.
1103 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir"