From: Bruno Haible Date: Mon, 24 Sep 2001 17:45:31 +0000 (+0000) Subject: Align with fetish utils. X-Git-Tag: v0.11~474 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cfc4d880c0190c94d8580384573943286c4143e;p=thirdparty%2Fgettext.git Align with fetish utils. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index d4333258a..f453cfcb9 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2001-08-12 Jim Meyering + + * mbrtowc.m4: Quote first arg of AC_DEFUN. + * mbstate_t.m4: Likewise. + * mbswidth.m4: Likewise. + 2001-09-02 Bruno Haible * signalblocking.m4: New file. diff --git a/m4/mbrtowc.m4 b/m4/mbrtowc.m4 index 371febfe0..87743919b 100644 --- a/m4/mbrtowc.m4 +++ b/m4/mbrtowc.m4 @@ -1,8 +1,8 @@ -#serial 2 +#serial 4 dnl From Paul Eggert -AC_DEFUN(jm_FUNC_MBRTOWC, +AC_DEFUN([jm_FUNC_MBRTOWC], [ AC_CACHE_CHECK([whether mbrtowc and mbstate_t are properly declared], jm_cv_func_mbrtowc, diff --git a/m4/mbstate_t.m4 b/m4/mbstate_t.m4 index a185a7dbc..ae2bcf1e8 100644 --- a/m4/mbstate_t.m4 +++ b/m4/mbstate_t.m4 @@ -1,4 +1,4 @@ -# serial 8 +# serial 9 # From Paul Eggert. @@ -10,7 +10,7 @@ # (at least glibc-2.1.3) because the "_XOPEN_SOURCE 500" definition elicits # a syntax error in wchar.h due to the use of undefined __int32_t. -AC_DEFUN(AC_MBSTATE_T, +AC_DEFUN([AC_MBSTATE_T], [ AC_CHECK_HEADERS(stdlib.h) diff --git a/m4/mbswidth.m4 b/m4/mbswidth.m4 index 26f661f64..74ae58193 100644 --- a/m4/mbswidth.m4 +++ b/m4/mbswidth.m4 @@ -1,9 +1,9 @@ -#serial 5 +#serial 6 dnl autoconf tests required for use of mbswidth.c dnl From Bruno Haible. -AC_DEFUN(jm_PREREQ_MBSWIDTH, +AC_DEFUN([jm_PREREQ_MBSWIDTH], [ AC_REQUIRE([AC_HEADER_STDC]) AC_CHECK_HEADERS(limits.h stdlib.h string.h wchar.h wctype.h)