diff options
| author | Sam Varshavchik | 2022-01-18 18:24:23 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2022-01-18 18:24:23 -0500 |
| commit | 509ddca41433e84a6df93822eb3adf5b78c9a9ed (patch) | |
| tree | fc37f49679c6a4c606f354a3313ce1216e448927 /unicode | |
| parent | f67b3067a0fee0b7e768f6bd9e12649cacc1f0d2 (diff) | |
| download | courier-libs-509ddca41433e84a6df93822eb3adf5b78c9a9ed.tar.bz2 | |
courier-unicode: build fixes.
Revert to previous Docbook DTD URL.
Fix packaging, do not include a built headerfile in the tarball.
Fix compilation warning.
Diffstat (limited to 'unicode')
| -rw-r--r-- | unicode/Makefile.am | 5 | ||||
| -rw-r--r-- | unicode/configure.ac | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/unicode/Makefile.am b/unicode/Makefile.am index 6a7d2b1..e9dbc39 100644 --- a/unicode/Makefile.am +++ b/unicode/Makefile.am @@ -248,6 +248,9 @@ libcourier_unicode_la_SOURCES=\ libcourier_unicode_la_LDFLAGS=-version-info 7:0:0 +dist-hook: + rm -f $(distdir)/courier-unicode.h + EXTRA_DIST=$(noinst_SCRIPTS) $(man_MANS) $(PACKAGE).spec \ m4/courier-unicode.m4 \ packaging/freebsd10/pkg-descr @@ -472,7 +475,7 @@ docs.stamp: rm -rf man.tmp mkdir man.tmp d=`cd $(srcdir); pwd`; cd man.tmp; xsltproc --nonet --xinclude \ - http://cdn.docbook.org/release/xsl-nons/current//manpages/docbook.xsl\ + http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl\ $$d/book.xml mkdir -p man rm -f man/*.[123456789] diff --git a/unicode/configure.ac b/unicode/configure.ac index 5d1aee2..2d49e70 100644 --- a/unicode/configure.ac +++ b/unicode/configure.ac @@ -65,8 +65,8 @@ fi AC_TRY_COMPILE([ #include <uchar.h> +char32_t c; ],[ -char32_t c=0; ], [ HAVE_UCHAR_H=1 |
