|
From: Marcel T. <te...@us...> - 2002-07-17 21:20:27
|
Update of /cvsroot/openwince/tools/ioperm In directory usw-pr-cvs1:/tmp/cvs-serv30863 Modified Files: autogen.sh Log Message: Added libtoolize call. Index: autogen.sh =================================================================== RCS file: /cvsroot/openwince/tools/ioperm/autogen.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- autogen.sh 17 Jul 2002 15:13:20 -0000 1.3 +++ autogen.sh 17 Jul 2002 21:20:24 -0000 1.4 @@ -25,6 +25,9 @@ echo "Running aclocal ..." aclocal +echo "Running libtoolize ..." +libtoolize --automake + echo "Running automake ..." automake --add-missing @@ -33,7 +36,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=/usr echo echo "Type \`make\` to build ioperm..." |