]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Improve cross-compilation support.
authorBruno Haible <bruno@clisp.org>
Sat, 23 Dec 2006 15:51:19 +0000 (15:51 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:34 +0000 (12:14 +0200)
gnulib-local/ChangeLog
gnulib-local/m4/gcj.m4

index 231a8d6887a5cf9c11b8757bf4c392f50b318b66..de12324a42ac8bfabe036e5448c698557442d630 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-23  Bruno Haible  <bruno@clisp.org>
+
+       Improve cross-compilation support.
+       * m4/gcj.m4 (gt_GCJ): Use AC_CHECK_TOOL instead of AC_CHECK_PROGS.
+
 2006-12-23  Bruno Haible  <bruno@clisp.org>
 
        * lib/term-ostream.oo.c (term_ostream_create): Fix up the
index 2e2ededf727380547ec4e1fd0f9e97dc6d6d8344..03f1585985ca01c04d04a933ac3fc6d549930481 100644 (file)
@@ -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