add gcrypt library in LIBADD, not LDFLAGS, as recommended
Roumen Petrov <[email protected]> Mon, 17 Sep 2012 00:33:55 +0300
| Newsgroups | gmane.comp.gnome.lib.xslt |
|---|---|
| Message-ID | <[email protected]> |
Hi , Mail subject explain all. If you wonder why please check lib xml mail list about ICU library. Roumen _______________________________________________ xslt mailing list, project page http://xmlsoft.org/XSLT/ [email protected] https://mail.gnome.org/mailman/listinfo/xslt
0007-AC_CONFIG_FILES-and-executable-bit.patch
(text/x-diff, 630 B)
From b135181b41320792870d98697348ca81be9deab9 Mon Sep 17 00:00:00 2001 From: Roumen Petrov <[email protected]> Date: Thu, 13 Sep 2012 01:25:58 +0300 Subject: [PATCH 07/13] AC_CONFIG_FILES and executable bit --- configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.in b/configure.in index 0d7ba86..1e4b8bb 100644 --- a/configure.in +++ b/configure.in @@ -708,8 +708,8 @@ tests/exslt/date/Makefile tests/exslt/dynamic/Makefile tests/plugins/Makefile doc/Makefile -xslt-config libxslt.spec ]) +AC_CONFIG_FILES([xslt-config], [chmod +x xslt-config]) AC_OUTPUT -- 1.6.4