From b6a2af7d6828d4abfd6873ddcff32ecff37f655d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Gl=C3=A4=C3=9Fer?= Date: Tue, 20 Jul 2004 18:00:43 +0000 Subject: [PATCH] update for new SuperTux library SVN-Revision: 1596 --- Makefile.am | 2 +- config.h.in | 3 +++ configure.ac | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index c19d0b1d2..1d62db060 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/config.h.in b/config.h.in index 2926cb9f8..3354d9542 100644 --- a/config.h.in +++ b/config.h.in @@ -33,6 +33,9 @@ */ #undef HAVE_DIRENT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you have the `feof_unlocked' function. */ #undef HAVE_FEOF_UNLOCKED diff --git a/configure.ac b/configure.ac index 9e74b308c..d2bad3be4 100644 --- a/configure.ac +++ b/configure.ac @@ -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:" -- 2.11.0