diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/cycle-check.m4 | 5 | ||||
-rw-r--r-- | m4/locale-tr.m4 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/m4/cycle-check.m4 b/m4/cycle-check.m4 index 090f89de76..608f781aa9 100644 --- a/m4/cycle-check.m4 +++ b/m4/cycle-check.m4 @@ -1,10 +1,11 @@ -#serial 4 -dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc. +#serial 5 +dnl Copyright (C) 2005, 2006, 2007 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. AC_DEFUN([gl_CYCLE_CHECK], [ + AC_REQUIRE([AC_C_INLINE]) AC_LIBOBJ([cycle-check]) ]) diff --git a/m4/locale-tr.m4 b/m4/locale-tr.m4 index 7f06584fa4..2286c181bb 100644 --- a/m4/locale-tr.m4 +++ b/m4/locale-tr.m4 @@ -1,4 +1,4 @@ -# locale-tr.m4 serial 1 +# locale-tr.m4 serial 2 dnl Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -72,6 +72,8 @@ changequote([,])dnl fi fi fi + else + gt_cv_locale_tr_utf8=none fi rm -fr conftest* ]) |