summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-10-01 00:21:30 +0200
committerKevin Ryde <user42@zip.com.au>2000-10-01 00:21:30 +0200
commitd3e3049b65213c22503b9228b3b84f140ec1dcd5 (patch)
treef3968020fe6d210d42c8a36e26a32c1bb42189ad /aclocal.m4
parent99213d9d36f368eaaaba6169623657aef311a150 (diff)
downloadgmp-d3e3049b65213c22503b9228b3b84f140ec1dcd5.tar.gz
Regenerate for:
Correction to: * acinclude.m4 (GMP_C_SIZES): New macro. (Add a -I$srcdir for the benefit of srcdir!=builddir, or when another gmp.h is in /usr/include.)
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 311c632a2..53bc8e170 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1013,7 +1013,8 @@ AC_DEFUN(GMP_C_SIZES,
[int test [2*(sizeof($tmp_type) == $tmp_try) - 1];]
EOF
cat conftest.c >>conftest.out
- if ($CC $CFLAGS -c conftest.c) >>conftest.out 2>&1; then
+ echo "$CC $CFLAGS -I$srcdir -c conftest.c" >>conftest.out
+ if ($CC $CFLAGS -I$srcdir -c conftest.c) >>conftest.out 2>&1; then
if test -n "$tmp_val"; then
cat conftest.out 1>&AC_FD_CC
AC_MSG_ERROR([$tmp_def $tmp_type passes both $tmp_val and $tmp_try])