From: <da...@br...> - 2003-02-26 22:39:42
|
Update of /home/cvs/libdbi In directory backbeat:/tmp/cvs-serv11488 Modified Files: buildit.sh Log Message: fix build system for mips, hopefully this fixes weird reported libtool failures too Index: buildit.sh =================================================================== RCS file: /home/cvs/libdbi/buildit.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- buildit.sh 26 Nov 2001 07:02:57 -0000 1.4 +++ buildit.sh 26 Feb 2003 22:39:08 -0000 1.5 @@ -1,7 +1,7 @@ #!/bin/bash -#export LANG=en_US +libtoolize --force --copy aclocal +autoheader automake --add-missing autoconf -autoheader echo "Done, ready to ./configure && make dist." |