summaryrefslogtreecommitdiff
path: root/expat/configure.ac
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2020-02-10 18:33:48 +0100
committerSebastian Pipping <sebastian@pipping.org>2020-02-10 23:34:22 +0100
commit65011ad2f7b53a88ed51047c26d860546e8c8871 (patch)
tree9169d21064ba4458d745c2ea70048344451a27f2 /expat/configure.ac
parentb73d405848110d9369ef3d885cd53a71b1615819 (diff)
downloadlibexpat-git-65011ad2f7b53a88ed51047c26d860546e8c8871.tar.gz
CMake: Expose ${EXPAT_TARGET} to parent scope
Diffstat (limited to 'expat/configure.ac')
-rw-r--r--expat/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/expat/configure.ac b/expat/configure.ac
index 49e55def..96fbe00c 100644
--- a/expat/configure.ac
+++ b/expat/configure.ac
@@ -307,8 +307,8 @@ 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"])
+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]