summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-09-28 12:25:05 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-09-28 12:25:05 +0000
commitc79b7a91bf69697a7db1281b7248c21803f2a53a (patch)
tree99faac5164386ccc7f6bab36a38b09808cebf965 /m4
parentbbf341daeca43a2d5d200f949bd7ab84ae7e2fb4 (diff)
downloadmpc-c79b7a91bf69697a7db1281b7248c21803f2a53a.tar.gz
configure.ac, mpc.m4: moved inclusion of CPP, SED, EGREP into subroutine where
they are used git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@843 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'm4')
-rw-r--r--m4/mpc.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/mpc.m4 b/m4/mpc.m4
index f537299..03d08fa 100644
--- a/m4/mpc.m4
+++ b/m4/mpc.m4
@@ -140,6 +140,9 @@ MPC_GMP_CC_CFLAGS
#
AC_DEFUN([MPC_GMP_CC_CFLAGS], [
AC_MSG_CHECKING(for CC and CFLAGS in gmp.h)
+ AC_PROG_CPP
+ AC_PROG_EGREP
+ AC_PROG_SED
# Get CC
echo "#include \"gmp.h\"" > conftest.c
echo "MPC_OPTION __GMP_CC" >> conftest.c