Skip to content

Commit f48eadc

Browse files
committed
Update after gnulib changed.
1 parent bff2721 commit f48eadc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2011-06-02 Bruno Haible <bruno@clisp.org>
2+
3+
Update after gnulib changed.
4+
* gnulib-local/m4/alloca.m4 (gl_FUNC_ALLOCA): Update.
5+
16
2011-06-04 Bruno Haible <bruno@clisp.org>
27

38
Work around <wchar.h> bug on OSF/1 5.1.

gnulib-local/m4/alloca.m4

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# alloca.m4 serial 3 (gettext-0.16)
2-
dnl Copyright (C) 2002-2003, 2006 Free Software Foundation, Inc.
1+
# alloca.m4 serial 4 (gettext-0.18.2)
2+
dnl Copyright (C) 2002-2003, 2006, 2011 Free Software Foundation, Inc.
33
dnl This file is free software; the Free Software Foundation
44
dnl gives unlimited permission to copy and/or distribute it,
55
dnl with or without modifications, as long as this notice is preserved.
@@ -25,6 +25,7 @@ AC_DEFUN([gl_FUNC_ALLOCA],
2525
ALLOCA_H=alloca.h,
2626
ALLOCA_H=)
2727
AC_SUBST([ALLOCA_H])
28+
AM_CONDITIONAL([GL_GENERATE_ALLOCA_H], [test -n "$ALLOCA_H"])
2829
])
2930

3031
# Prerequisites of lib/alloca.c.

0 commit comments

Comments
 (0)