[Super-tux-commit] supertux autogen.sh,1.8,1.9
Brought to you by:
wkendrick
From: Duong-Khang N. <neo...@us...> - 2004-06-07 19:21:45
|
Update of /cvsroot/super-tux/supertux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22768 Modified Files: autogen.sh Log Message: added missing 'exceptions.h' and 'gettext.h' to Makefile.am Index: autogen.sh =================================================================== RCS file: /cvsroot/super-tux/supertux/autogen.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- autogen.sh 7 Jun 2004 18:11:10 -0000 1.8 +++ autogen.sh 7 Jun 2004 19:21:03 -0000 1.9 @@ -1,9 +1,9 @@ #!/bin/sh # we need a minimum of automake 1.6 and automake 1.8 seems to be buggy -# this doesn't seem to work, commented out +# this doesn't seem to work well # see AUTOMAKE_OPTIONS in Makefile.am -# export WANT_AUTOMAKE=1.6 +export WANT_AUTOMAKE=1.6 aclocal -I m4 automake --copy --add-missing |