[gnome-university] Check for mf2pt1 needed for postscript font conversion.



commit c849cb32cf42105f71fa89404f4519b8f6e14f0b
Author: Christian Hergert <christian hergert me>
Date:   Sun Jan 13 16:35:25 2013 -0800

    Check for mf2pt1 needed for postscript font conversion.

 configure.ac |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c9e8084..3ccab3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,11 @@ if test "$PDFLATEX" = ""; then
 	AC_MSG_ERROR([pdflatex could not be found, please install texlive-latex.])
 fi
 
+AC_PATH_PROG([MF2PT1], [mf2pt1], [])
+if test "$MF2PT1" = ""; then
+	AC_MSG_ERROR([mf2pt1 could not be found, please install texlive-mf2pt1.])
+fi
+
 AC_PATH_PROG([DIA], [dia], [])
 if test "$DIA" = ""; then
 	AC_MSG_ERROR([dia could not be found, please install dia.])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]