summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2013-07-12 10:51:19 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2013-07-12 10:51:19 +0000
commit5e667813da088a867aa9f5f929675c572cab36c5 (patch)
treee327d5dbc33b4f6f61f09fb1d40cd8a4beb2acda /configure.ac
parent5a18bd349dd7670012229070f619700cc0652043 (diff)
downloadmpfr-5e667813da088a867aa9f5f929675c572cab36c5.tar.gz
[configure.ac] If the gmp.h vs libgmp test fails, also output the value
of some variables (in case config.log is available, information can also be retrieved from "Cache variables" and "Output variables" near the end). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8616 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 03956650d..614848583 100644
--- a/configure.ac
+++ b/configure.ac
@@ -554,6 +554,11 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[
AC_MSG_WARN([(such as /usr/include or /usr/local/include).])
AC_MSG_WARN([However since we can't use 'libtool' inside the configure,])
AC_MSG_WARN([we can't be sure. See 'config.log' for details.])
+ AC_MSG_WARN([CC="$CC"])
+ AC_MSG_WARN([CFLAGS="$CFLAGS"])
+ AC_MSG_WARN([CPPFLAGS="$CPPFLAGS"])
+ AC_MSG_WARN([LDFLAGS="$LDFLAGS"])
+ AC_MSG_WARN([LIBS="$LIBS"])
AC_MSG_WARN([Temporary LD_RUN_PATH was "$LD_RUN_PATH".])
AC_MSG_WARN([==========================================================])
],AC_MSG_RESULT([can not test])