mescc: Make sure includedir, libdir are set.

* scripts/mescc.in (prefix): New variable.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2020-12-15 17:40:46 +01:00
parent 7198c2d7ea
commit 8b2c4d48a9
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ if test -n "$MES_UNINSTALLED"; then
libdir=${libdir-${abs_top_builddir}/lib}
fi
prefix=@prefix@
MES=${MES-@prefix@/bin/mes}
bindir=${bindir-@bindir@}
includedir=${includedir-@includedir@}