summaryrefslogtreecommitdiff
path: root/util/mm-common-prepare.in
diff options
context:
space:
mode:
Diffstat (limited to 'util/mm-common-prepare.in')
-rw-r--r--util/mm-common-prepare.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mm-common-prepare.in b/util/mm-common-prepare.in
index 1346873..e796747 100644
--- a/util/mm-common-prepare.in
+++ b/util/mm-common-prepare.in
@@ -79,7 +79,7 @@ test -f "$acfile" || {
# Extract the directory macro arguments from configure.ac
s=' ' # tab+space
auxdir=`sed -n "s/^[$s]*AC_CONFIG_AUX_DIR([[$s]*\\([^])\$,$s]*\\).*/\\1/p" "$acfile"`
-doctooldir=`sed -n "s/^[$s]*MM_CONFIG_DOCTOOL_DIR([[$s]*\\([^])\$,$s]*\\).*/\1/p" "$acfile"`
+doctooldir=`sed -n "s/^[$s]*MM_CONFIG_DOCTOOL_DIR([[$s]*\\([^])\$,$s]*\\).*/\\1/p" "$acfile"`
auxdir="$srcdir${auxdir:+/}$auxdir"
echo "$progname: putting auxiliary files in '$auxdir'."