+2010-07-04 Bruno Haible <bruno@clisp.org>
+
+ havelib: Fix bug when AC_LIB_FROMPACKAGE is used more than twice.
+ * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): Use m4_defn.
+ Reported by Martin Lambers <marlam@marlam.de>.
+
2010-07-04 Jim Meyering <meyering@redhat.com>
hash: once again explicitly disallow insertion of NULL
-# lib-link.m4 serial 23 (gettext-0.18.2)
+# lib-link.m4 serial 24 (gettext-0.18.2)
dnl Copyright (C) 2001-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
[ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
define([acl_libsinpackage_]PACKUP,
- m4_ifdef([acl_libsinpackage_]PACKUP, [acl_libsinpackage_]PACKUP[[, ]],)[lib$1])
+ m4_ifdef([acl_libsinpackage_]PACKUP, [m4_defn([acl_libsinpackage_]PACKUP)[, ]],)[lib$1])
popdef([PACKUP])
popdef([PACK])
])