X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=configure;h=0c6cdb01bbe0132b38b5809950a6ee4d1786708b;hb=2b7b32fc476d0d9b52fc69ee1690b15ea1360207;hp=4fc31ccf8e79264b96ecb96d92794f295eb0205d;hpb=deb4e5567c42afe834d83868b9337277256a0d66;p=notmuch diff --git a/configure b/configure index 4fc31ccf..0c6cdb01 100755 --- a/configure +++ b/configure @@ -250,7 +250,7 @@ if [ -z "$LIBDIR" ] ; then libdir_expanded="${PREFIX}/lib" else # very non-general variable expansion - libdir_expanded=`echo "$LIBDIR" | sed "s|\\${prefix}|${PREFIX}|g; s|\\$prefix/|${PREFIX}/|; s|//*|/|g"` + libdir_expanded=$(echo "$LIBDIR" | sed "s|\\${prefix}|${PREFIX}|g; s|\\$prefix/|${PREFIX}/|; s|//*|/|g") fi cat <