From 8e55d0cca00ffcd139cb1f444cb2148e047f5289 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Sep 2004 21:40:45 +0000 Subject: adjusted to work better in the new concept git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5108 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tools') diff --git a/tools/configure b/tools/configure index 8118858..37791bc 100755 --- a/tools/configure +++ b/tools/configure @@ -263,6 +263,7 @@ if [ -z "$archos" ]; then output="archos.mod" appextra="player" archosrom="" + plugins="yes" ;; 3) @@ -273,6 +274,7 @@ if [ -z "$archos" ]; then output="ajbrec.ajz" appextra="recorder" archosrom="$pwd/rombox.ucl" + plugins="yes" ;; 4) @@ -283,6 +285,7 @@ if [ -z "$archos" ]; then output="ajbrec.ajz" appextra="recorder" archosrom="$pwd/rombox.ucl" + plugins="yes" ;; 7) @@ -293,6 +296,7 @@ if [ -z "$archos" ]; then output="ajbrec.ajz" appextra="recorder" archosrom="" + plugins="" ;; 8) @@ -303,6 +307,7 @@ if [ -z "$archos" ]; then output="ajbrec.ajz" appextra="recorder" archosrom="" + plugins="" ;; 9) @@ -314,6 +319,7 @@ if [ -z "$archos" ]; then output="rockbox.iriver" appextra="" archosrom="" + plugins="yes" ;; *) @@ -324,6 +330,7 @@ if [ -z "$archos" ]; then output="ajbrec.ajz" appextra="recorder" archosrom="$pwd/rombox.ucl" + plugins="yes" ;; esac @@ -416,6 +423,7 @@ sed > Makefile \ -e "s,@OUTPUT@,${output},g" \ -e "s,@APPEXTRA@,${appextra},g" \ -e "s,@ARCHOSROM@,${archosrom},g" \ + -e "s,@PLUGINS@,${plugins},g" \ <