]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Align with fetish utils.
authorBruno Haible <bruno@clisp.org>
Mon, 24 Sep 2001 17:45:31 +0000 (17:45 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 24 Sep 2001 17:45:31 +0000 (17:45 +0000)
m4/ChangeLog
m4/mbrtowc.m4
m4/mbstate_t.m4
m4/mbswidth.m4

index d4333258a2bccbed4e3abf0f26c3e84a83639c35..f453cfcb9e61aedcfeb7a961c2ff9744e5471946 100644 (file)
@@ -1,3 +1,9 @@
+2001-08-12  Jim Meyering  <meyering@lucent.com>
+
+       * mbrtowc.m4: Quote first arg of AC_DEFUN.
+       * mbstate_t.m4: Likewise.
+       * mbswidth.m4: Likewise.
+
 2001-09-02  Bruno Haible  <haible@clisp.cons.org>
 
        * signalblocking.m4: New file.
index 371febfe05ac9e40954d4ff6280eab7685467ea0..87743919b9d3dfcd6663fd351917a5c88dc47720 100644 (file)
@@ -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,
index a185a7dbcfdf401518f5b91dd04a967df5efa4ff..ae2bcf1e8e24369a3cc8fd9fc2fc1eff86c4bcfb 100644 (file)
@@ -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)
 
index 26f661f6490bec01f0bcddf596e60f4acb784427..74ae58193a07753cf62922addc52c886509a25ab 100644 (file)
@@ -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)