+2004-06-07 neoneurone <neoneurone@users.sf.net>
+
+ * Makefile.am, configure.ac, autogen.sh: minor changes
+ for using automake version 1.6
+
2004-06-02 gettextize <bug-gnu-gettext@gnu.org>
* Makefile.am (SUBDIRS): Add intl,
SUBDIRS = intl m4 src data po
-EXTRA_DIST = config.rpath mkinstalldirs config.rpath mkinstalldirs config.rpath config.rpath LEVELDESIGN TODO contrib/levelconverter-0.0.6_0.0.7.py autogen.sh
+EXTRA_DIST = LEVELDESIGN TODO contrib/levelconverter-0.0.6_0.0.7.py autogen.sh
ACLOCAL_AMFLAGS = -I m4
+AUTOMAKE_OPTIONS = 1.6 dist-bzip2
#!/bin/sh
# we need a minimum of automake 1.6 and automake 1.8 seems to be buggy
-export WANT_AUTOMAKE=1.6
+# this doesn't seem to work, commented out
+# see AUTOMAKE_OPTIONS in Makefile.am
+# export WANT_AUTOMAKE=1.6
aclocal -I m4
automake --copy --add-missing
AC_INIT(SuperTux, 0.1.1)
AC_CONFIG_SRCDIR([src/supertux.cpp])
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(dist-bzip2)
+AM_INIT_AUTOMAKE
SDL_VERSION=1.2.4