[Super-tux-commit] supertux autogen.sh,1.4,1.5
Brought to you by:
wkendrick
From: Tobias Gl??er <to...@us...> - 2004-03-29 17:00:33
|
Update of /cvsroot/super-tux/supertux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29099 Modified Files: autogen.sh Log Message: improved to work flawless on more computers Index: autogen.sh =================================================================== RCS file: /cvsroot/super-tux/supertux/autogen.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- autogen.sh 22 Mar 2004 10:33:15 -0000 1.4 +++ autogen.sh 29 Mar 2004 16:49:03 -0000 1.5 @@ -1,7 +1,7 @@ #!/bin/sh -aclocal-1.7 -I mk/autoconf -automake-1.7 --copy --add-missing +aclocal -I mk/autoconf +automake --copy --add-missing autoconf # EOF # |