]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make usable with snapshot autoconf.
authorBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2001 16:01:42 +0000 (16:01 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2001 16:01:42 +0000 (16:01 +0000)
m4/ChangeLog
m4/signed.m4

index 1b160ef7ec042c64a81ff89634b99f01192ab4e7..3e6b821125327b3f94e7809cfd722d4d113d4e90 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-10  Bruno Haible  <haible@clisp.cons.org>
+
+       * signed.m4: Quote first argument of AC_DEFUN.
+
 2001-03-09  Bruno Haible  <haible@clisp.cons.org>
 
        * Makefile.am (aclocal_DATA): Add codeset.m4 and iconv.m4, both needed
index 49001c0473cf6688f8e02bfb45d86752d8e31b2c..9cd1d3f442bec2fb13820d50a9809804841b4db4 100644 (file)
@@ -2,7 +2,7 @@
 
 dnl From Bruno Haible.
 
-AC_DEFUN(bh_C_SIGNED,
+AC_DEFUN([bh_C_SIGNED],
 [
   AC_CACHE_CHECK([for signed], bh_cv_c_signed,
    [AC_TRY_COMPILE(, [signed char x;], bh_cv_c_signed=yes, bh_cv_c_signed=no)])