From: Bruno Haible Date: Thu, 8 May 2008 12:10:43 +0000 (+0200) Subject: Correct indentation. X-Git-Tag: v0.1~7431 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=75d3df1811d7e52c553ae874ea7a0d9569780bea;p=gnulib.git Correct indentation. --- diff --git a/ChangeLog b/ChangeLog index db8e106eb..06ca95580 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 1ace2f6d7..6a1b6f07f 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