diff options
| author | Sam Varshavchik | 2022-01-18 18:43:31 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2022-01-18 18:43:31 -0500 |
| commit | a59fb65ce973e80a3291a3c2ea9d47c9a70f5a44 (patch) | |
| tree | a6cec3b754164dd6d7f612a8580a32fe70117bcc | |
| parent | af6cadae9b73f7a5144664485ed1b61daa8890cf (diff) | |
| parent | 509ddca41433e84a6df93822eb3adf5b78c9a9ed (diff) | |
| download | courier-libs-a59fb65ce973e80a3291a3c2ea9d47c9a70f5a44.tar.bz2 | |
Merge branch 'master' of git:/home/var/www/gitrepos/courier-libs
| -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 |
