# HG changeset patch # User Bruno Haible # Date 1210248643 -7200 # Node ID 3e891533dd191f0366d35d9eaefdcb9720c54f60 # Parent cf56ba0ab47b95110f17d8b0810165e6cbb02566 Correct indentation. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-05-08 Bruno Haible + + * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation. + 2008-05-07 Eric Blake Support cross-compilation of . diff --git a/m4/wctype.m4 b/m4/wctype.m4 --- a/m4/wctype.m4 +++ b/m4/wctype.m4 @@ -1,3 +1,5 @@ +# wctype.m4 serial 2 + dnl A placeholder for ISO C99 , for platforms that lack it. dnl Copyright (C) 2006-2008 Free Software Foundation, Inc. @@ -7,7 +9,6 @@ dnl Written by Paul Eggert. -#serial 2 AC_DEFUN([gl_WCTYPE_H], [ AC_REQUIRE([AC_PROG_CC]) @@ -48,7 +49,8 @@ Linux libc5 i18n is broken. #endif], [], [gl_cv_func_iswcntrl_works=yes], [gl_cv_func_iswcntrl_works=no]) - ])]) + ]) + ]) if test $gl_cv_func_iswcntrl_works = yes; then WCTYPE_H= fi