improved to work flawless on more computers
authorTobias Gläßer <tobi.web@gmx.de>
Mon, 29 Mar 2004 16:49:03 +0000 (16:49 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Mon, 29 Mar 2004 16:49:03 +0000 (16:49 +0000)
SVN-Revision: 414

autogen.sh

index ae946de..7c432a4 100755 (executable)
@@ -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 #