From d6a6cff23b2df815700deafbeed385d52c9cf48f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 17 Oct 2006 17:06:38 +0000 Subject: =?UTF-8?q?2006-10-17=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP. --- c/src/ChangeLog | 4 ++++ c/src/aclocal/prog-cxx.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'c') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 2c9829af4d..2cd0e72100 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,7 @@ +2006-10-17 Ralf Corsépius + + * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP. + 2006-10-17 Ralf Corsépius * aclocal/version.m4: Bump version to 4.7.99.0. diff --git a/c/src/aclocal/prog-cxx.m4 b/c/src/aclocal/prog-cxx.m4 index f1c6694da8..20175ee27c 100644 --- a/c/src/aclocal/prog-cxx.m4 +++ b/c/src/aclocal/prog-cxx.m4 @@ -18,6 +18,7 @@ dnl NOTE: This might be too restrictive test -z "$CXX" \ && AC_MSG_ERROR([no acceptable c++ found in \$PATH]) AC_PROG_CXX +AC_PROG_CXXCPP if test "$ac_cv_prog_cc_cross" != "$ac_cv_prog_cxx_cross"; then AC_MSG_ERROR([***] @@ -26,7 +27,6 @@ AC_PROG_CXX [must both either be cross compilers or native compilers] [Hint: If building a posix bsp: LD_LIBRARY_PATH?] ) fi - else ## Work-around to a bug in automake AM_CONDITIONAL([am__fastdepCXX],[false]) -- cgit v1.2.3