+2007-01-31 Bruno Haible <bruno@clisp.org>
+
+ * modules/gettext-tools-misc (Makefile.am): Add @LIBACL@ to
+ lib_LDFLAGS.
+ Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
+
2007-01-28 Bruno Haible <bruno@clisp.org>
* lib/linebreak.c.diff: Update.
# Need @LTLIBINTL@ because many source files use gettext().
# Need @LTLIBICONV@ because linebreak.c and striconv.c use iconv().
+# Need @LIB_ACL@ because copy-file.c uses acl.h.
lib_LDFLAGS += \
-release @VERSION@ \
- @LTLIBINTL@ @LTLIBICONV@ -lc @LTNOUNDEF@
+ @LTLIBINTL@ @LTLIBICONV@ @LIBACL@ -lc @LTNOUNDEF@
# Tell the mingw or Cygwin linker which symbols to export.
if WOE32DLL