update for new SuperTux library
authorTobias Gläßer <tobi.web@gmx.de>
Tue, 20 Jul 2004 18:00:43 +0000 (18:00 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Tue, 20 Jul 2004 18:00:43 +0000 (18:00 +0000)
SVN-Revision: 1596

Makefile.am
config.h.in
configure.ac

index c19d0b1..1d62db0 100644 (file)
@@ -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 2926cb9..3354d95 100644 (file)
@@ -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
 
index 9e74b30..d2bad3b 100644 (file)
@@ -23,6 +23,7 @@ SDL_VERSION=1.2.4
 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_CHECK_FUNCS(mkdir strdup strstr)
 AC_OUTPUT(Makefile m4/Makefile intl/Makefile
           src/Makefile
           data/Makefile
-          po/Makefile.in)
+          po/Makefile.in
+         lib/Makefile)
 
 echo ""
 echo "Features:"