this file contains mostly misinformation now, that we use tinygettext
[supertux.git] / configure.ac
index 71368a6..449bef2 100644 (file)
@@ -78,7 +78,7 @@ else
     AC_MSG_RESULT([no])
 fi
 
-AM_GNU_GETTEXT
+AM_ICONV
 
 dnl ===========================================================================
 dnl Check for SDL
@@ -127,10 +127,9 @@ AC_CHECK_FUNCS(mkdir strdup strstr)
 AC_INIT_JAM
 AC_CONFIG_FILES([Jamconfig])
 
-AC_OUTPUT(Makefile m4/Makefile intl/Makefile
+AC_OUTPUT(Makefile
           src/Makefile
           data/Makefile
-          po/Makefile.in
          lib/Makefile)
 
 echo ""
@@ -140,3 +139,6 @@ echo " Profile Mode:   $enable_gprof"
 echo " Debug Mode:     $enable_debug"
 echo " OpenGL Support: $enable_opengl"
 echo ""
+echo ""
+echo "       NOTE: This project uses jam (and not make) as build tool"
+