X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=2f132b65b5d0a334b52974b7dfafed0df5af517c;hb=f571fe4b6772b6f64ab231b89f26825362e78f9a;hp=5f2e2441fab4bbd842ff97efbc33d0d2bdc46823;hpb=c4ef250cd5985d1ef8494ac280e34ee2a16e08b6;p=supertux.git diff --git a/configure.ac b/configure.ac index 5f2e2441f..2f132b65b 100644 --- a/configure.ac +++ b/configure.ac @@ -10,12 +10,11 @@ dnl neoneurone@users.sf.net dnl =========================================================================== dnl Process this file with autoconf to produce a configure script. - AC_PREREQ([2.54]) AC_INIT(SuperTux, 0.1.1) AC_CONFIG_SRCDIR([src/supertux.cpp]) AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE(dist-bzip2) +AM_INIT_AUTOMAKE SDL_VERSION=1.2.4 @@ -48,7 +47,7 @@ AC_MSG_CHECKING(for debug mode) AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug], [enable debugging mode]),, enable_debug="yes") if test "x${enable_debug}" != "xno"; then - CXXFLAGS="$CXXFLAGS -Wall -W -DDEBUG -O0 -g3" + CXXFLAGS="$CXXFLAGS -Wall -Werror -DDEBUG -O0 -g3" AC_MSG_RESULT([enabled]) else AC_MSG_RESULT([disabled]) @@ -63,6 +62,8 @@ else AC_MSG_RESULT([no]) fi +AM_GNU_GETTEXT + dnl =========================================================================== dnl Check for SDL AM_PATH_SDL($SDL_VERSION, @@ -99,7 +100,10 @@ CXXFLAGS="$CXXFLAGS -DDATA_PREFIX='\"$datadir/supertux\"'" dnl Checks for library functions. AC_CHECK_FUNCS(mkdir strdup strstr) -AC_OUTPUT(Makefile src/Makefile data/Makefile) +AC_OUTPUT(Makefile m4/Makefile intl/Makefile + src/Makefile + data/Makefile + po/Makefile.in) echo "" echo "Features:"