From: Bruno Haible Date: Sat, 23 Dec 2006 15:51:19 +0000 (+0000) Subject: Improve cross-compilation support. X-Git-Tag: v0.17~536 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48cbcdb75cd22a5d0415b569599c34fb4efd2a1a;p=thirdparty%2Fgettext.git Improve cross-compilation support. --- diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index 231a8d688..de12324a4 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,3 +1,8 @@ +2006-12-23 Bruno Haible + + Improve cross-compilation support. + * m4/gcj.m4 (gt_GCJ): Use AC_CHECK_TOOL instead of AC_CHECK_PROGS. + 2006-12-23 Bruno Haible * lib/term-ostream.oo.c (term_ostream_create): Fix up the diff --git a/gnulib-local/m4/gcj.m4 b/gnulib-local/m4/gcj.m4 index 2e2ededf7..03f158598 100644 --- a/gnulib-local/m4/gcj.m4 +++ b/gnulib-local/m4/gcj.m4 @@ -1,5 +1,5 @@ -# gcj.m4 serial 1 (gettext-0.11.3) -dnl Copyright (C) 2002 Free Software Foundation, Inc. +# gcj.m4 serial 2 (gettext-0.16.2) +dnl Copyright (C) 2002, 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -19,7 +19,7 @@ AC_DEFUN([gt_GCJ], pushdef([AC_MSG_CHECKING],[:])dnl pushdef([AC_CHECKING],[:])dnl pushdef([AC_MSG_RESULT],[:])dnl - AC_CHECK_PROGS(GCJ, [gcj], [none]) + AC_CHECK_TOOL([GCJ], [gcj], [none]) popdef([AC_MSG_RESULT])dnl popdef([AC_CHECKING])dnl popdef([AC_MSG_CHECKING])dnl