summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-10-20 14:15:08 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2006-10-20 14:15:08 -0700
commit1826bdeed2a06857179a3d4dce516d9d91bd22bc (patch)
tree04b154ab541d25e2fc4e20084d6bcf592c541ace
parent2f8d3be79639df05e892619a338d6e76de1161f6 (diff)
Update message printed when mkfontscale not found to point to modular package
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d2bd6eb..3175c3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,9 +6,7 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_PATH_PROG(MKFONTSCALE, mkfontscale)
if [[ -z $MKFONTSCALE ]]; then
- AC_MSG_ERROR([mkfontscale is needed to build fontenc. FIXME: when we
- know where it is going to live, put a more informative
- comment here])
+ AC_MSG_ERROR([mkfontscale is needed to build fontenc. Please install the app/mkfontscale package from X.Org.])
fi
# gzip