X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=449bef2d2e6081bc244bcc64e361ae21c2d15914;hb=a48806b591435c8b53f70d2729077fe9d1eb1403;hp=71368a66a8cfe73e2f094f95776f7618987c4b19;hpb=6fe1f3519eecbbb75eca97c45a6697eee36b2442;p=supertux.git diff --git a/configure.ac b/configure.ac index 71368a66a..449bef2d2 100644 --- a/configure.ac +++ b/configure.ac @@ -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" +