Update of /cvsroot/super-tux/supertux
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7981
Modified Files:
ChangeLog autogen.sh Makefile.am
Added Files:
.cvsignore
Log Message:
hopefully fixed all configure problems now
--- NEW FILE: .cvsignore ---
Makefile.in
aclocal.m4
config.log
config.status
config.guess
config.rpath
config.sub
configure
depcomp
install-sh
missing
mkinstalldirs
Index: Makefile.am
===================================================================
RCS file: /cvsroot/super-tux/supertux/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.am 2 May 2004 23:22:28 -0000 1.5
+++ Makefile.am 3 Jun 2004 11:27:19 -0000 1.6
@@ -1,5 +1,3 @@
-SUBDIRS = src data
-
-EXTRA_DIST = LEVELDESIGN TODO contrib/levelconverter-0.0.6_0.0.7.py $(wildcard mk/autoconf/*.m4) autogen.sh
-
-# EOF #
+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
+ACLOCAL_AMFLAGS = -I m4
Index: autogen.sh
===================================================================
RCS file: /cvsroot/super-tux/supertux/autogen.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- autogen.sh 30 Apr 2004 14:31:02 -0000 1.6
+++ autogen.sh 3 Jun 2004 11:27:19 -0000 1.7
@@ -3,7 +3,7 @@
# we need a minimum of automake 1.6 and automake 1.8 seems to be buggy
export WANT_AUTOMAKE=1.6
-aclocal -I mk/autoconf
+aclocal -I m4
automake --copy --add-missing
autoconf
Index: ChangeLog
===================================================================
RCS file: /cvsroot/super-tux/supertux/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ChangeLog 10 May 2004 22:55:16 -0000 1.6
+++ ChangeLog 3 Jun 2004 11:27:19 -0000 1.7
@@ -1,3 +1,24 @@
+2004-06-02 gettextize <bug...@gn...>
+
+ * Makefile.am (SUBDIRS): Add intl,
+ (EXTRA_DIST): Add config.rpath mkinstalldirs.
+ * configure.ac (AC_OUTPUT): Add intl/Makefile,
+
+2004-06-02 gettextize <bug...@gn...>
+
+ * Makefile.am (EXTRA_DIST): Add config.rpath mkinstalldirs.
+
+2004-06-02 gettextize <bug...@gn...>
+
+ * Makefile.am (EXTRA_DIST): Add config.rpath.
+
+2004-06-02 gettextize <bug...@gn...>
+
+ * Makefile.am (SUBDIRS): Add m4.
+ (ACLOCAL_AMFLAGS): New variable.
+ (EXTRA_DIST): Add config.rpath.
+ * configure.ac (AC_OUTPUT): Add po/Makefile.in,
+
- SuperTux changes -
http://super-tux.sf.net/
|