+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.
-# 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.
# STACK_DIRECTION is already handled by AC_FUNC_ALLOCA.
AC_DEFUN([gl_PREREQ_ALLOCA], [
AC_CHECK_HEADERS_ONCE(stdlib.h string.h)
+ :
])