]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Tweak g++ recognition on DJGPP.
authorBruno Haible <bruno@clisp.org>
Fri, 15 Feb 2002 17:42:44 +0000 (17:42 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 23:23:09 +0000 (01:23 +0200)
ChangeLog
configure.in

index d1e1b1ebcda5c2dfc636e04a304ac076f39483b4..43f6af246872250bf73c06d826e55cbe92c608c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 455087617988fbd401b8249177e8367b705929f3..8d5e246544845c52ceaec693fdfa48a00652dd5e 100644 (file)
@@ -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.