fonts: Store the generated TrueType fonts in the repository, and rebuild them only in maintainer mode.
diff --git a/configure b/configure
index 51a9fd0..97bbca0 100755
--- a/configure
+++ b/configure
@@ -6443,6 +6443,7 @@
if test "${enable_maintainer_mode+set}" = set
then
+ if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
fi
@@ -14009,11 +14010,7 @@
fi
fi
-if test "$FONTFORGE" = "false"
-then
- wine_warnings="$wine_warnings|FontForge is missing.
-Fonts will not be built. Dialog text may be invisible or unaligned."
-elif test "x$FREETYPELIBS" = "x"
+if test "x$FREETYPELIBS" = "x"
then
wine_warnings="$wine_warnings|FreeType development files not found.
Fonts will not be built. Dialog text may be invisible or unaligned."