qsieve

qsieve Commit Details


Date:2013-04-17 22:24:00 (11 years 8 months ago)
Author:Natalie Adams
Branch:default
Commit:6f778f237cbc
Parents: 9b47474a8272
Message:Updating gmp header file

Changes:
Mconfigure (2 diffs)

File differences

configure
1969719697
1969819698
1969919699
19700
1970019701
1970119702
1970219703
1970319704
1970419705
19705
19706
19707
19706
19707
19708
1970819709
1970919710
1971019711
......
1971819719
1971919720
1972019721
19721
19722
19723
19724
19722
19723
19724
19725
1972519726
1972619727
1972719728
{ (exit 1); exit 1; }; }
fi
$GMPH="gmp-i386.h"
{ echo "$as_me:$LINENO: checking whether gmp.h works for us" >&5
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/gmp.h && cp $with_gmp_dir/include/gmp.h .
if test -r gmp.h && ! fgrep -q "USER_GMP_WRAP" gmp.h; then
patch -s -f gmp.h < $srcdir/gmp.h.patch \
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 \
&& 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/gmp.h && cp /usr/include/gmp.h .
test -r /usr/local/include/gmp.h && cp /usr/local/include/gmp.h .
if test -r gmp.h && ! fgrep -q "USER_GMP_WRAP" gmp.h; then
patch -s -f gmp.h < $srcdir/gmp.h.patch \
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 \
&& 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.65185s using 14 queries.