diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-08-15 11:51:49 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-08-15 11:51:49 +0000 |
| commit | 62625737a410f66a62f76f2e32fe189a1c30d5b9 (patch) | |
| tree | 3bb9c216b751d20ad6f8183691af0901ba9e0e81 /tools | |
| parent | 134c45d7091d8c429acd87ca1eb692b7147556a9 (diff) | |
| download | rockbox-62625737a410f66a62f76f2e32fe189a1c30d5b9.zip rockbox-62625737a410f66a62f76f2e32fe189a1c30d5b9.tar.gz rockbox-62625737a410f66a62f76f2e32fe189a1c30d5b9.tar.bz2 rockbox-62625737a410f66a62f76f2e32fe189a1c30d5b9.tar.xz | |
Added helpful reminder about copying font file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1760 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index ee22a5b..e2c3bd5 100755 --- a/tools/configure +++ b/tools/configure @@ -188,6 +188,7 @@ if [ "-" = "$extra_defines" ]; then getit=`input`; if [ "y" = "$getit" -o "Y" = "$getit" ] ; then extra_defines="-DLOADABLE_FONTS" + echo "*** Remember to copy the 'system.ajf' file to the root of your Archos!" else echo "Proportional font support? (N)" getit=`input`; |