qsieve

qsieve Commit Details


Date:2013-04-17 22:30:00 (11 years 8 months ago)
Author:Natalie Adams
Branch:default
Commit:e8b6f15e43fb
Parents: f55c4aa3687f
Message:updating config script

Changes:
Mconfigure (2 diffs)

File differences

configure
1970319703
1970419704
1970519705
19706
19707
19708
19706
19707
19708
1970919709
1971019710
1971119711
......
1971919719
1972019720
1972119721
19722
19723
19724
19725
19722
19723
19724
19725
1972619726
1972719727
1972819728
echo $ECHO_N "checking whether gmp.h works for us... $ECHO_C" >&6; }
oldCPPFLAGS=$CPPFLAGS
if test "x$with_gmp_dir" != "x"; then
test -r $with_gmp_dir/include/$GMPH && cp $with_gmp_dir/include/$GMPH .
if test -r $GMPH && ! fgrep -q "USER_GMP_WRAP" $GMPH; then
patch -s -f $GMPH < $srcdir/gmp.h.patch \
test -r $with_gmp_dir/include/$GMPH && cp $with_gmp_dir/include/$GMPH ./gmp.h
if test -r gmp.h && ! fgrep -q "USER_GMP_WRAP" gmp.h; then
patch -s -f gmp.h < $srcdir/gmp.h.patch \
&& CPPFLAGS="$CPPFLAGS -I$PWD" \
&& echo "no, using locally patched gmp.h" \
&& gmp_inc_dir="GMP_inc_dir = $PWD"
fi
else
# use default header location, and try to patch gmp.h locally, if necessary
test -r /usr/include/$GMPH && cp /usr/include/$GMPH .
test -r /usr/local/include/$GMPH && cp /usr/local/include/$GMPH .
if test -r $GMPH && ! fgrep -q "USER_GMP_WRAP" $GMPH; then
patch -s -f $GMPH < $srcdir/gmp.h.patch \
test -r /usr/include/$GMPH && cp /usr/include/$GMPH ./gmp.h
test -r /usr/local/include/$GMPH && cp /usr/local/include/$GMPH ./gmp.h
if test -r gmp.h && ! fgrep -q "USER_GMP_WRAP" gmp.h; then
patch -s -f gmp.h < $srcdir/gmp.h.patch \
&& CPPFLAGS="$CPPFLAGS -I$PWD" \
&& echo "no, using locally patched gmp.h" \
&& gmp_inc_dir="GMP_inc_dir = $PWD"

Archive Download the corresponding diff file

Branches

Tags

Page rendered in 0.66985s using 14 queries.