+2002-02-15 Bruno Haible <bruno@clisp.org>
+
+ * djgpp/*: Update DJGPP support.
+ From Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>.
+ * configure.in (CXX): Recognize 'gpp' as an alternative name for 'g++'.
+
2002-02-14 Andrew Zabolotny <zap@cobra.ru>
* os2/README.OS2: Update.
AC_SUBST(CROSS_COMPILING)
dnl Checks for optional programs for the tests/lang-* tests.
-AC_CHECK_PROGS(CXX, $CCC c++ g++ gcc CC cxx cc++ cl, :)
+AC_CHECK_PROGS(CXX, $CCC c++ g++ gpp gcc CC cxx cc++ cl, :)
if test "$CXX" != ":"; then
dnl Use a modified version of AC_PROG_CXX_WORKS that does not exit
dnl upon failure.