summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-15 11:51:49 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-15 11:51:49 +0000
commit62625737a410f66a62f76f2e32fe189a1c30d5b9 (patch)
tree3bb9c216b751d20ad6f8183691af0901ba9e0e81
parent134c45d7091d8c429acd87ca1eb692b7147556a9 (diff)
downloadrockbox-62625737a410f66a62f76f2e32fe189a1c30d5b9.tar.gz
rockbox-62625737a410f66a62f76f2e32fe189a1c30d5b9.zip
Added helpful reminder about copying font file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1760 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index ee22a5be31..e2c3bd53f9 100755
--- a/tools/configure
+++ b/tools/configure
@@ -188,6 +188,7 @@ if [ "-" = "$extra_defines" ]; then
188 getit=`input`; 188 getit=`input`;
189 if [ "y" = "$getit" -o "Y" = "$getit" ] ; then 189 if [ "y" = "$getit" -o "Y" = "$getit" ] ; then
190 extra_defines="-DLOADABLE_FONTS" 190 extra_defines="-DLOADABLE_FONTS"
191 echo "*** Remember to copy the 'system.ajf' file to the root of your Archos!"
191 else 192 else
192 echo "Proportional font support? (N)" 193 echo "Proportional font support? (N)"
193 getit=`input`; 194 getit=`input`;