]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid a sh syntax error.
authorBruno Haible <bruno@clisp.org>
Mon, 31 Jul 2006 15:57:25 +0000 (15:57 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:43 +0000 (12:13 +0200)
gettext-tools/m4/ChangeLog
gettext-tools/m4/alloca.m4

index c5f73df5b4dcfc620dc86cb7e482a75759abd354..3bca5050d4c458bcdd13f772982a3fdd67b0d88f 100644 (file)
@@ -1,3 +1,8 @@
+2006-07-29  Bruno Haible  <bruno@clisp.org>
+
+       * alloca.m4 (gl_PREREQ_ALLOCA): Add a dummy statement. Avoids a sh
+       syntax error.
+
 2006-07-29  Bruno Haible  <bruno@clisp.org>
 
        * relocatable.m4: Add comments.
index 8c204436f0509c3691b8b8fe9e0d8b5902fbc83e..3ec1d2375f8a97a7c5e87f52e68653bc8fef9565 100644 (file)
@@ -1,5 +1,5 @@
-# alloca.m4 serial 2 (gettext-0.12)
-dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
+# alloca.m4 serial 3 (gettext-0.15.1)
+dnl Copyright (C) 2002-2003, 2006 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -31,4 +31,5 @@ AC_DEFUN([gl_FUNC_ALLOCA],
 # STACK_DIRECTION is already handled by AC_FUNC_ALLOCA.
 AC_DEFUN([gl_PREREQ_ALLOCA], [
   AC_CHECK_HEADERS_ONCE(stdlib.h string.h)
+  :
 ])