From: David H. <ne...@us...> - 2005-03-28 18:10:36
|
Update of /cvsroot/sdlmm/SDLmm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12295 Modified Files: autogen.sh Log Message: Make sure that needed automake files are installed/up-to-date. Index: autogen.sh =================================================================== RCS file: /cvsroot/sdlmm/SDLmm/autogen.sh,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- autogen.sh 13 Aug 2001 19:39:41 -0000 1.10 +++ autogen.sh 28 Mar 2005 18:10:25 -0000 1.11 @@ -4,7 +4,7 @@ aclocal -I . autoheader -automake --no-force --gnu +automake --no-force --gnu -af autoconf #./test/autogen.sh |