Home
last modified time | relevance | path

Searched refs:GMP_SOURCE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/lgpl3/mpfr/dist/
Dconfigure.ac141 GMP_SOURCE=`$SED -n 's/^srcdir = *//p' $withval/Makefile`
142 case "$GMP_SOURCE" in
143 .) GMP_SOURCE="" ;;
145 ?*) GMP_SOURCE="$withval/$GMP_SOURCE" ;;
147 if test -d "$GMP_SOURCE" ; then
148 CPPFLAGS="$CPPFLAGS -I$GMP_SOURCE -I$GMP_SOURCE/tune"
Dconfigure4107 GMP_SOURCE=`$SED -n 's/^srcdir = *//p' $withval/Makefile`
4108 case "$GMP_SOURCE" in
4109 .) GMP_SOURCE="" ;;
4111 ?*) GMP_SOURCE="$withval/$GMP_SOURCE" ;;
4113 if test -d "$GMP_SOURCE" ; then
4114 CPPFLAGS="$CPPFLAGS -I$GMP_SOURCE -I$GMP_SOURCE/tune"