Merge branch 'MohammedKhajapasha-issue_361' (#362, fixes #361)

This commit is contained in:
Sebastian Pipping 2019-10-16 15:27:49 +02:00
commit 25d3c190c6
2 changed files with 6 additions and 1 deletions

View file

@ -14,7 +14,9 @@ Release x.x.x xxx xxxxxxxxx xx xxxx
#354 #355 #356 Address compiler warnings
Special thanks to:
asavah
Ma Lin
Mohammed Khajapasha
Vadim Zeitlin
Release 2.2.9 Wed September 25 2019
@ -130,10 +132,10 @@ Release 2.2.8 Fri September 13 2019
Special thanks to:
David Loffredo
Joonun Jang
Khajapasha Mohammed
Kishore Kunche
Marco Maggi
Mitch Phillips
Mohammed Khajapasha
Rolf Ade
xantares
Zhongyuan Zhou

View file

@ -307,6 +307,9 @@ AS_IF([test "x${DOCBOOK_TO_MAN}" != x -a "x$with_docbook" != xno],
AM_CONDITIONAL(WITH_DOCBOOK, [test "x${DOCBOOK_TO_MAN}" != x])
dnl updating _EXPAT_TARGET variable to effect the package name in expat.pc file (issue #361)
AC_SUBST(_EXPAT_TARGET, ["$PACKAGE_NAME"])
AC_CONFIG_FILES([Makefile]
[expat.pc]
[doc/Makefile]