From: Bruno Haible Date: Fri, 15 Feb 2002 17:42:44 +0000 (+0000) Subject: Tweak g++ recognition on DJGPP. X-Git-Tag: v0.11.1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27fc2e11e418c1e4aebd1e52908d1d6bbe64612a;p=thirdparty%2Fgettext.git Tweak g++ recognition on DJGPP. --- diff --git a/ChangeLog b/ChangeLog index d1e1b1ebc..43f6af246 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-02-15 Bruno Haible + + * djgpp/*: Update DJGPP support. + From Juan Manuel Guerrero . + * configure.in (CXX): Recognize 'gpp' as an alternative name for 'g++'. + 2002-02-14 Andrew Zabolotny * os2/README.OS2: Update. diff --git a/configure.in b/configure.in index 455087617..8d5e24654 100644 --- a/configure.in +++ b/configure.in @@ -129,7 +129,7 @@ CROSS_COMPILING=$cross_compiling 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.