From 75d3df1811d7e52c553ae874ea7a0d9569780bea Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 8 May 2008 14:10:43 +0200 Subject: [PATCH] Correct indentation. --- ChangeLog | 4 ++++ m4/wctype.m4 | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index db8e106eb0..06ca955802 100644 --- 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 index 1ace2f6d73..6a1b6f07f4 100644 --- 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 with or without modifications, as long as this notice is preserved. dnl Written by Paul Eggert. -#serial 2 AC_DEFUN([gl_WCTYPE_H], [ AC_REQUIRE([AC_PROG_CC]) @@ -48,7 +49,8 @@ AC_DEFUN([gl_WCTYPE_H], 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 -- 2.30.2