Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sylvain Jasson
gmp
Commits
f094016b
Commit
f094016b
authored
Jan 07, 2021
by
Martin Maechler
Browse files
Version 0.6-2; configure.ac: add definitions of CFLAGS etc "from R"
parent
2b1b1d3b
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f094016b
2021-01-07 Martin Maechler <maechler@stat.math.ethz.ch>
* configure.ac: add definitions of CFLAGS etc as from R,
from a suggestion by Kaspar Daniel Hansen.
2020-07-30 Martin Maechler <maechler@stat.math.ethz.ch>
* R/bigq.R (roundQ): use simpler *vectorized* version, always
...
...
@@ -12,11 +17,12 @@
2020-06-12 Martin Maechler <maechler@stat.math.ethz.ch>
* R/biginteger.R (c_bigz): export, to be used, e.g.,
* R/bigq.R (c_bigq): on lapply(<big>, Fn) to give a <big[qz]> result
* R/bigq.R (c_bigq): on lapply(<big>, Fn) to give a <big[qz]> result, see
* man/bigrational.Rd: the sapplyQ() utility in the examples.
2020-06-09 Martin Maechler <maechler@stat.math.ethz.ch>
* DESCRIPTION (Version): 0.6-1
* DESCRIPTION (Version): 0.6-1
(not yet released)
* R/Stirling-n-etc.R (BernoulliQ): Bernoulli numbers as exact fractions.
* R/zzz.R (NA_bigz_, NA_bigq_): analogous to `NA_integer_` etc
...
...
DESCRIPTION
View file @
f094016b
Package: gmp
Version: 0.6-
1
Date: 202
0
-0
7-30
Version: 0.6-
2
Date: 202
1
-0
1-07
Title: Multiple Precision Arithmetic
Author: Antoine Lucas, Immanuel Scholz, Rainer Boehme <rb-gmp@reflex-studio.de>,
Sylvain Jasson <Sylvain.Jasson@inrae.fr>,
...
...
configure
View file @
f094016b
...
...
@@ -586,6 +586,10 @@ ac_subst_vars='LTLIBOBJS
LIBOBJS
PKG_LIBS
PKG_CPPFLAGS
ac_ct_CXX
CXXFLAGS
CXX
CPP
OBJEXT
EXEEXT
ac_ct_CC
...
...
@@ -612,7 +616,6 @@ infodir
docdir
oldincludedir
includedir
runstatedir
localstatedir
sharedstatedir
sysconfdir
...
...
@@ -643,7 +646,11 @@ CC
CFLAGS
LDFLAGS
LIBS
CPPFLAGS'
CPPFLAGS
CPP
CXX
CXXFLAGS
CCC'
# Initialize some variables set by options.
...
...
@@ -682,7 +689,6 @@ datadir='${datarootdir}'
sysconfdir
=
'${prefix}/etc'
sharedstatedir
=
'${prefix}/com'
localstatedir
=
'${prefix}/var'
runstatedir
=
'${localstatedir}/run'
includedir
=
'${prefix}/include'
oldincludedir
=
'/usr/include'
docdir
=
'${datarootdir}/doc/${PACKAGE}'
...
...
@@ -935,15 +941,6 @@ do
|
-silent
|
--silent
|
--silen
|
--sile
|
--sil
)
silent
=
yes
;;
-runstatedir
|
--runstatedir
|
--runstatedi
|
--runstated
\
|
--runstate
|
--runstat
|
--runsta
|
--runst
|
--runs
\
|
--run
|
--ru
|
--r
)
ac_prev
=
runstatedir
;;
-runstatedir
=
*
|
--runstatedir
=
*
|
--runstatedi
=
*
|
--runstated
=
*
\
|
--runstate
=
*
|
--runstat
=
*
|
--runsta
=
*
|
--runst
=
*
|
--runs
=
*
\
|
--run
=
*
|
--ru
=
*
|
--r
=
*
)
runstatedir
=
$ac_optarg
;;
-sbindir
|
--sbindir
|
--sbindi
|
--sbind
|
--sbin
|
--sbi
|
--sb
)
ac_prev
=
sbindir
;;
-sbindir
=
*
|
--sbindir
=
*
|
--sbindi
=
*
|
--sbind
=
*
|
--sbin
=
*
\
...
...
@@ -1081,7 +1078,7 @@ fi
for
ac_var
in
exec_prefix prefix bindir sbindir libexecdir datarootdir
\
datadir sysconfdir sharedstatedir localstatedir includedir
\
oldincludedir docdir infodir htmldir dvidir pdfdir psdir
\
libdir localedir mandir
runstatedir
libdir localedir mandir
do
eval
ac_val
=
\$
$ac_var
# Remove trailing slashes.
...
...
@@ -1234,7 +1231,6 @@ Fine tuning of the installation directories:
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
...
...
@@ -1266,6 +1262,9 @@ Some influential environment variables:
LIBS libraries to pass to the linker, e.g. -l<library>
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
you have headers in a nonstandard directory <include dir>
CPP C preprocessor
CXX C++ compiler command
CXXFLAGS C++ compiler flags
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
...
...
@@ -1385,6 +1384,81 @@ fi
}
# ac_fn_c_try_compile
# ac_fn_c_try_cpp LINENO
# ----------------------
# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
ac_fn_c_try_cpp
()
{
as_lineno
=
${
as_lineno
-
"
$1
"
}
as_lineno_stack
=
as_lineno_stack
=
$as_lineno_stack
if
{
{
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
"
case
"((
$ac_try
"
in
*
\"
*
|
*
\`
*
|
*
\\
*
)
ac_try_echo
=
\$
ac_try
;;
*
)
ac_try_echo
=
$ac_try
;;
esac
eval
ac_try_echo
=
"
\"\$
as_me:
${
as_lineno
-
$LINENO
}
:
$ac_try_echo
\"
"
$as_echo
"
$ac_try_echo
"
;
}
>
&5
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>conftest.err
ac_status
=
$?
if
test
-s
conftest.err
;
then
grep
-v
'^ *+'
conftest.err
>
conftest.er1
cat
conftest.er1
>
&5
mv
-f
conftest.er1 conftest.err
fi
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
:
\$
? =
$ac_status
"
>
&5
test
$ac_status
=
0
;
}
>
conftest.i
&&
{
test
-z
"
$ac_c_preproc_warn_flag$ac_c_werror_flag
"
||
test
!
-s
conftest.err
}
;
then
:
ac_retval
=
0
else
$as_echo
"
$as_me
: failed program was:"
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_retval
=
1
fi
eval
$as_lineno_stack
;
${
as_lineno_stack
:+:
}
unset
as_lineno
as_fn_set_status
$ac_retval
}
# ac_fn_c_try_cpp
# ac_fn_cxx_try_compile LINENO
# ----------------------------
# Try to compile conftest.$ac_ext, and return whether this succeeded.
ac_fn_cxx_try_compile
()
{
as_lineno
=
${
as_lineno
-
"
$1
"
}
as_lineno_stack
=
as_lineno_stack
=
$as_lineno_stack
rm
-f
conftest.
$ac_objext
if
{
{
ac_try
=
"
$ac_compile
"
case
"((
$ac_try
"
in
*
\"
*
|
*
\`
*
|
*
\\
*
)
ac_try_echo
=
\$
ac_try
;;
*
)
ac_try_echo
=
$ac_try
;;
esac
eval
ac_try_echo
=
"
\"\$
as_me:
${
as_lineno
-
$LINENO
}
:
$ac_try_echo
\"
"
$as_echo
"
$ac_try_echo
"
;
}
>
&5
(
eval
"
$ac_compile
"
)
2>conftest.err
ac_status
=
$?
if
test
-s
conftest.err
;
then
grep
-v
'^ *+'
conftest.err
>
conftest.er1
cat
conftest.er1
>
&5
mv
-f
conftest.er1 conftest.err
fi
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
:
\$
? =
$ac_status
"
>
&5
test
$ac_status
=
0
;
}
&&
{
test
-z
"
$ac_cxx_werror_flag
"
||
test
!
-s
conftest.err
}
&&
test
-s
conftest.
$ac_objext
;
then
:
ac_retval
=
0
else
$as_echo
"
$as_me
: failed program was:"
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_retval
=
1
fi
eval
$as_lineno_stack
;
${
as_lineno_stack
:+:
}
unset
as_lineno
as_fn_set_status
$ac_retval
}
# ac_fn_cxx_try_compile
# ac_fn_c_try_link LINENO
# -----------------------
# Try to link conftest.$ac_ext, and return whether this succeeded.
...
...
@@ -1783,13 +1857,13 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
if
test
/usr/local
!=
"
$exec_prefix
"
-a
/usr/local
!=
"
$prefix
"
;
then
CPPFLAGS
=
"
$
CPPFLAGS
-I/usr/local/include"
LDFLAGS
=
"
$LDFLAGS
-L/usr/local/lib"
fi
CC
=
`
"
${
R_HOME
}
/bin/R"
CMD config CC
`
CFLAGS
=
`
"
${
R_HOME
}
/bin/R"
CMD config CFLAGS
`
CPPFLAGS
=
`
"
$
{
R_HOME
}
/bin/R"
CMD config CPPFLAGS
`
CXX
=
`
"
${
R_HOME
}
/bin/R"
CMD config CXX
`
CXXFLAGS
=
`
"
${
R_HOME
}
/bin/R"
CMD config CXXFLAGS
`
LDFLAGS
=
`
"
${
R_HOME
}
/bin/R"
CMD config LDFLAGS
`
MAKE
=
`
"
${
R_HOME
}
/bin/R"
CMD config MAKE
`
ac_ext
=
c
ac_cpp
=
'$CPP $CPPFLAGS'
ac_compile
=
'$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
...
...
@@ -2579,6 +2653,406 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link
=
'$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu
=
$ac_cv_c_compiler_gnu
ac_ext
=
c
ac_cpp
=
'$CPP $CPPFLAGS'
ac_compile
=
'$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link
=
'$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu
=
$ac_cv_c_compiler_gnu
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking how to run the C preprocessor"
>
&5
$as_echo_n
"checking how to run the C preprocessor... "
>
&6
;
}
# On Suns, sometimes $CPP names a directory.
if
test
-n
"
$CPP
"
&&
test
-d
"
$CPP
"
;
then
CPP
=
fi
if
test
-z
"
$CPP
"
;
then
if
${
ac_cv_prog_CPP
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
# Double quotes because CPP needs to be expanded
for
CPP
in
"
$CC
-E"
"
$CC
-E -traditional-cpp"
"/lib/cpp"
do
ac_preproc_ok
=
false
for
ac_c_preproc_warn_flag
in
''
yes
do
# Use a header file that comes with gcc, so configuring glibc
# with a fresh cross-compiler works.
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
# <limits.h> exists even on freestanding compilers.
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
#ifdef __STDC__
# include <limits.h>
#else
# include <assert.h>
#endif
Syntax error
_ACEOF
if
ac_fn_c_try_cpp
"
$LINENO
"
;
then
:
else
# Broken: fails on valid input.
continue
fi
rm
-f
conftest.err conftest.i conftest.
$ac_ext
# OK, works on sane cases. Now check whether nonexistent headers
# can be detected and how.
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
#include <ac_nonexistent.h>
_ACEOF
if
ac_fn_c_try_cpp
"
$LINENO
"
;
then
:
# Broken: success on invalid input.
continue
else
# Passes both tests.
ac_preproc_ok
=
:
break
fi
rm
-f
conftest.err conftest.i conftest.
$ac_ext
done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
rm
-f
conftest.i conftest.err conftest.
$ac_ext
if
$ac_preproc_ok
;
then
:
break
fi
done
ac_cv_prog_CPP
=
$CPP
fi
CPP
=
$ac_cv_prog_CPP
else
ac_cv_prog_CPP
=
$CPP
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$CPP
"
>
&5
$as_echo
"
$CPP
"
>
&6
;
}
ac_preproc_ok
=
false
for
ac_c_preproc_warn_flag
in
''
yes
do
# Use a header file that comes with gcc, so configuring glibc
# with a fresh cross-compiler works.
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
# <limits.h> exists even on freestanding compilers.
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
#ifdef __STDC__
# include <limits.h>
#else
# include <assert.h>
#endif
Syntax error
_ACEOF
if
ac_fn_c_try_cpp
"
$LINENO
"
;
then
:
else
# Broken: fails on valid input.
continue
fi
rm
-f
conftest.err conftest.i conftest.
$ac_ext
# OK, works on sane cases. Now check whether nonexistent headers
# can be detected and how.
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
#include <ac_nonexistent.h>
_ACEOF
if
ac_fn_c_try_cpp
"
$LINENO
"
;
then
:
# Broken: success on invalid input.
continue
else
# Passes both tests.
ac_preproc_ok
=
:
break
fi
rm
-f
conftest.err conftest.i conftest.
$ac_ext
done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
rm
-f
conftest.i conftest.err conftest.
$ac_ext
if
$ac_preproc_ok
;
then
:
else
{
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: error: in
\`
$ac_pwd
':"
>
&5
$as_echo
"
$as_me
: error: in
\`
$ac_pwd
':"
>
&2
;
}
as_fn_error
$?
"C preprocessor
\"
$CPP
\"
fails sanity check
See
\`
config.log' for more details"
"
$LINENO
"
5
;
}
fi
ac_ext
=
c
ac_cpp
=
'$CPP $CPPFLAGS'
ac_compile
=
'$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link
=
'$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu
=
$ac_cv_c_compiler_gnu
ac_ext
=
cpp
ac_cpp
=
'$CXXCPP $CPPFLAGS'
ac_compile
=
'$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link
=
'$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu
=
$ac_cv_cxx_compiler_gnu
if
test
-z
"
$CXX
"
;
then
if
test
-n
"
$CCC
"
;
then
CXX
=
$CCC
else
if
test
-n
"
$ac_tool_prefix
"
;
then
for
ac_prog
in
g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set
dummy
$ac_tool_prefix$ac_prog
;
ac_word
=
$2
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for
$ac_word
"
>
&5
$as_echo_n
"checking for
$ac_word
... "
>
&6
;
}
if
${
ac_cv_prog_CXX
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
if
test
-n
"
$CXX
"
;
then
ac_cv_prog_CXX
=
"
$CXX
"
# Let the user override the test.
else
as_save_IFS
=
$IFS
;
IFS
=
$PATH_SEPARATOR
for
as_dir
in
$PATH
do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_CXX
=
"
$ac_tool_prefix$ac_prog
"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
fi
done
done
IFS
=
$as_save_IFS
fi
fi
CXX
=
$ac_cv_prog_CXX
if
test
-n
"
$CXX
"
;
then
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$CXX
"
>
&5
$as_echo
"
$CXX
"
>
&6
;
}
else
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result: no"
>
&5
$as_echo
"no"
>
&6
;
}
fi
test
-n
"
$CXX
"
&&
break
done
fi
if
test
-z
"
$CXX
"
;
then
ac_ct_CXX
=
$CXX
for
ac_prog
in
g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for
$ac_word
"
>
&5
$as_echo_n
"checking for
$ac_word
... "
>
&6
;
}
if
${
ac_cv_prog_ac_ct_CXX
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
if
test
-n
"
$ac_ct_CXX
"
;
then
ac_cv_prog_ac_ct_CXX
=
"
$ac_ct_CXX
"
# Let the user override the test.
else
as_save_IFS
=
$IFS
;
IFS
=
$PATH_SEPARATOR
for
as_dir
in
$PATH
do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_CXX
=
"
$ac_prog
"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
fi
done
done
IFS
=
$as_save_IFS
fi
fi
ac_ct_CXX
=
$ac_cv_prog_ac_ct_CXX
if
test
-n
"
$ac_ct_CXX
"
;
then
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_ct_CXX
"
>
&5
$as_echo
"
$ac_ct_CXX
"
>
&6
;
}
else
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result: no"
>
&5
$as_echo
"no"
>
&6
;
}
fi
test
-n
"
$ac_ct_CXX
"
&&
break
done
if
test
"x
$ac_ct_CXX
"
=
x
;
then
CXX
=
"g++"
else
case
$cross_compiling
:
$ac_tool_warned
in
yes
:
)
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: WARNING: using cross tools not prefixed with host triplet"
>
&5
$as_echo
"
$as_me
: WARNING: using cross tools not prefixed with host triplet"
>
&2
;
}
ac_tool_warned
=
yes
;;
esac
CXX
=
$ac_ct_CXX
fi
fi
fi
fi
# Provide some information about the compiler.
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for C++ compiler version"
>
&5
set
X
$ac_compile
ac_compiler
=
$2
for
ac_option
in
--version
-v
-V
-qversion
;
do
{
{
ac_try
=
"
$ac_compiler
$ac_option
>&5"
case
"((
$ac_try
"
in
*
\"
*
|
*
\`
*
|
*
\\
*
)
ac_try_echo
=
\$
ac_try
;;
*
)
ac_try_echo
=
$ac_try
;;
esac
eval
ac_try_echo
=
"
\"\$
as_me:
${
as_lineno
-
$LINENO
}
:
$ac_try_echo
\"
"
$as_echo
"
$ac_try_echo
"
;
}
>
&5
(
eval
"
$ac_compiler
$ac_option
>&5"
)
2>conftest.err
ac_status
=
$?
if
test
-s
conftest.err
;
then
sed
'10a\
... rest of stderr output deleted ...
10q'
conftest.err
>
conftest.er1
cat
conftest.er1
>
&5
fi
rm
-f
conftest.er1 conftest.err
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
:
\$
? =
$ac_status
"
>
&5
test
$ac_status
=
0
;
}
done
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether we are using the GNU C++ compiler"
>
&5
$as_echo_n
"checking whether we are using the GNU C++ compiler... "
>
&6
;
}
if
${
ac_cv_cxx_compiler_gnu
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
int
main ()
{
#ifndef __GNUC__
choke me
#endif
;
return 0;
}
_ACEOF
if
ac_fn_cxx_try_compile
"
$LINENO
"
;
then
:
ac_compiler_gnu
=
yes
else
ac_compiler_gnu
=
no
fi
rm
-f
core conftest.err conftest.
$ac_objext
conftest.
$ac_ext
ac_cv_cxx_compiler_gnu
=
$ac_compiler_gnu
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_cv_cxx_compiler_gnu
"
>
&5
$as_echo
"
$ac_cv_cxx_compiler_gnu
"
>
&6
;
}
if
test
$ac_compiler_gnu
=
yes
;
then
GXX
=
yes
else
GXX
=
fi
ac_test_CXXFLAGS
=
${
CXXFLAGS
+set
}
ac_save_CXXFLAGS
=
$CXXFLAGS
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether
$CXX
accepts -g"
>
&5
$as_echo_n
"checking whether
$CXX
accepts -g... "
>
&6
;
}
if
${
ac_cv_prog_cxx_g
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
ac_save_cxx_werror_flag
=
$ac_cxx_werror_flag
ac_cxx_werror_flag
=
yes
ac_cv_prog_cxx_g
=
no
CXXFLAGS
=
"-g"
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
int
main ()
{
;
return 0;
}
_ACEOF
if
ac_fn_cxx_try_compile
"
$LINENO
"
;
then
:
ac_cv_prog_cxx_g
=
yes
else
CXXFLAGS
=
""
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
int
main ()
{
;
return 0;
}
_ACEOF
if
ac_fn_cxx_try_compile
"
$LINENO
"
;
then
:
else
ac_cxx_werror_flag
=
$ac_save_cxx_werror_flag
CXXFLAGS
=
"-g"
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
int
main ()
{
;
return 0;
}
_ACEOF
if
ac_fn_cxx_try_compile
"
$LINENO
"
;
then
:
ac_cv_prog_cxx_g
=
yes
fi
rm
-f
core conftest.err conftest.
$ac_objext
conftest.
$ac_ext
fi
rm
-f
core conftest.err conftest.
$ac_objext
conftest.
$ac_ext
fi
rm
-f
core conftest.err conftest.
$ac_objext
conftest.
$ac_ext
ac_cxx_werror_flag
=
$ac_save_cxx_werror_flag
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_cv_prog_cxx_g
"
>
&5
$as_echo
"
$ac_cv_prog_cxx_g
"
>
&6
;
}
if
test
"
$ac_test_CXXFLAGS
"
=
set
;
then
CXXFLAGS
=
$ac_save_CXXFLAGS
elif
test
$ac_cv_prog_cxx_g
=
yes
;
then
if
test
"
$GXX
"
=
yes
;
then
CXXFLAGS
=
"-g -O2"
else
CXXFLAGS
=
"-g"
fi
else
if
test
"
$GXX
"
=
yes
;
then
CXXFLAGS
=
"-O2"
else
CXXFLAGS
=
fi
fi
ac_ext
=
c
ac_cpp
=
'$CPP $CPPFLAGS'
ac_compile
=
'$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link
=
'$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu
=
$ac_cv_c_compiler_gnu
if
test
/usr/local
!=
"
$exec_prefix
"
-a
/usr/local
!=
"
$prefix
"
;
then
CPPFLAGS
=
"
$CPPFLAGS
-I/usr/local/include"
LDFLAGS
=
"
$LDFLAGS
-L/usr/local/lib"
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for __gmpz_ui_sub in -lgmp"
>
&5
$as_echo_n
"checking for __gmpz_ui_sub in -lgmp... "
>
&6
;
}
...
...
@@ -2629,19 +3103,12 @@ fi
#PKG_CPPFLAGS="${PKG_CPPFLAGS} -I/usr/local/include/ "
#PKG_LIBS="${PKG_LIBS} -L/usr/local/lib/ -lgmp"
PKG_CPPFLAGS
=
"
${
PKG_CPPFLAGS
}
-I/usr/local/include/ "
PKG_LIBS
=
"
${
PKG_LIBS
}
-L/usr/local/lib/ -lgmp"