[Super-tux-commit] supertux config.h.in,1.2,1.3 configure.ac,1.30,1.31 Makefile.am,1.7,1.8
Brought to you by:
wkendrick
From: Tobias G. <to...@us...> - 2004-07-20 18:00:52
|
Update of /cvsroot/super-tux/supertux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21786 Modified Files: config.h.in configure.ac Makefile.am Log Message: update for new SuperTux library Index: configure.ac =================================================================== RCS file: /cvsroot/super-tux/supertux/configure.ac,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- configure.ac 13 Jun 2004 22:24:06 -0000 1.30 +++ configure.ac 20 Jul 2004 18:00:43 -0000 1.31 @@ -23,6 +23,7 @@ AC_PROG_CC AC_PROG_CXX AC_PROG_INSTALL +AC_PROG_LIBTOOL dnl Checks for header files. AC_HEADER_DIRENT @@ -105,7 +106,8 @@ AC_OUTPUT(Makefile m4/Makefile intl/Makefile src/Makefile data/Makefile - po/Makefile.in) + po/Makefile.in + lib/Makefile) echo "" echo "Features:" Index: Makefile.am =================================================================== RCS file: /cvsroot/super-tux/supertux/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.am 7 Jun 2004 18:11:09 -0000 1.7 +++ Makefile.am 20 Jul 2004 18:00:43 -0000 1.8 @@ -1,4 +1,4 @@ -SUBDIRS = intl m4 src data po +SUBDIRS = intl m4 lib src data po 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 Index: config.h.in =================================================================== RCS file: /cvsroot/super-tux/supertux/config.h.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- config.h.in 15 Jun 2004 14:21:21 -0000 1.2 +++ config.h.in 20 Jul 2004 18:00:43 -0000 1.3 @@ -33,6 +33,9 @@ */ #undef HAVE_DIRENT_H +/* Define to 1 if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you have the `feof_unlocked' function. */ #undef HAVE_FEOF_UNLOCKED |