aboutsummaryrefslogtreecommitdiffstats
path: root/extension/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-09 11:34:16 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-09 11:34:16 +0200
commit96685ed2909ec198bf28ba81ccff755ea88ecda7 (patch)
tree105d924a67f774a38225d4435ba11130c420f508 /extension/configure.ac
parent7c32c835b7f15d2906a691fa7776d3fcd77be0f7 (diff)
parenta7512f3eb03ae2b6361e56518a2f405e386315a0 (diff)
downloadegawk-96685ed2909ec198bf28ba81ccff755ea88ecda7.tar.gz
egawk-96685ed2909ec198bf28ba81ccff755ea88ecda7.tar.bz2
egawk-96685ed2909ec198bf28ba81ccff755ea88ecda7.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'extension/configure.ac')
-rw-r--r--extension/configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/extension/configure.ac b/extension/configure.ac
index e8b242a0..2b913364 100644
--- a/extension/configure.ac
+++ b/extension/configure.ac
@@ -56,7 +56,9 @@ dnl AC_PROG_INSTALL
dnl use the same definition as the main configure script.
dnl EXTENSIONDIR is exported if it was set there.
-AC_SUBST([pkgextensiondir], ['${pkglibdir}'${EXTENSIONDIR}])
+dnl N.B. We must use ${libdir}/gawk instead of $pkglibdir because $pkglibdir
+dnl is set to ${libdir}/gawk-extensions, which is not what we want.
+AC_SUBST([pkgextensiondir], ['${libdir}/gawk'${EXTENSIONDIR}])
if test "$GCC" = yes
then