- changed version number
SVN-Revision: 921
SUBDIRS = src data
-# EOF #
+EXTRA_DIST = contrib/levelconvert.py TODO
+# EOF #
Todo
----
-
+- change lispreader to throw exceptions instead of simply assert() on
+ syntax error
- tux sometimes makes short jumps in the endsequence, mostly when
going through the goal with a small jump, might be old_up related
- fadein/out for intro/extro would be nice
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.54])
-AC_INIT(SuperTux, 0.1.0pre1)
+AC_INIT(SuperTux, 0.1.0)
AC_CONFIG_SRCDIR([src/supertux.cpp])
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(dist-bzip2)
SDL_VERSION=1.2.4