From: Viktor M. <mih...@us...> - 2005-03-01 14:24:56
|
Update of /cvsroot/sblim/cmpi-adapter/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1265 Modified Files: autoconfiscate.sh Removed Files: makefile Log Message: Removed old makefile and added libtoolize to autoconfiscate script. Index: autoconfiscate.sh =================================================================== RCS file: /cvsroot/sblim/cmpi-adapter/common/autoconfiscate.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- autoconfiscate.sh 3 Feb 2005 15:48:18 -0000 1.1 +++ autoconfiscate.sh 1 Mar 2005 14:24:23 -0000 1.2 @@ -1,5 +1,6 @@ #!/bin/sh aclocal && autoheader && +libtoolize && automake -af && autoconf --- makefile DELETED --- |