summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2020-04-14 11:08:28 +0000
committerAdrian Thurston <thurston@colm.net>2020-04-14 11:08:28 +0000
commit008a9b04edb9447d575f384637461bfcd2ea16e7 (patch)
treee66f6b5901f1f9d5320383ed85dc39cd9cf188a0 /configure.ac
parentd0a2a2ac6cf0b3ff0c070a83e72a301704493796 (diff)
downloadcolm-008a9b04edb9447d575f384637461bfcd2ea16e7.tar.gz
include prefix in SED_SUBST, somehow got lost
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a5de89d5..a217ee3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,6 +53,7 @@ AC_PROG_LIBTOOL
SED_SUBST=["\
-e 's|@CXX@|${CXX}|g' \
-e 's|@CC@|${CC}|g' \
+ -e 's|@prefix@|${prefix}|g' \
"]
dnl Set test on c++ compiler.