Update of /cvsroot/super-tux/supertux
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8139
Modified Files:
Tag: supertux_0_1_1_branch
Makefile.am
Log Message:
added some missing flags, that fix problems when regenerating configure
Index: Makefile.am
===================================================================
RCS file: /cvsroot/super-tux/supertux/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- Makefile.am 2 May 2004 23:22:28 -0000 1.5
+++ Makefile.am 5 Aug 2004 15:06:59 -0000 1.5.2.1
@@ -1,5 +1,7 @@
SUBDIRS = src data
EXTRA_DIST = LEVELDESIGN TODO contrib/levelconverter-0.0.6_0.0.7.py $(wildcard mk/autoconf/*.m4) autogen.sh
+ACLOCAL_AMFLAGS = -I mk/autoconf
+AUTOMAKE_OPTIONS = 1.6 dist-bzip2
# EOF #
|