Added helpful reminder about copying font file

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1760 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-08-15 11:51:49 +00:00
parent 134c45d709
commit 62625737a4

1
tools/configure vendored
View file

@ -188,6 +188,7 @@ if [ "-" = "$extra_defines" ]; then
getit=`input`; getit=`input`;
if [ "y" = "$getit" -o "Y" = "$getit" ] ; then if [ "y" = "$getit" -o "Y" = "$getit" ] ; then
extra_defines="-DLOADABLE_FONTS" extra_defines="-DLOADABLE_FONTS"
echo "*** Remember to copy the 'system.ajf' file to the root of your Archos!"
else else
echo "Proportional font support? (N)" echo "Proportional font support? (N)"
getit=`input`; getit=`input`;