|
From: Marcel T. <te...@us...> - 2002-07-17 15:13:23
|
Update of /cvsroot/openwince/tools/ioperm In directory usw-pr-cvs1:/tmp/cvs-serv20426 Modified Files: autogen.sh Log Message: Fixed --prefix value. Index: autogen.sh =================================================================== RCS file: /cvsroot/openwince/tools/ioperm/autogen.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- autogen.sh 17 Jul 2002 14:59:01 -0000 1.2 +++ autogen.sh 17 Jul 2002 15:13:20 -0000 1.3 @@ -33,7 +33,7 @@ echo echo "Now running ./configure script..." -./configure --with-ddk=/devel/WINDDK/2600 --enable-maintainer-mode --prefix=/ +./configure --with-ddk=/devel/WINDDK/2600 --enable-maintainer-mode --prefix= echo echo "Type \`make\` to build ioperm..." |