summaryrefslogtreecommitdiffstats
path: root/boehm-gc/acinclude.m4
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-28 20:14:11 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-28 20:14:11 +0000
commit812c7217350a10cc380ed4fbb9867099d09827a3 (patch)
tree7703f2adcbe44cbf0f427b640f6cb47183cd0fd6 /boehm-gc/acinclude.m4
parenta516dd3a35123c9b81e90e41f4acfcb2928ad00f (diff)
downloadppe42-gcc-812c7217350a10cc380ed4fbb9867099d09827a3.tar.gz
ppe42-gcc-812c7217350a10cc380ed4fbb9867099d09827a3.zip
* aclocal.m4, configure: Rebuilt.
* acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29698 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/acinclude.m4')
-rw-r--r--boehm-gc/acinclude.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/boehm-gc/acinclude.m4 b/boehm-gc/acinclude.m4
index 7f56bc702c1..fb2f620a3a7 100644
--- a/boehm-gc/acinclude.m4
+++ b/boehm-gc/acinclude.m4
@@ -41,6 +41,8 @@ AM_INIT_AUTOMAKE(boehm-gc, 4.13a2, no-define)
AC_DEFUN(LIB_AC_PROG_CC,
[AC_BEFORE([$0], [AC_PROG_CPP])dnl
+dnl Fool anybody using AC_PROG_CC.
+AC_PROVIDE([AC_PROG_CC])
AC_CHECK_PROG(CC, gcc, gcc)
if test -z "$CC"; then
AC_CHECK_PROG(CC, cc, cc, , , /usr/ucb/cc)
@@ -76,6 +78,8 @@ LIB_AC_PROG_CC
# Likewise for AC_PROG_CXX.
AC_DEFUN(LIB_AC_PROG_CXX,
[AC_BEFORE([$0], [AC_PROG_CXXCPP])dnl
+dnl Fool anybody using AC_PROG_CXX.
+AC_PROVIDE([AC_PROG_CXX])
AC_CHECK_PROGS(CXX, $CCC c++ g++ gcc CC cxx cc++, gcc)
test -z "$CXX" && AC_MSG_ERROR([no acceptable c++ found in \$PATH])
OpenPOWER on IntegriCloud